RimWorld
Ideoligion Icon as Faction Icon
13개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 7월 21일 오전 7시 15분
작성자: Nuff

[Auto-generated text]: Update on 7/21/2025 10:15:13 AM.
Added Harmony postfixes to the game adding and removing factions, that should handle temp factions like refugees and worshipful villages
Also fixed a bug I introduced in the last update where if you choose custom behavior for factions (use ideo icon vs faction icon) it would be overwritten the next time the game was loaded

업데이트: 2025년 7월 19일 오전 7시 33분
작성자: Nuff

[Auto-generated text]: Update on 7/19/2025 10:33:00 AM.
When populating the icon/color behavior dictionaries, now makes a new list each time instead of only if the list was null/empty. Prevents issues with stale list causing errors if player regenerates world during game setup.

업데이트: 2025년 7월 18일 오후 4시 54분
작성자: Nuff

[Auto-generated text]: Update on 7/18/2025 7:54:17 PM.
Fixed patch for RoyalTitlePermitWorkers. FloatMenuOption.itemIcon field name was changed to iconTex in 1.6 and I missed it.
Also changed the names of the options for using faction color vs ideoligion color to make it more obvious what the setting does

업데이트: 2025년 7월 12일 오전 9시 12분
작성자: Nuff

[Auto-generated text]: Update on 7/12/2025 12:12:07 PM.
Fix to prevent NullReferenceException errors if using ScenPart_ForcedMap (for example the new Odyssey gravship start)
New debug action to list contents of colorDictionary

업데이트: 2025년 6월 27일 오후 12시 25분
작성자: Nuff

[Auto-generated text]: Update on 6/27/2025 3:25:38 PM.
1.6 update is a complete rewrite. Now Harmony patches individual references to the faction icon, instead of replacing the icon in the faction's def

업데이트: 2024년 4월 13일 오후 7시 12분
작성자: Nuff

[Auto-generated text]: Update on 4/13/2024 10:12:22 PM.
Undid a mistake with the last update. Accidentally pushed an unfinished version.

업데이트: 2024년 4월 13일 오전 8시 25분
작성자: Nuff

[Auto-generated text]: Update on 4/13/2024 11:25:32 AM.
Updated to mark as compatible with 1.5. No code changes were made and it works based on my testing.

업데이트: 2023년 1월 27일 오후 9시 56분

[Auto-generated text]: Update on 1/28/2023 12:56:01 AM.

Changed how player faction is located, to make it work with starts other than Crashlanded. Which was the only one I tested with.

업데이트: 2023년 1월 27일 오전 8시 08분

[Auto-generated text]: Update on 1/27/2023 11:08:27 AM.

Added even more logic to try to prevent null reference exceptions, especially for mod factions with settlements but no ideoligion (insectoids causing bugs is fitting).

업데이트: 2023년 1월 26일 오후 8시 31분

[Auto-generated text]: Update on 1/26/2023 11:31:04 PM.

Oh crap I forgot to disable my lazy debug log messages. Fixed now.