HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

I need a save/load trigger fast!

05-22-2004, 03:21 AM#1
Crypt_Lord41
I have searched,used,and tryed to make my own save/load triggers but cant! will SOMEONE please make me one fast for a ten player map?!
05-22-2004, 03:23 AM#2
JJ912
Whoa there, saving and loading triggers are definitly not things that can be done fast and are dependant on more than just the amount of players in the map. Check Johnfn's tutorial here on save/load triggers to see what I mean.
05-22-2004, 03:26 AM#3
Crypt_Lord41
i know i know. but i just really want it to save items exp lvl and gold
05-22-2004, 02:13 PM#4
ThyFlame
All you're doing is converting the numbers of what you are saving into a string and then mixing it up and adding security features. Generally security means including parts of the name and the namelength, so they can't change a digit and get a new value.
05-22-2004, 06:26 PM#5
johnfn
Quote:
Originally Posted by ThyFlame
All you're doing is converting the numbers of what you are saving into a string and then mixing it up and adding security features. Generally security means including parts of the name and the namelength, so they can't change a digit and get a new value.
Well said. Thats basically as easy as you can define a save/load system.

BTW. If you dont want certain parts I added, then just remove the passwordparts and modify the arrays as you see fit. If you dont know how to do this, you probably shouldnt be writing a save/load system.