Duke4.net Forums: EDuke32 2.0 and Polymer! - Duke4.net Forums

Jump to content

  • 213 Pages +
  • « First
  • 38
  • 39
  • 40
  • 41
  • 42
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

EDuke32 2.0 and Polymer!  "talk about the wonders of EDuke32 and the new renderer"

User is offline   RPD Guy 

#1165

OMG! VERY NICE WORK!
i do maps in mapster (some years ago was called ''MAP MASTER'') when i am six years old!
i have 15 years now!
ok lets go!
i make 10 or 15 parallax textures, but i have problems to make the ''specular and diffuse or displenciment''!
i only did ''normal''
i need help! some one can help me?
PS: I am BRAZILIAN
;)
0

User is offline   Spiker 

#1166

View PostDk2, on Jan 21 2010, 09:26 PM, said:

OMG! VERY NICE WORK!
i do maps in mapster (some years ago was called ''MAP MASTER'') when i am six years old!
i have 15 years now!
ok lets go!
i make 10 or 15 parallax textures, but i have problems to make the ''specular and diffuse or displenciment''!
i only did ''normal''
i need help! some one can help me?
PS: I am BRAZILIAN
;)


Are you sure you know what you are talking about? Mapster has nothing to do with these specular, etc textures.
0

User is offline   RPD Guy 

#1167

you must be right, but in the texture folder, there are some textures that has three images
different.
Examples: 0743.png
0743_n.png and ''0743_s.png''
the''crazy bump'' (tool to use to create my textures with parallax) I took this ''_s'' as specular, and the document text
"textures.txt" along with this texture is called ''specular'' next.
If the textures do not have the ''specular'' they only have the parallax effect when there are lights on you
same, without lights, without parallax.
you've got to understand me? I'm not good in English ;)
0

User is offline   VinsaneOne 

#1168

Haven't recorded a demo in a while and was using Yang at the time of this one and noticed this.

Attached Image: dukedemo_pb.jpg

Any way to control or disable that playback bar that I never saw before?

I don't know if it's an EDuke32, Yang or HRP thing so, sorry if this is in the wrong place!
0

User is offline   The Commander 

  • I used to be a Brown Fuzzy Fruit, but I've changed bro...

#1169

It's an EDuke32 feature, I don't remember the controls for it though. If there are any there is. ;)
0

User is offline   Helixhorned 

  • EDuke32 Developer

#1170

Yep, TAB will do it.
0

User is offline   VinsaneOne 

#1171

View PostThe Commander, on Jan 23 2010, 02:10 AM, said:

It's an EDuke32 feature, I don't remember the controls for it though. If there are any there is. ;)



View PostHelixhorned, on Jan 23 2010, 03:11 PM, said:

Yep, TAB will do it.

Thanks guys!
0

User is offline   Plagman 

  • Former VP of Media Operations

#1172

View PostTea Monster, on Jan 13 2010, 04:56 AM, said:

I've been nagging to find out when they are going to apply the new features to models. No news yet.


Normal mapping should now work on models.
http://dukeworld.duk.../20100123-1594/

I don't have a normal map that matches an existing skinned model to test it, but it looks somewhat correct judging from the weird combinations I tried, eg:

Posted Image
0

User is offline   Stabs 

#1173

marvelous

explosive scrotum's

seriously, good work tho ;)
0

User is offline   Micky C 

  • Honored Donor

#1174

Amazing stuff. I don't care how many bugs polymer has, with that and if lights and when lighting can be applied to HUD models, the game is going to look almost completely modern ;)
0

User is offline   The Commander 

  • I used to be a Brown Fuzzy Fruit, but I've changed bro...

#1175

lol, thats what I tried my first normal map on, looks about the same.
Just using crazybump though.
0

#1176

Allow me to yell "Wooooooohooooooo!" at the top of my voice, that's f**king awesome! I think I know what I'll doing today, playing with that.
0

User is offline   Spiker 

#1177

I'm waiting to see some characters with normal maps! Awesome.
0

User is offline   Roma Loom 

  • Loomsday Device

#1178

I hope Tea Monster has something to show us related to Alien Queen, and hope Zilppuri will release his trooper soon ;)
0

User is offline   gt1750 

#1179

That's great news! Can't wait to see normalmapped enemies and babes ;)
0

User is offline   Mark 

#1180

I'll bet Tea Monster kissed his family goodbye and is in his computer room with the door locked, the phone off the hook and a pot of black coffee on the desk. ;)
0

User is offline   Sobek 

  • There's coffee in that nebula!

#1181

I quickly tested it, and it works perfectly. Thanks Plagman ;)
0

User is offline   zilp 

#1182

View PostPlagman, on Jan 24 2010, 09:08 AM, said:

Normal mapping should now work on models.
http://dukeworld.duk.../20100123-1594/


Silly question.. how do I define a normal map file in .def?
0

User is offline   Roma Loom 

  • Loomsday Device

#1183

View Postzilp, on Jan 24 2010, 05:05 PM, said:

Silly question.. how do I define a normal map file in .def?


should be like texture definition:

texture 258 {
pal 0 { file "highres/textures/0258.png" }
normal { file "highres/textures/0258_n.png" parallaxbias 0.0 parallaxscale 0.1 }
specular { file "highres/textures/0258_s.png" }
glow { file "highres/textures/0258_g.png" }
}

Hope you'll figure it up quickly.
0

User is offline   Parkar 

  • Honored Donor

#1184

View PostPlagman, on Jan 24 2010, 08:08 AM, said:

Normal mapping should now work on models.
http://dukeworld.duk.../20100123-1594/

I don't have a normal map that matches an existing skinned model to test it, but it looks somewhat correct judging from the weird combinations I tried, eg:


Awesome, I think I need to take a break from my UDK game and finish the Pig Cop I got started on.

This post has been edited by Parkar: 24 January 2010 - 08:52 AM

0

User is offline   zilp 

#1185

Hmm.. I've been having some problems with the model coming out too shiny. It seems that the model is never shaded to black, but instead just brightened on places where light hits it.

But I will look into it.

So does the alpha channel in normalmap control the shinyness of the model?
And does anyone know if the color channels in the normal map map 1:1 to those used in Blender generated normal maps?

UPDATE:

Here is a screenshot:

Attached Image: duke0025.jpg

You can see there is really high specularity (I have no spec map set yet), and that there is no actual shading on the model.
It even seems like the model is still taking the light from the floor and then the dynamic lights are just added on top of that..

Am I doing something wrong?

I can upload the model here, although it is otherwise buggy too (I haven't remade the animations to match the new mesh).

This post has been edited by zilp: 24 January 2010 - 10:43 AM

0

User is offline   Roma Loom 

  • Loomsday Device

#1186

Normal maps generated by Blender may have flipped X or Y axis or even both, or may not. You should experiment with that. Either through Blender's normal map baking setup or inverting thje Green or the Red channel of your normalmap in photoshop or gimp. The alpha channel of normalmap represents the depth (parallax mapping effect) - the darker the lower.
0

User is offline   Plagman 

  • Former VP of Media Operations

#1187

You're right that the model is going to get flat shaded depending on its BUILD shade. This is essentially the ambient component when rendering with Polymer. If you want to start from complete darkness, do a test room and shade it very dark.
Also, note that you don't need a specular map to specify the specular material of your model. Just setting "specpower" and "specfactor" in the diffuse map definition will allow you to make your model less shiny. The specular map is just for tweaking that per-pixel.
0

User is offline   Plagman 

  • Former VP of Media Operations

#1188

Oh, and I forgot to mention that this is not going to work correctly if you're using mirrored UV. Not sure if the new liztroop is using it, but since I know the old one is I thought I'd mention that. Any vertex that's shared by two triangles that don't have the same UV handedness will cause artifacts. I'm not sure whether it should be the artist responsibility to duplicate these vertices to create a seam in the mesh along the UV mirror or if the model postprocessor should automagically patch it up when loading it in EDuke32.
0

User is offline   Sobek 

  • There's coffee in that nebula!

#1189

I was just testing out that latest Synthesis build with model normal map support on my work PC, and while eDuke32 works just fine, Mapster crashes if I try to switch to 3d mode while running with either the Polymer or Polymost renderer. Software (8bit) appears to work fine...

The log shows everything loading like normal, it just bails out at 'Initializing Polymer Subsystem...' with nothing after that. In the case of Polymost, the log just stops after 'Cache Contains xxxxxx bytes of Garbage Data'.

I've tried deleting my configs and letting them be recreated just in case (I normally do this anyway) but so far no luck.

This post has been edited by Sobek: 24 January 2010 - 10:41 PM

0

User is offline   Plagman 

  • Former VP of Media Operations

#1190

I don't really know what could be causing that. Try deleting your texture cache, it's possible it is only enabled in mapster32 and the build you were using previously used the old format. If that fails, try going back through the synthesis history until you find a build that works for you.
0

User is offline   Sobek 

  • There's coffee in that nebula!

#1191

Ahh yes, deleting the texture cache did the trick. Not sure why I didn't try that sooner (given what the log says about garbage cache data).. Doi!

Thanks.
0

User is offline   zilp 

#1192

View PostPlagman, on Jan 25 2010, 01:27 AM, said:

You're right that the model is going to get flat shaded depending on its BUILD shade. This is essentially the ambient component when rendering with Polymer. If you want to start from complete darkness, do a test room and shade it very dark.
Also, note that you don't need a specular map to specify the specular material of your model. Just setting "specpower" and "specfactor" in the diffuse map definition will allow you to make your model less shiny. The specular map is just for tweaking that per-pixel.


Quote

Oh, and I forgot to mention that this is not going to work correctly if you're using mirrored UV. Not sure if the new liztroop is using it, but since I know the old one is I thought I'd mention that. Any vertex that's shared by two triangles that don't have the same UV handedness will cause artifacts. I'm not sure whether it should be the artist responsibility to duplicate these vertices to create a seam in the mesh along the UV mirror or if the model postprocessor should automagically patch it up when loading it in EDuke32.


Would it be somehow possible to control that amount of ambient lighting on the model?
Ofcourse I could make the model a bit more dark, but still I would not achieve as much contrast as I want..

I did remake the UV maps (and most of the model) for this one, so this does not have shared UV:s. I tested it in Blenders "game engine" viewport rendering and they worked.
I think I'm having those seams because the X-axis is mirrored in Blenders normal map system. I'll try to get that Gimp Normalmap-plugin working to fix it.
0

User is offline   Tea Monster 

  • Polymancer

#1193

You can also use X-Normal for baking. It works a treat. If you are having problems with mirrored uv maps and baking, just copy your cage and your high-res meshes to a different layer, chop them down the middle and then bake those.

This post has been edited by Tea Monster: 25 January 2010 - 12:38 AM

0

User is offline   Fox 

  • Fraka kaka kaka kaka-kow!

#1194

Hey, I am having some trouble with mod directory def loading. It seems that the game will load the duke3d.def from eduke32.exe directory, not the mod directory.

Is it possible to add an alternative def name that would be loaded instead of duke32.def (like having a eduke.con does)? That would avoid any issue with it ;)
0

Share this topic:


  • 213 Pages +
  • « First
  • 38
  • 39
  • 40
  • 41
  • 42
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic


All copyrights and trademarks not owned by Voidpoint, LLC are the sole property of their respective owners. Play Ion Fury! ;) © Voidpoint, LLC

Enter your sign in name and password


Sign in options