Jump to content
The Dark Mod Forums

Search the Community

Showing results for '/tags/forums/learning mapping/'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • News & Announcements
    • The Dark Mod
    • Fan Missions
    • Off-Topic
  • Feedback and Support
    • TDM Tech Support
    • DarkRadiant Feedback and Development
    • I want to Help
  • Editing and Design
    • TDM Editors Guild
    • Art Assets
    • Music & SFX

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. TL;DR use evrouter I recently decided to try to get some of the extra buttons on my mouse to do various darkmod actions in linux (Fedora 28). Darkmod does not notice them when you try to make a shortcut within the game. I initially tried xbindkeys and xautomation (xte). This worked in the terminal but not in fullscreen (presumadly, xbindkeys needs a window focus), so I tried evrouter which does work. 1. add your userid to the "input" group to read the appropriate event device files in /dev/input/by-id/* # gpasswd -a userid input In my case I needed these two device files to notice all buttons: /dev/input/by-id/usb-Logitech_G300s_Optical_Gaming_Mouse-event-mouse /dev/input/by-id/usb-Logitech_G300s_Optical_Gaming_Mouse-if01-event-kbd 2. use evrouter to show you the button press/event it sees when you press your mouse button: $ evrouter --dump /dev/input/by-id/* there will be a line that says "fill this in". place this line in ~/.evrouterrc and replace the "fill this in" with the appropriate key syntax... I have "g" mapped to zoom scope so that is "XKey/g". e.g. "Logitech G300s Optical Gaming Mouse" "/dev/input/by-id/usb-Logitech_G300s_Optical_Gaming_Mouse-event-mouse" none key/275 "XKey/g" add any other buttons/events as wanted to .evrouterrc 3. run evrouter on the appropriate dev files. e.g. $ evrouter /dev/input/by-id/usb-Logitech_G300s_Optical_Gaming_Mouse-event-mouse /dev/input/by-id/usb-Logitech_G300s_Optical_Gaming_Mouse-if01-event-kbd 4. play darkmod with extra button support 5. profit
    1. Tarhiel

      Tarhiel

      Awesome, congratulations!!! :o

    2. Bikerdude

      Bikerdude

      Yup, all the remianing bugs were ironed out, so it nigh on perfect now.

    3. AluminumHaste

      AluminumHaste

      version 2.1 is now uploaded to mirrors ready to download.

  2. can somebody fix the mainpage of our site? http://forums.thedarkmod.com/topic/19469-new-layout-error/

    1. nbohr1more
    2. Springheel

      Springheel

      It's under construction at the moment.

       

  3. Hello, I want to discuss DR's texture tool and the way Radiant handles texture mapping in this topic. The texture tool is a window (Ctrl+Alt+T) where you can fine tune how a given texture gets mapped on a brush's face. I have noticed that, oftentimes when selecting multiple sides of a brush, the unwrapped UV islands are placed way too far from each other. Not something you'd care about during regular mapping, but I think this is a problem in theory, which can become a problem in practice when exporting models from DR. This is actually my impetus for starting this thread, as I imported a DR model in Blender only to find its UV map being all over the place. Here is an example of what I consider problematic. You can see that the face I've selected, behind the Surface Inspector, is already in the negative quadrant of the UV coord grid. Yet the surface inspector shows both horiz. and vert. shift to be at 0. Moreover, if I start changing those values with the arrow keys, the shifts will go up to 255 and then wrap back to zero, while the UV map will continue to scroll through the UV grid infinitely, instead of looping back to where it was. Couple this with the arcane way in which the Paste Shader commands work, and you have situations where two brush faces might look aligned in 3D but have their UV maps be thousands of units apart in 2D. Is there an explanation for why this works the way it does? Any way to make it better? Obviously, I'm not asking for DR to magically clamp all UV maps to the 0-1 UV space or unwrap brushes' sides like a modelling app would. It does, however, seem weird why there'd no apparent anchor for mapping faces to the UV space and they keep straying from the origin constantly.
  4. Experimenting with TDM on Steam Link on Android. see topic http://forums.thedarkmod.com/topic/19432-tdm-on-steam-link-for-android/

    1. freyk

      freyk

      Did the TDM team removed D3's internal Joypad feature? (tdm works only with systemkey binders for joysicks)

    2. freyk

      freyk

      Thanks to shadrach, i got my joypad working in TDM on steam link!

  5. Just for general information... If any mapper would like to use any of my mapping stuff (modules, geometry, etc) please feel free to use them! Just be sure to mention in your mission credits you use stuff made by me. Thanks and be my guest!

    1. Show previous comments  3 more
    2. grayman

      grayman

      Most excellent! Thx!

    3. demagogue
    4. Petike the Taffer

      Petike the Taffer

      Kiitos indeed. :-) And credit where credit is due, literally !

  6. Learning and experimenting with LOD spawnargs for meshes. Even one LOD model and e.g. turning off shadows for LOD stage 2 can really make a difference when it comes to scene complexity. I love it!

    1. Epifire

      Epifire

      I really ought to look into LODs for my shadow casters as well. Probably would help optimize the outdoor scene I'm doing right now.

    2. Springheel

      Springheel

      Absolutely. LOD is extremely powerful, especially for people who can make their own models.

       

  7. Did a great find today: Quake 4 mods for dummies. Now online readable. http://forums.thedarkmod.com/topic/5576-book-quake-4-mods-for-dummies/?p=412644

    1. Obsttorte
    2. Bikerdude

      Bikerdude

      He changed ita long while back, it was so he was using the same name as he uses on other forums.

  8. I've decided to check out mapping for The Dark Mod. I did some poking around in Doom 3 back when it came out and I also created 90% of this map in the source engine Hammer editor for l4d2. I've just started on Springheel's videos and thought, while I watch, I should post some questions. Description: The map will be a medium-ish sized house with yard space. Manor mission with no external facading. All sides traversable. Multiple enterable windows and doors. Good amount of foliage and terrain contours. Takes place in the woods. Just a range of yard area around the house. Invisible wall boundary with some trees/foliage beyond. Perhaps fogging to fade/hide world end? Low to very lower ambient light level. Questions: Does this seem feasible from a performance standpoint? How is bumpy terrain created? Manually distorting tesselated planes? Can I group map components under a name and then hide them from 2d viewports? If not, how do mappers deal with the convoluted viewports after the detail builds up. This was a huge annoyance in Hammer.
  9. That moment you log into TDM forums and suddenly feel nostalgic...

    1. Sotha

      Sotha

      Protip: if you never log off and stay for ever, there is no nostalgia when you visit.

    2. Melan

      Melan

      Welcome back!

    3. RPGista

      RPGista

      Haha yeah, I feel like that from time to time. Good to see you around.

  10. Summary: This is the first part of a series of tutorials using Springheel's new architectural models - Using Springheel's new modulesSpringheel's 4hr build challengeThis tutorial is the process almost start to finish of the mission The Elixir, I hope these videos are helpfull for new and old mappers alike, enjoy. Videos: Part 1. Build Time Total: 40 minutes https://www.youtube.com/watch?v=dvzbz_-QVN8 Part 2. Build Time Total: 1hr 49mins https://www.youtube.com/watch?v=XbbGrPQoJx8 Part 3. Build Time Total: 33mins https://www.youtube.com/watch?v=iG5ahPs6VqA Part 4. Build Time Total: 34mins https://www.youtube.com/watch?v=uQaYTpTJPQs Part 5. Build Time Total: 1hr https://www.youtube.com/watch?v=WNoiwYWssac Part 6. Build Time Total: 1hr 30 mins https://www.youtube.com/watch?v=XpcAo48PYxg Part 7. Build Time Total: 30mins https://www.youtube.com/watch?v=LMJ616E8jHg Part 8. Build Time Total: 1hr 4 mins https://www.youtube.com/watch?v=JfsXtyqTypo Part 9. Build Time Total: 2hrs - (video is only 30mins) https://www.youtube.com/watch?v=pG3aqzqpkkQ Part 10. Build Time Total: 1hr 10 mins https://www.youtube.com/watch?v=dWe9wQzkGu8 Part 11. Build Time Total: 40 mins https://www.youtube.com/watch?v=KETY43j8o30 Part 12. Build Time Total: 45 mins https://www.youtube.com/watch?v=dSvY0cJEt7o Part 13. Build Time Total: 35 mins https://www.youtube.com/watch?v=Yk62qY_6Ldo Part 14. Build Time Total: 45 mins https://www.youtube.com/watch?v=DGgZEWCF8vo Part 15. Build Time Total: 53 mins https://www.youtube.com/watch?v=2a3Puxpr9Xw Part 16. Build time Total: 60mins - https://www.youtube.com/watch?v=75GpgKuL6tY Part 17. Build time Total: 43mins - https://www.youtube.com/watch?v=sQah3WsRXro Part 18. Build time Total: 32mins - https://www.youtube.com/watch?v=HRmBZZN_KNI Part 19. Build time Total: 61mins - https://www.youtube.com/watch?v=MPgSlf8QiWk& bkd_modules.zip.txt
    1. demagogue
    2. jaxa

      jaxa

      I've found it difficult to find where TDM is listed as #1 on Greenlight. This page ( https://steamcommunity.com/greenlight/ ) has no ranked listing. This one ( https://steamcommunity.com/sharedfiles/filedetails/?id=858048394 ) has no visible rank or stats page. Is it my script blocker?

  11. Hey, Every time I've try to use the Full Editor when PM'ing someone, and every single time I get an error. Whoever is in charge of the forum, is it possible that this could be fixed? Thanks Neon
  12. Mapping while listening to Sothas soothing voice with his lovely finnish accent, explaining how awesome modular building techniques are :)

    1. Show previous comments  5 more
    2. Sotha

      Sotha

      Please do! TDM accent-o-galore, for great justice!

       

      Serves them native english speakers right... :D

    3. DeTeEff

      DeTeEff

      Not gonna happen with mapping, but I might stream some TDM missions and use a phat swedish accent, littered with finnish curse words though! ;)

    4. Sotha

      Sotha

      I look forward to it! ;) For that purpose, I should make you a special mission full of unfair insta-kill traps, teleporting flaming (area damage effect) revenants, deadly jumping puzzles and a save functions disabled. "Pärkkele, finne!" ;)

  13. Been away for some time again and thought some mapping would be nice; Question from a modelling noob: Is it possible/an easy/quick task to select a bunch of models/func_statics in DR, export them to an external modelling software like Blender and then save it as one model and put it back to DR? This of course to save entities.

    1. Show previous comments  2 more
    2. Obsttorte

      Obsttorte

      You can export brush and patchwork using the DR ASE exporter. But you can't combine worldspawn and models.

    3. DeTeEff

      DeTeEff

      Okay, but is it an easy task to (in Blender) to import the same model, say several bottles and then arrange them to look like a bunch of bottles, on the same z-plane and then save it as a unique model? Instead of using up several entities in DR...

    4. Epifire

      Epifire

      Yeah, you can totally do that with Blender easily. Though it can be slightly problematic to get smoothing right on a prop with a lot of hard edges. I've found you really just have to split edges manually for it to translate over correctly. Which can be kinda a pain if you don't use Blender often.

×
×
  • Create New...