Space Engineers

Space Engineers

Not enough ratings
Mod Update Popup (MUP) Framework
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
Mod category: Script
File Size
Posted
Updated
1.553 MB
2 Sep @ 4:05am
11 Sep @ 3:38am
11 Change Notes ( view )

Subscribe to download
Mod Update Popup (MUP) Framework

Description
TLDR: If you hate this: enter
/mup
in the chat and select “Mod Update Popup Notifications → OFF”


Does nothing on it’s own.

To be used by mod creators who want to show a message to the players about important changes.

Add a ModUpdatePopupData.xml to the mod’s root folder. This is the format to be used:


<ModUpdateData>
<!-- Can be any number - I like to use UNIX time, use whatever you like. Popup only triggers if larger than previous number (or on first global load)-->
<ModVersion>1756804438</ModVersion>
<!--Currently only [b] is supported for formatting. Motivate me and I may add more stuff...-->
<ModUpdateDescription><![CDATA[
[b]This mod allows showing ingame popups for important mod updates:[/b]
- Highlighting the mod authors awesomeness
- Explaining changes that are relevant to the users
- Explain new features that are not immediately apparent.

Mod updates can be silenced forever!
]]></ModUpdateDescription>
</ModUpdateData>

Anytime you increase the <ModVersion> to a larger number, the user will receive a popup with the <ModUpdateDescription>.

A mod update will be shown only once (globally) no matter how many saves a player starts.

Users can decide to receive no future popups from a specific mod by clicking "Don't show updates for this mod”.

Users can also decide to receive no future popups from any mod by entering
/mup
in the chat and selecting “Mod Update Popup Notifications → OFF”




Open the MUP Settings menu by typing
/mup
to edit both global and mod-specific notifications options.
Open the MUP Settings menu by pressing “Ctrl” + “Shift” + “M” to edit both global and mod-specific notifications options.
Use the RHF Terminal to change the keybind.




Maybe more BBcode formatting. Currently only [b] is supported.




Discord[discord.gg]



This workshop item cannot be redistributed without explicit permission.
This item is not authorized for posting on Steam, except under the Steam accounts named PepperJack & Uzar.

Thank you Space Engineers community for being awesome. Special thanks to Math, enenra, Chipstix213, Malware, Digi, whiplash141, archan79, Krynoc, humanoid.mp4, DarkHelmet and all the others who make modding fun.
3 Comments
Zero_Sum_Outcomes 11 Sep @ 6:55am 
It used to throw minor errors which are now gone
Uzar  [author] 11 Sep @ 6:49am 
@Zero_Sum_Outcomes you are welcome. I guess / hope this fixed some kind of issue you had before?
Zero_Sum_Outcomes 11 Sep @ 6:26am 
Thx for the update