| Game Packaging |
| Re: Game Packaging |
|
MBrening
|
First thing that I always do is create a distribution folder. It's just a folder that I put the files I'll be distributing. Put the files you think you need in there. Then try running your program and make sure you don't get any errors (missing DLLs, missing graphics, etc) As long as everything works fine, then I'd use NSIS to make an installer package.
It's always good to have a spare machine with no dev tools on it to test with so you can make sure you have EVERYTHING you need in your package. You have a variety of options when it comes to making an installer. InstallShield is another. But I tend to stick with NSIS. Personal preference. If that didn't answer your question, reword it and I'll try again :-)
|
|||||||||||||
|
|
||||||||||||||

