Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3418288506
Hope it helps anyone!
If you can point to a mod on quest progression specifically, i would add it in the description.
It pre-empts the base game method StorytellerUtility.GetProgressScore which is used to scale many incidents (including quests). The standard method counts your colonists and multiplies that count by storyteller wealth (same stat that generates raid points, see the wiki for more info) and then divides by 10,000.
This method does exactly what the current base game method does but then it takes the square root of that value before returning it. It also starts a stopwatch (an object used to time code operations) that it never actually reads from and sets a cache (again, that it never actually reads from).
While it won't harm your game, since it pre-empts the GetProgressScore method, it won't be compatible with any other mod targeting that method and it's got non-functional performance and debugging features left in.