Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Far Cry 5 models modding tool

Post questions about game models here, or help out others!
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2870 times

Re: Far Cry 5 models modding tool

Post by daemon1 »

Ganic3000 wrote: Wed May 20, 2020 2:19 pm
daemon1 wrote: Tue May 19, 2020 5:10 am сглаживание вершин не может отключаться.
Как не странно, но у меня тоже вершины, точнее полигоны, если можно так назвать. При повторном импорте модельки, полигоны отображаются без сглаживания).
Вот пример импорта оригинала и кастом той же модели.
not smoosh.jpg
А, я вспомнил. Это какая-то проблема в UE. Он зачем-то задваивает все вершины. Надо из UE сохранить еще раз, и все нормально будет.
Ganic3000
veteran
Posts: 120
Joined: Sat Jul 16, 2016 8:13 pm
Has thanked: 6 times
Been thanked: 8 times

Re: Far Cry 5 models modding tool

Post by Ganic3000 »

daemon1 wrote: Tue May 19, 2020 5:10 am
А, я вспомнил. Это какая-то проблема в UE. Он зачем-то задваивает все вершины. Надо из UE сохранить еще раз, и все нормально будет.
Я попробовал пере сохранить из UE4, разницы не заметил, туловище сглажено, но ноги частично без сглаживания, при этом smoosh не реагирует на это, но вот UV развертка даже в UE4 частично кривая, похоже это что-то с блендером наверное.
Аннотация 2020-05-21 082834.jpg
You do not have the required permissions to view the files attached to this post.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2870 times

Re: Far Cry 5 models modding tool

Post by daemon1 »

Ganic3000 wrote: Thu May 21, 2020 5:32 am Я попробовал пере сохранить из UE4, разницы не заметил, туловище сглажено, но ноги частично без сглаживания, при этом smoosh не реагирует на это
Сглаживание - это 100% проблема UE. Надо спрашивать у людей, которые с ним работали, как сделать так, чтобы сглаживание не терялось.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2870 times

Re: Far Cry 5 models modding tool

Post by daemon1 »

Ganic3000 wrote: Thu May 21, 2020 5:32 am UV развертка даже в UE4 частично кривая
Частично кривая никак не может быть. С чего вообще взяли что она кривая? На картинке я ничего странного не вижу. Если есть какая-то модель, где предположительно что-то не так с UV, мне нужен файл, чтобы проверить.
legendhavoc175
beginner
Posts: 29
Joined: Sat Sep 07, 2019 4:06 pm
Has thanked: 1 time

Re: Far Cry 5 models modding tool

Post by legendhavoc175 »

Last edited by legendhavoc175 on Fri May 22, 2020 10:17 pm, edited 1 time in total.
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2870 times

Re: Far Cry 5 models modding tool

Post by daemon1 »

legendhavoc175 wrote: Fri May 22, 2020 12:52 am

Code: Select all

https://drive.google.com/file/d/1SN-YZYjVSHZq_qCKwbT_zQxYt8Tfp2tk/view?usp=sharing -FBX 
https://drive.google.com/file/d/1SN-YZYjVSHZq_qCKwbT_zQxYt8Tfp2tk/view?usp=sharing -XBG
https://drive.google.com/file/d/1SN-YZYjVSHZq_qCKwbT_zQxYt8Tfp2tk/view?usp=sharing -texture seen in screenshots
its only one file - FBX. You gave me 3 identical links.
I need XBG and texture too.

But already now i can tell that this FBX will not work in game, because its using different UV layers for diffuse texture. In FC5, cloth models MUST use only one (1st) texture layer for diffuse, and only one (2nd) for detail maps. You can't change that, because its how engine works.
legendhavoc175
beginner
Posts: 29
Joined: Sat Sep 07, 2019 4:06 pm
Has thanked: 1 time

Re: Far Cry 5 models modding tool

Post by legendhavoc175 »

Fixed the links
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2870 times

Re: Far Cry 5 models modding tool

Post by daemon1 »

You have to fix your model before trying to convert it to XBG. UE4 is using half-float UVs, so its important them to be as close to usual "0..1" range as possible.

This is how your UVs look like:
Image

The small square in the middle is where there are supposed to be.
legendhavoc175
beginner
Posts: 29
Joined: Sat Sep 07, 2019 4:06 pm
Has thanked: 1 time

Re: Far Cry 5 models modding tool

Post by legendhavoc175 »

But how to fix that?
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2870 times

Re: Far Cry 5 models modding tool

Post by daemon1 »

legendhavoc175 wrote: Sat May 23, 2020 9:17 pm But how to fix that?
how did you get it that broken?
i dont think any real model would have such broken UVs.
legendhavoc175
beginner
Posts: 29
Joined: Sat Sep 07, 2019 4:06 pm
Has thanked: 1 time

Re: Far Cry 5 models modding tool

Post by legendhavoc175 »

daemon1 wrote: Sun May 24, 2020 12:11 pm
legendhavoc175 wrote: Sat May 23, 2020 9:17 pm But how to fix that?
how did you get it that broken?
i dont think any real model would have such broken UVs.
Exporting to FBX from Blender seems to be doing it
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2870 times

Re: Far Cry 5 models modding tool

Post by daemon1 »

legendhavoc175 wrote: Sun May 24, 2020 10:37 pm Exporting to FBX from Blender seems to be doing it
No, i dont think so. Where did you get that model originally?
legendhavoc175
beginner
Posts: 29
Joined: Sat Sep 07, 2019 4:06 pm
Has thanked: 1 time

Re: Far Cry 5 models modding tool

Post by legendhavoc175 »

daemon1 wrote: Mon May 25, 2020 5:23 am
legendhavoc175 wrote: Sun May 24, 2020 10:37 pm Exporting to FBX from Blender seems to be doing it
No, i dont think so. Where did you get that model originally?
From Far Cry 4
daemon1
MEGAVETERAN
MEGAVETERAN
Posts: 2647
Joined: Tue Mar 24, 2015 8:12 pm
Has thanked: 65 times
Been thanked: 2870 times

Re: Far Cry 5 models modding tool

Post by daemon1 »

legendhavoc175 wrote: Mon May 25, 2020 4:00 pm From Far Cry 4
can you send original file?
legendhavoc175
beginner
Posts: 29
Joined: Sat Sep 07, 2019 4:06 pm
Has thanked: 1 time

Re: Far Cry 5 models modding tool

Post by legendhavoc175 »

daemon1 wrote: Mon May 25, 2020 4:10 pm
legendhavoc175 wrote: Mon May 25, 2020 4:00 pm From Far Cry 4
can you send original file?
Files...
and yes
https://drive.google.com/file/d/1miA9gG ... sp=sharing
https://drive.google.com/file/d/1I01-zw ... sp=sharing
https://drive.google.com/file/d/1dnFbij ... sp=sharing
Post Reply