Blockland Forums > Modification Help
Loading bricks via console on a dedi?
Mr. Wallet:
Trying to load on a dedicated server and I run into this problem: http://forum.blockland.us/index.php?topic=130086.0
wat do
Destiny/Zack0Wack0:
I tried everything trying to fix this, creating the loading group manually and stuff. Refused to work.
Unless someone comes in with detailed code to fix this you might have to write your own dedicated load command.
Mr. Wallet:
Well as far as I can tell, the only vanilla way to load bricks on a dedi is to upload a save file.
So... anyone happen to know how I might trick it into opening a save file and treating it as if it were uploaded?
Kalphiter:
--- Quote from: Mr. Wallet on January 08, 2011, 01:20:48 AM ---Well as far as I can tell, the only vanilla way to load bricks on a dedi is to upload a save file.
So... anyone happen to know how I might trick it into opening a save file and treating it as if it were uploaded?
--- End quote ---
fileCopy("PATHTOSAVE", "base/server/temp/temp.bls");
Then, type /reloadbricks as an admin
Obviously you're required to be there, though.
Mr. Wallet:
Sweet! Thanks :cookie:
You're sure it will accept a script that touches "base/server/temp/temp.bls"? It's hard to stay informed on badspot's arbitrary permissions on read/write and execution