Blockland editor help

Author Topic: Blockland editor help  (Read 1077 times)

I have the blockland editor on my windows computer, but I would like it to be on my mac computer. Is thereany other way to enable the editor other than to go -mod editor ? I cant do that in mac.

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

did that, got the editor in the blockland folder, and it dont do anything...

open main.cs
change

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

to

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

open main.cs
change

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

to

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


I did, and it didnt do anything :p