Models by Jorzi (AR)

Improving the artwork in Warzone2100 - not for mod discussions
User avatar
Berserk Cyborg
Code contributor
Code contributor
Posts: 938
Joined: 26 Sep 2016, 19:56

Re: Models by Jorzi (AR)

Post 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.
Jorzi
Regular
Regular
Posts: 2063
Joined: 11 Apr 2010, 00:14

Re: Models by Jorzi (AR)

Post 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.
Attachments
scav_guy_restpose.png
scav_guy_restpose.png (425.38 KiB) Viewed 20158 times
scav_guy_standing.png
scav_guy_standing.png (408.67 KiB) Viewed 20158 times
ImageImage
-insert deep philosophical statement here-
User avatar
MaNGusT
Art contributor
Posts: 1152
Joined: 22 Sep 2006, 10:31
Location: Russia

Re: Models by Jorzi (AR)

Post 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. :-)
Image
Jorzi
Regular
Regular
Posts: 2063
Joined: 11 Apr 2010, 00:14

Re: Models by Jorzi (AR)

Post by Jorzi »

Run cycle animation
Attachments
scav_run.gif
scav_run.gif (2.28 MiB) Viewed 20097 times
ImageImage
-insert deep philosophical statement here-
User avatar
MaNGusT
Art contributor
Posts: 1152
Joined: 22 Sep 2006, 10:31
Location: Russia

Re: Models by Jorzi (AR)

Post by MaNGusT »

I look at nice left-handed guy :D I think a biggest problem will be to synchronize movement speed and animation speed. ;)
Image
Jorzi
Regular
Regular
Posts: 2063
Joined: 11 Apr 2010, 00:14

Re: Models by Jorzi (AR)

Post 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
ImageImage
-insert deep philosophical statement here-
Jorzi
Regular
Regular
Posts: 2063
Joined: 11 Apr 2010, 00:14

Re: Models by Jorzi (AR)

Post 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
Attachments
wz2100-20200314_090557-Sk-Rush_crop.jpg
scav_guy_wmit.jpg
scav_guy_wmit.jpg (43.4 KiB) Viewed 19983 times
ImageImage
-insert deep philosophical statement here-
User avatar
MaNGusT
Art contributor
Posts: 1152
Joined: 22 Sep 2006, 10:31
Location: Russia

Re: Models by Jorzi (AR)

Post 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?
Image
Jorzi
Regular
Regular
Posts: 2063
Joined: 11 Apr 2010, 00:14

Re: Models by Jorzi (AR)

Post 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
Attachments
cabin_1_comparison.png
ImageImage
-insert deep philosophical statement here-
User avatar
MaNGusT
Art contributor
Posts: 1152
Joined: 22 Sep 2006, 10:31
Location: Russia

Re: Models by Jorzi (AR)

Post by MaNGusT »

Ogl ES and Angle can't use shading yet. They need their own shaders and probably some adds of code.
Last edited by MaNGusT on 14 Mar 2020, 14:57, edited 2 times in total.
Image
Jorzi
Regular
Regular
Posts: 2063
Joined: 11 Apr 2010, 00:14

Re: Models by Jorzi (AR)

Post 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.
ImageImage
-insert deep philosophical statement here-
User avatar
MaNGusT
Art contributor
Posts: 1152
Joined: 22 Sep 2006, 10:31
Location: Russia

Re: Models by Jorzi (AR)

Post 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
Last edited by MaNGusT on 14 Mar 2020, 15:11, edited 1 time in total.
Image
Jorzi
Regular
Regular
Posts: 2063
Joined: 11 Apr 2010, 00:14

Re: Models by Jorzi (AR)

Post by Jorzi »

I think you are looking at the object space models, I attached the ones with tangent space here
Attachments
fireknee2.pie
(69.25 KiB) Downloaded 310 times
exbloke2.pie
(66.7 KiB) Downloaded 303 times
runanim2.pie
(80.66 KiB) Downloaded 302 times
ImageImage
-insert deep philosophical statement here-
User avatar
MaNGusT
Art contributor
Posts: 1152
Joined: 22 Sep 2006, 10:31
Location: Russia

Re: Models by Jorzi (AR)

Post by MaNGusT »

You didn't commited spec map but specified. Ah, you use complete texture for this.. nvm
Last edited by MaNGusT on 14 Mar 2020, 15:34, edited 3 times in total.
Image
Jorzi
Regular
Regular
Posts: 2063
Joined: 11 Apr 2010, 00:14

Re: Models by Jorzi (AR)

Post 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 :)
ImageImage
-insert deep philosophical statement here-
Post Reply