边缘世界 RimWorld

边缘世界 RimWorld

SRTS Landing Zone for SOS2
MrGlasses  [开发者] 2021 年 10 月 12 日 上午 9:52
Bug Reports
Something broken? ♥♥♥♥♥ about it here so I can fix it.
< >
正在显示第 1 - 14 条,共 14 条留言
Darwinism 2021 年 10 月 12 日 下午 4:45 
When I install this my coolers start forcing the rooms they're set to cool to 21 C. They still cool, but after each cooling tick it just resets to 21 C.
MrGlasses  [开发者] 2021 年 10 月 12 日 下午 5:14 
引用自 Darwinism
When I install this my coolers start forcing the rooms they're set to cool to 21 C. They still cool, but after each cooling tick it just resets to 21 C.

In space or on surface as well? Did you build any tiles and if so are they in the room where your coolers are?
MrGlasses  [开发者] 2021 年 10 月 12 日 下午 5:22 
引用自 Darwinism
When I install this my coolers start forcing the rooms they're set to cool to 21 C. They still cool, but after each cooling tick it just resets to 21 C.

I found the issue, I neglected to uncomment a piece of code when fixing another bug. Pushing a fix up now. Apologies.
Bhaumat 2021 年 10 月 16 日 下午 3:17 
Messing around in dev mode I found a couple things:

Trying to launch to a ship from a caravan on the world map gives "no valid location", even if the landing zone works perfectly when launching the same vehicle from installed.

Building Hanger Plating alone without Hull Plating underneath it works, but the cells are marked as vacuum and give a movement penalty (Yet do not harm unprotected test subjects). On the other hand, layering them works fine (But results in smashing through the automatically built Ship Roof, which is pretty funny).

Overall great mod, thank you for making this.
MrGlasses  [开发者] 2021 年 10 月 16 日 下午 6:30 
引用自 Bhaumat
Messing around in dev mode I found a couple things:

Trying to launch to a ship from a caravan on the world map gives "no valid location", even if the landing zone works perfectly when launching the same vehicle from installed.

Building Hanger Plating alone without Hull Plating underneath it works, but the cells are marked as vacuum and give a movement penalty (Yet do not harm unprotected test subjects). On the other hand, layering them works fine (But results in smashing through the automatically built Ship Roof, which is pretty funny).

Overall great mod, thank you for making this.

Hey man. I'll try and get a fix out for the caravan issue tomorrow. The vacuum issue and movement speed decrease will be included!
Fernman 2021 年 10 月 20 日 上午 5:35 
My hangar rooms are still in a vaccum in space, which is unfortunate as any empire shuttles called in choke and die pretty much instantly. The temperature works, but the vaccum doesn't.
3 Ducks In a Man Suit 2021 年 11 月 6 日 下午 12:31 
This doesn't work for me at all, the hangar tiles aren't in the game and when I try to load the mod ShipHangarTile and Frame_ShipHangarTile have leading and trailing whitespace
最后由 3 Ducks In a Man Suit 编辑于; 2021 年 11 月 6 日 下午 1:03
Prototype-alpha 2021 年 11 月 22 日 下午 4:03 
I can't breathe in a vacuum *choking*
Mr. Mauer (Mollari) 2021 年 12 月 7 日 上午 9:26 
This doesn't work for me at all, the hangar tiles aren't in the game and when I try to load the mod ShipHangarTile and Frame_ShipHangarTile have leading and trailing whitespace
same
[IoD]Sn1p3rr3c0n 2022 年 2 月 22 日 上午 4:19 
Not exactly a bug but rather a performance concern.
The “RoomTempTracker” “EqualizeTemperature” postfix takes a lot of time.

A relatively simple improvement would be to cache the “room.Map” in a variable before the “foreach” loop and then use that variable instead of “room.Map”
A Human Person 2022 年 3 月 11 日 下午 1:33 
I'm not sure if it's a bug but I can't land the SRTS ships on SOS2 sites I can only "form caravan here" twice
CrazyOdd 2022 年 3 月 25 日 上午 10:37 
Config error in ShipHangarTile: description has leading whitespace
Config error in Frame_ShipHangarTile: description has leading whitespace

Probably nothing, but it is an red error.
m11kire 2022 年 5 月 18 日 下午 4:37 
used a sos2 ship to do surface to surface travel, now get an error every few ticks that names this mod in the stack trace
https://gist.github.com/2012e77f672a54883b85a13b149558b3

System.NullReferenceException: Object reference not set to an instance of an object
at Verse.Region+<get_Cells>d__31.MoveNext () [0x00025] in <99518a644a3e4a7ea3fde566568df84a>:0
at Verse.District+<get_Cells>d__35.MoveNext () [0x0007d] in <99518a644a3e4a7ea3fde566568df84a>:0
at Verse.Room+<get_Cells>d__35.MoveNext () [0x0007d] in <99518a644a3e4a7ea3fde566568df84a>:0
at (wrapper dynamic-method) SOS2SRTSLANDINGZONE.NewVacuumPatch.SOS2SRTSLANDINGZONE.NewVacuumPatch.Postfix_Patch0(Verse.RoomTempTracker)
at (wrapper dynamic-method) Verse.RoomTempTracker.Verse.RoomTempTracker.EqualizeTemperature_Patch2(Verse.RoomTempTracker)
at Verse.MapTemperature.MapTemperatureTick () [0x00038] in <99518a644a3e4a7ea3fde566568df84a>:0
at (wrapper dynamic-method) Verse.Map.Verse.Map.MapPreTick_Patch1(Verse.Map)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
(wrapper dynamic-method) Verse.Map:Verse.Map.MapPreTick_Patch1 (Verse.Map)
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch8 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)
eldiabs 2022 年 6 月 5 日 下午 2:44 
引用自 m11kire
used a sos2 ship to do surface to surface travel, now get an error every few ticks that names this mod in the stack trace
https://gist.github.com/2012e77f672a54883b85a13b149558b3

System.NullReferenceException: Object reference not set to an instance of an object
at Verse.Region+<get_Cells>d__31.MoveNext () [0x00025] in <99518a644a3e4a7ea3fde566568df84a>:0
at Verse.District+<get_Cells>d__35.MoveNext () [0x0007d] in <99518a644a3e4a7ea3fde566568df84a>:0
at Verse.Room+<get_Cells>d__35.MoveNext () [0x0007d] in <99518a644a3e4a7ea3fde566568df84a>:0
at (wrapper dynamic-method) SOS2SRTSLANDINGZONE.NewVacuumPatch.SOS2SRTSLANDINGZONE.NewVacuumPatch.Postfix_Patch0(Verse.RoomTempTracker)
at (wrapper dynamic-method) Verse.RoomTempTracker.Verse.RoomTempTracker.EqualizeTemperature_Patch2(Verse.RoomTempTracker)
at Verse.MapTemperature.MapTemperatureTick () [0x00038] in <99518a644a3e4a7ea3fde566568df84a>:0
at (wrapper dynamic-method) Verse.Map.Verse.Map.MapPreTick_Patch1(Verse.Map)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
(wrapper dynamic-method) Verse.Map:Verse.Map.MapPreTick_Patch1 (Verse.Map)
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch8 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)

This. Log spam.
< >
正在显示第 1 - 14 条,共 14 条留言
每页显示数: 1530 50