Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Author Topic: SG  (Read 7229 times)

C. Shawn Smith

  • Hero Member
  • *****
  • Posts: 712
    • C. Shawn Smith's Art Gallery & Portfolio
SG
« on: October 20, 2014, 02:22:55 pm »

Because ... Stargate  ;D

Still puzzling out the materials file format, so it's looking a bit ... waxy ... right now.  Also, model not mine (Model licensed for Educational purposes, Fan art, Game mods, Machinima)



Stargate OTX File *updated*
« Last Edit: October 20, 2014, 10:27:17 pm by C. Shawn Smith »
Logged
What we think, we become -- Buddha
There is no spoon -- Neo, The Matrix
The Cosmos is all that is, or ever was, or ever will be. -- Carl Sagan
Outerra is all that is, or ever was, or ever will be. -- Me :)
- Yes, I'm still around ... just been busy with other projects ;)

PytonPago

  • Hero Member
  • *****
  • Posts: 2284
  • It´s way too complex, dont let me try to explain !
Re: SG
« Reply #1 on: October 20, 2014, 04:11:50 pm »

Who did polish that thing so much ? :D

Logged
We are still undeveloped as long as we don´t realize, that all our science is still descriptive, and than beyond that description lies a whole new world we just haven´t even started to fully understand.

C. Shawn Smith

  • Hero Member
  • *****
  • Posts: 712
    • C. Shawn Smith's Art Gallery & Portfolio
Re: SG
« Reply #2 on: October 20, 2014, 04:34:13 pm »

lol seriously.

I haven't been able to make heads nor tails of why it's so glossy in appearance.  I've tried setting f0 : 0.0 and roughness : 0.8, but I'm still getting the gloss (it appears that it's just the sky reflecting off it).

Code: [Select]
{
"version" : 512,
"mats" : [
{
"name" : "StargateRingC_Smoothing",
"color" : ".639,.639,.639,1.0",
"f0" : "0.0",
"roughness" : "0.8",
"no_light" : false,
"alpha_masked" : false,
"tex_albedo" : "StargateRingC_D.dds",
"tex_normal" : "StargateRingC_N.dds",
"tex_roughness" : "StargateRingC_S.dds",
"tex_opacity" : "",
"tex_reflectance" : "",
"tex_environment" : ""
},
{
"name" : "StargateRingB",
"color" : ".639,.639,.639,1.0",
"f0" : "0.0",
"roughness" : "0.8",
"no_light" : false,
"alpha_masked" : false,
"tex_albedo" : "StargateRingB_D.dds",
"tex_normal" : "StargateRingB_N.dds",
"tex_roughness" : "StargateRingB_S.dds",
"tex_opacity" : "",
"tex_reflectance" : "",
"tex_environment" : ""
},
{
"name" : "StargateDHD_Smoothing",
"color" : ".639,.639,.639,1.0",
"f0" : "0.0",
"roughness" : "0.8",
"no_light" : false,
"alpha_masked" : false,
"tex_albedo" : "StargateDHD_D.dds",
"tex_normal" : "StargateDHD_N.dds",
"tex_roughness" : "StargateDHD_S.dds",
"tex_opacity" : "",
"tex_reflectance" : "",
"tex_environment" : ""
},
{
"name" : "StargateRingA_Smoothing",
"color" : ".639,.639,.639,1.0",
"f0" : "0.0",
"roughness" : "0.8",
"no_light" : false,
"alpha_masked" : false,
"tex_albedo" : "StargateRingA_D.dds",
"tex_normal" : "StargateRingA_N.dds",
"tex_roughness" : "StargateRingA_S.dds",
"tex_opacity" : "",
"tex_reflectance" : "reflectivity.dds",
"tex_environment" : "reflectivity.dds"
},
{
"name" : "StargateBase",
"color" : ".639,.639,.639,1.0",
"f0" : "0.0",
"roughness" : "0.8",
"no_light" : false,
"alpha_masked" : false,
"tex_albedo" : "StargateBase_D.dds",
"tex_normal" : "StargateBase_N.dds",
"tex_roughness" : "StargateBase_S.dds",
"tex_opacity" : "",
"tex_reflectance" : "",
"tex_environment" : ""
}]
Logged
What we think, we become -- Buddha
There is no spoon -- Neo, The Matrix
The Cosmos is all that is, or ever was, or ever will be. -- Carl Sagan
Outerra is all that is, or ever was, or ever will be. -- Me :)
- Yes, I'm still around ... just been busy with other projects ;)

PytonPago

  • Hero Member
  • *****
  • Posts: 2284
  • It´s way too complex, dont let me try to explain !
Re: SG
« Reply #3 on: October 20, 2014, 04:37:59 pm »

maybe the normal and roughness textures too intensive ?
Logged
We are still undeveloped as long as we don´t realize, that all our science is still descriptive, and than beyond that description lies a whole new world we just haven´t even started to fully understand.

C. Shawn Smith

  • Hero Member
  • *****
  • Posts: 712
    • C. Shawn Smith's Art Gallery & Portfolio
Re: SG
« Reply #4 on: October 20, 2014, 04:48:09 pm »

This is what I'm guessing, but I haven't had time to look at them yet.  I just took the original textures and converted them over to DDS last evening, but haven't taken a hard look at them.  At this point, that's all that's really left though, unless I'm just missing something in the MTL file.

I've been away from Outerra for 2 years+, and except for a little playing around last week, this is the first time I've tried to really sit down and look at the importer.

I wish there was a quick texture refresh key binding, so I wouldn't have to keep closing/reloading Outerra :)
Logged
What we think, we become -- Buddha
There is no spoon -- Neo, The Matrix
The Cosmos is all that is, or ever was, or ever will be. -- Carl Sagan
Outerra is all that is, or ever was, or ever will be. -- Me :)
- Yes, I'm still around ... just been busy with other projects ;)

C. Shawn Smith

  • Hero Member
  • *****
  • Posts: 712
    • C. Shawn Smith's Art Gallery & Portfolio
Re: SG
« Reply #5 on: October 20, 2014, 05:59:40 pm »

Was definitely the roughness texture itself.  Thanks for pointing me in the right direction:

Logged
What we think, we become -- Buddha
There is no spoon -- Neo, The Matrix
The Cosmos is all that is, or ever was, or ever will be. -- Carl Sagan
Outerra is all that is, or ever was, or ever will be. -- Me :)
- Yes, I'm still around ... just been busy with other projects ;)

AnimatedSyn

  • Member
  • **
  • Posts: 68
  • Serial Killer
    • The Outerra Model Library
Re: SG
« Reply #6 on: October 20, 2014, 06:05:55 pm »

Was just gonna hop in and say to change every
instance of:

"f0" : "0.0",
"roughness" : "0.8",

to this:

"f0" : ".028",
"roughness" : "1.0",

And you will enjoy the results.

Logged
Check out THE OUTERRA MODEL LIBRARY!
http://www.OuterraModels.com

Like Us On Facebook To See Models The Moment They Are Published!
http://www.facebook.com/outerramodels

C. Shawn Smith

  • Hero Member
  • *****
  • Posts: 712
    • C. Shawn Smith's Art Gallery & Portfolio
Re: SG
« Reply #7 on: October 20, 2014, 06:43:10 pm »

Was just gonna hop in and say to change every
instance of:

"f0" : "0.0",
"roughness" : "0.8",

to this:

"f0" : ".028",
"roughness" : "1.0",

And you will enjoy the results.

Yup!

Now, if we can just get some rudimentary Particle FX added ....



Can't wait to explore the importer a bit more.  This has been fun :)
Logged
What we think, we become -- Buddha
There is no spoon -- Neo, The Matrix
The Cosmos is all that is, or ever was, or ever will be. -- Carl Sagan
Outerra is all that is, or ever was, or ever will be. -- Me :)
- Yes, I'm still around ... just been busy with other projects ;)

ZeosPantera

  • ||>>-Z-<<||
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2520
  • #1 Outerra Fan Boy
    • My Youtube
Re: SG
« Reply #8 on: October 20, 2014, 10:55:53 pm »

Stargate's may not be the worst idea for traveling in this vast universe. But my money is still on blimps.
Logged
"Fear accompanies the possibility of death, Calm shepherds its certainty" - General Ka Dargo

PytonPago

  • Hero Member
  • *****
  • Posts: 2284
  • It´s way too complex, dont let me try to explain !
Re: SG
« Reply #9 on: October 20, 2014, 11:58:20 pm »

But my money is still on blimps.



 ....  ;D   

 
Was definitely the roughness texture itself.

Well, they have a great intensity range, but good to mimic multiple materials at one UV.
Logged
We are still undeveloped as long as we don´t realize, that all our science is still descriptive, and than beyond that description lies a whole new world we just haven´t even started to fully understand.

C. Shawn Smith

  • Hero Member
  • *****
  • Posts: 712
    • C. Shawn Smith's Art Gallery & Portfolio
Re: SG
« Reply #10 on: October 21, 2014, 12:59:59 pm »

I'm used to specular maps being white is bright; Outerra seems to be inverted.  I can adjust to it, but it was what was confusing me.

Eventually I'd like to clean up the model's UVs, but I've been out of modeling practice for a very long time, and I have other projects that I need to work on for now.  But hopefully I can use some of those projects' models to port to Outerra for fun :).

I have an idea for a character I want to pursue, but I'm going to wait until I can add all the proper animations and hotkeys for him to be fully functional.
Logged
What we think, we become -- Buddha
There is no spoon -- Neo, The Matrix
The Cosmos is all that is, or ever was, or ever will be. -- Carl Sagan
Outerra is all that is, or ever was, or ever will be. -- Me :)
- Yes, I'm still around ... just been busy with other projects ;)

PytonPago

  • Hero Member
  • *****
  • Posts: 2284
  • It´s way too complex, dont let me try to explain !
Re: SG
« Reply #11 on: October 22, 2014, 08:56:49 am »

I have an idea for a character I want to pursue, but I'm going to wait until I can add all the proper animations and hotkeys for him to be fully functional.


Sounds like a plan ...  Cant wait !
Logged
We are still undeveloped as long as we don´t realize, that all our science is still descriptive, and than beyond that description lies a whole new world we just haven´t even started to fully understand.

pico

  • Full Member
  • ***
  • Posts: 223
    • http://
Re: SG
« Reply #12 on: October 22, 2014, 09:22:31 am »

Very nice. A Pyramid would be great.  8)
Logged