• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] Save/Load System

Status
Not open for further replies.
Level 5
Joined
Jun 18, 2008
Messages
146
hello all.

Can someone pls tell me where i can get a SAVE/LOAD System like in NotD?
like where the Code is short and not LONG! thanks.
 
Level 22
Joined
Dec 31, 2006
Messages
2,216
GhostWolf said:
Can someone please tell me where the Search button is?
Here:

attachment.php
 

Attachments

  • Search.png
    Search.png
    76.4 KB · Views: 178
Level 9
Joined
Nov 28, 2008
Messages
704
To make a save code, you basically take all the things you want in the code, convert them to strings, give each thing its own little tidbit letter or code or whatever, mash it in, and then reverse the process when they -load.

Im working on one now, which saves one simple integer, but also making it require the same account. Randomizing the account name, picking random letters, making little ciphers inside the code itself is where it gets tricky.
 
Status
Not open for further replies.
Top