Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Releases: tom-90/RROx

v2.3.0

19 Dec 20:14
Compare
Choose a tag to compare
  • Added Support for loading from Railroads Online running on Unreal Engine v5.3
  • Added Support for the memory reader to dynamically switch between Unreal Engine versions (this means RROx is still backwards compatible with older versions)
  • Enhancement Rewrote a major portion of the memory reader to make future Unreal Engine updates much easier to handle.
  • Enhancement Various stability and performance improvements.

v2.2.2

19 Nov 17:46
Compare
Choose a tag to compare
  • Fixed Stability issues with RROx connecting to RRO.
  • Fixed Issues finding objects in game memory (case-sensitivity issues).
  • Fixed Issue where reading certain types of text (rolling stock name/number) did not work or gave weird characters.

v2.2.1

21 Apr 16:04
Compare
Choose a tag to compare
  • Added Support for Unreal Engine 5 (for RailroadsOnline Weather & Sky update)
  • Fixed Typo in plugin update message

v2.2.0

13 Nov 20:10
Compare
Choose a tag to compare
  • Added Additional API's necessary for the world and map plugins to load the new spline system.

v2.1.0

05 May 18:53
Compare
Choose a tag to compare
  • Added Ability to manually inject the DLL into the game in case automatic injection by RROx fails.
  • Fixed Issue where overlay settings and player name would not be saved.
  • Fixed Issue where overlay state (large map/minimap) could be synced in shared sessions.

v2.0.0

30 Apr 12:42
Compare
Choose a tag to compare

Important! The version 2 update changes the way that RROx is installed. Therefore, to use it, you should uninstall the current version of RROx and reinstall the new version. Older versions will try to automatically update to this new version, but this will fail.

  • Changed RROx no longer uses Cheat Engine to read memory from the game. It now only uses it's own DLL that is injected into the game.
  • Changed RROx now uses a proper MSI-installer, with configurable options.
  • Changed RROx now installs into C:\Program Files\RROx by default, but this can be changed during the setup.
  • Improved Overall performance improvements, including a much faster attach time.
  • Improved The chances of RROx causing a game crash are now much lower.
  • Improved RROx no longer requires you to attach when you are in game and detach when you leave.
  • Added New User Interface
  • Added Plugin system with plugins that contain the RROx functionality. This can be used by 3rd party developers to create new functionality. Documentation on how to use the plugin system will follow.
  • Added New settings page that is more user-friendly.
  • Added (Autosave Plugin) Ability to save to 3 special backup slots, that are seperate from the 10 game save slots.
  • Added (World Plugin) Added configuration options for world refresh intervals and spline intervals.
  • Added (Devtools Plugin) Added struct list to show game objects, that can be used by plugin developers.
  • Removed (Map Plugin) Build mode has not been added to v2 yet. It will be added back in after the new spline update.

v1.13.0

08 Feb 17:22
Compare
Choose a tag to compare
  • Added Teleport here button when right-clicking on the map to teleport anywhere.
  • Added Search box on the map (Thanks to Faab007NL).
  • Added Collapsible sections on the settings page.
  • Fixed Teleport bug where multiplayer clients could teleport with the locomotive.
  • Fixed For people having issues where the game window is black: disable hardware acceleration in the minimap settings.
  • Fixed Minimap now positions itself correctly on first load.
  • Fixed The popup title now correctly shows the name of the freight car (Thanks to Faab007NL).

v1.12.0

29 Jan 12:24
Compare
Choose a tag to compare
  • Added Movable and closable map popup.
  • Fixed Button to open controls in new window now works properly.
  • Fixed Players connecting via a shared URL can now also set money and xp.
  • Fixed When opening the overlay, the in-game camera will stop moving.

v1.11.1

27 Jan 14:39
Compare
Choose a tag to compare
  • Fixed Fixed issue where map stays empty after attaching.

v1.11.0

27 Jan 14:12
Compare
Choose a tag to compare
  • Added Dark high-res map (Thanks to Faab007NL).
  • Added Configurable keybinds for opening the map and autosaving (more will come in the next updates).
  • Added Feature toggles for cheating, building, teleporting, changing switches and controlling engines.
  • Fixed Changing Money and XP now works correctly.
  • Fixed Dark mode color issues.