RimWorld
Automatic Parking
24개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2025년 9월 11일 @ 오후 4시 03분

[Auto-generated text]: Update on 9/12/2025 8:03:20 AM.

업데이트: 2025년 9월 5일 @ 오후 9시 01분

[Auto-generated text]: Update on 9/6/2025 1:01:48 PM.

업데이트: 2025년 7월 25일 @ 오후 7시 40분

[Auto-generated text]: Update on 7/26/2025 11:40:18 AM.
draw ghost and line to park spot

업데이트: 2025년 7월 20일 @ 오전 10시 24분

[Auto-generated text]: Update on 7/21/2025 2:24:49 AM.
Fixed an unbelievable mistake in an xml patch

I had made two types of comps: one for pawns and one for buildings.
The comp for pawns was added via an XML patch, while the comp for buildings was directly attached in the Def.
The building comp was linked to a pawn, and it had a self-destruct method that would automatically destroy the building if the linked pawn died or disappeared.
For some reason, I had also added the building comp to pawns via XML patch ←❓❓❓
As a result, the self-destruct method was running on pawns too, and after saving and loading, the pawns would also disappear—this evolved into an S-class bug ←❓❓❓❓❓❓❓
And this state was left unattended for over 12 hours ←❓❓❓❓❓❓❓❓❓❓❓❓

업데이트: 2025년 7월 19일 @ 오후 6시 56분

[Auto-generated text]: Update on 7/20/2025 10:55:56 AM.
Change in Parking Position Saving Method
The system has been changed from using a dictionary to placing parking position markers as Things.
As a result, manual dictionary management is no longer necessary. When moving with the gravship, GenerateGravship will automatically collect the markers, and PlaceGravshipInMap will respawn them correctly upon landing. This allows gravship support without needing additional patches.
(Why didn’t we just do it this way from the beginning?)

업데이트: 2025년 7월 15일 @ 오전 9시 06분

[Auto-generated text]: Update on 7/16/2025 1:06:07 AM.
1.6?
compatibility patches with other mods have been removed due to lack of time. They will be restored later.

업데이트: 2025년 2월 19일 @ 오후 3시 39분

fix convert issue

업데이트: 2025년 2월 19일 @ 오후 3시 12분

Revert to Update: 16 Feb @ 11:57am

업데이트: 2025년 2월 19일 @ 오전 6시 35분

multiple map support
added Save to gizmo float menu

업데이트: 2025년 2월 15일 @ 오후 6시 57분

[Auto-generated text]: Update on 2/16/2025 11:57:56 AM.
Fixed the problem where the auto-reload feature wasn't working. the method call was removed during refactoring