Save/load feature
-
Basically I saw other projects having an save/load feature and couldn't find the source of the code would like some help asap
-
Hi there, take a look at this post: https://fuzearena.com/forum/topic/781/persistent-data/26?_=1644429274381
-
If you want to save just one value, such as a high score, than I would recommend a different approach. Many games use a much simpler system. You can even find the code for it the help menu if you look up write, read, open, close, or seek. This is also used in some of the Fuze demo projects like 3D Crazy Shooter.
-
@pianofire Thanks for sharing! This is something I have been thinking about for a game, but was not sure how to do it.
-
@dinocoder I have had to reshare this as I had to unshare everything because one of my programs was crashing the server. It is currently on approval
-
The code is now NG25XMNDNN
-
Thanks, I appreciate it! I look forward to checking it out.