Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Creating chapters and configuring i.nfo

Rarisma edited this page Nov 1, 2020 · 2 revisions

What is I.nfo

I.nfo is a optional file which allows you to make a title screen for your game and configure functionality such as saving

Here is an image that will show you how to format i.nfo https://imgur.com/a/QeQED4M

What are chapters?

You can split your game into several parts called chapters, this is useful for longer games as it prevents the game directory from getting clogged

You should now create a folder called 1 in your games base directory and go into that folder, you should then create a folder called start.

What are rooms?

A room is folder in a chapter which stores game data, chapters have several rooms atleast 10 however there is no limit to how many you can have as long as you have at least one folder called start in that chapter

Now you understand how the games hierarchy works you can now make your first room

Clone this wiki locally