Nova 2 Getting Started Install Guide Developer Resource
Moving your game from Nova 1 to Nova 2 is a little bit of a process, but this guide will walk you through the process step-by-step
Nova 2 Tutorial Developer Resource
Learn how to use Seamless Substitution to add an image to a system page
Nova 2 Tutorial Developer Resource
Learn how to use Seamless Substitution to swap out icons that are used in Nova
Nova 2 Tutorial Developer Resource
Sometimes you may want to change the name of the application folder to align with the name of your sim. Learn how here.
Nova 2 Tutorial Developer Resource
If you need to change the index file to avoid conflicts with other software, this guide will show you how
Nova 2 Tutorial Developer Resource
Nova comes with the basics, but how do you go about creating an all new page?
Nova comes with several advanced config options to alter the way it performs
CodeIgniter can be configured in a variety of ways to alter the way things work. Learn how to configure it here.
Learn how to add your own methods to an existing model in Nova
Models can return their data in a variety of ways. Learn the different ways and how to use the data.
Nova 1 Tutorial Developer Resource
Let's start to talk about extending Nova with a brief introduction
Nova 1 Tutorial Developer Resource
With a skeleton set up, let's fill it out with a view and some data
Nova 1 Tutorial Developer Resource
Static pages are fine, but let's start interacting with a database to make our page more dynamic
Nova 1 Tutorial Developer Resource
After doing some basic interaction with the database, let's hook up our new model method to our controller
Nova 1 Tutorial Developer Resource
With data coming out of the database and into our controller, let's create a view to display the information
Nova 1 Tutorial Developer Resource
Now that we've laid a good foundation for extending Nova, let's dive into the topic of replacing existing pages
Nova 2 Developer Resource Reference
A primer for developers on Nova 2's experimental Events system.
Nova 2 Developer Resource Reference
A primer for developers on using the experimental extensions system in Nova 2.