Page 3 of 6

Re: ut4_ruins

Posted: Sun Feb 23, 2014 12:36 am
by banksy
Riyadh is made from patch and that runs fine. I can't think of a decent alternative for a nice wavey sand terrain.

Re: ut4_ruins

Posted: Sun Feb 23, 2014 3:02 am
by RedSnappa
banksy wrote:Riyadh is made from patch and that runs fine. I can't think of a decent alternative for a nice wavey sand terrain.

Riyadh is made from trisoup, not patch.

Re: ut4_ruins

Posted: Sun Feb 23, 2014 4:13 am
by banksy
Really? Damn that would take a while haha! It looks smooth though. Generally with trisouping you can see eshes of brushes, Riyadh looks flawless haha

Re: ut4_ruins

Posted: Sun Feb 23, 2014 5:11 am
by RedSnappa
banksy wrote:Really? Damn that would take a while haha! It looks smooth though. Generally with trisouping you can see eshes of brushes, Riyadh looks flawless haha

Riyadh also uses vertexremapshader keys in its worldspawn:

Code: Select all

vertexremapshader0     textures/ut_riyadh/terrain_0;textures/ut_riyadh/vxterrain
vertexremapshader1     textures/ut_riyadh/terrain_1;textures/ut_riyadh/vxterrain
vertexremapshader2     textures/ut_riyadh/terrain_2;textures/ut_riyadh/vxterrain
vertexremapshader3     textures/ut_riyadh/terrain_0to1;textures/ut_riyadh/vxterrain
vertexremapshader4     textures/ut_riyadh/terrain_0to2;textures/ut_riyadh/vxterrain
vertexremapshader5     textures/ut_riyadh/terrain_1to2;textures/ut_riyadh/vxterrain

I don't know how to use these keys (or even if they still work), but there they are.

Also note that Riyadh is symmetric, so it only takes half as much time to do.

Re: ut4_ruins

Posted: Sun Feb 23, 2014 5:21 am
by banksy
Hmm I see. Fair to say these confuse me haha!

Re: ut4_ruins

Posted: Sun Feb 23, 2014 10:53 am
by Rayne
We'll try making that terrain an .ase model. I think you could maybe even autoclip it without much problems.

And to achieve smoothness you have phong shading.

Re: ut4_ruins

Posted: Sun Feb 23, 2014 12:30 pm
by banksy
I have no experience with either :/

Re: ut4_ruins

Posted: Sun Feb 23, 2014 4:26 pm
by skuzzzz
It is looking really good. Very clean!

Re: ut4_ruins

Posted: Sun Feb 23, 2014 5:06 pm
by Rayne
banksy wrote:I have no experience with either :/


I have.

Re: ut4_ruins

Posted: Sun Feb 23, 2014 10:56 pm
by banksy
What do you suggest we do now?