Jump to content
The Dark Mod Forums

nbohr1more

Development Role
  • Posts

    12143
  • Joined

  • Last visited

  • Days Won

    199

Everything posted by nbohr1more

  1. The town will be tougher 'cause you've got a lot of free-roam roofs etc... Good luck!
  2. Have you played all the missions listed in the wiki as well? http://wiki.thedarkmod.com/index.php?title=Fan_Missions_for_The_Dark_Mod
  3. Your collision file is the largest so: Any places that the player or AI cant reach yet have collision set?
  4. I saw a thread somewhere where they mentioned scripting AI to path_sleep (?) if you are on the other side of a door... I will have to look again...
  5. Are you already using Interleaved Thinking optimizations? Distance = 3000 example max_interleave_think_dist 3000
  6. Congrats on pushing the boundaries Biker! I hope this'll play on my rig (...wonders how Dram and Greebo compile their mega-sized FM's???) (...Linux probably doesn't have the same boundary issues...)
  7. Rant: That shit sounds like the HMO's trying to make things look as bad as possible because they figure people are too dumb to realize that it takes awhile for Obama's changes to take effect. So the HMO's make everyone angry as possible then the voters dummies vote the party that is trying to "regulate" them right out of office. It'll probably work too, we'll probably be up to our necks in Republicans this term. Once the HMO's kill any hope of a public option (and all the smoke clears) they'll keep charging more and more and offering less and less. All the dummies will still keep blaming "the government" for this even though it'll be all private companies at that point. (Not that I hold out much hope for either party really fixing things. The tug-o-war for "the hearts of the idiots voters" is just frustrating...) End Rant Sorry to hear about your financial issues Baddcog.
  8. Did you also try this patching application, as was recommended previously...? http://www.ntcore.com/4gb_patch.php
  9. Yeah, its a comparison of T3 to TDM. The UT version for T3 is very customized so it wouldn't surprise me too much other than that it would be tough to pull-off Parallax Mapping on an XBOX... but that could just be a PC exclusive feature or patched-in feature...
  10. Well that applies to UE3 but thanks for clarifying that because it was in dispute from the sources I googled... TDS is UE2.5 so was that back-ported or again is it just some perception (placebo)?
  11. Did you load up Sikkpin's test map or were you trying this in the Doom 3 game? (I think you need to add height maps to the alpha channel of the normal maps according to some comments...?)
  12. Don't mind me Rich, I just have this superstition that the Unreal engines are doing "something" to improve Normal Map rendering over what Doom 3 has done. Maybe it's just the artists, maybe it's just the higher-poly assets but every time someone raves about Normal Maps in Unreal or TDS my superstition comes back. To make matters worse is UE3 has something called "Virtual Displacement Mapping" which most in the industry just claim is another name for Normal Mapping but I KNOW that can't be right. After pondering further the only other thing I can think of is that the Normal Map renderer in Unreal does some further interpretation or correction of the underlying Vertex Normals. Maybe they create new Vertex Normals at run-time and thus make the Tangent Space normal maps look more like the World Space ones. Yeah POM or Tessellation are the ultimate surface detail techniques so this is probably a lot of useless wheel-spinning. It's just the implication of a "hidden factor" that bothers me (and there probably isn't one ).
  13. Congrats on the completion of your non-linear level-transition SDK work! (And thanks to solarspace specifically for helping to fix that TDM Arrow bug). I hope someone comes through and makes those monsters for you, that Rat-man concept art is great!
  14. I would give it a try Biker. For Dark Radiant your map should compile down to much less resources in most cases but you could end-up creating something too large for 32bit without noticing... For Doom 3 it may give you the ability to compile larger maps. You could end-up creating a map that will only dmap on a similarly configured environment so 32bit end-users might not be able to dmap for trouble-shooting purposes. But it's not usually a bad thing to be over-powered. Look at the game studios that use a super-computer to pilot their games until the consumer hardware is fast enough.
  15. "Rushing hands and Roaming Fingers" If I get the joke correctly...
  16. Yeps... The only limits are the Entity Limit (8192) and Event Limit (8192) AFAIK... (And there may be upcoming stuff that breaks even those limits?) But right now, as you have seen, 4000 entities is a more practical limit due to complexity issues... One entity could have thousands and thousands of polys though...
  17. Thanks for the clarifications Rich. I think I have again used the wrong terminology somewhere but pixel density is one area that appears to be saved in the method I described as the height map would have all the coarse values saved to it allowing the normal map all the high resolution changes. I suspect, however, that DDS compression (at the very least) has it's own hierarchical resolution method so my concept is probably redundant. I see that at one time they (id) were considering having "world space" normal maps but decided to postpone support for that method. Perhaps that is what is being used in TDS that has caught Melan's attention... (Not sure whether tangent space or world space is the default normal map format for Unreal engines...)?
  18. Have you visited the official id site, perhaps it recognizes browser nationality settings? http://www.idsoftware.com/
  19. Yeah, Dark Radiant is a kind of spiritual return to playing with game design software. Just like Gary Kitchen, the TDM team has created a wonderful tool for creativity. But also like Gary Kitchen, you might need to pickup a little coding\scripting to make your output really shine http://www.mts.net/~...maker/info.html
  20. Your humor is evident here and there LEGION, it takes awhile to decode sometimes ...
  21. I've been thinking about these posts for awhile because I had just been reading the following thread about heigh maps at D3W: http://www.doom3worl...&t=1154&start=0 This has brought me to the following questions: 1. Can a height map be used to amplify the precision of a normal map? Process: 1) Create High Poly model (no ultra-fine details or wrinkles etc) 2) Create Low Poly model 3) Render a height map 4) Re-render the high poly model by reversing the height map (only seen this done once and was a cumbersome process AFAIK...) http://www.doom3world.org/phpbb2/viewtopic.php?t=23265 5) Create an Ultra High Poly model with wrinkles etc 6) Bake normals (normap map) from the Ultra-High to the re-rendered High poly 7) use the addnormals function to combine the normal map and height map and thus have all the normal map resolution dedicated to fine details while the height map has the coarse height variation (proper resolution hierarchy?) xxx 2. Would that process really increase the available precision or are Normal Maps defined in an absolute scale in reference to the surface rather than a relative scale? 3. Since the process above is the opposite of what appears to be the intended usage, what about baking the ultra high poly model to the height map rather than using the height map for "hand drawn" displacements? 4. Is all this moot because addnormals degrades(?) normal map and height map quality?
  22. What happens if you remove the ".tga" extensions from the material definition? Have you tried using a converted heightmap stage (for trouble-shooting purposes)? textures/heightmap { { blend bumpmap map heightmap(textures/custom/image_1.tga, 10) } }
  23. You are working on OverDose! (That is some quality stuff! ) I'll take a dumb blind guess... is the Normal Map "non-power of two"? (I would post your material definition code so smart folk can provide better questions and answers...)
  24. Commodore 64!!!!! I recall spending an entire summer with Gary Kitchen's "Game Maker" trying to create a Zelda clone then the floppy disk went corrupt. I have never mourned lost pixels more... (This was after becoming somewhat of a C64 veteran before NES revitalized the console market...). It wasn't 'till well after college before I bought my first PC... P4 1.8ghz with Geforce 3 Ti-200 and 256MB DDR266 Ram... Windows 2000.
×
×
  • Create New...