Jump to content
The Dark Mod Forums

nbohr1more

Development Role
  • Posts

    12189
  • Joined

  • Last visited

  • Days Won

    204

Everything posted by nbohr1more

  1. The SEED\LOD systems are not necessarily a problem if you are seeing "ModelGenerator memory: No LOD entries." errors. Those are just warnings and have no effect on the behavior of your mission. You will only encounter problems if you spawn SEED entities incorrectly or improperly specify LOD values in LOD entities. Since you don't appear to be using those, that is not your issue.
  2. Hopefully this will be done before I leave work tonight. I am gonna be without real internet access from July 5th to the 13th because my wife has roped me into a *vacation (*that term only roughly resembles what you get when you leave work for a week to hang-out with a demanding wife...) Otherwise I will have to update Moddb when I get back.
  3. Good luck on that project! I presume that you are keeping this all within your own domain? No call for additional mappers (etc)?
  4. Yes, Providing a URL is the preferred upload method.
  5. Hmm... According to this thread: http://www.doom3worl...php?f=1&t=10401 You can change the Event limit in "Event.h" ... It's 8192 in v1.05 sources...
  6. As expected, it failed. I don't think I can make it within the 12hr upload window. I need another free hoster like Dropbox with a higher limit. I at least updated the tdm_updaters (awaiting authorization).
  7. I am uploading v1.06 FULL to Moddb now... hopefully it will complete. The last time I tried a direct upload it failed. I don't have enough Dropbox space for it either... Keep yer fingers crossed.
  8. I still need to replay and get your new bonus objective...
  9. You've hit the event limit Biker. This is usually due to movables being a few units above the ground before map launch. You might be able to shave-off some of these by making them touch the ground precisely (big pain in the arse!). I don't know what else to advise other than changing some movables to stationary objects.
  10. Maybe: g_showCollisionModels or r_showAlloc would help... ? I don't think Dark Radiant tracks collision models because they are created when the map is dmapped (in the cm file) or even dynamically when things like Ragdolls are generated.
  11. Glad that did the trick... Maybe Greebo, Tels, or Grayman can find that limit where those Phobos guys couldn't (or Sgtatilov will find a hack...?) Anyway... you can also Seed_Combine if any scenes have lots of ASE or LWO models...
  12. Did you recently set a lot of geometry to Func_Static? Each FS grouping gets one collision model. Other than reverting to WS you could try merging more FS groups together.
  13. Oh no... Phobos mod found that there is a 2048 limit to collision models and they couldn't find a way to change it via SDK. Unless it's a ratio of the Entity limit, you may need to cut some collision surfaces like they did. Command to check your number: ListCollisionModels Reference Link: tfuture.org/phobos (Scroll down to "Devblog #10 - Uncharted Worlds")
  14. Oh, CS2 will handle all the cores you can throw it: http://www.tomshardware.com/2006/09/10/four_cores_on_the_rampage/page11.html If those workstations have PCI-E slots and you are gonna upgrade to CS4 anyway (it does use CPU if no GPU is available), then you might be better off adding a little RAM and some cheap "low form-factor" PCI-E cards.
  15. The 4GB of RAM should be a better option unless the upgrade from 2.4 to 3.4ghz also means going from single-core to dual core (or adding hyper-threading...). Probably too expensive to upgrade to CS4 and stick some better graphic cards (GPU acceleration) in those stations instead, eh?
  16. Yeah, I haven't seen a crash attributed to it since v1.02... Older drivers may still cause issues though...
  17. Your map compile is eating too much RAM. You will need to apply the 4GB patch to your Doom3.exe See the last entry in the dmap wiki: http://wiki.thedarkmod.com/index.php?title=Dmap Alternately, you can set some of your decorative geometry that is "not accessible to the player\non-mantle" to: noclipmodel 1 to attempt to shave off some RAM usage.
  18. Are you an nVidia user? If so, have you disabled "Threaded Optimizations"? Open Nvidia Control Panel -> Manage 3D Settings -> Bottom half of list locate "Threaded Optimization" <-- Set to NO / Off Also set "Multi-display/Mixed GPU acceleration" to "Single display performance mode"
  19. HOLY MOLÈ!!!!!!!!!! Thanks terrific Noss!!!
  20. That looks AMAZING!!!! The reflection is probably part due to the close proximity of the light source and the was the new interaction shader processes Fresnel effect. You might be able to tone it down by using a very low (almost black) grey texture for the specular map if you are already using _black (etc).
  21. Yeah, it's hard to say whether the triangulation optimization even fits this kind of model. I am wondering if lots of these puppies are on screen if the gains would be greater though... Here's Humus's reference on the topic: http://www.humus.name/index.php?page=Comments&ID=228 Again, love the work Noss!
  22. Looks great! The only thing I am concerned with is that the branches look like they are made of "long thin triangles" which is what Graphic Processors hate the most. If you can forcibly break the verts on those it may perform better but I have no frame of reference for how heavy that'll be. I can only guess that shadow calculations would be a little tough but a shadow mesh would help... This is screaming for LOD variations with less or less detail in the branches
  23. Perhaps you are getting stuck in map geometry? Try opening the console and typing noclip then see if you can fly out of whatever you've got stuck in. Then use noclip again to return to normal control.
  24. There is no Brush limit. Just the memory limit for the map compiler and the Entity limit.
  25. Not to kick a man when he's down but we really need a TDS version of that for comparison (Though, some smart-ass will come along and complain that the trend in not an exponential curve... )
×
×
  • Create New...