Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Could temperature support for the Eventide Warcasket be added?
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3536153812
[Farhan's Warcasket Tweaks (Vacuum and Temperature)] Patch operation Verse.PatchOperationFindMod(Alpha Mechs) failed
file: C:\Games\Indiv\Rimworld\Mods\3533261706\Patches\Alpha_Mech_Warcasket.xml
Common sense, but easy to overlook. Could benefit from enforced load order.
after some quick XML-editing:
i tried changing the patch operation class to "PatchOperationReplace" (from "..Add" ) which threw an error - the game for some reason doesn't register the original mods vacuum resistance stat on the shoulders as the same stat being added/replaced - couldn't figure out why tho.
What ended up working was first removing the old value and then adding the new one. So something like this for each item:
<Operation Class="PatchOperationRemove">
<xpath> Defs/.../VacuumResistance </xpath>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath> Defs/... </xpath>
<value> ... </value>
</Operation>
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3461815877&searchtext=warcasket
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2733135485
Unintended bug on Guardian Warcasket Shoulders: there are two entries for vacuum resitance - 10% and the next line 35%. The game is taking the 10% and ignoring the 35%. This is giving the full guardian set only 80% total vacuum resistance.