lookistorm.blogg.se

Blockland reload colorset
Blockland reload colorset







blockland reload colorset
  1. #Blockland reload colorset install
  2. #Blockland reload colorset mod
  3. #Blockland reload colorset manual
  4. #Blockland reload colorset code

We could download and install GIT from the website and run it.Īnother way to download is to download the stable release from their official website using the link. īugzilla comes as a ‘tarball’ (.tar.gz extension), which any proficient Windows archiving instrument should be able to extract. Once again, as stated before, this is a great add-on, but needs some bug-fixing.After downloading, we can extract the files and place them in any folder in C: Step #3 – Database Configurationįor the next step, we have to create a new database in our MySQL database. But in order for me to use this again, this bug needs to be fixed. However, I decided to REMOVE THE KEYBINDS of those three actions. On the client's side, this will only go away until you restart the game. The next time you start/join a server, it's already over with, because by the time you are in it, randomly out of complete nowhere, your three keys that you've binded to copy, paste, and open the editor will lose function, meaning they will not work temporarily. Whenever you bind a key to copy, paste, or open the editor of the events, you already "activated a ticking time bomb right off the bat." I said this because you'll happen to not realize until you start or join a server. It is known that people have their own suggestion for design, but surely this standard is already set and cannot be altered.Īpparently there's a bug that I found with this add-on.įirst of all, this add-on works fine (just wondering what the language of the scripts these events are copied and pasted in).

#Blockland reload colorset mod

# Stop color changing when brick is blown upĪn unknown amount of Add-Ons wont work correctly with this mod as they are modifying the Event window in an evil manner. # Alternate between starting and stopping color changing OnActivate->Self->playSound("Beep_Denied.wav")Įnd: onActivate->Self->cancelEvents # Stop color changing (start with events disabled) Start: onActivate->Self->playSound("Beep_Checkout.wav") # Start color changing (start with events enabled) # Makes a brick change colors on a loop when toggled When no binding is set, these are the default: ctrl+shift+c Copy Second function loads the string onto the brick. $script = EventScriptServer_save(_myBrick) ĮventScriptServer_load(_myBrick, $script)įirst function saves the events to a string. It is also possible to paste the script on the server, if the add-on is enabled. There also exists an in-game editor, for quicker access and easier eventing. Keep in mind that pasting will always overwrite your current events, unless an error occurs. If a script already is within the clipboard, it can be pasted in the same manner with the other shortcut.Īny errors will halt the script and let the user know, giving brief explanation of why it could not parse the script. This will place the script in the clipboard, ready to be pasted in any text editor of choice. While there, just copy the events with previously mentioned shortcut. When this is done, one could easily just join a server and go into eventing mode. Keep in mind that anything that relates to ctrl+c, alt+c, ctrl+v and alt+v will not work as expected. DetailsĪfter installing the add-on, go to Options to set the shortcuts for copying and pasting events.

#Blockland reload colorset code

Start scripting.Ĭopies the left code into the event system and then copies the event system into readable script. It completely obliterates copying issues.ĭownload. It reduces the problem with huge amounts of events. This mod introduces the ability to script your events, through the new scripting language EventScript. Handling a huge amount of events have always become tedious and problematic. Sharing events to others is also a hassle.

#Blockland reload colorset manual

For years people have used Duplicator or manual copying to transfer events from bricks and builds to other bricks and builds.









Blockland reload colorset