Skip to content

Commit

Permalink
Nightmaredocumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TopHatPenguin committed Apr 3, 2024
1 parent 1dadbc2 commit b00d8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/Nightmare/doc/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To know where to insert map files, we use a landmark object. This means placing
### Example 1: Map Sprinkles
The `map_sprinkle` node is usually already configured on maps, with a folder such as `maps/Nightmare/maps/BigRed/sprinkles`. It allows to randomly insert standalone map changes, by directly using map files.

Each file will randomly be inserted depending on its name: `40.viro_open.dmm` for example has 40% chance to be included at `viro_open` landmark. You can drop in extra files to take advantage of this.
Each file will randomly be inserted depending on its name: `40.viro_open.dmm` for example has 40% chance to be included at `viro` landmark. Writing after the '_' is considered additional information for the viewer, and will not be taken into account with spawning. You can drop in extra files to take advantage of this.

### Example 2: Map Variations
`map_variations` work similarly, but only pick one file in the folder at random. For example, if you have three files:
Expand Down

0 comments on commit b00d8fc

Please sign in to comment.