Jump to content
The Dark Mod Forums

Geep

Contributor
  • Posts

    1083
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Geep

  1. A general question: Is it possible to playback a "full screen" video clip for a cutscene in a FM, as opposed to a live puppeteering of AI? If so, this would have some advantages. The dev could - - pre-record (using a screen-recording tool) multiple takes of AI action that is a bit unpredicable, selecting the best take - do rapid, multiple quick edits (using a video editor) that would be tedious to do with TDM scripting and camera placement - possibly incorporate elements beyond TDM game assets (e.g., models of giraffes, children, dirigibles, etc.; crowd scenes, and so on )
  2. OMG, this is the Internet I'm on? No wonder I couldn't figure out where to stick the postage stamp! Yucks aside, thanks for the encouragement.
  3. Dopefish, glad you liked some aspects. I understand regarding "underwhelming". Some of the existing FMs have wonderful deep playability. I think of these as big novels, like "War and Peace". I'm only able to manage a novella at the level of effort and skill I can provide. This one took me a year (of calendar time, not manhours), and if it took significantly longer, I'd get discouraged and bag it. So, better a bit short (and quirky) than nada. That said, with more experience under my belt, maybe future episodes can offer more to do (but I still hope for some good quirkiness).
  4. ...or maybe not. I've "over-egged the custard" there with that PR poster concept. But thanks for the interest in further episodes of the story arc, where l hope to have more ship (and ashore) exploration. joebarnin, the getting-stuck issue you noted, in the waist hold next to the galley, wasn't reported during beta testing. Was it near the surface, or down in the debris?
  5. Thanks, everyone for the congrats. @JackFarmer, @joebarnin, maybe I should hire you guys as blurb writers, say...
  6. Story Tease On the run from her husband, me and my girl. With a bribe to a ship's captain, we're away. What could go wrong now? Oh, dammit. Links "Away 1 - Air Pocket" Version 1.0 is available from the in-game downloader and its mirrors. As well as here. There are two extra documents contained in your installed .pk4 and also conveniently available here - For gamers needing hints, this Q&A uses "invisible ink" to selectively hide the answers: Air Pocket - Hints and Spoilers [Jan. 29, 2020].docx For understanding what's under the hood: Maintenance Guide to Away 1 - Air Pocket [Jan 29, 2020].docx For more about the innards and interations, see this FM's Beta Testing thread. Author's Note This is my first substantive TDM FM, a nautical adventure, and what I hope will be part of a longer story arc. Enjoy. Gallery Credits & Acknowledgements Thanks to TDM community members for encouragement - and assistance with newbie questions - while building this, my first FM (not counting an earlier nanoMission). Kudos in particular to Dragofer for the wonderful ship models (modified here), newly-created ship davits, and assets like kelp models from 'Down by the Riverside'. Also a custom cannon-ball hole through the hull, and much helpful guidance. The skybox is adapted from 'lagoon' by Hazel Whorley (CC BY-NC; hw_lagoon.zip at www.custommapmakers.org/skyboxes). Finally, my deep appreciation to all who tested or assisted during the beta: Biene, Cambridge Spy, Dragofer, duzenko, peter_spy, and stgatilov
  7. Giftwrapping did the trick. Though after positioning 15x15 = 225 vertices, my index finger is SOOooo numb. Brain too. Did a first pass to hide all vertices below the rock surface (ideally slightly below), then raised the whole mesh up until roughly 80% of the rock was beneath it. In a second pass, for selected vertices near the 20%, raised them just enough to hide the remaining rock. No problem walking, and quietly.
  8. Tried Dragofer's method, which would have the advantage of no additional vertices (and faster if ever doing multiple rocks). I was able to replace the default skin with the custom skin, but the walking sound was still unmuffled. Same when I used: surftype15 description "moss" instead of just word "moss" to replace word "stone" in step 5. Sigh. BTW, when replacing skins in this case, the skins don't show up in the "Matching Skins" folder, instead in the "Other Skins" list. I imagine that this is because I'm using rescaled models, which append _scaledn to the model name (where n is a number, and DR doesn't yet handle this when grouping skins. Guessing this is a known issue. Probably on to grayman's giftwrapping next.
  9. Thanks for the ideas, grayman, peter_spy, demagogue. I'll see what I can do with 'em. Demagogue's is one I could apply with my current skillz, so will try that first. A concern is that there might still be walking difficulties (as with what I tried earlier with the cap slabs), even with more simplified geometry. Peter_spy's method seems like it would involve a roundtrip to Blender. Grayman's I would need to learn how to shape irregular patches (recommended video for that?)
  10. I have a large irregular rock (stock object rubble_large_3.ase with defined skin rubble_mossy) that I scaled up to be even larger with DR rescale. The player sneaks across it to get to a lootpurse, and it occurred to me that this would be easier if the footfalls were quieter. As an experiment, I tried covering it with multiple slab brushes in DR, with a tdm_nodrawsolid_moss texture. This quieted the footfalls, but the inevitable nasty slab collisions, abutments, and protruding edges made walking too weird. Is there some other way to associate a sound shader for walking with a irregular-shaped model? Other things I tried - - making a rock copy and applying the sound shader texture to that, but that was ignored. (If it had worked, I would have overlaid the copy and original, with the copy being slightly higher vertically.) - setting "solid 0" on the slabs (once converted to func_static). That destroyed the quieting effect too, so useless. This is not real important to solve, so if there's no quick & easy solution, that's OK.
  11. Glad you pointed out that shadow, I missed it too... wasn't obvious in the original before I brightened it.
  12. Release Candidate 2 for Air Pocket is now out. Links here . The "one-way" cannon-ball hole, considered a bit too weird by many, has been replaced, and there's more sly light-fingering fun. If no show-stoppers, this release will go official in a week. Coming shortly: a few more new mission screenshots.
  13. I'm also not sure whether this interferes with acquisition to weapon/ammo inventory, but yes, in my case, unimportant: weapons are disabled and the weapon/ammo inventory items can't be seen
  14. @Destined A simplified version of your first method worked for me. To the archer I added these spawnargs: "name_attach3" "quiver_arrow" "set frob_action_script on quiver_arrow" "FrobbedQuiverArrow" And added the FrobbedQuiverArrow function to the <FM>.script
  15. OK, I'm stopped at the first step. In DR there's no pouch to select... but actually I'm interested in the arrows in the quiver, not the pouch. There is no quiver or arrow to select, but there are spawnargs, e.g., def_attach_3 atdm:prop_quiver_arrow. I can of course select the archer, but then how does S/R know if it's the frobbing of the purse or the arrow that's appropriate?
  16. I have an archer with a lootbag. I'd like to set up a frob_action_script that fires when any arrow is stolen from his quiver. But not interfere with normal pickpocketing of the lootbag. Possible? (Or using other solutions, e.g, S/R ?)
  17. The update to "Away 1 - Air Pocket" is now available as Beta 2/Release Candidate 1. Now with fewer bugs, more stealth playtime. Links are here.
  18. When I started the Air Pocket FM, I also looked at the wiki and forum posts about posing ragdolls. I got the impression that it took a lot of careful effort to do a pose and then you could easily accidentally overwrite it. I decided instead to concentrate on floating a ragdoll on water (finicky enough), and not sweat the pose. That pose was originally the usual-as-created-in-DR one, and then for some reason - as I was playing around - became an import-style T-pose, arguably an improvement for my purposes. (Similarly, my sitting captive was originally going to be implemented as a ragdoll, but given the pose issues, I went with a sleeping, sitting, zero-acuity AI instead.) Update of the wiki about this would be good.
  19. BTW, there is - in parallel - a recently-revived discussion about this topic, but focused more narrowly on currently-available moorish AI characters: http://forums.thedarkmod.com/index.php?/topic/15738-when-is-someone-gonna-make-an-egyptian-based-mission/page/3/
  20. Just a heads-up to anyone who might be interested in beta testing of a watery mission, "Away 1: Air Pocket". This, my first full-fledged FM, re-deploys Dragofer's ship models, familiar from "Down by the Riverside". By next weekend, I'll create a new Air Pocket thread in the Beta Forum, with the link to the download.
×
×
  • Create New...