Game
Fighter of Eve
7 years ago

New Save game Method


Hey Guys,

This devlog will be going to be a little bit technical and more in depth, but I will try to explain everything as understandable as possible.

I used to have a very basic method of Saving and Loading game files, but for some odd reason, that method glitches the whole game, although it has worked until some days ago. My theory is that a value or piece of code somehow messed everything up.

I tried everything to fix this, but nothing has worked. I needed a new method for saving and loading. I am going to use the .Ini object to save my data. .Ini is basically a file which saves values and strings of data. It’s actually a very popular method for saving, storing and loading data. The bad thing about .Ini is that it is easily accessible and editable which makes it easier to change values and cheat in the game.

Although this is a really big disadvantage, I really want to use .Ini because it’s really easy to code once you get behind it. Editing the .Ini file may corrupt the file if you change a wrong value. For example, if you change the value of the current location of the player, the game will completely freak out because it think you are in area a while your character is actually in area b. So it is not recommended that you edit the game file.

The .Ini will save your level, XP, Gold, HP, current location, character color, control type and many more.

  • Pault



2 comments

Loading...

Next up

Camp

Quick Update: I've been working on some new backgrounds for the Battle Frame! In other news, I am now at a point where there are no new features that need to be added to the demo. There's still a lot of bug fixing and improving to do though. Stay tuned!

I realized I haven't really updated y'all about my games at all in the past few monts. I'm still working hard on FoE and I might have some good news soon. As for Forest.end Illusion, there wasn't much notable progress, but it's getting there. Stay Tuned!

Tutorials... 🙄😒

Still alive. Working on the battle engine. WIP

Fighter of Eve recently got its first demo release!

In FoE, you play as an unknown hero, defeating enemies and helping the people, whilst trying to figure out where all the creatures come from.

Go ahead and give it a try:

https://gamejolt.com/games/fighterofeve/312958

Added three new screenshots to the page! As always, everything is still a work in progress and is subject to change! Enjoy.

The Demo is Finished | Release Date!