I just wrote my first Windows installer for our Sophomore game project using Inno Setup. Inno Setup is a free scriptable installer builder. You will need to edit the install script to get the desired behavior, unlike some tools that can do just about everything with a GUI interface, but the script is quite easy [...]
All games need the ability for designers and developers to edit the content used to make the game world. In many (if not most) games, the content editor is one or more purely external tools. There are however numerous advantages to using an in-game editor, not least of which is a potentially huge increase in [...]