0 of 0

File information

Last updated

Original upload

Created by

Backup158

Uploaded by

backup158

Virus scan

Safe to use

Tags for this mod

About this mod

Removes status messages from loading screens

Requirements
Permissions and credits
Mirrors
Changelogs
Status messages were added to loading screens in Hotfix #53 (1.5.11). This removes the displayed text.

Covers:
  • Read from disk
  • Dedicated server
  • Waiting for player(s)
  • Backend
  • Store
  • Platform (Xbox, PSN, Steam)

Editing the file
On the technical side, this simply replaces the text with an empty string. You can change this to whatever you want by editing RemoveLoadingStatus.lua with any text editor.

This mod only defines messages in English. For removing the message, this is the default value and will automatically apply to all other languages. To add custom messages in your language, see the readme.md file.
If you don't want to deal with that, install the Mr. Worldwide Edition. This supports all languages automatically by using What the Localization (so make sure that's installed). I've made this a separate file because using WTL technically has a (very very very) small performance overhead. It's nothing noticeable, but it's the principle of things. Also if anyone wants to copy this code, you got two implementations to look at :3

Compatibility
Custom messages work with additions from gpk's LessAnnoyingLoading. Load order does NOT matter.