Page 1 of 1

How to Distribute My Game?

PostPosted: May 18, 2003 @ 6:19am
by chandler

Packaging your game

PostPosted: May 18, 2003 @ 8:38am
by Conan
A good start is my article on using EZSetup to build your setup.exe from the .CAB as this covers all the basics. You should then read the posts in the general developer forum on this site as they go in to most of the other issues such as dll's & multiple processor types. Note that you can treat ARM / XScale PocketPCs as one type assuming no XScale only stuff so it's only MIPS & SH3 you would want to cover in addition. There are also 4 posts in the GapiDraw forum which may help.


PostPosted: May 18, 2003 @ 2:26pm
by ppcStudios

PostPosted: May 19, 2003 @ 2:06pm
by tedson

PostPosted: May 19, 2003 @ 11:12pm
by efortier
Tedson,

Thanks a lot for that tip about NSIS. I wasn't aware you could do that type of things with it!

For those that need the url to get NSIS, which is made from the maker of Winamp, it's:

http://www.nullsoft.com

Version 2 is very nice and professionnal.

--Eric

PostPosted: May 20, 2003 @ 4:48am
by chandler

PostPosted: May 21, 2003 @ 1:54am
by chandler