Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFurryDevil authored Oct 4, 2022
1 parent 266cd77 commit b71cc9b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,17 @@ All Lua functions added by this DLL are prefixed with _ to avoid name clashing.

### Privacy
- do not send player inventory to server (prevents advanced item stealing)
- do not send aim position to server (only when both hands are empty) `privacy.share_cursor`

### Misc
### Tweaks
- world geometry can be made "hollow", allowing you to walk inside of it (if inside of it using a teleport, for example). This also vastly improves performance with /boxes enabled `physics.hollow_world`
- show your own characters (local entities) name when holding the highlight key `tweaks.show_local_names`
- show your own characters (local entities) name when holding the highlight key (multiplayer only) `tweaks.show_local_names`
- render gui ontop of debug `tweaks.interface_over_debug`
- fix chatbubble movement delay
- players can't kick you out of seats anymore
- set team type to null (makes hostiles ignore you) `tweaks.null_team`
- always load player entities in world (can prevent lagspikes, but might reduce overall performance) `tweaks.all_presence`
- don't unload chunks (can prevent lagspikes and improve fast movement across planets, but might reduce overall performance) `tweaks.unload_chunks`

## Config
The DLL uses its own config that can be modified ingame using commands.
Expand Down

0 comments on commit b71cc9b

Please sign in to comment.