• 🏆 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!

[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: 165
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