Jump to content
The Dark Mod Forums

datiswous

Member
  • Posts

    3226
  • Joined

  • Last visited

  • Days Won

    54

Posts posted by datiswous

  1. 12 hours ago, chumbucket91 said:

    but according to the .ase that texture is "textures/darkmod/wood/boards/tdm_crate04" which... sure seems like a tdm builtin?

    I can confirm the material and image file are present in core. Material:

    textures/darkmod/wood/boards/tdm_crate04
    {
    	
    	wood
    
    	diffusemap	models/darkmod/props/textures/crate04
    //         bumpmap	models/darkmod/props/textures/crate04_local
    }

    I wonder why the bumpmap is editted out though.

  2. Add a menu item for feature "Selection Focus". Currently it seems it's just a very useful but kind of hidden feature that only a select view mappers now about. Logically this should be listed in the Edit menu?

    Also I think (but I could be wrong) that there is actually currently not a default shortcut applied to it and Ctrl-F is applied to "FocusCameraViewOnSelection".

    Maybe I should put a feature request on the bugtracker.

     

  3. Make all included filters editable. Currently you can only add your own and eddit those. Also, DR includes most of it's filters for other idtech4 games, although the paths might be different and therefore they might not work.

    I just really don't understand why you would want to block modders from changing the filters in their DR install.

  4. Ok finished this mission. A really beautiful mission! I'm just not really a big fan of undead and I think at least the citadel is too large. Too much backtracking when you forget something. Also most of the rooms are very large, but I guess it fits the type of building. For the rest I enjoyed this fm a lot.

    I finished all the objectives (on easy)

  5. On 4/28/2025 at 8:18 PM, JackFarmer said:

    Thank you for the subtitles.

    I might still have to add one for radio_static.ogg (the numbers).

    Edit: Are these the correct numbers?

    Spoiler
    1
    00:00:03,800 --> 00:00:04,800
    Four
    
    2
    00:00:07,160 --> 00:00:08,160
    Eight
    
    3
    00:00:10,400 --> 00:00:11,400
    Fifteen
    
    4
    00:00:15,080 --> 00:00:16,079
    Sixteen
    
    5
    00:00:18,040 --> 00:00:19,040
    Twenty Three
    
    6
    00:00:22,080 --> 00:00:23,080
    Forty Two

     

    Edit 2: I think after finishing, this isn't important info for the mission, right?

     

    On 4/28/2025 at 8:18 PM, JackFarmer said:

    Could you point me to the bugs you have found? I then would fix them for the next update.

    I'm still playing the mission, so I will post them after.

     

    On 4/28/2025 at 8:18 PM, JackFarmer said:

    I have found the raw files of the videos used in the briefing. I will try merging these much better looking videos with the second part of the briefing for better quality.

    Nice!

  6. This mission skips the Difficulty selection screen, if you are watching the whole briefing video. If you skip it by clicking, it does show up. Same happens in Lord Edgar's Bathhouse (although that fm is using a ROQ file and this fm an mp4).

    (using tdm 2.13)

     

    Edit:

    The supplied file is a new version (from core 2.13) of the mainmenu_custom_defs.gui configured for this fm. This seems to fix the issue.

    mainmenu_custom_defs.gui

    • Thanks 1
  7. Here are subtitle files. I noticed that quite a lot of the audio files are in wav format. Not sure why. If you would change that in a future update, the subtitles fm_root.subs file need to be changed as well.

    @JackFarmer up to you when (you want) to include these. I think the intro movie (at least the first part) could have a bit of a graphical update. I also noticed some (lighting) bugs somewhere in the mission.

    hhtlc_subs.pk4

    • Like 1
    • Thanks 1
  8. On 4/24/2025 at 5:16 AM, nbohr1more said:

    reloadDecls should reload all def files.

    Thanks. It does work. I just had no proper way to test it. Are sndshd and material files both considered def files?

     

    I think more sound should probably have no_efx. For example the sound of stealing keys/items from ai, lockpicking.

    I think maybe more core sound defs should have no_efx applied by default.

  9. On 4/22/2025 at 8:06 PM, nbohr1more said:

    Just add noefx to the sound shader for that droplet sound

    This does not seem to have any effect.

    water_drips04_loop
    {
    	editor_displayFolder	ambient/environmental
    
    	description "Made by pakmannen"
    	looping
    
    	sound/ambient/environmental/water_drips04_loop.ogg
    	no_efx
    }
    
    water_drips01
    {
    	editor_displayFolder	ambient/environmental
    
    	description "Made by Saxmeister"
    	sound/ambient/environmental/water_drips01.ogg
    	no_efx
    }
    
    water_drips02
    {
    
    	editor_displayFolder	ambient/environmental
    
    	description "Made by Saxmeister"
    	sound/ambient/environmental/water_drips02.ogg
        no_efx
    }

     

    Edit: I found that reloadSounds command (contrary to what you would think) doesn't reload the sounds. It only reloads the efx. It should been named reloadEfx instead.

    Edit2: Use reloadDecls instead.

  10. Here is a first (complete) version of an efx file proposal. There are fortunately a good amount of info_locations.

    Spoiler
    Version 2
    
    eaxreverb "info_location_1" {
       preset CASTLE_SHORTPASSAGE
     }
    eaxreverb "info_location_2" {
       preset CASTLE_MEDIUMROOM
     }
    eaxreverb "info_location_3" {
       preset CASTLE_SHORTPASSAGE
     }
    eaxreverb "info_location_4" {
       preset CASTLE_SMALLROOM
     }
    eaxreverb "info_location_5" {
       preset CASTLE_LARGEROOM
     }
    eaxreverb "info_location_6" {
       preset WOODEN_SMALLROOM
     }
    eaxreverb "info_location_7" {
       preset CASTLE_SHORTPASSAGE
     }
    eaxreverb "info_location_8" {
       preset OUTDOORS_BACKYARD
     }
    eaxreverb "info_location_9" {
       preset WOODEN_MEDIUMROOM  
     }
    eaxreverb "info_location_10" {
       preset CASTLE_SMALLROOM
     }
    eaxreverb "info_location_11" {
       preset WOODEN_SHORTPASSAGE
     }
    eaxreverb "info_location_12" {
       preset CASTLE_SMALLROOM
     }
    eaxreverb "info_location_13" {
       preset WOODEN_MEDIUMROOM
     }

     

    To test you can use console command "teleport info_location-name"

    ulysses_genesis.efx

    ug_custom_overrides.sndshd

    • Like 1
×
×
  • Create New...