Blockland Forums > General Discussion
Wedge's Brick Party (BYOB) [Arcologies]
segfault314:
Broze literally just shared CP in the server.
What the forget.
Treynolds416:
--- Quote from: DontCare4Free on June 30, 2012, 05:15:49 PM ---Anything I can help with?
--- End quote ---
Sure. You can start working on a saving-loading system, all the important variables will have the prefix $Mailboxes::
You should also look into hooking the variable saving into the existing brick autosave mod
Kalphiter:
--- Quote from: segfault314 on June 30, 2012, 05:33:03 PM ---Broze literally just shared CP in the server.
What the forget.
--- End quote ---
adorable-titties.jpg
Wow
DontCare4Free:
--- Quote from: Treynolds416 on June 30, 2012, 06:03:52 PM ---Sure. You can start working on a saving-loading system, all the important variables will have the prefix $Mailboxes::
You should also look into hooking the variable saving into the existing brick autosave mod
--- End quote ---
I'm somewhat confused. Is everything that should be saved stored as $Mailboxes::*? If so, what does that have to do with the brick autosave mod? Wouldn't it just be export/exec?
Treynolds416:
--- Quote from: DontCare4Free on June 30, 2012, 06:18:10 PM ---I'm somewhat confused. Is everything that should be saved stored as $Mailboxes::*? If so, what does that have to do with the brick autosave mod? Wouldn't it just be export/exec?
--- End quote ---
Make it happen with the same quota as the autosave mod. The prefs are likely to change, and if the server crashes all of the ratings would be lost without a save/load system. It's not terribly difficult, but you said you wanted to know if there was something you could do and this is it