Pages: 1
  Print  
Author Topic: Saving / Loading Games  (Read 7144 times)
Offline (Unknown gender) fervi
Posted on: August 20, 2014, 05:28:44 am
Member
Joined: Feb 2013
Posts: 78

View Profile Email
Hello!

Save and Load game is one of the basic things that are needed by people in developing games

Unfortunately, I do not know the way how to do it with enigma
- Game_save and game_load not work at all (not been implemented?)
- INI files do not work under Linux

Other methods do not know

It is possible to implement in the near future, one of the features? I really needed (and others)

Thank you very much for reading
Fervi
Logged
Offline (Unknown gender) sorlok_reaves
Reply #1 Posted on: August 20, 2014, 11:38:42 am
Contributor
Joined: Dec 2013
Posts: 260

View Profile
There is a modified (working on Linux) ini file plugin up for review at the moment.

Also, you can just use "file_text_open_write" and similar to make text-based save files with a format of your choosing.

Any other developers have any ideas?
Logged
Offline (Male) Josh @ Dreamland
Reply #2 Posted on: August 21, 2014, 08:52:33 pm

Prince of all Goldfish
Developer
Location: Pittsburgh, PA, USA
Joined: Feb 2008
Posts: 2950

View Profile Email
My ideas on the matter are on the Wiki. I intend on using new parser magic to implement this dynamically if no one handles that by the time I finish it. :P

I am not volunteering you, Sorlok, but unless I'm mistaken, you already know everything you need to know to implement that in the current compiler.
« Last Edit: August 21, 2014, 08:54:30 pm by Josh @ Dreamland » Logged
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble
"I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
Pages: 1
  Print