Skip to content

Beta 14

Pre-release
Pre-release
Compare
Choose a tag to compare
@lynnfaraday lynnfaraday released this 03 Jun 03:42
· 1707 commits to master since this release

NOTE!!! Restart Required - This version requires a game restart due to the exit alias feature.

You can find upgrade instructions here.

Features

  • The IC Time system has been expanded. You can now configure a time ratio other than 1:1 and use custom day and month names. See Configuring IC Time for details.
  • Exits may now have a single alias. This is set with the alias command, and not the MU version of O;out;ou;outside.
  • A RP Preferences system is now available as an installable extra plugin, available through Ares Extras.

Bugfixes

  • Fixed display of navbar in mobile view. (Reported by Argentus@AresCentral)
  • Increased the default file upload size in the web server configuration. Note: This fixes new installs. If you already have a game installed, you’ll want to update your web configuration as described in this thread. (Reported by Argentus@AresCentral)
  • Fixed a problem with the AresCentral game registration if the game details weren’t set up right. (Reported by Argentus@AresCentral)
  • Posing from web scene page was formatting weird.
  • Viewing a character profile on the web portal when not logged in would cause an error.
  • Players watching a scene from the web will be cleared periodically, to prevent edge cases where the watcher would get stuck (usually when the browser would close without notifying the game).

Miscellaneous

  • A few of the rooms API methods have been deprecated - Rooms.emit_to_room, Rooms.emit_ooc_to_room and Rooms.clients_in_room now have simpler equivalents like room.emit. The old methods still exist for backwards-compatibility, but you probably want to update any custom code to use the new ones.