Page 111 of 114

Re: Models by Jorzi (AR)

Posted: 08 Mar 2020, 17:10
by Berserk Cyborg
MaNGusT wrote: 08 Mar 2020, 14:28 Also, I tried to understand how to fix this in mod, but have no luck. (
Heh, not very descriptive was I? Search for the third ANIMOBJECT in your scbd_run.pie and there will be a line that looks like this at the end: -1.0 1.0 1.0. Remove the minus and the super cyborg leg animation will be buttery smooth without a flicker.

Re: Models by Jorzi (AR)

Posted: 08 Mar 2020, 22:13
by Jorzi
I revisited the scav guy and redid the rigging and stuff so that his limbs are just separate objects that are being moved around by the armature, you can see the intersecting pieces up close, but I think it will look pretty smooth ingame.

Re: Models by Jorzi (AR)

Posted: 08 Mar 2020, 22:48
by MaNGusT
nice! I'm pretty sure that intersecting meshes will be entirely invisible with in-game zoom. Even at this close zoom it looks like that model just uses smooth groups. :-)

Re: Models by Jorzi (AR)

Posted: 10 Mar 2020, 21:38
by Jorzi
Run cycle animation

Re: Models by Jorzi (AR)

Posted: 11 Mar 2020, 00:11
by MaNGusT
I look at nice left-handed guy :D I think a biggest problem will be to synchronize movement speed and animation speed. ;)

Re: Models by Jorzi (AR)

Posted: 12 Mar 2020, 00:45
by Jorzi
Berserk Cyborg wrote: 08 Mar 2020, 17:10
MaNGusT wrote: 08 Mar 2020, 14:28 Also, I tried to understand how to fix this in mod, but have no luck. (
Heh, not very descriptive was I? Search for the third ANIMOBJECT in your scbd_run.pie and there will be a line that looks like this at the end: -1.0 1.0 1.0. Remove the minus and the super cyborg leg animation will be buttery smooth without a flicker.
Hi
I realized this one was still using frame based animation, so I replaced it with a bigger and slower version of cybd_run
Should look much smoother now, and I didn't see any frame skipping

Re: Models by Jorzi (AR)

Posted: 14 Mar 2020, 09:22
by Jorzi
So I got the animations exported to warzone and they worked just fine (some tedious fiddling though since I have 10 parts and each of them is animated).
However, for some reason the shading is bugged, even though it seems to work fine in WMIT. I wonder if it's reading normals/tangents correctly for multilevel pies.

Edit:
Also once it starts firing, it won't exit the firing stance even if it stops shooting. The files are in our SVN repo if you want to check them out

Re: Models by Jorzi (AR)

Posted: 14 Mar 2020, 13:47
by MaNGusT
Shading works in WMIT but bugged in game? strange, code should be the same.. Do you launch the game in ogl mode or vulkan?

Re: Models by Jorzi (AR)

Posted: 14 Mar 2020, 14:37
by Jorzi
I had it in opengl ES, perhaps I should try normal opengl

I improved the log cabin textures and remade one of them as close to the original as possible

Re: Models by Jorzi (AR)

Posted: 14 Mar 2020, 14:40
by MaNGusT
Ogl ES and Angle can't use shading yet. They need their own shaders and probably some adds of code.

Re: Models by Jorzi (AR)

Posted: 14 Mar 2020, 14:55
by Jorzi
I tried switching to normal opengl and restarting the game, but it still didn't show up correctly.
However, I noticed that nothing was preventing me from using object space maps on this model, and with those the shading is fine.

Re: Models by Jorzi (AR)

Posted: 14 Mar 2020, 14:57
by MaNGusT
Valkan also requires special shaders, but Pastdue made them for testing purpose, it means that after your changes they are a bit outdated. So you should test everything with Ogl and when we will ready with ogl shaders, others can be done on top of them.

Currently I'm working on converting old normal maps with spec map in alpha channel to right default state.

EDIT: I've checked soldier model, You forgot to export normals :D

Re: Models by Jorzi (AR)

Posted: 14 Mar 2020, 15:11
by Jorzi
I think you are looking at the object space models, I attached the ones with tangent space here

Re: Models by Jorzi (AR)

Posted: 14 Mar 2020, 15:16
by MaNGusT
You didn't commited spec map but specified. Ah, you use complete texture for this.. nvm

Re: Models by Jorzi (AR)

Posted: 14 Mar 2020, 15:31
by Jorzi
Yeah I was lazy so I used the diff map as spec map. I will make a proper spec map eventually, I promise :)