Since it's a shoulderpiece I would recommend not skinning it at all. That's by far the easiest. In that case, all you want to do is create it, then export it and tweak it until it looks positioned similarly to an existing shoulderpiece in the Havok Preview Tool.
Heavenfall
Yes, but why would you want to? If the player isn't running the unitstat background lib all the changes will be completely hidden.
Found the siege problem. It's because gnomes (and frost giants) were using a special environment. I'll change them back to the boring kingdom/empire next version.
Use Resource Population 1 the internalname was just because I copied it from Stormworld and didn't bother removing it because it had
To do that you must link the umberdroth mount to that faction trait using XML like this AbilityBonusOption Archers Player  
[quote who="beastregards" reply="712" id="3283624"] I believe Mimbly's Skath was added by Reliquary mod, but I am not sure of that. Sorry for double post or not related. I have only Reliquary mod (along with those required for it, from 1.5k version) and DsRaider's Traits mod. I am sorry for double post if not related http://steamcommunity.com/sharedfiles/filedetails/?id=109925915 [/quote] Replied in the other thread.<
Below is quoted the XML from CoreArmor.xml [quote] Leather Boots Boots made from molded leather. They provide the barest of foot protection. Boots  
One of the confusing bits in FE is how items gain their graphics. I will try to explain it a bit here so it makes sense, also so modders can avoid some common mistakes with it. Below is the Club XML quoted from CoreWeapons.xml: [quote] Club A gnarled root of pine, rip
It's from the new traits mod in AddFactionItems.xml, same problem as above.
By the way, if you imported anything to the game yet you probably already noticed that the texture is flipped 180 degrees vertically. If so, you've probably used for the textures in the game's XML. The kumquat engine has like 15 materials with different properties though (I mentioned those above). They all have special characteristics such as where they inherit the background colour, or eyes opening and closing. The DLL is only for maya but I can show you how to in
It would be nice indeed. Unfortunately they didn't release those. I also have no method to extract those from the game. But I have my own skinned meshes in maya and while they may not be perfect they are very near. The art kit actually has the instructions to replicate the male/female meshes fairly well with binds. Usually all I need to do is fix the ribcages to the spines instead of the arms, and the upper body area to the neck instead of the (rotating) shoulder joints. You don&#
I'm just excited that someone else is taking an interest!
The ui piece has a scroll bar for values larger than 5. Or you can increase its size witha ui mod.
Correct.
Stormworld uses custom unittypes for summons, in order to add the "Summoned" trait. If you have it installed to go A_LIB_UnitStat_BG_vZC\CoreReplacementFiles\CoreMonsterUnitTypes.xml and copy these unittypes over to your mod: FireElemental_BG_Summon AirElemental_BG_Summon EarthElemental_BG_Summon IceElemental_BG_Summon (also change the spells to link to those instead)
Sounds very interesting. One thing to keep in mind is the upper limit on army sizes (9). The tactical maps don't support having more than 9 units in an army, so you'll either need to alter the tactical maps or stick to that limit.
[quote] Attachment: Items seem to either have an which is always set to "skinned" or an tag with an Attachment point. How do these work? Is there either an XOR or can they both be in an Model? and are they each unique? looking at all the art defs in ArtGameItem.xml and CoreClothes.xml this seems to be the case, but i would like some confirmation before I Hard code that;[/q
[e digicons]:thumbsup:[/e]
If the software didn't explicitly support windows 8, then what are you complaining about? This topic makes no sense.
The stuff that the AI plays best with seems to be passive stuff, I agree with you. Not really surprising. +25% defense from the Armor is the must-have. All weapon and armor upgrades seem to go down well - light plate, masterwork chainmail, those Gilden maces. Any of those for a Trog race with maybe master smiths to really give them an edge.
I'm guessing the reason Werewindlefr's head almost exploded is because they didn't want it to be a special ability. There's a huge difference, after all, between just rightclicking someone or having to fiddle around with a special skill. It might sound like a small thing but if you have 5-10 units that you have to repeat the process for in every battle it gets tiresome. Not to mention the unknowable - how the AI would handle it.
1.5k Stormworld now uses the mod manager. Thanks a lot for making this installation stuff easier for the less technically inclined.
Do you mean the power rating? No idea.
Okay here's an exported skeleton. https://dl.dropbox.com/u/32649007/skeletontomax.max I didn't bother cleaning it up, but there should be 74 joints, not 95. If you keep the havok export settings in the file (set to the correct 74 joints) you'll be fine (well, obviously you have to make sure to skin to those 74 joints, not the 95). If done correctly this file should export a clone of the skeleton foun
DsRaider, skinning is also a "technical" term when working with 3d models. Each 3d model ("mesh") needs to be bound/skinned to a skeleton in order to be animated. Omnimmotus I'm working on exporting a working skeleton to 3ds max at the moment.