• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

save/load noob version

Status
Not open for further replies.
Level 5
Joined
Jan 13, 2008
Messages
96
hi guys!... i want to an orpg, and i need save/load system...i found a lots of trigger/map+trigger/sites which explain what i need to do, and i cant understand....can anyone make a noob save/load system? a little more simply... please help!!!!!!!!!
 
Level 31
Joined
Jul 10, 2007
Messages
6,306
A simple one won't produce good results.

The one at TH by Acehart is simple, but you are going to get much longer codes with it. If you're ok with that and you aren't aiming for the perfect map, go for it ; ).

edit
I just figured out how to make a very good save/load system that is easy and simple to use for GUI users. It will take some time, but I can do it ;o.


First thing I gotta do is update BigInt to get rid of the fps drop whenever a player saves or loads ;o.


Yup, the idea is filling up GUI arrays with the stuff you want to save ^)^. From there, OnSave and OnLoad triggers will be run so that you can fill other arrays up with other values, like player gold ;D. You can mark them as compress or don't compress, super easy all via arrays. After it's done being marked up, DisplayCode trigger will be evaluated and then you can display the code however you like ^_^.


Easy no? Actually... the issue now is backwards compatible codes... hmm... rather than evaluating OnSave and OnLoad, I can do variable events. If the event matches the OnLoad thing, then load. Yea... that's how I'll do it : D.


So soon (possibly not so soon), there will be a save/load system for GUI users ^^. Woooo. You won't have as much power as the vjass version, but it'll still get pretty decent results. There are 3 primary item filters, so as long as I work them all in, you should get results similar to using the vjass version : D. Actually.. the item portion could get tricky for the saving part... hm.... I'll think of a way to pull it off. Items are just so dern tricky to save ; (.
 
Status
Not open for further replies.
Top