Skip to content

Commit

Permalink
Mapping guide: Update battery command
Browse files Browse the repository at this point in the history
Oh my god its THAT old
  • Loading branch information
VasilisThePikachu authored Aug 14, 2024
1 parent edbb85c commit e016a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/en/space-station-14/mapping/guides/general-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Now to start creating maps follow the below steps:
* If you want to test the lighting on your map without leaving the editor, use the "mapinit" command. Do **save before doing this** as it will ruin your map if you save after running this command.
* Use https://affectedarc07.github.io/SS13WebMap/ to see most SS13 maps online
- (https://game.ss13.moe/minimaps/images/maps/ for the /vg/ ones)
* While testing your map, you might not want to be bothered to set up power each time. In that case, try: `forall with Battery do setbatterypercent $ID 100`
* While testing your map, you might not want to be bothered to set up power each time. In that case, try: `> entities with Battery do "setbatterypercent $ID 100"`
* Map auto-saving is enabled by default and goes to the server data directory every 10 minutes (cvar `mapping.autosave_interval`). You can turn it off with `toggleautosave [map id]` or change the `mapping.autosave` cvar.

## Mapping Actions
Expand Down

0 comments on commit e016a2d

Please sign in to comment.