Page 1 of 1

How to make your game data files' suffix difficult to be...

PostPosted: Sat Sep 01, 2018 6:43 am
by Ehman
Concerning @TDMXross's question on how to use .dll or other suffix for data files.
1st step - > Export the gedGame as .dat
2nd step-> Rename the suffix "dat" to anyname e.g .dll, .mygame etc
3rd step-> input
Code: Select all
LoadGame("gamename.suffix") //this gives you error when you have not exported the game
into the right place

Hope this helps?
I used this trick in Spot 'em Out.