• 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.

Local save-load

Status
Not open for further replies.
Level 17
Joined
Nov 13, 2006
Messages
1,814
somewhere i readed a multiplayer rpg save the data to a file, so who play the rpg, type "-save" and it's saved to a physical file and when he type "-load" then it's load from that file, my question, how possible this?

somebody can explain how it's work, what is the bad side?
 
Level 18
Joined
Mar 7, 2005
Messages
824
There is a similar system.
TKoK uses a txt file, which will be created in the wc3 folder after pressing the save icon.
it stores some infos plus the save code in it, maybe you can retrieve some of the infos from that txt file to make use of custom codelines for stuff like, name, level etc. or auto-load with usernames etc
 
Status
Not open for further replies.
Top