Author Topic: Mission Editor  (Read 1212 times)

Any One Got The Link To The Mission Editor Download And I Just Name the file editor.bat right or do i have to do it were i change the shortcuts name?

http://blockland.us/files/BlocklandEditor.rar
place in blockland folder

open main.cs
change

$modcount = 0;
$userMods = $defaultGame;   (or something like this)

to

$modcount = 1;
$userMods = "editor;" @ $defaultGame;


And press f11 in game

^ doing that you can just start with the exe insted of the bat

Badspot

  • Administrator
If you do that dedicated server won't work and your changes will be un-done in the next patch since main.cs is updated every patch. 

Just add -mod editor to the end of your Blockland shortcut.

Any way to do that on a mac?