PDA

View Full Version : Producing Standalone Games in Novashell



RandomGamer
12-21-2007, 07:44 PM
Hey, all

Trying to determine what "Free to use and distribute stand-alone games." means in the home page of Novashell...

If I built a game in Novashell, can I package it nicely so that it is a simple installation for people? Or would they have to install Novashell, a set of libs, then my game? Is there a way to make the finished product a simple install is, I guess, the basic question.

Thanks!

echelonsoftw0rkz
12-21-2007, 08:01 PM
I think you can make your game and distribute it in any way you want, and you can even sell it. It's that great. But if you plan on doing so, you'll have to pay royalties to fmod team, since it uses fmod. You need to disable fmod and enable clansound instead to avoid that.

RandomGamer
12-21-2007, 08:25 PM
That's good to know. Do you know about packaging the game? Ie, making a single file, single step installer?

Seth
12-22-2007, 12:59 AM
Basically to package a game you would get it where you want and zip it (including all the novashell files, just delete the ones that aren't used, like the example worlds) or use something like NSIS, a great free installer. (the one used to package Novashell, scripts are included in the Novashell SVN that do this)

You can rename game.exe to something else if you want.

I'm planning on putting out a little freebie stand-alone game using Novashell as an example, complete with NSIS installer script at some point.

RandomGamer
12-22-2007, 05:59 AM
Sweet, that sounds good. I just want a nice, one-step install and it sounds like that's possible. Cool. The system looks GREAT.