RimWorld
Ideoligion Icon as Faction Icon
Affichage des entrées 1-10 sur 13
< 1  2 >
Mis à jour le : 21 juil. à 7h15
par 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

Mis à jour le : 19 juil. à 7h33
par 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.

Mis à jour le : 18 juil. à 16h54
par 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

Mis à jour le : 12 juil. à 9h12
par 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

Mis à jour le : 27 juin à 12h25
par 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

Mis à jour le : 13 avr. 2024 à 19h12
par 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.

Mis à jour le : 13 avr. 2024 à 8h25
par 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.

Mis à jour le : 27 janv. 2023 à 21h56

[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.

Mis à jour le : 27 janv. 2023 à 8h08

[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).

Mis à jour le : 26 janv. 2023 à 20h31

[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.