I mean, without the save games I made while developing and other excess baggage?
I'm working with 9-verb style.
Go to your game folder and delete "Compiled" subfolder.
Then open your project in the editor and choose Build -> Build EXE. Now there's a new "Compiled" folder with only files you need to distribute. Rename "Compiled" to something else (like your game's title).
Pack this folder and upload the archive somewhere on web.
Post link in the Completed Games Announcement, or Games In Production forum :).
This doesn't delete the saved games = /
The saved games are usually saved in My Documents/Saved Games. The saved games won't show up on another person's computer. If they're in your compiled folder, delete all the agssave.000 - .999 files in that folder. They shouldn't be there, though.
Just wanted to clear that up. Thanks :-D
also disable debug mode ;)
How?
Also: http://www.adventuregamestudio.co.uk/forums/index.php?topic=48035.0
General settings -> Compiler -> Enable Debug Mode -> false
Alright, I disabled debug mode and updated the link on the other thread. Thanks :)