Author Topic: Mission Editor  (Read 3151 times)

Alright, I download it and exported the folder to Blockland's folder. Now what? The readme says to run Blockland.exe -mission editor, but... yeah, files like that don't run.

There are generally two simple options:
1. Make a shortcut to blockland, and in the target box, add "-mod editor" to the end of it, but without the quotes. So it should end up look something vaguely like
Quote
F:\Games\BlocklandRetail\Blockland.exe -mod editor

2. Open notepad, and copy the following into it:
Quote
@start blockland.exe -mod editor -console -dbgEnable -trace
. The "-console" and "-dbgEnable" and "-trace" are NOT required, and if you remove them no harm will be done. In fact, I'm not even sure why I have them but they've been in there ever since I made the file. Anyway, once you have done that save it as editor.bat in your Blockland folder.

Depending on which option you took, you can either run using the shortcut or the .bat file. Hope I helped you.