Jump to content
The Dark Mod Forums

Leaderboard

Popular Content

Showing content with the highest reputation on 11/07/20 in all areas

  1. Following the release of my first FM I wanted to offer a little surprise to the TDM community. I've implemented a little feature I wished to have for a while: Colored flame lights! This covers all fire based light entities, meaning all torches and gas lamps get versions with colored flames. They work the same way as the normal flames in terms of functionality, meaning you can move candles around and water arrows put them out and the player can relight them with matches. Colors include: Red, green, blue, pink. The implementation is very flexible: Each color variation inherits its original entity and only changes the light color or particle definition, thus changes to the base def will automatically reflect to the colored versions during development modifications. The colored entities replicate the same DarkRadiant tree structure as the normal lights directory except in their own subdirectories. I'm eager to hear what you think and if you like them! My goal is to offer this submission for vanilla TDM, ideally as a new feature for 2.09... I think they would look very nice for many fantasy setups! And of course, here are some screenshots of how each color looks in-game (red, green, blue, pink): The pk4 is attached to this post as it includes only particle and entity definitions so it's ridiculously tiny. You can install it in one of two ways: Either unpack its contents inside the directory of your fm, or copy the file as is inside the darkmod folder next to all the other pk4's... both should work just fine. color_lights_1.0.pk4
    4 points
  2. You'd need to: - make black&white versions of the flame diffusemaps so they can be recoloured better - use the "colored" keyword in their material definitions, see existing colorme textures for examples - enable "use entity colour" in the particle editor - this gives you a recolourable flame entity. Since it's def_attached to a lamp fixture, you need to use the spawnarg "set _color on flame" on the fixture to change the colour. More initial work this way than cloning existing entities with different fixed colours, but you'd get a much more versatile entity and the entity list would remain more navigable.
    2 points
  3. Updated to use better naming and editor folder paths. color_lights_1.1.pk4
    1 point
  4. IMO temporary EMP arrows will be tricky to justify. Lore-wise, they should be scarce and expensive. I'd either make their effect permanent, like in case of water arrows or the rewire tool in Dishonored, or make it temporary but infinitely reusable, with properly long cooldown time, like the EMP mode for pistol in SC: Chaos Theory. This would have to be a separate gadget instead.
    1 point
  5. Any chance to make this a global feature that I could add to my Unofficial Patch or does this need to be written into each mission itself?
    1 point
  6. I like this idea and it is not that difficult to implement in new missions. You would have to remove the respective key, when it is taken by the player and have to change the value "used_by" on the door to the keychain. If I remember correctly, AIs do not have to have a key in order to open locked doors, so this would make no difference for them. Making it optional would take some more effort, but should also be doable with a bit of scripting.
    1 point
  7. Here's my playthrough video of Dragon's Claw, which happens to be the 900th video currently active on my channel:
    1 point
×
×
  • Create New...