Jump to content
The Dark Mod Forums

OrbWeaver

Active Developer
  • Posts

    8653
  • Joined

  • Last visited

  • Days Won

    71

Posts posted by OrbWeaver

  1. Welll... that involves creating material files for all my textures with the ambient light tutorial I have.

     

    No it doesn't. You can use multiple light sources, including some with a suitable ambient lightshader applied.

     

    I thought that was the Doom 3 engine. I thought that went without saying.

     

    Only if you make it so. You can use as many light sources as you wish, although don't go too far above 2 or 3 if you can avoid it for performance reasons. Pitch black shadows do not exist in real life because there is always another source of light.

  2. More detail, less flat texturing and blocky architecture.

     

    More subtletly, fewer extremes of light and dark (most of those shots only have one light source, everything in shadow is black).

     

    Less garish, cartoony colours.

     

    More of a coherent visual impression, less ad-hoc placement of random objects and brushes with no overriding style.

     

    HTH.

  3. Yeah, the only way to do true volumetric fog is by using a particle effect. Perhaps you could modify your snow/rain emitting texture to emit very large, slow-moving smokepuff particles (which look good as fog if they are sufficiently faint). You might not even have a performace issue if you used large enough sprites, as you would not need that many.

  4. What does LSCM mean?

     

    Least Squares Conformal Map (also Laser Scanning Confocal Microscopy). It has something to do with the algorithm and the way it tries to preserve local angles.

     

    Cool spider BTW, I have made several attempts to model a spider in Blender but never quite managed to get the proportions right.

  5. Do you mean LSCM?

     

    I can look at an LWO in Blender and tell if it definitely is UV-mapped, although I don't have sufficient confidence in the import script to declare that it isn't (since it may have one, but the script failed to import it).

  6. * Quite a lot of models and geometry show up as "shader not found" in the preview even though they work in game. Under investigation.

     

    One cause of this problem has been identified (it may not be the only one). DarkRadiant is incorrectly attempting to use the *MATERIAL_NAME rather than *BITMAP to identify the Doom 3 shader to use for an ASE model. As a temporary workaround you can make an ASE model render correctly by editing the *MATERIAL_NAME to specify the Doom 3 shader.

  7. At the least, you're surely going to do adequate research into the way people spoke in medieval England and only use words which they would have used?

     

    I'd like to see the adequate research that demonstrates that the modern-sounding swearwords and phrases in question ("What the fuck?" etc) were actually widely-used by the medieval population in the same way they are now, rather than just appearing in a modified form in the occasional piece of Shakespeare.

  8. *make the map first (of course) then get the exact outline of where you want the fog to go and create a large image (2048x2048?) that has the transitions you want. Use this as your lighttexture etc.

     

    If the fog doesn't obey the light texture (which it seems not to), this won't work.

     

    The only other solution I have is to use the bind light at map start thingy. Though that means the fog is always with you.

     

    Yes, but you can script the light to change intensity, colour or fog density (shaderParm 3 I think) based on the player's position.

  9. I had an AMD home-built machine which idled at 60 C and went up to 68 or more when processing. The die was rated to 85 C, which I would have thought of as fairly typical, so I would be surprised if a mere 60 C would cause a lockup.

  10. I'm sure I do somwhere, I'll try and dig it out. As I recall I actually had to remodel the object since the low-poly mesh structure was crap (it had been decimated from the high-poly model).

     

    As with most of my models the texture was not spectacular but the addition of a UV map allows a more skilled texture artist to take over if required.

  11. I quite liked Blenders approach and after watching a video tutorial on how to use it I found it very easy and intuitive.

     

    Have you tried the Live LSCM feature in later releases of Blender yet? You can produce your original unwrapping, pin some vertices, move them around and watch the entire map deform in realtime as you drag.

     

    Also there are some new additions in 2.42, including an "Angle-based" unwrap which is supposedly better than LSCM (something to do with warping, I haven't investigated much), and much easier seam-creation tools (just choose two points on either side of a model and Blender will create a seam automatically along the shortest path between them).

  12. It looks like the reason it behaves differently is because it's using a falloff image. In lights and fogs, a stage defines the x/y axies, and the falloff image defines the z-axis... (of course, a light can have its axies rotated) Unfortunately, I'm not exactly sure how it combines the falloff and cross-section to yield the color at a specfici point... perhaps it multiplies the colors together?

     

    I presume it does a multiplication for ordinary lights, but foglights are different. They are not actually lights as such, I believe they just blend their colour with the remote surface based on the distance between the player and that surface. I am not quite sure how the falloff images fit into this, certainly in my tests I was unable to make a foglight use biground1.tga to create circular fog, for instance.

  13. I've had an idea for a map with some misty ruins, and a deep gaping hole in the ground leading down into some fogless chambers. I planned on doing the transition by adjusting the blendlight fog in intensity as the player based on the player's Z-position in the hole. (I've done similar things to adjust the brightness of fog in water based on a player's Z-position, so that water appears darker the deeper you go)

     

    Vertical falloff works OK if you use the texture "pitfog_to_black". This suggests that it should be possible to have a fog which falls off in any direction, not just vertical, but even looking at the MTR I couldn't really understand what pitfog_to_black is doing.

     

    The other alternative is to bind a very large foglight to the player's position, and script it so that the intensity is modified when the player enters/exits certain areas. This is more or less how Thief did it (except that it was done by the engine, not by the mapper explicitly placing a light).

  14. Does anybody have Ultimate Unwrap 3D without the restrictions? I would like to try it and it's not THAT expensive, but I hate to install crippleware demos. I was wondering if it is much better then Blenders unwrapping, which seems quite fine though.

     

    The impression I get is that there IS nothing better than Blender's UV mapping. People get very excited about 3rd party apps which perform "automatic unwrapping" which is just the same as Blender's LSCM unwrap.

  15. It's not the normal map, it the uvw mapping :blink: The curved pipes are a PITA to unwrap :P

     

    Unwrapping a pipe like that would be trivial in Blender - perhaps there are improved UV-mapping tools in a later version of 3DS Max? You don't have to use version 5.1 anymore...

  16. Now how do I tone down the specular? Here's the texture:

     

    Just make it darker (more black). You may not even need a specular at all for some models. A lesser-known fact is that you can also colour the specular, so you could give it a brownish rusty sheen, for instance.

  17. My guess is that this line is causing it to use waterpump.tga as the material without a shader. I don't see anything in the part you quoted that directs it to the "waterpump" material.

     

    Correct. The *BITMAP line should be "//base/" followed by the material name, "waterpump" in this case. You can use backslashes or forward slashes according to preference.

     

    I've seen some of our .ASE files have multiple materials and they seemed to work ok.

     

    Multi-material single meshes do not work, multi-material multi-meshes do work. Depending on your modelling app the difference may be significant or not (in Blender it is actually easier to use the latter).

  18. I hope this doesn't come across "troll"-esque, but fuck IS a made up swear word. Every word is made up, and given meaning only because we all agree it is so.

     

    "Made up" is usually taken to mean "consciously invented". Words like "fuck" are not made up in this sense, they arise through the natural process of linguistic evolution.

×
×
  • Create New...