Skip to content
This repository was archived by the owner on Aug 2, 2026. It is now read-only.

MotorTownMods v0.7.5

Choose a tag to compare

@github-actions github-actions released this 15 Jul 16:11
· 103 commits to main since this release
a42720a

Add options to toggle in-game UI elements

UI toggle commands:

  • toggleminimap - Toggle the mini map visibility
  • togglequest - Toggle the quest list visibility
  • toggledrivinghud - Toggle the entire vehicle HUD visibility including the control helper
  • togglecontrolhelper - Toggle the control helper visibility
  • togglehotbar - Toggle the hotbar visibility
  • toggleplayerlist - Toggle the player list visibility
  • sethotbarposition <position> - Set the hotbar position on-screen. Options are default and center.

These commands are persistent and will be restored on every time you join a game.

New moderation tool - popup message!

You can now send messages that pops up on specific player(s) screen or to everyone with POST /messages/popup.

Bugfixes & optimization

  • Fix #39 due to malformed userdata while getting the vehicle list
  • Fix README MOD_SERVER_PORT not updated with the config
  • Build file size is now smaller
  • shared.zip build step will be skipped if previous workflow ran successfully, saving build time
  • Player controller can now be correctly identified with unique net ID
  • More robust stack trace error logging
  • Documentations are now segregated for easier maintenance and readability
  • Webserver is now a singleton object and won't be duplicated