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

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