RimWorld
639 평점
ToolBox
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod, 1.1, 1.2
파일 크기
게시일
업데이트일
1.231 MB
2020년 3월 7일 오전 8시 28분
2020년 8월 11일 오전 3시 43분
업데이트 노트 8개 (보기)

다운로드 위해 구독하기
ToolBox

Nif님의 1 모음집
Nif's Mods
아이템 8개
설명

ToolBox is an XML based framework, designed for making mod settings that allow changes to ThingDef properties. Examples: cost, hitpoints, beauty, etc. It can also be used to provide a guide or information regarding your mod. It currently has 11 property widgets that can be applied to a ThingDef, and will continue to expand in the future.

Note: the settings will appear inside of the ToolBox settings. It does not act as an independent setting.


Github Wiki[github.com] (Updated for v1.0.2.2)



»Minor Update (v1.0.2.3) [08/11/20]
-Added 1.2 in supported versions

»Minor Update (v1.0.2.2) [04/07/20]
-Added <terrainCol> for creating TerrainAffordanceNeeded option button.

»Minor Update (v1.0.1.2) [03/10/20]
-SettingsDef level default is now Middle.
-Any LinkFlags that already exists will not be added in the listOptions.
-Added <label> in <thingList>. It will replace the collected ThingDef label/name and allow custom labels.
-<label> for <textBox> now has an option to center text: (bool)<center>.
-Added <line> which creates a line depending on lineType: Vertical or Horizontal.

»Build update (v1.0.0.2) [03/07/20]
-Changed the default min of beautyCol to -99999 instead of -9999.



Any mod that does not have any modifiable ThingDef should be fine. And if it does, the level of incompatibility may depend on the mod placement. It is advised to use a mod's default mod setting, instead of making one using ToolBox. Issues may occur if the two mods are changing the same property of a ThingDef. It will either pick one over the other or simply not change at all.



Q1: Is this compatible with RIMMSqol?
A1: Yes, as long as you're not modifying both of the same property of a ThingDef.



»Architect Expanded - Fences
»Gizmo Begone!



»Github upload[github.com]

[ko-fi.com]
[www.paypal.com]

인기 토론 모두 보기(2)
2
2020년 3월 13일 오후 9시 17분
고정됨: Plans / Suggestions
Nif
0
2020년 3월 7일 오전 11시 13분
고정됨: Conflicts / Problems
Nif
댓글 33
Am Shaegar 2021년 8월 15일 오후 4시 42분 
Thanks! I can't really do any modding for Rimworld so I'm glad you came in with the save @Mlie.
Mlie 2021년 8월 15일 오후 2시 13분 
Nif  [작성자] 2021년 8월 9일 오후 12시 19분 
@Fhuma
Tried updating it during my spare time. My code was so messy it gave me a headache lmao. I'm currently working on other projects so I don't have time to continue. Here's the github for it:

https://github.com/Nif-kun/ToolBox_source
Am Shaegar 2021년 8월 6일 오후 12시 26분 
Any chance we can get an update on this, @Nif? I know you're more busy now but, goodness is this mod instrumental to my gameplay so I can customize things better. Is there a possibility you can have someone take it over so they can update if you simply can't anymore?
Haven't been able to get back into the game since 1.3 dropped couz' a few essential mods aren't being updated and this is one of those for me, been checking every day since 21st july when you last posted.
Eager to see a post from you if we can expect anything or not, so I know if to give it more time or if to give up on it (asmuch as I don't want to).
Capt Fuzzy 2021년 7월 21일 오전 6시 51분 
@Nif Thanks so much for all your work! We appreciate all you've done
Nif  [작성자] 2021년 7월 21일 오전 3시 36분 
I don't really have much time anymore. I'll try to share the src code instead when I get some time this week.

I'm really sorry D:
Nif  [작성자] 2021년 1월 6일 오후 9시 07분 
@[美共分子] L'Internationale
Apart for my fence mod, the Decorative Cliffs mod also uses this mod. But for the most part, only those two are utilizing this. This mod cannot be run as is. It requires a modder to implement it in their mod.

@Rayden☆✪
I'd recommend putting it above. Loading it first is important as it applies the settings before the object initializes it's properties.
Azuwi 2021년 1월 6일 오후 5시 24분 
Can I put this mod anywhere in load order? (above arch fences)
Anarchyの海豚 2020년 12월 19일 오전 11시 57분 
is this only work for the fence mod?
Nif  [작성자] 2020년 9월 25일 오후 9시 40분 
@dangerbell666

Nah. This doesn't touch JecsTools functionality.