Author Topic: Is it possible to...  (Read 892 times)

Is it possible to edit script &/or models in blockland and then use it right then and there or do I still have to atl tab, change something, save it, close blockland, open it again, and start a server?

If something along the lines of this is possible please tell me.

1)play blockland in windowed, or use the WINDOWS key (it minimizes blockland without loving it up like alt+tab does)

2)to edit scripts ingame, use notepad...save...type into the console "exec('scriptlocation');


And the script location starts from your main blockland folder.  For example if you had a script in your add-ons folder called fun.cs, use the console and type:

Code: [Select]
exec("add-ons/fun.cs");
Console Button: ~

WOOT THANKS IVE BEEN LOOKIN FOR SOMETHING LIKE THIS FOR YEARS. and also, is it possible to modefy models while ur blockland it open and open it up again and the model will be effected?
« Last Edit: March 26, 2008, 10:03:00 PM by Peaceful War »

WOOT THANKS IVE BEEN LOOKIN FOR SOMETHING LIKE THIS FOR YEARS. and also, is it possible to modefy models while ur blockland it open and open it up again and the model will be effected?
No, when the game loads a model it get stored in t3h RAM and can't really be reloaded until the exe is.