Jump to content
The Dark Mod Forums

grodenglaive

Member
  • Posts

    606
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by grodenglaive

  1. in the material file: tdm_forest_treebark_mossy The normal texture has a typo: .../forest_treebafork_mossy_local should read: .../forest_treebark_mossy_local
  2. Thank you for volunteering! The beta testing thread can be found here:
  3. No knowledge needed. I'm also using an 8 year-old ASUS. I had to turn the settings down compared to my PC, but it runs fine otherwise.
  4. Dear TDM folk, If anyone would like a break from the lovely summer weather, I'm offering you a couple of hours sitting at your keyboard in a dimly-lit room. Thank you if you can spare some time. Cheers, Groden
  5. finished at last. Took me 4 hours because Good mission, thank you! I especially liked the museum section. Really challenging there, which I enjoy (played on hard with AI hearing set to challenging). I definitely could have used some moss arrows for that tile floor.
  6. I cleared out the whole museum in a similar fashion It was a bit of work and I died a few times.
  7. (from A New Job) It was pretty simple, set the AI to seated and add these two spawn args: idle_animations_sitting idle_sit_beggar replace_anim_idle_sit idle_sit_beggar
  8. thanks, I thought I'd seen it somewhere
  9. Is there a way for an AI beggar to sit on the ground or is the chair position the only one available?
  10. more Thief content coming - this time a graphic novel... https://store.steampowered.com/news/app/239160/view/678502350181105911?l=english
  11. Maybe this would this do it? Seems like it would be pretty tedious if you had to do it for a bunch of AI though.. /** * Attach an entity to the AI. * Entity spawnArgs checked for attachments are: * "origin", "angles", and "joint". * These must be set prior to calling attach. **/ scriptEvent void attach( entity ent); https://wiki.thedarkmod.com/index.php?title=AI_Attachment_Ingame_Editing Alternatively, it might be simpler to have the AI already in position, but hidden at map start ( $AIGuard.hide(); ). Then show them when needed and trigger them to start their path. (edit) .hide() doesn't seem to work fort AI. You'd need to add a path_hide node to their route and path_waitfortrigger then path_show (edit again) actually path_hide / path_show and $AI.hide() / $AI.show() both work, but it depends on the AI type!
  12. What do I think happened at the end?
  13. I read the whole thing during a couple afternoons on a sunny patio. I've never read a screenplay before and it's not really my genre (it turned out it was in the end), but the story drew me in and kept my attention (which is a feat in its own). I quite enjoyed it. I don't have any constructive criticism, but I think it could make a good short film or episode - something that's original and not the usual Hollywood slop.
  14. Ironically, my ambient light stopped functioning properly today! I had added a script to flicker a lamp that is triggered (via call_on_entry) from the same info_location that also has the ambient_light spawnarg. This somehow broke it. When I disable the flicker script, the ambient lighting again works as it should. Not sure if this is any help to you, but it was definitely unexpected.
  15. I'm using the ambient_light spawnarg in many locations in my current project and it's definitely working. Does your ambient_world light reach the area you're testing? I haven't messed with the ambient_dynamic_light modifier though. It sounds from the description that it's a more subtle effect.
  16. Interestingly, I was lying awake in bed last night staring up at the ceiling and noticed that the glass dome light actually did look pretty black, so maybe the original material isn't incorrect. It didn't look right to me in game though, maybe because there is more ambient light.
  17. not with my eyesight
  18. Here's one that I occasionally notice. The unlit lamp glass texture seen in atdm:sphere_brass_ceiling and other lamps. The material is bc_lampglass_unlit. It just looks black. I updated it for my mission by adding this replacement in my material folder. It just uses the same texture. bc_lampglass_unlit { glass noselfshadow //qer_editorimage models/darkmod/props/textures/bc_lampglass3nc_ed { blend diffusemap map models/darkmod/props/textures/bc_lampglass3nc_new red 0.8 green 0.8 blue 0.9 } }
  19. Thanks, that could be fun to play with. I had initially looked at the shader, but didn't know how it worked and couldn't find any documentation.
  20. awesome that should do it, thanks!
  21. How would one make a light that flickers a bit, goes out for a while and comes back on? Perhaps to give you enough time to get past it. I think I've seen that in a mission.
  22. No, unfortunately the cubemap won't work for a live view - it's prerecorded static image files.
  23. OK, interesting. Well in my case there isn't room for a copy of the room anyway, hence the cubemap. But I'm happy enough with how it turned out.
×
×
  • Create New...