边缘世界 RimWorld

边缘世界 RimWorld

Gloomy Deco
Twilight 2021 年 8 月 7 日 上午 2:09
Quick fix for 1.3 (and 1.4) (..and most likely 1.5, 1.6, 1.7...)
Sadly i cannot upload fixes as his licensing terms are quite strict ( as you can read above in his copyright section).

I made a quick fix for myself to have the mod only beeing a pure xml thingdef mod, without any compiled code. It's only needed for animations.

To have a quick fix for 1.3:
* make a local copy of the mod (its in SteamApps\workshop\content\294100\1865654125 - copy this to RimWorld\Mods\ and name the folder to your liking, i chose "1865654125_GloomyDeco_1.3_nocode"
* in the about.xml give it your own package id (i chose twilight.gloomydeco_nocode)
* in the about xml add the compatibility to 1.3 (cosmetic, but the correct way)
* to distinguish the mods it might be a good idea to give your version another name, like "Gloomy Deco - nocode"
* rename the 1.2 folder to 1.3
* the 1.1 folder is uneeded, you may delete it
* the 1.0 folder is uneeded, you may delete it
* in your new 1.3 folder, delete the Assemblies folder
* important is only the 1.3/Defs folder
* within it, search for the files tree.xml, boat.xml and scarecrow.xml
* within each of those 3 xml files, there is a tag called <thingClass>, delete it as it is the connection to the now uneeded source code

No you can disable Dalraes mod for the time beeing till it is fixed and subscribe to your own version. Whatever mishaps the 1.2 assembly of his code does for you guys in 1.3, is now surgically removed.

Voila! you have an easily maintainable xml-only mod now.

No Animations anymore, but the Deco is still there and usable.

Regards

Edit:
2021.03.01 also works for 1.4.
最后由 Twilight 编辑于; 2024 年 4 月 18 日 上午 7:38
< >
正在显示第 1 - 15 条,共 19 条留言
Twilight 2021 年 8 月 7 日 上午 2:27 
To clarify, if the original mod is ready for 1.3, you just need to disable your version and reenable their version
最后由 Twilight 编辑于; 2021 年 8 月 7 日 上午 2:27
Twilight 2021 年 8 月 7 日 上午 11:21 
Guess the windmill doesnt have its wings anymore :)
Twilight 2021 年 8 月 8 日 上午 7:56 
In Trashcan.xml, comment outthe Job and workgiverDef. Otherwis things reacting to cleaning might get confused, like the cleaningrobots:

<!--JobDef>
<defName>GloomyDeco_JobDriver_CleaningTrashCan</defName>
<driverClass>GloomyDeco.GloomyDeco_JobDriver_CleaningTrashCan</driverClass>
<reportString>cleaning TargetA.</reportString>
</JobDef-->

<!--WorkGiverDef>
<defName>GloomyDeco_CleaningTrashCan</defName>
<label>cleaning trash can</label>
<giverClass>GloomyDeco.GloomyDeco_WorkGiver_CleaningTrashCan</giverClass>
<workType>Cleaning</workType>
<verb>clean</verb>
<gerund>cleaning</gerund>
<priorityInType>1</priorityInType>
<requiredCapacities>
<li>Manipulation</li>
</requiredCapacities>
</WorkGiverDef-->
pelusagaming2012 2021 年 8 月 12 日 下午 10:19 
Thank you so soo much <3
ambi 2021 年 8 月 28 日 上午 8:12 
can u upload a fork? i think this mod got abandoned
Twilight 2021 年 8 月 28 日 上午 8:16 
sadly i cannot, their licencing terms forbid that...
最后由 Twilight 编辑于; 2021 年 8 月 28 日 上午 8:16
Losenis 2021 年 9 月 13 日 上午 8:09 
Perhaps you can create a fix-patch with this mod as dependency? Since it'd still require this mod and you're only adding onto it a few lines of code rather than republishing it as standalone, it should be well within the permitted bounds.
Nihiluna 2021 年 9 月 18 日 下午 5:16 
I've been having a weird issue with this, where everything looks like it works but when I get in game I'm unable to have colonists actually *work* on the tasks. I can place an order to build Grass, for example, but it will never be worked on and the right click context menu is unable to be pulled up.

If anybody has any ideas as to how to approach this, please let me know!
Twilight 2021 年 9 月 19 日 上午 12:21 
Mhm, my "fix" is essentially to have the visuals work and the game not throwing errors. Anything that requires actual c# code is disabled. So no special interaction with gloomy deco things, no turning windmill, no rustling leaves etc..

Didn't know about the grass thing, i assumed it's just a regular floor def... was there any extra functionality behind it?
Nihiluna 2021 年 9 月 19 日 下午 12:03 
I don't believe there were any extra features, and this impacts more than just the grass. Any blueprint I put down is unable to be worked on, even vanilla walls/floors.

It may well be a mod conflict, but I tried disabling every building manager I have installed to isolate only the 1.3 fix, and I've isolated the issue to solely if the fix is enabled or not.
Twilight 2021 年 9 月 20 日 上午 9:05 
Thats really strange.. i could build deco stuff. Are you sure? I didnt start the game since the last time i did the fix for myself though, so maybe sth changed.

In principle the only thing i did in the xml files is disconnect the code's logic to the thingdef descriptions in the xml... if something is a floor for example, it should work as a floor by the game's default mechanism. It worked for me then. I'll check as soon as i have time.
Nihiluna 2021 年 9 月 20 日 下午 3:29 
Ok, thanks a bunch. I spent maybe an hour or so trying to get it working last night but I didn't get beyond just isolating it to the fix. I'm pretty out of my depth though, so I don't really know how I would go about fixing it.

I honestly mostly just like the grass floor tile though, would you have any other mods that add a similar grassy floor, by chance? No worries if not, just thought I would ask as I haven't found any with a style I liked nearly as much as gloomy.
Twilight 2021 年 9 月 21 日 上午 9:32 
Well, i go and check if the grass works on my end. I'm using two more floor texture extension mods though.

Edit:
Ok, i checked it at my end right now: i can place the gloomy tall grass floors, and immediatley ppl deliver resources and start building. Same with deconstruction.
I don't own any of the official DLCs and i use some stuff like pick up and haul, etc..
最后由 Twilight 编辑于; 2021 年 9 月 21 日 上午 9:48
Enju Saion-ji 2021 年 11 月 13 日 上午 8:20 
i guess the grass doesnt work in this either
Light-DelaBlue 2022 年 1 月 13 日 上午 11:08 
此留言正在等待我们的自动内容检查系统分析。在我们证实其内容无害之前(例如试图窃取信息的钓鱼站点链接),留言将暂时隐藏。
< >
正在显示第 1 - 15 条,共 19 条留言
每页显示数: 1530 50