Unit requests thread

In my eyes, this was still unexpected quick, because I did not expect these units to be already made.
 
m551 sheridan
1737821377228.png
 
Truly to say, I do not understand your post. You post a screenshot of a modell, so it seems do be ready, not a request. But you to not post a download link. So I wonder, what do you want to tell us or what do you want us to do with this request?
 
1.I just don't feel like it
2. don't worry, I'll add them to my "gormrevolution" mod
Edit: one guy was created Nagmachon
 
Hi all, first off, best wishes for this new year to come.

I'm looking for a specific unit, which is a mounted archer on a wolf/tiger. To be more accurate, I am looking for the wolf skeleton with a ranged effect node (bow, crossbow, catapult, gun... no matter which!). I have reviewed all my archives but haven't found any. I specify that I am not interested in the "wolf body put on horse skeleton" models (the front legs movement is incorrect).

Of course, if one is able to quickly modify the wolf anims and nif to get such a result, I'm interested, but I'm also interested in a Nifskope tutorial covering such a modification (I may have missed it...).
Doesn't FFH have a tiger riding elf unit? Maybe you can start with that as a base.
 
Does anyone have experience pulling units from other games? I was able to convert a .obj to a .nif but I'm struggling to convert the textures to .dds, it keeps turning them black and distorted :confused:

Also since I haven't gotten to test ingame yet, will a high polygon count crash the game? If so, what's the best way to reduce polygon count without making the model unrecognizable?
 
Doesn't FFH have a tiger riding elf unit? Maybe you can start with that as a base.
The Tamriel mod has Elves/Orcs riding various deer and other various creatures. Let me know if you need help finding that mod.
 
Does anyone have experience pulling units from other games? I was able to convert a .obj to a .nif but I'm struggling to convert the textures to .dds, it keeps turning them black and distorted :confused:

Also since I haven't gotten to test ingame yet, will a high polygon count crash the game? If so, what's the best way to reduce polygon count without making the model unrecognizable?
Normally converting texture files to dds should be a rather straight forward process, since you are just changing one graphic file format into another. This can of course reduce the quality, but should not render them unusable. What kind are the original files, and are the resulting dds files themselves black and distorted or rather the textures on the units?

As for the polygon count, more polygons will put more pressure on your system, slowing it down and at one point probably crashing it. But at which point the number of polygons become a problem is hard to tell and will differ from system to system. In general, I would try to not go too much higher than the original units, but two or maybe three times the standard polygon count should normally be unproblematic. It in fact also depends what kind of unit you want to create. If they are single model units like great people, generals, tanks and so on, they can have more polygons than three model units like warriors or swordmen. Also, it further depends how many of these units you will see at the same time. You can expect to have more workers and longbowmen at a given time than settlers and missionaries.

That all said, it is sadly not easy to reduce the polygon count and still being satisfied with how the unit looks afterwards. Blender for example has an option to do some automatic reduction, but that normally can make thin parts of the unit like arms and legs leave looking weird. But maybe there is some AI magic available nowadays. :dunno:
 
I agree with SaibotLieh (and would have asked the same for the texture part).

Also which softwares do you use to convert the said model? The "black and distorted" makes me think of an incorrect PNG use/conversion, or a problem with UVmap. Did you change the size of the original picture?

I'll add that if you're thinking about using a 70000 triangles OBJ and just use it as a CivIV NIF for numerous units (tanks or infantry for example), you'll never see the end of the gameturn.
From my own experience, I strongly advise against Blender's automated processes like "decimate"; it's a pure waste of time.
It's faster to do the model by yourself than working on a detailed one in the hope of having something usable (in terms of computer performances).
As PPQ_Purple mentioned once, an >100kb NIF file can already be considered as an heavy object for CivIV engine, if you want to use it for armies.
 

@Sturmgewher88mm


I think most of us work in Blender. However, I remember that 3DMax had a tool to simplify the triangle system while preserving the texture clipping.

Unfortunately, I don't have 3DMax anymore.
 
Normally converting texture files to dds should be a rather straight forward process, since you are just changing one graphic file format into another. This can of course reduce the quality, but should not render them unusable. What kind are the original files, and are the resulting dds files themselves black and distorted or rather the textures on the units?

As for the polygon count, more polygons will put more pressure on your system, slowing it down and at one point probably crashing it. But at which point the number of polygons become a problem is hard to tell and will differ from system to system. In general, I would try to not go too much higher than the original units, but two or maybe three times the standard polygon count should normally be unproblematic. It in fact also depends what kind of unit you want to create. If they are single model units like great people, generals, tanks and so on, they can have more polygons than three model units like warriors or swordmen. Also, it further depends how many of these units you will see at the same time. You can expect to have more workers and longbowmen at a given time than settlers and missionaries.

That all said, it is sadly not easy to reduce the polygon count and still being satisfied with how the unit looks afterwards. Blender for example has an option to do some automatic reduction, but that normally can make thin parts of the unit like arms and legs leave looking weird. But maybe there is some AI magic available nowadays. :dunno:
I agree with SaibotLieh (and would have asked the same for the texture part).

Also which softwares do you use to convert the said model? The "black and distorted" makes me think of an incorrect PNG use/conversion, or a problem with UVmap. Did you change the size of the original picture?

I'll add that if you're thinking about using a 70000 triangles OBJ and just use it as a CivIV NIF for numerous units (tanks or infantry for example), you'll never see the end of the gameturn.
From my own experience, I strongly advise against Blender's automated processes like "decimate"; it's a pure waste of time.
It's faster to do the model by yourself than working on a detailed one in the hope of having something usable (in terms of computer performances).
As PPQ_Purple mentioned once, an >100kb NIF file can already be considered as an heavy object for CivIV engine, if you want to use it for armies.

@Sturmgewher88mm


I think most of us work in Blender. However, I remember that 3DMax had a tool to simplify the triangle system while preserving the texture clipping.

Unfortunately, I don't have 3DMax anymore.

SaibotLieh, Jarmrik, and hrochland, thank you all for the responses. The textures are .png. I'm trying to port the Elite Hellcat from Jak II as a jet fighter replacement.

Screenshot 2025-05-04 192508.png

I'm using Blender 3.6 but this is the first time I've ever done this or used Blender. I followed instructions generated by Grok (so not sure how reliable it is), so while I was able to convert the .obj to .nif, .png to .dds is proving difficult. After I got the textures converted I was going to move on to reducing the polygon count.
 
SaibotLieh, Jarmrik, and hrochland, thank you all for the responses. The textures are .png. I'm trying to port the Elite Hellcat from Jak II as a jet fighter replacement.
If you succed I'd like a copy too :D
 
SaibotLieh, Jarmrik, and hrochland, thank you all for the responses. The textures are .png. I'm trying to port the Elite Hellcat from Jak II as a jet fighter replacement.

View attachment 730840

I'm using Blender 3.6 but this is the first time I've ever done this or used Blender. I followed instructions generated by Grok (so not sure how reliable it is), so while I was able to convert the .obj to .nif, .png to .dds is proving difficult. After I got the textures converted I was going to move on to reducing the polygon count.
So, does the dds not look right or is the texture on the model wrong when using the dds? Maybe upload both files so we can have a look.
 
Back
Top Bottom