边缘世界 RimWorld

边缘世界 RimWorld

58 个评价
Tech Tree Patch Framework
   
奖励
收藏
已收藏
取消收藏
Mod, 1.5, 1.6
文件大小
发表于
更新日期
42.737 MB
2024 年 9 月 9 日 下午 4:20
7 月 2 日 上午 9:44
7 项改动说明 ( 查看 )

订阅以下载
Tech Tree Patch Framework

在 GonDragon 的 2 个合集中
The GonDragon Experience [1.5]
307 件物品
Old 1.5 Stuff
561 件物品
描述
This small framework introduces a PatchOperation to make overwriting Research Projects easier. It also adds two buttons: one to save the position of Research Projects after reordering them in Developer Mode, and another to generate a patch with all the position changes you've made in-game.

Additionally, it adds a new "Hidden" tab to the ResearchTabs, visible only in Developer Mode. You can use this tab to hide research projects without deleting them, which helps avoid red errors from removed projects.

Below is the patch operation:

<Operation Class="TTPF.PatchOperationEditResearch"> <success>Always</success> <xpath>Defs/ResearchProjectDef[defName="defToEdit"]</xpath> <researchViewX>0.00</researchViewX> <researchViewY>0.90</researchViewY> <tab>Main</tab> <baseCost>400.00</baseCost> <prerequisites> <li>Requisite1</li> <li>Requisite2</li> </prerequisites> <hiddenPrerequisites> <li>HiddenRequisite1</li> </hiddenPrerequisites> </Operation>

All fields are optional, so you can modify only what you need without affecting other elements.

Source Code: https://github.com/GonDragon/TTPF
22 条留言
GonDragon  [作者] 10 月 9 日 上午 10:30 
@新垣夜夏: It stores the changes on its setting file. So if you back up the mod settings, you should be safe.
新垣夜夏 10 月 9 日 上午 6:30 
Great mod! Where does this mod store all the changes? I would like to make a backup for all the changes I made (in case I accidentally click reset)
ミ>.<ミ?♪~ 4 月 5 日 下午 12:18 
THE BEEEEEEEEEEST MOD!
Bitterholz 2 月 7 日 上午 8:26 
Absolutely goated mod, the tech tree has always been the bane of my modlists.
TurtleShroom 1 月 31 日 下午 1:12 
I will! Thank you very much!
GonDragon  [作者] 1 月 31 日 下午 12:57 
@TurtleShroom: Great. If you find one button that is totally unclickable, just told me and I'll find some time to patch that...
TurtleShroom 1 月 31 日 下午 12:13 
I mean, if I can still click them, that's perfectly fine. I was just afraid that I could not reach one!
GonDragon  [作者] 1 月 31 日 上午 11:27 
@TurtleShroom: Sorry, but no. It may seems as a small change, but since it happens only with rimmsqol, and only in dev mode, and even with the overlap the buttons steel seems to be usable... I don't think I will change that, sorry again.
TurtleShroom 1 月 31 日 上午 9:47 
Perhaps, if you have the RIMMSQOL Mod, your buttons could be moved a bit to the left?
GonDragon  [作者] 1 月 30 日 下午 6:35 
@TurtleShroom: I don't use that mod, but I think that it should work. The previous comment said that there is some sort of issue with button positions in devmode when both mods are enabled, but that still should be usable.