mission editor

Author Topic: mission editor  (Read 1857 times)

how do i install it and make it work??
i had it but i dont renember

if your like me just copy&paste everything from the editor folder into your main retail folder to create a big mess. then where it says   
Code: [Select]
echo("\n--------- Initializing FPS ---------");

   // Load the scripts that start it all...

   exec("base/client/init.cs");
   exec("base/server/init.cs");
   exec("base/data/init.cs");

   initCommon();
   

turn it into
Code: [Select]
  echo("\n--------- Initializing FPS ---------");

   // Load the scripts that start it all...
   exec("./editor.cs");
   exec("./particleEditor.cs");
   exec("./GuiEditorGui.gui");
   exec("./ParticleEditor.gui");
   exec("base/client/init.cs");
   exec("base/server/init.cs");
   exec("base/data/init.cs");

   initCommon();
i did that and it worked. just because i forgot the renaming shortcuts thing.

when i made mine work i just made a text file with somthing in it and renamed the short cut on my desktop of blockland.


can some1 help me i can get into it now but it just stops game and make more more mouses when i do something and other stuff

That must be when you hit f10. Refrain from pressing that key until you're at least 7 years old and have some Blockland/Torque experience.

PS, Sorry for bump.