RimWorld

RimWorld

230 hodnocení
RWLayout
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Mod, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
Velikost souboru
Přidáno
Aktualizováno
2.419 MB
25. srp. 2020 v 15.29
24. srp. v 17.54
Poznámky ke změnám (24) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
RWLayout

Popis
This is a resource for modders. It have no direct use for users, but other mods can reference it.
Please, notify me If you going to use it in yoir mod.

RWLayout alpha 2
Constraint based gui layout implementation for RimWorld

This an alpha version. Everything is subject to change. Bugs are expected. Missing functionality is known.
Documentation: Under construction (yet)
Git: https://github.com/krypt-lynx/RWLayout

Demo mod:
https://steamcommunity.com/sharedfiles/filedetails/?id=2394990659
The button to open list is in mod settings

Example of a mod using it (a version of it is bundled with the mod):
https://steamcommunity.com/sharedfiles/filedetails/?id=2200054867

0.1.21a
* RimThemes conflict fix

0.1.20a
* Assembly name detection fix (no warnings in log now, transplillers are applied correctly)
* FastAccess method search fix
* Fractional scale GUI related fixes
* Screen resolution change handling
* Elements implimentation updates

0.1.19a
* 1.6 Compatibility
Populární diskuze Zobrazit vše (1)
6
26. srp. v 9.34
PŘILEPENO: Bugreports
Krypt
Počet komentářů: 96
Chaotic Remorse 25. srp. v 8.27 
i was playing when you published the update so i didn't notice till i restarted
Krypt  [autor] 25. srp. v 1.28 
I did nothing? At least nothing after your message?
Chaotic Remorse 24. srp. v 22.25 
what ever you updated fixed it
Krypt  [autor] 24. srp. v 18.32 
Can you share the log, please?
Chaotic Remorse 24. srp. v 18.14 
I can only get this to run if i load directly after Harmony and before Core. Otherwise it throws errors. Even tried with just this and Grouped Pawn List alone
Krypt  [autor] 23. srp. v 8.39 
Is "Cayin" you too?
I would like to have your system information and maybe give some test build for this issue. It looks pretty odd. I have the check the original location was not modified, but than the patch fails to properly apply anyway for some reason
Defo 23. srp. v 8.36 
@Krypt
Sry for late reply.
The game loading is still slower when I run the game with both RWLayout and Rimtheme.

But, as you suggested, after unchecking ‘Patch handling of malformed xml patches (requires restart)’ in the RWLayout mod settings, the error logs no longer show up.

That pretty much fixed things to some extent, so thanks for the help :)
Krypt  [autor] 23. srp. v 8.23 
- what is the game version?
- are there athor mods loaded?

Also, you can go to RWLayout settings and disable "Patch handling of malformed xml patches". This patch is not essencial.
Cayin 23. srp. v 5.46 
https://pastebin.com/JFUENc7W

Primary Error: System.ArgumentException: Label #5 is not marked in method 'Verse.ModContentPack.LoadPatches_Patch4'
Location: RWLayoutMod.MiscFixes.TryPatchLoadPatches() at line 62 in MiscFixes.cs
Cause: IL (Intermediate Language) generation error in Harmony transpiler - Label #5 is being referenced but never defined
Method Being Patched: Verse.ModContentPack.LoadPatches_Patch4
Krypt  [autor] 22. srp. v 8.41 
I was supporting it for a while, but i can't even make run rimthemes on my system anymore, so. I can't even test it, unfortuatelly.
You can disable some patches in RWLayout settings. Also as far as I remember there was ability to disable parts of the mod for RimThemes too. You can try to experiment with those.

Although it will be usefull if you will share those error logs, I can look into those.