Hi all !
So you got your game done with DGDK, your happy and stuff xD
but wait, as DGDK needs to load the resources, this means that your players will check the resources and they can steal or edit them!
But with this tut you can hide them from the resources folder without deleting them.
I tested this and it worked with DGDK fine.
1 - Open up the Command Prompt
2 - then change your directory to your resources folder using "cd PATH HERE"
3 - then in the console type again (it should be at the resources folder already)
"
attrib *.bmp +s +h"
This will hide all .bmp files that you have in your resources.
If you want to hide png files then:
"
attrib *.png +s +h"
You get it now xD
WARNING: DO NOT HIDE ALL THE FILES! BECAUSE IF YOU GIVE YOUR GAME TO PLAYERS IN A RAR OR ETC. THEY WONT WINRAR THE BLANK FOLDER!
SO JUST PUT SOMETHING NOT HIDED IN THERE SO IT WONT BE BLANK XD.
Thanks
PS: To un-hide files:
"
attrib *.extension -s -h"
Learning C++
VB6 Advanced: 4/5
VB.NET Advanced: 4/5