RimWorld
29 оценки
Research CostFactor Adjustment
   
Награда
Добавяне към любими
В любими
Премахване от любими
Mod, 1.1, 1.2, 1.3, 1.4, 1.5
Размер на файла
Публикуван на
Обновен на
121.182 KB
5 ян. 2021 в 13:06
17 март в 14:52
5 бележки за промени ( преглед )

Абониране, за да се свали
Research CostFactor Adjustment

Описание
Adds an ability to change the threshold above which the cost of research projects ceases to increase, as well as several other parameters.

GitHub repository[github.com]
13 коментара
onemorecup 9 юли в 8:30 
thanks for update, mate! too bad this one isn't very widely known.
eastpaw 4 дек. 2023 в 19:34 
It's been nearly a year since GHXX's comments below and unfortunately this mod has not been updated to work with Tech Advance.

Sad because this is exactly what I was looking for, but Tech Advance is more important to me.
Yoann 17 окт. 2023 в 1:20 
Exactly what I was looking for, awesome! Thank you very much for this perfect mod :D
123nick 5 ян. 2023 в 4:15 
Thank you for implementing the feature i asked for! truly awesome.
Reiquard  [автор] 4 ян. 2023 в 18:29 
@Shalashalska
@123nick
@GHXX
@Xyllisa Meem Paradox Station
Thank you for your interest in my mod and for your contribution to improving it
GHXX 3 ян. 2023 в 12:17 
[1/2]
@Reiquard, as someone reported this TechAdvancing (my mod) issue to me just now, id suggest using a postfix instead of your original prefix-plus-skip-original-method approach here: https://github.com/Reiquard/ResearchCostFactorAdjustment/blob/main/Source/ResearchCostFactorAdjustment.cs#L26
GHXX 3 ян. 2023 в 12:17 
[2/2]
The original rimworld method does not make any modification to any data, so there is no difference to switching over to a postfix approach (i.e letting the original method run and then changing the result afterwards). However what that lets you do is set a priority and then have that run after my postfix, eliminating any computation changes that Tech Advancing did, or only keeping my values in some cases.
Here is some documentation for harmony: https://harmony.pardeike.net/articles/priorities.html
My harmony id is com.ghxx.rimworld.techadvancing
The patch in question is located here: https://github.com/RimWorldMod/Tech-Advancing/blob/master/HarmonyDetours.cs#L59

The reporting person, @Xyllisa Meem Paradox Station states that it is not a pressing issue, but they would like to see our two mods working together in the (possibly near) future.
123nick 14 ян. 2022 в 18:27 
Can you add a setting for research cost too decrease when researching basic tech level costs?
so like, neolithic researcher researching medieval tech takes 50% , but medieval researcher researching neolithic tech can also be 50% less research time needed?
Hans 23 авг. 2021 в 16:58 
Doenst work for me change nothing :D
Reiquard  [автор] 17 юли 2021 в 23:48 
@Shalashalska
As you have already written, "Tech Advancing" mod overwrites all the data this mod generates, so this report should be addressed to the author of that mod.