🦇
Monster Survivors Template Documentation
  • Welcome
  • CHARACTER
    • Add a Character
    • Starting Ability
  • Stages
    • Stage Creator
    • Tracks And Clips
    • Stage Settings
    • Create a Stage
  • Enemies
    • Simple Enemies
    • Ranged Enemies
    • Bosses
    • Add a Simple Enemy
    • Add a Boss
  • Abilities
    • Ability Types
    • Abilities System Structure
    • Add Abilities
  • Upgrades
    • Upgrade Types
    • Upgrades System Structure
    • Add an Upgrade
  • Game structure
    • Main Menu Scene
    • Game Scene
  • Input
    • Input System
    • Menu Navigation
  • Known Issues
    • IOS Build
  • Testing
    • Abilities Testing Overlay
    • Presets
Powered by GitBook
On this page
  1. Stages

Create a Stage

PreviousStage SettingsNextSimple Enemies

Last updated 3 months ago

1

Preparation

As a first step, please make sure you prepared at least a few enemies or have the ones that came with the template. If are not sure, take a look at Add a Simple Enemy.

2

Setting up Timeline Window

  1. To access Timeline, open it from a top panel:

  1. Opened Timeline should look as follows:

Create a window layout that's most comfortable to you.

Make sure that this window stays open and in view.

3

Viewing a Timeline File

Let's take a look at a Timeline File:

  1. Navigate to and select a stage file, for example Stage 1. It should have an icon like this:

  1. Open the file. If you did everything correctly in Step 2, the Timeline window should look like this:

To display the timeline in seconds, press the settings button on the Timeline window, and select Seconds:

For the ease of use you can lock the Timeline window, to pin the current stage you're working on. To do this, press the button, on the top right side of the window. If you want to open another timeline, make sure to unlock the window before doing that.

4

Creating a Stage

  1. To create a Stage timeline, in your desired folder, Right Click > Create > Timeline. Name your Stage timeline.

  2. Open the file. Timeline window should look like this:

5

Adding Tracks

Now you can add various enemies, bosses and camera control:

  1. Right Click on the empty field on the left, and add a wave track:

An empty track with preselected enemy will appear:

  1. Click on the track. Inspector should display its settings:

There, choose your desired enemy.

If the enemy you expected doesn't appear in the list, refer to Step 4 of Add a Simple Enemy

  1. Repeat Steps 1 and 2 to add as many enemies as you like for this stage.

  2. The process is mostly the same for bosses, but instead of separate tracks, you can add all bosses into a single one. To add it, Right Click on the empty field on the left, and choose to add a Boss Track:

  1. To add optional camera controls, also Right Click on the empty field on the left, and choose to add a Camera Track:

6

Adding Clips

As you added enemies, bosses or camera controls to you liking, its time to set them up to appear in your stage.

  1. On your timeline, hover on a wave track that you want to configure, press Right Mouse, and Add a Wave:

  1. This will spawn a wave of your choice. To know more about the waves and other clip types, go to and .

  2. Resize the clip to your liking. To do that, hover over the edge of the clip, and drag it however you need. You can also size it more precisely in the Inspector field, by selecting the clip:

  1. In the same Inspector window you will find spawn settings, that are separate for each individual Wave Clip:

By default, all the spawn values will be 1. Make sure to change them in the Inspector according to your liking.

  1. Repeat the process for every enemy. To achieve best results, mix and match different Wave Clips, set different values etc. In the end, it can look in this manner:

  1. You can optionally add tracks for Boss Fights and Camera Control. Example is also shown on the image above.

You can edit your Stage at any time. If you are not sure how you want it to play yet, you can fast forward to next steps, and come back to it later.

7

Creating Stage Data

Next, you need to create a settings file for your Stage.

  1. First, you need to create a Stage Data file, to hold its settings. To do that, Right Click on in a project folder > Create > Stage Data. Rename your file.

  2. Open the file. It should look like this:

  1. Now, populate the fields to your liking. Check out if you are not sure what these fields represent. Assign your newly created Stage Timeline in the Timeline field.

Make sure to set proper values to Enemy Damage and Enemy HP (1 by default).

8

Registering a Stage

Now you need to add this Stage Data to the Stage Database.

  1. To do that, open the Stage Database file . It should look like this when opened:

  1. Here, press the + icon on the bottom of the list. A new field will appear. Click on it and assign the Stage Data that you created.

  2. Now you can play the game to test your Stage, and make adjustments in the process.

Have Fun!

Clips
Tracks
Stage Data
How to access Timeline
Timeline window
Stage file example
Opened stage 1
Timeline settings
Empty Stage Timeline
Adding a Wave Track
Wave Track Example
Wave Track Settings
Creating a Boss Track
Creating a Camera Track
Adding a Wave
Clip Timing example
Wave Clip Settings Example
Clips in a Typical Stage
New Field Data file
Stage Database