Project Zomboid

Project Zomboid

108 vurderinger
Mod release notes
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
Opdateret:
104.490 KB
31. mar. 2021 kl. 23:52
14. juli kl. 4:20
2 ændringsbemærkninger ( vis )

Abonner for at downloade
Mod release notes

Beskrivelse
A small tool to show mod release notes on update.

For Players
You can install `Mod Release Notes` like any other mod you use. Every time Zomboid starts (well, enters the Main Menu) the mod checks if a mod has been updated since the last check, and will show release notes if any are available.

For Modders

Supporting Release Notes in your mod is easy. Just add a `releasenotes.ini` file in the same directory as the `mod.info` file. In B42 that is the directory `common/` while pre-B42 it is the root directory of the mod.


Workshop ID: 2442440989
Mod ID: bcReleaseNotes
3 kommentarer
Lil Leprachaun 16. aug. kl. 11:21 
FYI - There's an error in your mod.info file. Under required it says \bcUtils. This causes the game to not recognize bcUtils as being present and connected to this mod. By removing the "\"; it fixes the issue. It should be = "bcUtils", not "\bcUtils". This is only an issue for Build 41. Build 42 works fine regardless. Thanks!
blindcoder  [ophavsmand] 5. apr. 2021 kl. 5:12 
@Crestfallen Knight: Would have been sensible to add instructions for modders in the description, now wouldn't it?
Fixing that right now :)
Crestfallen Knight 4. apr. 2021 kl. 14:24 
how to use it?