|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
ok heres the thing. Im 16 and i am self taught in Visual basics. I have
created a whole game kind of thing rpg style. The only trouble i am having is the save and load function. I was thinking that when you click the button it exports all needed data "name, Exp, gold, etc" to a seperate fiel then when you load it loads it back up. Is there an easier way or is this way the best and How do i do it. Please help me iv been working on this game for almost 2 months and im stills tuck on the save load thingo. ![]() p.s sorry about my grammar im typing this quikly cause i have limited time on the net |
|
#2
|
|||
|
|||
|
How are you saving your other game data? Is it all within the Visual Basic code, or do you have external files in which they are being pulled from? More than likely using an external file will be your best bet, however, you may wish to try using a database as well, as this would be a little more secure. Hope this helps.
__________________
People who think they know everything annoy those of us that do. |
|
#3
|
|||
|
|||
|
You can use external files which you load at start up and then save when changes are made.
there are two ways to save to an external file: 1)use a text file using the fso 2)use the .ini files (the best way) |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Help me please anyone good at VB6 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|