Creating Your First Project
Creation starts on the All Out website in the Creator portal, then you'll download the All Out editor to make your game world!



Local project files
Last updated
Creation starts on the All Out website in the Creator portal, then you'll download the All Out editor to make your game world!
Once you have access to the creator tools, the Create tab on the All Out website will have an option to create a "New Game".

You'll be asked to pick a game name (you can always change it later!) and then you'll be taken to the management page for your game!

After you've created your game, you'll be taken to the "Manage" section which will allow you to fill in extra information and change game settings. You can come back to this page at any time.

Next, you'll download and launch the editor!
A new local project starts with this structure:
ao.project identifies the project. Put CSL source files in scripts, scene data in scene, and imported textures, audio, and other assets in res. Keep all of these files in version control except paths already excluded by the generated .gitignore.
Last updated
your-game/
├── ao.project
├── scripts/
│ └── main.csl
├── scene/
├── res/
└── .gitignore