Jump to content
The Dark Mod Forums

nbohr1more

Development Role
  • Posts

    12146
  • Joined

  • Last visited

  • Days Won

    200

Everything posted by nbohr1more

  1. So if you guy's are gonna use Jermi's normal maps from his T2 water mod you would have to merge the frames into a strip that would be in used in place of "textures/temp/wavelong" in the above shader... (Saw Fidcal posts at TTLG)
  2. If that doesn't work then the only way I could imagine this working is: 1) Design your wave animation for one direction and write-out the frames as images 2) Do the same for your second set 3) Convert each to a normal map 4) Create two "filmstrips" by chaining the normal maps together into one larger texture like 64x2048 (etc) 5) Create a material stage kinda like { blend bumpmap Addnormals (textures/custom/suchandsuch_A__local, textures/custom/suchandsuch_B_local ) scale size, size translate time, time }
  3. It's weird that nesting works but this wont? textures/add_two_scroll{ { blend bumpmap map addnormals ( {scroll x,y textures/custom/image_1.tga }, {scroll x,y textures/custom/image_2.tga } ) } }
  4. I use Dropbox but it requires that you install their software... Free version has a 2GB limit.
  5. I don't have a specific answer but these wiki's and tutorial videos might help... http://wiki.thedarkmod.com/index.php?title=Vaulting http://wiki.thedarkmod.com/index.php?title=Patches#Archways Komag videos: http://forums.thedarkmod.com/topic/9082-newbie-darkradiant-questions/page__view__findpost__p__180257
  6. You could play with "scroll", "translate", "scale" to achieve the effect as well I suppose. It's too bad that "videomap" can't be used
  7. I can't see the video here at work but I think you could have an animated Height map and use addnormals to blend it with an Animated Normal map.
  8. ALRIGHT! Thanks Biker! The current standings: Sotha (Released!) Jesps Carnage Ocn Shadowhide Bikerdude Fieldmedic ! With a couple of "maybe" entrants: Midnight moneyobie (edited per request )
  9. I did that Moddb DR 1.5 article as a pre-promotion for the Seasons Contest. I was thinking of doing a 1.6 article but Mandrasola hit and then Fauchard is slated to be out soon so I wanted to leave the slate clean to make room for these then maybe do the 1.6 article. Though Fauchard itself seems like a DR promotion of sorts...
  10. Contrats! Enjoy the missions and hopefully we'll see you around the forums Lady Jo!
  11. Officially it's June 1st but, as with previous contests, I will be sending out a note to ask if any entrants need an official extension. Other mission authors will be free to revise their missions until the last extension date is over. A word of advice: It is better (from a voting perspective) to beta-test with more people and get it right at first than to release and discover flaws then release again. While I applaud any author who returns to a released mission to refine it further , the time to complete the missions and vote is limited. So the chance to replay a fixed version of an already release mission may not be there (unless you're Sotha and you can release 3 missions in the span of a contest ) and many folks will not do the courtesy of retracting their vote for the revised version. In short, at least half of your votes will likely be for the quality of the original release. (Well... I suppose you could create a new thread for the revised version and ask that any votes in the original thread be discarded )
  12. You want to check the box that says "Disable Catalyst AI". Catalyst AI is known to be a problem for The Dark Mod. Also, please verify whether Doom 3 itself starts properly. (If not post the error as well).
  13. Have you disabled Catalyst AI? Do you have ROE installed? Are there any other mods in your Doom 3\base folder? Re-run your TDM Updater then verify that these settings are correct in your DoomConfig.cfg seta image_usePrecompressedTextures "1" seta image_useNormalCompression "2" seta image_useAllFormats "1" seta image_useCompression "1" seta image_preload "1"
  14. Don't let LEGION see a statement like that...
  15. It's quite simple really, AluminumHaste is a profession level developer for Broken Glass Studios. Obviously the pay is pretty good
  16. Since ROE is just a bunch of override pk4's couldn't you move them to sub-directory of the Doom 3 install and have the game treat them like a mod? That might resolve ROE compatibility issues folks have with TDM and other Doom 3 mods
  17. If you are willing to donate, then I think it would be fair for you to choose the theme for the next contest AH. I suppose you could still throw some preferences up for a vote then take the highest vote but the real fun of these contests is seeing what happens when mappers are painted into a corner and have to come up with creative ways to make their mission match their own vision. So a contest with every arbitrary preference of the prize-donator would be a perfect obstacle course for mappers to navigate. If players want more missions of a certain type, they can follow-suit and setup contests with their own donations for the prize to coax mappers to make their preferred mission style.
  18. Please verify that these texture compression settings are correct in your DoomConfig.cfg seta image_usePrecompressedTextures "1" seta image_useNormalCompression "2" seta image_useAllFormats "1" seta image_useCompression "1" seta image_preload "1"
  19. When you look a mobile GPU's you have to keep in mind that they are usually half as powerful as the desktop versions with the same name. So an X1600 mobile is going to perform like an X1300 So an X1200 mobile is pretty low on the performance scale... I would say that the minimum is a GPU with 120 shader processors if you go by current ATI measurements, or 32 "stream processors" \ "CUDA Cores" for nvidia. Currently, for ATI I would go for either a mobility 6700 or 5700 series. For nvidia, I would go with a GTX525M or GTX425M series. I am currently leaning nvidia because of ATI's driver issues for current hardware.
  20. So why would these images be reliable enough to feed a fragment program that must get redrawn depending on view yet not be reliable enough as a material stage input? If "_scratch" is useless in a material it must also be useless for a fragment program. There must be a way to fill "_scratch" predictably either for fragments or materials or it has no use ?
  21. I probably won't make the cut Processor: P4 3.0Ghz RAM: 2GB PC3200 (DDR 400) Video: HD4650 AGP
  22. There is no 2048 limit, I just baked a 16kx16k texture using the Megagen tool but it is 1.33GB So there's no size limit other than your hard-drive capacity (and the limits of common sense). Sure the sizes are something to balk at... OTOH how would this compare to creating large texture sheets with DDS? You could potentially merge large swaths of various textures and have nearly all materials in a scene call the same megatexture. For me, it's just another opportunity to ring the promotional bell shouting "Hey, The Dark Mod now has Megatexture support!" You could make it available to mappers on the stipulation that their missions would be too large to host and only one or two missions with megatexture might be good enough to make an exception. And I'm sure almost nobody would use it to add their own custom megatextures because of how cumbersome the baking process is. But it would be there in your Glprogs folder not harming anyone so you could claim to have megatexture support. Even when Doom 3 goes GPL it's hard to say if anyone will be able to add "true" megatexture support as I don't think that it's an open format. The compression\encoding would have to be reverse engineered. It's more likely, if anything, that an alternate version of megatexture would be created.
  23. Ok... Megatexture is a broken-record topic around here but I've never heard that it just requires "ONE vfp file" !!! (and megatexture editing experience of course). I was under the presumption that this was a HEAVY amount of hacking and SDK work and would take months to integrate into TDM (if at all). So I decided to crack open the PK4 and low there was indeed really just one distinct vfp file in Glprogs. The Megatexture.vfp doesn't seem to have any relation with the test.vfp that was included and indeed replacing the contents of Glprogs with JC Denton's \ Ruiner Mod's HDR-Lite the mod still works. Meaning that you don't have to modify the Interaction.vfp to integrate it, it is a standalone vfp. I guess the possible objection is that it's 42 more shader instructions but these seem to run outside the "unified interaction" framework. It really didn't seem to have any detrimental performance from what I could tell either. You could simply plop this megatexture.vfp into glprogs inside tdm_base01.pk4 and be done with this recurring "megatexture topic" as far as I'm concern. Of course the texture size can be astronomical for inclusion with missions but even smaller "mega"textures could be useful. Enterprising authors could use it if desired. What am I missing here, there doesn't seem to be any big technical hurdles, Id and this mod-team already did the work?
  24. Thanks Fieldmedic. I hope that this turmoil is worth it ~~~~~ It'd be cool to have you aboard Biker. The number boost would help. But I understand that you already have a couple of projects brewing so there's no need to pressure yourself. ~~~ Good luck to all contestants.
  25. This appears to be the current standing: Sotha (Released!) Jesps Carnage Ocn Shadowhide With a couple of "maybe" entrants: Fieldmedic (unless your back in for sure)? Midnight moneyobie Bikerdude???????
×
×
  • Create New...