Jump to content
The Dark Mod Forums

ERH+

Member
  • Posts

    859
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by ERH+

  1. Add targets/atdm:target_callscriptfunction; add spawnarg "call" "checkObjective"to it. target this entity from every object that supposed to be one of objectives. (I'm not sure if every frobable acts as a switch, but loot should do). also add text file yourmissionname.script to darkmod/scripts folder (containing Obsttorte's script), and line #include "script/yourmissionname.script"to tdm_custom_scripts.script file in said folder (if it's not there, make one). ********** Or in my approach: add triggers/trigger_count add to it spawnarg "count" "4"(if you want to toggle objective after finding 4 pieces) add targets/atdm:target_setobjective_state add to it spawnarg "obj_id1" "2"(if the objective number is 2) target trigger_count from every piece of objectives, target target_setobjective_state from trigger_count. Remember that if frobbed objects remain in game, player could toggle one object n times to comlete whole objective - in this case the object should be i.e. rendered unfrobable by script.
  2. Or make every component also target trigger_count, and this one will actually toggle objective after n times.
  3. Obsttorte made materials like that, and there were even reversed black'n'white on one of screenshots. Can one of these commands reverse colours?
  4. Would be nice to hold this lamp off centre, in up-right corner of FOV, so the shadows would be more decieving - but don;t know yet how to do this. And yes, this is yet another forgotten keep in the middle of a marsh. I just love this theme. But this time it's family reunion.
  5. About one month ago I was thinking "lets make a small Halloween mission"... Was working hard to finish it on time but now I think I will not make it, so at least I can show few images. Unfortunately you suppose to wander around the dark house with a lamp in your hand, so things pop out as you move and screenshots are not so useful. (Outer areas have a bit low FPS because water surface is reflective). You really need a compass on these swamps. I've noticed image compression after upload looks really bad with fog gradation. Most distant objects shows only as frames.
  6. Can an human ai fight with bare hands, like a skeleton? Either giving to the skeleton a townsfolk model, nor giving to townsfolk "unarmed_meelee" "1" make them able to actually attack others. They just stand really close.
  7. I'm trying to repaint tdm_townsfolk_commoner model and have this little parts in red texture, yet don't know where to find this part of the model's name - maybe it is shared among all ai models and is defined in some _base that I can't find. Anyone know how to address them?
  8. ERH+

    Steam sale

    Metro 2033 for free - for 24 hours.
  9. Not sure if you can target both func_remove and speaker via objective success target (typing both names one after other) but you can target trigger_relay, and trigger_relay can activate multiple targets.
  10. I think I've encounter situation where removing speaker didn't affect actual sound. Maybe it just mediate sound properties with internal sound player, but when sound is set it don't need the speaker any more. Turning on and off the speaker on the other hand will work.
  11. It looks like snow/edge/snow_uneven01_edge and snow_uneven01_patch doesn't appear in the game, anyone have similar experience?
  12. So wooden surfaces are not vine friendly? Are there any nodraw_solid surfaces designated to work in that way?
  13. Texture roof_framework_boards_large_old_mildew seems to deflect wine arrow, so I've covered the roof with tdm_nodrawsolid_wood... And wine arrow shatters again. Any recommendations on how to turn a surface to rope arrow friendly one?
  14. Any Halloween missions are about to be released?

    1. Bikerdude

      Bikerdude

      Nothing has been announced.

  15. My map have specific lighting (or rather lack of it) so this issue may not occur without thick fog AND lack of other lights. Dim light source is attached to the player. Obviously the image's contrast is maxed out.
  16. It's more like a bug so request is for tweaking existing model - wood_debris01.lwo have one of its chunks apparently duplicated in the same position. While it is not z-fighting, in a fog light it become oversaturated and stands out from the distance.
  17. Icon can be in folder darkmod\guis\assets\hud\inventory_icons\your_icon.tga then "inv_icon" "guis/assets/hud/inventory_icons/your_icon"
  18. Doesn't atdm:seed have a same type of translucency? Couldn't you just copy material definition from that one?
  19. Awesome idea for a mission! Make player sneak through a spider nest - one mistake and you will be swarmed with dozens of monsters!
  20. Slopes and wedges tend to generate .99999 error whend dragged around or turned into f_s - in first case it can cause leak if you don't remember to snap it to the grid. If you don't need space below, just make every step long enough to enclouse all space.
  21. You can make any nonsolid model and cover it with nodraw_stone od wood brush stairs (wedge will do too). Just keep in mind ai's foot will detect this surface few units above or below actual brush (I dont remember with).
  22. -Add atdm:moveable_crate01 to map; -make a brush around edges of the gate, use common/collision texture; -turn it into func_static and export as a .ase model; -add newly created model to atdm:moveable_crate01 as both model and clipmodel; -position atdm:moveable_crate01 to match the gate's model, add to the crate "bind" "your_gate_entity". -it will obstruct movement only if you try to move the gate through the slob, not the slob through the gate - in this case you would have to make and bind similar movable crate to the slob.
  23. Looking from technical side, if you turn it off it shouldn't, but if you dose it with a water arrow - the flammable fumes will keep going...
  24. Will it include T2 scouting orb mechanism? I'm imagining remotly controled small automaton that need still to hide in shadow, but can lurk under most of furniture.
  25. I have question about the moveable lantern: it have a spawnarg "extinguish_on_drop" "1" but when I set it to "0" it will still turn off if flipped. Is this a bug or I'm doing something wrong?
×
×
  • Create New...