Author Topic: Need a Mission Editor  (Read 3221 times)

can someone give me a link to a site that has a Mission editor?


omg.....how could i not see that...thx dude...>.>

ok i downloaded it but umm now what do i do?


ehhhh... no i still need help with this mission editor....

If you dont even know how to install it i REALLY dont recomend that you even try to use it because noobs always mess up their terrain and then they are like wtf ppl cant join my server?

umm no i unstalled the file but i don'tknow what to do afther that

Steps
1. Dance like a monkey
2. Spam in all forums
3. Read the read me
4. Get banned in forums (perma)
5. Get banned in all servers (perma)
6. Have fun  :cookieMonster:

umm ok whatever..anyway can someone please just tell me how to install the thing already..please...


Do I have to say it again... READ THE READ ME

Code: [Select]
To run use the editor, run blockland.exe -mod editor

If you don't know what this means, you probably won't be able to figure out the editor anyway.

F10 = gui editor
F11 = mission editor

OMFG! this is geting on my freckin nerves,i been serching around this fourm about the mission editor i look aat every thread that would help and i stil lcant get it to run.i did EVERYTHING your suppose to do ans STILL i cant do crap

put the editor folder in main blockland folder

open main.cs and change

// Process command line arguments

$modcount = 0;
$userMods = "editor;"

to

// Process command line arguments

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

erm the correct thing to change is

// Process command line arguments

$modcount = 0;
$userMods = $defaultGame;

or something