ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
NameLink
Performance impact
Gameplay ImpactDescription
2
[B18] Make War Not Love
https://drive.google.com/open?id=0B8QOLNOVDc3SYkZQbDNZQW05dXc
TrivialMajor
Legacy from A17. Mostly a flavor mod now, since the background pawn handling is greatly improved in B18 vanilla. Removes the social system (prisoners and animals still bond). Only use this if you dont like the social system.
3
[B18] Rot Tick Fix
https://drive.google.com/open?id=1KS3W7CC8lk99T9XbjiEWQNPNhlySb28Q
MajorMinorLowers the temperature check interval for rotting items.
4
[A17] Manhunter Fixhttps://drive.google.com/open?id=0B8QOLNOVDc3SZ3pjT3U0Rk4xdWMMinor (event based)Minor
Prevents Manhunters sound and mote (red mist above their head) spam.
5
[B18] Idle Fix
https://drive.google.com/open?id=1BOfLWS9TWqa49KKQSraslOhbQWZdqTDg
MinorMinor
Non drafted pawns wont check their surrounding every 4 frames for target or fire
6
[B18] Tick MultiThread
https://drive.google.com/open?id=1UHduVVoER17T_tMMArSEissXujBCU1Lg
Major (map size, biome, map count based)
None
Currently it runs the plants tick event in a different thread. Not compatible with "fast ecology" dev option, and mods that load asset with the TickLong method.
7
8
9
10
11
12
13
14
Other type of mods
15
[A16] Psychic Lance Bypass Forced Death
https://drive.google.com/open?id=0B8QOLNOVDc3SdlB2Rk9mU0xUOGsNoneMinor
Psychic Lance bypasses forced death checks when pawn is downed
16
[A17] Less Stackinghttps://drive.google.com/open?id=0B8QOLNOVDc3SZUhMNk1GZ3AtVXcLowers PerformanceMinor
Allows collision checks for pawns without nearby hostile. This way prevent big stack from fast spreading when gets near colonist. Visually it will still look like they teleport all around but they flow only with walking speed so you dont lose distance to enemy.
17
[A17] More Reasonable Prison Break
https://drive.google.com/open?id=0B8QOLNOVDc3Sc3NaTmxTVTRVUWs
NoneMinor
Colonist or Content/Happy prisoner cant prisonbreak, except if they was in prison for more than 1 year overall
18
[A16] I Think You Missclickedhttps://drive.google.com/open?id=0B8QOLNOVDc3SWl9ta1ZndU94QjgNoneMinor
Ask for confirmation if you give order to forced feed corpse or if you try to arrest a colonist who isnt in mental state
19
[A16] Auto Updatehttps://drive.google.com/open?id=0B8QOLNOVDc3SajBuVTkyQUoxU2sNoneNone
Auto Update mods on confirmation if the mod folders has a "DirectDownloadLink.txt" that contains a valid link to a .zip file. On first usage after activation and game restart, it will create a backup on your mods in the Mods folder and if you confirm, it will update all possible mod to ensure all mod is up-to-date. Currently it makes an overwrite update, so it doesnt delete extra files from the mod folder. Later i will make an extra optional file to help delete obsolete files.
20
[A16] Less BeepBoophttps://drive.google.com/open?id=0B8QOLNOVDc3SYktUTjBsWTM3MXcNoneLess jumpscare :)Removes every BeepBoop sound except pawn death
21
22
23
24
25
26
27
28
Thank you to CCL/RawCode for the detour code, that made possible these mods :)
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100