Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Kiame

#166
Quote from: LWM on July 11, 2020, 12:10:16 PM
Why not do a Harmony Postfix() patch on Building_Storage's GetGizmos?

Then authors wouldn't have to add a dependency to their code base to support your mod; it would happen automagically.

The main reason is i didn't want the settings of one building type to show up for another type but be able to support different building types to share load/saves. That's why there are pre-defined save types as well as the option to specify custom ones.

To a lesser extent I don't like mods that add unintended functionality to other mods (i know from experience of supporting other mods when they modify my own)

The dll to include is here: https://github.com/KiameV/rimworld-SaveStorageSettings/releases/download/1.1util/SaveStorageSettingsUtil.zip

To add support for a new building storage the code is:

        public override IEnumerable<Gizmo> GetGizmos()
        {
            List<Gizmo> l = new List<Gizmo>(base.GetGizmos());
            return SaveStorageSettingsGizmoUtil.AddSaveLoadGizmos(l, [storage type name], this.settings.filter);
        }

Where storage type name can either be a unique string or one of the pre-defined types in the SaveTypeEnum
#167
Releases / Re: [1.1] [KV] Trading Spot [ModSync RW]
June 26, 2020, 01:56:22 AM
Update:
Trading spot will not count as a building for anima trees.
#168
Update:
Added setting to toggle "Only Apply to Colonists"
#169
Update:
Fixing a possible problem for those not using AlienRaces mod when selecting crown types
#170
Update:
Fixing a possible problem for those not using AlienRaces mod when selecting crown types
#171
Update:
Fixed the problem with pawns spawning with no head for when AlienRaces is enabled. Load order for this mod will not matter.

Let me know if there are still any issues.
#172
Update:
Fixed the problem with pawns spawning with no head for when AlienRaces is enabled. Load order for this mod will not matter.

Let me know if there are still any issues.
#173
Releases / Re: [B19] More Monstergirls
June 13, 2020, 04:35:41 AM
Update (1.1):
- Added a Settings page to adjust monster girl hair, egg, scale, wool, and milk production
- Foxgirls now produce a small amount of milk to make them match the other monster girls

Download: https://github.com/KiameV/rimworld-moremonstergirls/releases/download/1.1/MoreMonsterGirls.zip
#174
Tools / Re: [LIB] Harmony v1.2.0.1
June 08, 2020, 11:18:05 AM
Also use TryParse so no exception is thrown if the operant is not a number
#175
Update:
Added Russian translation. Thanks Tkhakiro!
#176
Update:
Modified "low pain tolerance", "ironman", and "unstoppable" to include a damage factor as well as pain threshold to make each more applicable.
#177
No limit and food will not go bad.
#178
Quote from: akiceabear on May 10, 2020, 03:06:34 PM
Is it possible for this mod to disable raids by factions with tech level above mine? Until I tech up, and then they'll come?

That'd be on the storyteller side of things
#179
Ugg i'm really missing the ball with keeping all the files in sync. The download was correct i had just forgotten to update the modsync file in the mod. Fixed now
#180
Update:
Body type can be modified again