RimWorld

RimWorld

220 vurderinger
RWLayout
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Mod, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
Filstørrelse:
Offentliggjort:
Opdateret:
2.388 MB
25. aug. 2020 kl. 15:29
13. juli kl. 10:56
21 ændringsbemærkninger ( vis )

Abonner for at downloade
RWLayout

Beskrivelse
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://steamhost.cn/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://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2200054867


0.1.19a
* 1.6 Compatibility

0.1.18a
+ RimWorld 1.5 support

0.1.17a
* FastAccess: callvirt opcode for virtual methods (behold, icons in Grouped Pawns Lists have valid color now!)
Populære diskussioner Vis alle (1)
1
29. aug. 2024 kl. 1:32
FASTGJORT: Bugreports
Krypt
85 kommentarer
Ghostmare 12. juli kl. 6:01 
1.6 update, please?
SuperBoyOk 2. maj kl. 18:17 
Group Pawns Lists is the greatest QoL mod for Rimworld. Thanks.
Krypt  [ophavsmand] 27. mar. kl. 23:36 
I'm not aware of anyone but me using this framework. The only other popular mod using this lib is ModDiff, but it has an integrated assembly, so, it doesn't require this separate version.
There are also some modding helpers mods I created, but unless you are a modder, you don't use those.

The reason why this mod got into people's lists is RimPy. It used one of those tools to optimize loading speed, but forgot to remove deps of the tool. Combined with mod collection export feature of RimPy, RWLayout got into mod lists of many people who doesn't actually need it.
JoeOwnage 27. mar. kl. 5:08 
Is grouped pawns lists the only mod that uses this?
Krypt  [ophavsmand] 25. mar. kl. 11:00 
Question Zero: do you even need it in your list? Unless you are using my Grouped Pawns Lists - you don't.
It is a framework, which does literally nothing by its own, but can be used to build mod GUI
Teramoix 22. mar. kl. 21:09 
So even a year later this mod is still causing issues for people, Launch the game an hour ago, everything is fine, relaunch it, now it's missing * name.krypt.rimworld.rwlayout.alpha2
I have changed nothing, merely restarted the game, and it broke.
Krypt  [ophavsmand] 15. apr. 2024 kl. 3:25 
It basicaly in issue in a tool intended to caught assembly mismatch (this mod consists of 3 assembies which al should have the same version or mistery bugs will happen)

But apparently this tool (or RimWorld?) have its own mistery bug. Basically, it is possible to make game to start without all mod assemblies loaded (with only *some*)
Peryn [Андрій] 15. apr. 2024 kl. 3:20 
Problem was with Vehicle framework mod for 1.4
Without this mod, everything works fine
Peryn [Андрій] 15. apr. 2024 kl. 1:56 
I played the weekend on one machine and everything was fine. Today I transferred the mod pack to another one and this error returned. "The unexpected RWlayout error"
How is this possible?
Krypt  [ophavsmand] 27. mar. 2024 kl. 6:55 
it has loadAfter for harmory, no load before, though