Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzyhau committed Jan 13, 2023
1 parent ebc9783 commit b6af257
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ This library is a [MonoMod](https://github.com/MonoMod/MonoMod) mod which adds s
- Binding feature allowing you to have any command bound to any key through `bind` command.
- `warp` command for moving to different levels instantaneously.
- `reload` command for quick reload of the level you're currently in.
- `save` and `load` commands for saving and loading named quicksaves.
- `progress` command for manipulating game and level progress (WIP)
- `itemcount` command for changing amount of items currently possessed.
- Quicksave functionality through `save` and `load` commands.
- Commands for quick inventory manipulation (`itemcount`, `maps` and `artifacts`).
- `progress` command for manipulating game flags and level progress (WIP)
- `blackholes` command for manipulating black holes.
- `time` command for manipulating in-game day and night cycle.
- Timescale manipulation through `timescale` command.
- Invisible trile wireframe preview using `hiddentrileswireframe` command.
- Configurable IL timer (`timer` command).
- Basic HUD for displaying player's position, velocity and state (WIP)
- `allow3d` command for allowing 3D perspective shift in a level.

## Installation

Expand Down

0 comments on commit b6af257

Please sign in to comment.