Space Engineers

Space Engineers

Nedostatek hodnocení
Mod Update Popup (MUP) Framework
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Type: Mod
Mod category: Script
Velikost souboru
Přidáno
Aktualizováno
1.553 MB
2. zář. v 4.05
3. říj. v 2.09
Poznámky ke změnám (12) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Mod Update Popup (MUP) Framework

Popis
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.
Počet komentářů: 3
Zero_Sum_Outcomes 11. zář. v 6.55 
It used to throw minor errors which are now gone
Uzar  [autor] 11. zář. v 6.49 
@Zero_Sum_Outcomes you are welcome. I guess / hope this fixed some kind of issue you had before?
Zero_Sum_Outcomes 11. zář. v 6.26 
Thx for the update