Re: Video Game Save Files
So... You're wanting to save a file per chapter completed and whatnot via a file dialog?
Why not just automatically save a text file or something to your appdir, on completion, then on the program load, parse said dir, and display which ones are there for them to pick?
However, for your 'issue', use the search. Use google, this is fairly simple.
Re: Video Game Save Files
Quote:
Originally Posted by
TCarter
So... You're wanting to save a file per chapter completed and whatnot via a file dialog?
Why not just automatically save a text file or something to your appdir, on completion, then on the program load, parse said dir, and display which ones are there for them to pick?
However, for your 'issue', use the search. Use google, this is fairly simple.
Is there a type of file and could use for this that is not editable? Like a file that only works in VS apps?
Re: Video Game Save Files
you could always save your data into a txt file, but have it be encrypted...
and it doesnt necessarily have to be .txt, but .gme or whatever
Re: Video Game Save Files
Quote:
Originally Posted by
TCarter
you could always save your data into a txt file, but have it be encrypted...
and it doesnt necessarily have to be .txt, but .gme or whatever
how would i encrypt a .txt so that only my application can read it? Also, how can i make Visual studio read from certain lines in the document/how can I edit/create writing in the text file?