Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
DP perms copied from the base mod
File credits
deluxghost for WTL and for teaching me how to make it international. Raindish for telling me about DMF's localization implementation and providing the code for implementation
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Supports all languages through use of What the Localization
Version v2.1
No need to update if you're on v2.0 Added version logging to console log. Updated readme to include details for supporting non-English
Version v2.0
Added replacements for platform messages. Removed What the Localization requirement.
Version v1.1
Added replacements for backend and store messages
Version v1.0
Initial upload
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.