3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Pages: [1]

Author Topic: Save/Load System V3.0  (Read 2246 times)

« on: May 13, 2010, 01:37:34 AM »
Thought I'd bump this old project with an update. I've basically redone V2.0 to make it more efficient.

Instead of having a script running constantly to handle all the variables and the saving and loading, all information is handled by counter objects and eventoninput objects are used to run separate 'save' and 'load' scripts which run once before stopping themselves.

This not only makes the project more efficient, I hope it makes it more accessible to beginners. For those who need a recap, here are the links to the previous 2 versions:

v1.0 http://www.3drad.com/forum/index.php?topic=3760.0
v2.0 http://www.3drad.com/forum/index.php?topic=3891.0

Version 3 is based on the simple appearance of v1 and has as few objects as possible to save any confusion (if you want the menu and fade-in/fade-outs you'll have to try and copy from v2). It does use the same simple encryption as v2 though (follow v2 link for details on this).

Simply save and run the attached project. Some systems require rad to have admin priveledges to save a text file. Let me know of any bugs...

REQUIRES 3DRAD V6.46

 
« Last Edit: May 24, 2010, 05:22:12 AM by chebob69 »
« Reply #1 on: May 23, 2010, 10:29:44 AM »
I don't know why, but v3.0 crashes on my system at 7%.
After all, v2.0 works.
« Reply #2 on: May 23, 2010, 03:26:46 PM »
I don't know why, but v3.0 crashes on my system at 7%.
After all, v2.0 works.

You probably need the lastest version of 3D Rad. Works fine for me.
Using 3D Rad v7.10, Windows 7 / Arch Linux, AMD Sempron 2.1GHz, ATI Radeon HD 3200.

Advanced Script Editor for 3D Rad (v3.0.2)
« Reply #3 on: May 24, 2010, 03:21:00 AM »
Might be. I'm looking forward to v.6.46.
Thanks for reply, starkiller53861.
« Reply #4 on: May 24, 2010, 05:12:30 AM »
Sorry, I'll edit the post to say min 6.46

The older versions will be earlier versions of 3drad. v1.0 will probably be 6.43
« Reply #5 on: May 24, 2010, 07:15:31 AM »
It's O.K.
v.2.0 is rather fine and meets the needs of my game.
I was a bit surprised that such a good thingee you had made within 3D Rad.
« Reply #6 on: May 24, 2010, 07:24:28 AM »
lol, it's all very simple. well when you get v6.46, definitely try and use v3.0 as it should be a lot more efficient.

the encyption is good because it's incredibly basic (would be hard to much more advanced in angelscript), it's unique to each user because of the password and if you combine it with mixing up the save values to make no sense (e.g separate the position coordinates), it's incredibly hard to crack!

you should avoid using a similar system to save words in the textfile as the encryption may be studied for letter frequencies
« Reply #7 on: July 21, 2012, 07:42:41 AM »
Hello chebob69 ,
Can u make the Save/load project for a race game.
I mean when the game is closed and reopened it load the latest project played.
Sorry for my english, i am italian ;D
thanks
« Reply #8 on: July 21, 2012, 08:50:22 AM »
Hello chebob69 ,
Can u make the Save/load project for a race game.
I mean when the game is closed and reopened it load the latest project played.
Sorry for my english, i am italian ;D
thanks

First off, this topic hasn't had a comment in over
2 years
. Second, I'm not sure if chebob is even around anymore.

In answer to your question, it is very possible to do.
Pages: [1]