Jump to content
The Dark Mod Forums

AluminumHaste

Development Role
  • Posts

    8272
  • Joined

  • Last visited

  • Days Won

    98

Status Replies posted by AluminumHaste

  1. So, I got one of them there fancy level design jobs I've been hearing about. Actually, it was mostly because of my FM that I posted here. Thank you all for the support as I worked on it!

  2. Hello everybody, guess I'll use this as a small introduction. In short just some guy from the East Coast of the US who really likes stealth games.

  3. We are Greenlighted!! Now what?

  4. I sick. Tode in da node. Sleepy. Productivity zero.

  5. Finally played through Max Payne 1 and 2 this weekend.. They were very enjoyable games. Although many games dip in quality at the end, I felt that the final segments of these games were the best. They give you all the goodies, (sniper rifle, molotovs, grenades), as well as plenty of enemies to use them on.

  6. I am working on a 1-5 room map. Basic geometry is done and detailing pass is half way there. Elapsed time 125 minutes. I am recording every second of my build and will make youtube tutorial out of it. Just a little gift to those who want to see what it takes to put out a small/tiny mission.

  7. Amazon.com has a flash sale on the Logitech G Pro gaming mouse. If you're serious about gaming, it's one of the best mice in the world

    1. AluminumHaste

      AluminumHaste

      No one does, unfortunately they had to include that for the marketing side. I mean the sensor can do it without issue, so why limit it?

      I also run 400, 800 and 1600 on mine.

    2. (See 9 other replies to this status update)

  8. Amazon.com has a flash sale on the Logitech G Pro gaming mouse. If you're serious about gaming, it's one of the best mice in the world

  9. Amazon.com has a flash sale on the Logitech G Pro gaming mouse. If you're serious about gaming, it's one of the best mice in the world

    1. AluminumHaste

      AluminumHaste

      Well the Logi is a basic mouse feature wise, it doesn't have a million buttons etc.

      It was actually designed with gamers, they had direct input as in they tested the design and sent feedback to logitech on how to improve it, and they did.

      I just ordered it, can't wait to get it.

    2. (See 9 other replies to this status update)

  10. Amazon.com has a flash sale on the Logitech G Pro gaming mouse. If you're serious about gaming, it's one of the best mice in the world

  11. TDM is now in the top #30 on Steam Greenlight.

  12. Wanting to help out on a git project... Is it just me or is Git a lot more complicated than SVN? I don't remember this much trouble contributing to Darkmod. (Of course it doesn't help that this new project I have to build on a Linux virtual machine.)

  13. http://www.theregister.co.uk/2016/12/19/ham_radio_app_bad_review/ New feature for TDM? :) Leave us a bad review, and your copy of the game gets disabled! Don't you just love living in an "always connected (read: on a leash)" world?
  14. Got my hands on a screaming fast 256GB USB flash drive that reads at 400 MB/s and writes at 150MB/s... pure awesomeness. They do actually make a model with even faster writes, but the capacity is lower (due to over-provisioning?) This makes a great mobile Linux drive though.

  15. Anyone still playing TDM on an Athlon XP CPU?

  16. Doesn't it make you mad when the best part of the music in a series is not on the actual soundtrack album? Hint: If you are going to call it a soundtrack, all of the music featured in the material needs to be presented on said soundtrack.

  17. Just stumbled over something. Disabling Vsync and entering "com_fixedTic 1" (without quotation marks) in the console removes the frame cap. The game will run faster if the framereate increases, so it's not suitable for playing, but a good start for performance teests while playing.

  18. Just stumbled over something. Disabling Vsync and entering "com_fixedTic 1" (without quotation marks) in the console removes the frame cap. The game will run faster if the framereate increases, so it's not suitable for playing, but a good start for performance teests while playing.

  19. Wondering about the ETA on 2.05?

  20. After being annoyed by the growing lack of organization, I recently updated the Performance Tweaks wiki: http://wiki.thedarkmod.com/index.php?title=Performance_Tweaks

  21. After being annoyed by the growing lack of organization, I recently updated the Performance Tweaks wiki: http://wiki.thedarkmod.com/index.php?title=Performance_Tweaks

    1. AluminumHaste

      AluminumHaste

      Adding g_fov to darkmod.cfg works the first time.

      After a restart, the cvar is removed from the cfg file and it's back to default, "90"

    2. (See 18 other replies to this status update)

  22. After being annoyed by the growing lack of organization, I recently updated the Performance Tweaks wiki: http://wiki.thedarkmod.com/index.php?title=Performance_Tweaks

    1. AluminumHaste

      AluminumHaste

      If you want to propose the change yourself, it's in SysCvar.cpp.

      The code is:

      idCVar g_fov( "g_fov", "90", CVAR_GAME | CVAR_INTEGER | CVAR_NOCHEAT, "" );

       

      You just need to add CVAR_ARCHIVE for it to be written to darkmod.cfg

    2. (See 18 other replies to this status update)

  23. After being annoyed by the growing lack of organization, I recently updated the Performance Tweaks wiki: http://wiki.thedarkmod.com/index.php?title=Performance_Tweaks

    1. AluminumHaste

      AluminumHaste

      Nope, it got shot down, so yes, putting seta g_fov <value> into the console will not write it to darkmod.cfg currently.

      You can still manually add it to autocommand.cfg or as a command line switch.

    2. (See 18 other replies to this status update)

  24. After being annoyed by the growing lack of organization, I recently updated the Performance Tweaks wiki: http://wiki.thedarkmod.com/index.php?title=Performance_Tweaks

×
×
  • Create New...