[Mod] Urxen Redesign v1.2

By on May 14, 2012 10:00:46 PM from Elemental Forums Elemental Forums

DsRaider

Join Date 11/2008
+54

Well since Stardock has said they are not going to re-add Umber I decided to play around with changing their looks a bit. Right now they seem to be too similar to Trogs. I decided to give the Urxen race a Beastmen look because it fits them and is very different from the more Orcish Trogs. To do this I gave them some beards and horns. I also changed their skin color to a browner shade.

The newest version of this mod adds a completely new race instead of editing the existing Urxen race. Thus some bugs in the first version have been fixed. This also means that you can play with factions based off both the new and old Urxen races. You don't even necessarily have to use the new race as a replacement. You can just create a custom faction off of them with it's own history.

In the current version I have created a custom faction and sovereign for Umber. They will require my Faction Trait Mod to work. If you don't want to use them you can just create your own faction and sovereign.

 

*Skin color has since been changed.

 

Now Stormworld compatible.

For FE version 1.01

Download: Here

To install place all the xml files in the mod folder. Remove any outdated files.

If you want to play with both new and old Urxen then do not add the DarOver file which changes the looks of existing champions. You can change the display name of the new race in the Race_Type_DarUrxen file.

30 Replies
Search this post
Subscription Options


Reason for Karma (Optional)
Successfully updated karma reason!
May 17, 2012 5:04:30 PM from Elemental Forums Elemental Forums

I like the look a lot. Nice work!

Reason for Karma (Optional)
Successfully updated karma reason!
May 23, 2012 12:22:20 PM from Elemental Forums Elemental Forums

Updated.

Reason for Karma (Optional)
Successfully updated karma reason!
October 27, 2012 1:02:52 PM from Elemental Forums Elemental Forums

would this work with 1.00 ?

Reason for Karma (Optional)
Successfully updated karma reason!
October 27, 2012 1:14:34 PM from Elemental Forums Elemental Forums

Umber removal was the worst decision in the whole beta...

Reason for Karma (Optional)
Successfully updated karma reason!
October 27, 2012 1:24:55 PM from Elemental Forums Elemental Forums

Quoting crimsongekko,
would this work with 1.00 ?

Yes it should.

Reason for Karma (Optional)
Successfully updated karma reason!
November 17, 2012 8:27:28 PM from Elemental Forums Elemental Forums

love this mod, can it be made StormWorld compatible?

Reason for Karma (Optional)
Successfully updated karma reason!
November 18, 2012 1:49:47 AM from Elemental Forums Elemental Forums

I can't seem to be able to put my custom urxen sovereign on a horse. The shopkeeper takes my money, but no horse.

Reason for Karma (Optional)
Successfully updated karma reason!
November 18, 2012 6:46:50 AM from Elemental Forums Elemental Forums

After reading the fine print above, also installed the faction traits mod, restarted with a new faction/sovereign (kingdom/urxen/kennel masters), but was unable to equip a blood warg. Same deal as with the horses.

Edit:

Found a plain warg in a pile of loot. The text said "although this warg wouldn't fit you, you can sell it in the nearest shop", however no warg in inventory. Assuming the disappearing mount issue didn't exist, can kennel masters not use plain wargs even if they find them? They may not be as awesome as blood wargs, but my policy is not to look a gifted warg in the mouth.

Reason for Karma (Optional)
Successfully updated karma reason!
November 18, 2012 9:59:37 AM from Elemental Forums Elemental Forums

Ok the issue with mounts has been fixed, you will have to re-download both mods and start a new game though. Here are Dropbox links until WinCustomize approves them.

New Umber

Add Traits

By the way this should be compatible with StormWorld.

 

Reason for Karma (Optional)
Successfully updated karma reason!
November 18, 2012 10:46:20 AM from Elemental Forums Elemental Forums

thanx for the update! I've asked Heavenfall about compatibility and it seems like there's some compatibility work to be done in regards to the new units this mod adds. you could check the "female henchman mod" thread for details

Reason for Karma (Optional)
Successfully updated karma reason!
November 18, 2012 4:48:35 PM from Elemental Forums Elemental Forums

Awesome, thanks for the quick turnaround!

Quoting DsRaider,
you will have to re-download both mods and start a new game

Will I need to clear out my custom faction and recreate it, or can that stay?

Reason for Karma (Optional)
Successfully updated karma reason!
November 18, 2012 6:11:37 PM from Elemental Forums Elemental Forums

Nice.

What this game needs are more skeletons to mod.

Reason for Karma (Optional)
Successfully updated karma reason!
November 18, 2012 8:27:30 PM from Elemental Forums Elemental Forums

Quoting sratner,
Will I need to clear out my custom faction and recreate it, or can that stay?

Your custom faction can stay.

Reason for Karma (Optional)
Successfully updated karma reason!
November 19, 2012 5:54:47 AM from Elemental Forums Elemental Forums

To make the mod fully compatible with Stormworld you need the background unitstats added to your unittypes.

In particular, each unit will need these

      <UnitStat_BG_IsRace_Urxen>1</UnitStat_BG_IsRace_Urxen>
      <UnitStat_BG_IsEmpire>1</UnitStat_BG_IsEmpire>
      <UnitStat_BG_IsHumanoid>1</UnitStat_BG_IsHumanoid>

All sovereigns need these

    <UnitStat_BG_IsSovereign>1</UnitStat_BG_IsSovereign>
      <UnitStat_BG_IsChampion>1</UnitStat_BG_IsChampion>

and all units that have a gender need one of these

      <UnitStat_BG_IsFemale>1</UnitStat_BG_IsFemale>
      <UnitStat_BG_IsMale>1</UnitStat_BG_IsMale>

 

 I will add the artdef support for the Stormworld stuff myself in the next release. It makes much more sense to have it in my mod than in yours, because when I add new content you shouldn't have to update.

Reason for Karma (Optional)
Successfully updated karma reason!
November 19, 2012 5:59:46 AM from Elemental Forums Elemental Forums

In your <GameItemTypeArtDef> you have all the 3d models re-done again. This is superfluous unless you are creating NEW <GameItemTypeModelPack>. I strongly advice you to remove the <GameItemTypeModel> bits from your files, or change the <GameItemTypeModelPack> internalnames to something unique to prevent the game having to render all the 3d models and effects twice.

 

Example: The core file has this

    <GameItemTypeArtDef InternalName="Art_BootsOfTheSpider">
        <GameItemTypeModelPack InternalName="Art_BootsOfTheSpider_1">
            <SupportedUnitModelType>AmarianFemale</SupportedUnitModelType>
            <SupportedUnitModelType>AmarianMale</SupportedUnitModelType>
            <SupportedUnitModelType>EmpireFemale</SupportedUnitModelType>
            <SupportedUnitModelType>EmpireMale</SupportedUnitModelType>
            <SupportedUnitModelType>FallenFemale</SupportedUnitModelType>
            <SupportedUnitModelType>HenchmanMale</SupportedUnitModelType>
            <SupportedUnitModelType>IroneerFemale</SupportedUnitModelType>
            <SupportedUnitModelType>IroneerMale</SupportedUnitModelType>
            <SupportedUnitModelType>KingdomFemale</SupportedUnitModelType>
            <SupportedUnitModelType>KingdomMale</SupportedUnitModelType>
            <SupportedUnitModelType>MancerFemale</SupportedUnitModelType>
            <SupportedUnitModelType>MancerMale</SupportedUnitModelType>
            <SupportedUnitModelType>QuendarFemale</SupportedUnitModelType>
            <SupportedUnitModelType>SlaveMale</SupportedUnitModelType>
            <SupportedUnitModelType>TarthanFemale</SupportedUnitModelType>
            <SupportedUnitModelType>TarthanMale</SupportedUnitModelType>
            <SupportedUnitModelType>UrxenFemale</SupportedUnitModelType>
            <SupportedUnitModelType>WraithFemale</SupportedUnitModelType>
            <SupportedUnitModelType>WraithMale</SupportedUnitModelType>
            <IconFile>BootsOfTheSpider_Item.png</IconFile>
            <TintR>0</TintR>
            <TintG>0</TintG>
            <TintB>0</TintB>
            <GameItemTypeModel>
                <ModelFile>Gfx\HKB\Clothes\K_Male_Boots_Warrior_Mesh_01.hkb</ModelFile>
                <Texture_All>Gfx\HKB\Armor\K_Male_Boots_Spider_Texture_01.png</Texture_All>
                <AttachmentType>Skinned</AttachmentType>
                <Color_Clothing2>63,31,31</Color_Clothing2>
            </GameItemTypeModel>
        </GameItemTypeModelPack>
        <GameItemTypeModelPack InternalName="Art_BootsOfTheSpider_2">
            <SupportedUnitModelType>FallenMale</SupportedUnitModelType>
            <SupportedUnitModelType>QuendarMale</SupportedUnitModelType>
            <SupportedUnitModelType>UrxenMale</SupportedUnitModelType>
            <IconFile>BootsOfTheSpider_Item.png</IconFile>
            <TintR>0</TintR>
            <TintG>0</TintG>
            <TintB>0</TintB>
            <GameItemTypeModel>
                <ModelFile>gfx/hkb/Armor/F_Chainmail_Boots_Mesh_02.hkb</ModelFile>
                <Texture_All>Gfx\HKB\Armor\K_Male_Boots_Spider_Texture_01.png</Texture_All>
                <AttachmentType>Skinned</AttachmentType>
                <Color_Clothing1>70,70,70</Color_Clothing1>
            </GameItemTypeModel>
        </GameItemTypeModelPack>
    </GameItemTypeArtDef>

All you need is this

   <GameItemTypeArtDef InternalName="Art_BootsOfTheSpider">
        <GameItemTypeModelPack InternalName="Art_BootsOfTheSpider_1">
            <SupportedUnitModelType>DarUrxenFemale</SupportedUnitModelType>                    
        </GameItemTypeModelPack>
        <GameItemTypeModelPack InternalName="Art_BootsOfTheSpider_2">
            <SupportedUnitModelType>DarUrxenMale</SupportedUnitModelType>
        </GameItemTypeModelPack>
    </GameItemTypeArtDef>

Reason for Karma (Optional)
Successfully updated karma reason!
November 19, 2012 6:21:56 AM from Elemental Forums Elemental Forums

I am Kongdej, and I approve of this mod

Quoting joasoze,
Umber removal was the worst decision in the whole beta...

What he said

Sincerely
~ Kongdej

Reason for Karma (Optional)
Successfully updated karma reason!
November 20, 2012 4:12:12 AM from Elemental Forums Elemental Forums

Fyi, having a dot (.) in the mod folder name seems to prevent it from working correctly. Couldn't figure out why your update wasn't showing up in game, until I renamed the mod folder back to "NewUmber v1" (from "NewUmber v1.1") and it worked.

Reason for Karma (Optional)
Successfully updated karma reason!
November 21, 2012 10:12:04 AM from Elemental Forums Elemental Forums

new version of Stormworld includes compatibility hooks with this mod

 

so now all that is needed for compatibility between the two is to add the Unitstat_BG tags to the new umber units/champs/sovs

 

hopefully for 1.2?

 

re: name issue, just rename it NewUmber v1_2 and it should be just fine... GinsuKnives 1_0 works well.

Reason for Karma (Optional)
Successfully updated karma reason!
November 23, 2012 4:09:02 AM from Elemental Forums Elemental Forums

So, this funny thing happened. I met Shimsher (Yithril hero riding a mire skath). Except it wasn't quite Shimsher. This "Shimsher" had a mire skath for a head, making it look like a skath mounting another skath, discovery channel style.

I am not 100% sure if this is caused by this mod, since I have a bunch installed, but I suspect it might be because as far as I know this is the only mod that affects character meshes. Other mods I have are: HugeMaps, ImprovedFactionColors, RiverBridge, Snaking, and TriglavNationalPark.

Check out the screenshots:

Reason for Karma (Optional)
Successfully updated karma reason!
November 23, 2012 4:16:33 AM from Elemental Forums Elemental Forums

That's one of the results of what I spoke about here: http://forums.elementalgame.com/424826/get;3280288

Hopefully DsRaider will update the mod.

Reason for Karma (Optional)
Successfully updated karma reason!
November 23, 2012 11:20:42 PM from Elemental Forums Elemental Forums

Yeah I will update this when I get the chance, and make it Stormworld compatible. I just have been super busy lately. This is actually pretty much the first mod I made for FE and I was still learning as I made it so there is a lot of inoptimal code I need to replace.

Reason for Karma (Optional)
Successfully updated karma reason!
November 24, 2012 9:04:58 AM from Elemental Forums Elemental Forums

nice, looking forward to it

Reason for Karma (Optional)
Successfully updated karma reason!
November 24, 2012 12:48:55 PM from Elemental Forums Elemental Forums

I just run into the same Skath-riding-Skath bug, but I don't have Urxen mod installed, only Heavensfall's artifact mod and DsRaider's new traits mod. 

Seems I can't link to steam ... 

http://steamcommunity.com/sharedfiles/filedetails/?id=109925915

 

 

 

 

 

Reason for Karma (Optional)
Successfully updated karma reason!
November 24, 2012 12:58:34 PM from Elemental Forums Elemental Forums

It's from the new traits mod in AddFactionItems.xml, same problem as above.

Reason for Karma (Optional)
Successfully updated karma reason!
November 26, 2012 10:44:07 AM from Elemental Forums Elemental Forums

I am not entirely sure of it but something in this mod disables ranged weapons even if such trait is not selected on race creation. I use only this mod + new traits one. It seems it affect only Urxen bloodline faction, both pre-made and custom one. 

Reason for Karma (Optional)
Successfully updated karma reason!
Stardock Forums v1.0.0.0    #108435  walnut2   Server Load Time: 00:00:00.0001031   Page Render Time: