RimWorld
162 voti
ModCheck (Continued)
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Mod, 1.0, 1.1, 1.2
Dimensioni del file
Pubblicato in data
Aggiornato in data
443.775 KB
25 mar 2020, ore 14:46
27 ago 2020, ore 13:18
3 note di rilascio ( visualizza )

Sottoscrivi per scaricare
ModCheck (Continued)

In 1 collezione di Mlie
Mlie's resurrected mods
973 elementi
Descrizione

Update of Nightinggales mod
https://steamproxy.net/sharedfiles/filedetails/?id=1544705976

All functionallity of this mod exists in the base-game now so it will not be updated further

This mod has not been tested with many mods as I havent found many that uses it. If you test this with a mod and it doesnt work please leave a comment. I will try my best to support this mod.

- Not compatible with RimThemes



[invite.gg]
[github.com]



Toolkit for xml modders. Adds 13 new patch operations. Eliminate the need for patchmods. Patch according to presence, order or version of mods. Reorder xml elements, write patching results and test results to the log. Allow faster patching (shorter startup time) and measure how long each patch spends patching.

The primary task for ModCheck is to remove the need for patch mods. It's done by adding test operations, which can tell if another mod is loaded, if one mod is before another, is of at least a certain version, either in About or in ModSync. Each of those can be reversed (not loaded etc).

Adds logic operators, like sequence, AND, OR, If else conditions. This can be used together with the test operations or vanilla operations to make complex test conditions if needed.

Boost performance. Need to do multiple patching operations on the same building? Search, keep the result and run a list of patches without performing a full xpath search for each operation.

Added a bed and want it to appear in the build menu next to the vanilla beds? The Move operation allows you to alter where your modded building will appear.

Feature rich log writing. Get operations to write messages, warnings and errors if operations succeed or fail. Tell the user if a needed mod isn't loaded or load order is incorrect. Also allow writing conditionless with whatever message you might want to add.

Profile patches. Measure how much time is spend on each patch. ModCheck is aware of which mod owns which patch, meaning you can get a precise view of the startup time of your mod. You can name your patches if root operation is from ModCheck, like ModCheck.Sequence. This will allow performance printout with names rather than just patch 1,2,3....


Forum Thread[ludeon.com]
GitHub[github.com]
Manual of each operation[github.com]

Mod Load Order:
In most cases this doesn't matter, but early is recommended.

The only problem with load order comes from mods including an outdated version of ModCheck. If that is the case, then the newest version of ModCheck needs to be first. If this happens, then ModCheck will provide an error, which should make the issue easy to fix, both for players and mod creators.

Changelog:
Updating ModCheck will not break existing xml files unless stated otherwise.

v1.8.1
- Fixed compatibility issue with updated Rimworld. Profiling works again.
- Updated version URL for Fluffy's Mod Manager

v1.8 (RW 1.0)
Update to about only. The DLL file will not even have to be updated.

- RimWorld 1.0 support
- Added support for Fluffy's Mod Manager

v1.8
This is a significant update from a coding point of view. B19 vanilla changed completely regarding patching.
While the code is significantly better, all Harmony calls from ModCheck had to be redesigned and rewritten.

- Added B19 support
- Added Search operation to speed up patching when the same object is patched multiple times in a row
- Added Move operation to control cases where order matters (like order of building buttons)
- Patch profiling now measures the time more accurately (less rounding errors)

XML BREAKING ALERT!!!
Removed FindFile operation (vanilla rewrite renders it both obsolete and impossible to implement)
Any xml file with FindFile will need updating.


Earlier versions mentioned in the B18 mod page

34 commenti
cllmsteele 24 mar 2024, ore 17:10 
ok no worries i just thought it would have been of some use to my 200 plus mod pack lol its not a problem
Mlie  [autore] 24 mar 2024, ore 16:50 
@cllmsteele I dont think so, I dont know of any mods that still uses this
cllmsteele 24 mar 2024, ore 16:40 
1.4?
emp 1 lug 2022, ore 14:19 
OK, thanks
Mlie  [autore] 1 lug 2022, ore 14:12 
@cursed If you find any, please leave a link to them and Ill have a look if they need it or just havent switched to the vanilla-patches
emp 1 lug 2022, ore 14:08 
like no..
Mlie  [autore] 1 lug 2022, ore 13:45 
@cursed Is there any mods that needs it?
emp 1 lug 2022, ore 12:52 
1.3 please
Mlie  [autore] 21 lug 2021, ore 12:17 
Yes, it will probably no longer be needed.
Sarg Bjornson 21 lug 2021, ore 11:34 
I think all the functionality this mod provided is now vanilla...