TRX/COMMANDS.md

31 lines
829 B
Markdown
Raw Normal View History

2023-11-04 01:47:43 +01:00
# Commands
TR1X introduces a developer console, by default accessible with the <kbd>/</kbd> key.
Currently supported commands:
- `/braid on`
`/braid off`
Enables or disables Lara's braid.
- `/cheats on`
`/cheats off`
Enables or disables cheats.
- `/fly`
Turns on the fly cheat.
- `/pos`
Retrieves information about Lara's position, rotation and current room number.
- `/tp {room_number}`
`/tp {x} {y} {z}`
Teleports Lara into a random spot within the specified room, or the specified X,Y,Z position.
2023-11-07 23:41:39 +01:00
- `/give {item_name}`
`/give {num} {item_name}`
Give Lara an item. Try `/give guns` to equip her with a full arsenal, and `/give keys` to get her all vital puzzle items.
2023-11-08 00:08:22 +01:00
- `/flip`
`/flip off`
`/flip on`
Turn the global flipmap on or off. Passing no argument toggles it.