About the exe. thing.



Also, I've done some cubescripting tut's as has Leo and Venima

Can't do that with coding. :/So, I decided to learn and work around what I still hadn't understood yet.
No offense at all, but zip's really... aren't good enough. Packaging your game as a zip file is like what I used to do when I was 10 years old - there used to be file size limits on every free web server, and thus I would split the contents of my game into various parts and the person who would play my game would have to download all the parts, download a bat file, and then run it to combine the parts.About the exe. thing.You can just package it as a zip
Tutorial is on the wiki
The only way you could ever create a game executable with Sandbox is if you had the installer. No game works without one. Also, in the last linked topic, all the answers have some program as the main .exe creator and/or installer. Sandbox doesn't do that on it's own. But to be honest, most people use other programs to make their games downloadable.......AName wrote:I've seen on these forums that making your game into an executable is possible with sandbox, however it would have to be done with an installer and thus it's not exactly true - what most people want is a single application if possible.