Jump to content
The Dark Mod Forums

Search the Community

Searched results for '/tags/forums/climbing/' or tags 'forums/climbing/q=/tags/forums/climbing/&'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • News & Announcements
    • The Dark Mod
    • Fan Missions
    • Off-Topic
  • Feedback and Support
    • TDM Tech Support
    • DarkRadiant Feedback and Development
    • I want to Help
  • Editing and Design
    • TDM Editors Guild
    • Art Assets
    • Music & SFX

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. @stgatilov One thing to consider is that some folks have tdm_crouch_toggle_hold_time set to 0, so they will immediately slide instead of crouch on a ladder. Having tdm_crouch_toggle_hold_time = 0 matches Thief/New Dark behavior. In my patch, I decided to match the behavior of regular crouch while on a ladder/rope, because I didn't think any previously-made mission would have a space that only toggle-crouch players would be able to enter. support "toggle crouch" = off No change required. allow sliding down on ladder/rope by holding crouch button Always behave like regular crouch. allow player to fully control whether he is crouched or not on a ladder/rope Don't let them, since it doesn't make sense. In real life, 1) you would be standing flat against the ladder while climbing, 2) you would be crouched (not really, though!) and have your hands and feet close together with your behind sticky out while climbing, making you more visible than "standing", or 3) stopped with your knees tucked in close to your body while not climbing, making you stick out more than "standing". So, standing on a ladder usually makes you less visible. In game life, the main thing is the visibility, destination, and camera. How visible does the game engine make you on a ladder/rope? Can you land in the crouching position, so you make less noise? Can you mantle into the standing position? Does the camera have any jarring movements when attaching to a ladder?
  2. I'm very sorry for the long delay on this matter. I have extracted two fixes from the patch and committed them to SVN (no cvar): 5961 Fix rope/ladder speed while crouched 5973 Change crouch state on key down with crouch toggle Speaking of the rest of the patch (5962), I did not commit it. As I said, I personally don't like this behavior change, and given that it adds some stuff to the code, I'd commit it only if several team members agree that it is worth it. However, @Daft Mugi has found two more issues which are still present: 4247 Using the crouch key when climbing a ladder or a pipe 1746 Climbing physics should use crouched player bounding box I think the real problem here is that when player is on rope/ladder he can oncrouch, but he cannot crouch. I have no idea why. I'd say: we should allow player to crouch and uncrouch regardless of whether he is on rope/ladder or not. That would be simple and consistent, and will solve the issue of going into narrow ventilation shaft immediately after climbing a ladder.
  3. Ulysses 2: Protecting the Flock By Sotha The mission starts some time after the events of Ulysses: Genesis, and continues the story of Ulysses. It is a medium sized mission with a focus on stealthy assassinations and hostage liberation. BUILD TIME: 12/2014 - 05/2015 CREDITS The TDM Community is thanked for steady supply of excellent mapping advice. Thanks goes also to everyone contributing to TDM! Voice Actors: Goldwell (as Goubert and Ulysses), Goldwell's Girlfriend (as Alis) Betatesters: Airship Ballet, Ryan101. Special Thanks to: Springheel and Melan (for proofreading). Story: Read & listen it in game. Link: https://drive.google.com/file/d/0BwR0ORZU5sraRGduUWlVRmtsX3c/view?usp=sharing Other: Spoilers: When discussing, please use spoiler tags, like this: [spoiler] Hidden text. [/spoiler] Mirrors: Could someone put this on TDM ingame downloader? Thanks!
  4. @datiswous, made that correction fm_test.subs --> fm_conversations.subs @stgatilov, about srt naming and file location, would you be OK with the following edit? New/changed stuff in italics: srt command is followed by paths to a sound sample and its .srt file, typically with matching filenames. An .srt file is usually placed either with its sound file or in a "subtitles" folder. The .srt file format is described e.g. [1]. The file must be in engine-native encoding (internationalization is not supported yet anyway) and have no BOM mark. It contains a sequence of text messages to show during the sound sample, each with start and end timestamps within the sample's timeline. It is recommended to use common software to create .srt files for sound samples, instead of writing them manually. This way is more flexible but more complicated, and it is only necessary for long sounds, for instance sound sample of a briefing video. It's a simple enough standard that it can be shown as an short example, demonstrating that subtitle segments can have time gaps between them. And the example can show correct TDM usage, without requiring a trip off-site and picking through features that TDM doesn't support. Specifically, the example shows how to define two lines by direct entry, rather than using unsupported message location tags (X1, Y1, etc.). And skips other unavailable SRT font markups like italics, mentioned in the wikipedia description. The example would also show the TDM-specific path treatment. The example could be inserted before the sentence "It is recommended to use common software...."
  5. I think that despite being a thief, in TDM in many missions getting more or less loot has become secondary, but rather fulfilling different more complex objectives, finding certain things, investigating a conspiracy, discovering secrets, etc. Based on this, you can even add a little more realism regarding the amounts of stolen items, so as not to leave poor Garrett climbing and jumping with half a ton of gold on top. Or it may be, as I have seen in other games, that the protagonist loses mobility little by little because of the weight of the loot, until he gets it deposited somewhere temporarily or in the hands of an ally. This would add a dimension of strategy and planning to the mission.
  6. Still spreading the word about TDM on forums to new peops... Funny to see people say "Awesome, I loved playing Thief back in the day!"

    1. Show previous comments  2 more
    2. kano

      kano

      Yes it was in a discussion where someone was saying how unhappy they are with the way game companies grant themselves permission to do whatever they like to your PC and personal info today. I pointed out that giving up games completely is an unnecessarily overkill solution when there are free games like TDM to play.

    3. Epifire

      Epifire

      Honestly the mod/Indie genre is still really booming right now. And they aint got no reason to do shady invasive privacy bs.

    4. Petike the Taffer

      Petike the Taffer

      What Epifire said. :-)

  7. OK I think I've got to the bottom of this. I've created this forum thread (with bug report): https://forums.thedarkmod.com/index.php?/topic/22221-bug-drowning-ai-in-shallow-water/ I can apply a workaround, although it won't be perfect and the bug itself needs fixing in the engine. There are a few other things that need fixing so will put an update together soonish.
  8. If any mappers have encountered weirdness with kill objectives not working with drowning AI, I think I've found out why. I don't think it would be a particularly difficult one to fix either. I've raised this bug report: https://bugs.thedarkmod.com/view.php?id=6323 Some context here: https://forums.thedarkmod.com/index.php?/topic/21837-fan-mission-the-lieutenant-2-high-expectations-by-frost_salamander-20230424/&do=findComment&comment=487316 I think this is a bug, but just raising here in case some people think otherwise.
  9. We might need a climbing gloves mod for tdm...
  10. Author note: It's hard to believe it's already been a year since Act 1 came out! Well during this mission the player will be following Corbin into the Grimwood district to followup on a lead from last night (Act 1) .. the mysterious tablet! This mission is my first time including full EFX support as well as a HD briefing video file, additionally a new script has been added crafted by the talented Obsttorte which has loot flying towards the player when you pick it up. On a level design front I have tried to change things up a bit by really catering towards a number of play styles, this mission can be completely ghosted or you can use the tools at your disposal to wreak havoc on the citizens of Northdale. For the first time I have tried to create more sandbox environments which don't offer clear answers handed directly to you, so if you're having trouble figuring something out try a different method. This mission takes between 1 - 2 hours to finish depending on the difficulty you play on and how thoroughly you explore. I hope you enjoy your night in Northdale! - Goldwell Voice actors Fen Phoenix Goldwell Random_taffer Yandros Beta testers Amadeus Boiler's Hiss Cambridge Spy Chakkman Crowind Epifire Kingsal SquadaFroinx Custom Assets Andreas Rocha DrK Epifire Grayman Kingsal MalachiAD Obsttorte Sotha Springheel SquadaFroinx Purgator With special thanks to Epifire for creating a large collection of custom models, Grayman for helping out with coding, Kingsal for drawing the ingame map and Moonbo for his script revision on the briefing video. Available via in-game downloader MIRROR File Size: 417 mb EDIT: If you are having performance issues please consult this post by Nbohr1more which may address your issue http://forums.thedarkmod.com/topic/19936-fan-mission-shadows-of-northdale-act-ii-by-goldwell-20190320/page-2?do=findComment&comment=436271
  11. How you can help depends a lot on what skills you have. I can Record Video Recording "Let's Play" videos or simple walkthroughs of existing missions and posting them to Youtube is great exposure for the mod (see example .) Be sure to let us know so we can link to them. If you have some editing ability, Video tutorials, where you explain how the mod works, or how to use specific tools, would also be great. Video trailers, showcasing interesting places and features, are also great for publicity. An example is . I can Write Writing reviews for missions are always nice, especially if they include good screenshots. Not only does it give us something to post on other forums, but it makes mappers feel good when their mission gets attention (especially if it's positive). We have a collective thread to post reviews in: http://forums.thedar...s-walkthroughs/ Writing reviews of the mod as a whole, targetted an an audience that doesn't know much about TDM, is also very useful. You could also try offering your services to mappers to create interesting readables, or to proofread for their mission. I can Act and Record Audio We are always on the lookout for good quality audio recordings for vocal sets. If interested, you can pick a few different lines from this script: http://wiki.thedarkm...t:_Average_Jack and send the recordings to Springheel, who then writes a script based on the type of voice you have. I can Translate We could always use translations of our menu/hud into more languages. Also, only a few FMs are aavailable in more than one language, so there is a lot of work there, see the I18N Translator's Guide in the Wiki. I can Model Great! Take a look at the model request thread:http://forums.thedar...-requests-here/ and pick something that interests you. Or just post a, "Hey, anybody want a model?" thread in this forum and I'm sure mappers will get back to you. I can Animate Fantastic. We can always use more good animations. Our current character rigs use a Maya skeleton. PM Springheel for more info. I know C++ Have a look at our coding section in the wiki, pick an issue or feature from the bugtracker of the mod or the leveleditor, download the recent sourcecode release (or better ask for an SVN checkout) and get cracking. Make sure nobody is already working on that specific issue and feel free to ask questions. I can Edit Images We can always use completely new textures and/or improved versions of older textures. How to get started and how to import them into the mod. I can Take Photos Good quality photos of useful textures (medieval-ish building facades, dirt, rocks, wood, etc) are always welcome. The fewer directional shadows and higher resolution, the better. I don't have any skills Even if you can't do any of the above, you can still help out. Talk about TDM in other forums; share your (preferably positive) experiences with other gamers you know. Last, but not least, compliment people when you like their work. Saying "thanks", to a developer or, "I really enjoyed your mission" to a mapper will make their day. -------------------- I'll update this further as more things occur to me.
  12. Hello TDM-ers. I am encountering an issue where textures seem to partially disappear. I tried searching the forums, but, I don't know what to search for. The missing textures are a worldspawn brush acting as a roof with {for now} flat iron texture. There are other worldspawn brushes right below to create an attic ceiling with roof framework board texture. These gaps appeared a few edits ago. I can't "undo" to get back before whatever edit did this. The gaps are only visible during play and are not visible during editing. Closing and reopening DR and TDM do not fix anything. Some of the brushes overlap in areas behind the play area but I have never seen an issue doing that. The attached image has the effect I am now seeing. Ideas on where to start debugging this? Very much appreciated. Clint
  13. (I apologize for the odd poll question layout. I wasn't able to add five yes-no questions, because polls are limited to three questions.) Hi everyone, I've recently been working on some patches for issues that I've read about from players on the TDM and TTLG forums — and Discord. My goal is to make it as easy as possible for players, especially new players and those who need usability/accessibility options, to find what they need in order to have a better TDM experience. I've already written the GUI and game engine code for these settings, which I've been using in my personal build. The reason for this poll and discussion is to both guide the finalization of my work and collect data to help inform the dev team. Which patches I submit depend on the outcome of this poll, discussion, and what the dev team agrees to accept. Once decided, I can coordinate with the dev team. I've attached screenshots of what the new settings menu would look like if all of the settings are accepted. Below, I have detailed each menu setting, so you can have an easier time understanding each one. Very important to keep in mind: None of these settings change TDM default behavior. They are all opt-in. If you are already happy with the behavior of 2.10, 2.11, etc. and these menu settings are accepted, nothing will change for you. Rename "Always Run" to "Run Mode" with options "None, Always, Toggle" After 2.11 was released, @i30817 requested that "toggle run" be added to the settings menu. Its cvar is already in TDM as "in_toggleRun" (same as Doom 3). I propose renaming the "Always Run" setting to "Run Mode" with options: "None", "Always", and "Toggle". None = in_alwaysRun 0; in_toggleRun 0 Always = in_alwaysRun 1; in_toggleRun 0 Toggle = in_alwaysRun 0; in_toggleRun 1 Show Blackjack Helper @Wellingtoncrab suggested that the new blackjack helper be added to the settings menu. Its cvar was added to 2.11 as "tdm_blackjack_indicate". More info: It's the new blackjack helper added to 2.11. When the game detects that the blackjack can be used for a successful hit or KO, the blackjack will rise slightly. I propose a "Yes/No" setting for this. Slider for "View: Head Bob" @ChronA requested a way to disable head bobbing, because a viewer watching him play was having severe motion sickness. Also, there was a bug in TDM that made setting the head bob in the console not stick after loading a saved game. (Even with 2.11, if a mission overrides the "tdm_player_thief.def" file and sets "pm_bobroll", "pm_bobpitch", "pm_bobup", and other cvars, it will override player preferences.) As far back as 2008, players have had trouble setting head bob. Another one from 2018. At the end of 2022, @Shadowex3 registered just to voice the need for a way to control head bob. I propose that a slider be added to adjust the amount of head bob. This would use a new "pm_headbob_mod" cvar with a value between 0.0 and 1.0 (default 1.0, no change). The "pm_headbob_mod" would be a multiplier for "pm_bobroll", "pm_bobpitch", and "pm_bobup". The advantage to this approach is that missions like Volta 2 and Hazard Pay would not need to adjust their "tdm_player_thief.def" files for head bob to work properly. And, the player can still adjust "pm_bobroll", "pm_bobpitch", and "pm_bobup" as they like. Slider for "View: Mantle Roll" This is similar to head bob for those who are sensitive to motion. Its cvar was added to 2.11 as "pm_mantle_roll_mod". A Thief player on Discord said, "2.11 will have a cvar to tune down the mantling animation at last." I propose that a slider be added for "pm_mantle_roll_mod". Auto-Search Bodies @Zaratul requested the "auto-search bodies" feature from Thief 1 & 2. Its cvar was added to 2.12 dev16783-10307 as "tdm_autosearch_bodies". I did a poll on the a Thief Discord server and roughly 20% of players there use the Thief auto-search bodies feature. I propose a menu setting for this, so that players coming from Thief 1 & 2 can easily find it.
  14. Awesome! Post is up! https://forums.thedarkmod.com/index.php?/topic/22200-beta-testing-the-house-of-delisle/#comment-487365 Thanks!
  15. I just finished this myself and I must say, this was a great FM. I absolutely loved the buildings, the manor, the whole city you created here. Truly some great architecture and interesting places to explore, and I had a ton of fun prowling the streets and climbing every which way. Now I think I'm gonna go replay In Plain Sight. Thanks for all your hard work, it paid off!
    1. Tarhiel

      Tarhiel

      Awesome, congratulations!!! :o

    2. Bikerdude

      Bikerdude

      Yup, all the remianing bugs were ironed out, so it nigh on perfect now.

    3. AluminumHaste

      AluminumHaste

      version 2.1 is now uploaded to mirrors ready to download.

  16. Hi guys, through the "cheats" topic I got the idea, that it would be quite useful, if there were tags for missions (the post was about removing the killing restriction in some missions to suit the prefered play style). I don't know how easy or difficult this is, but with them, it would be quite convenient to pick missions with playstyles, environment, etc one does want to use. This could also be expanded to other mission properties. I remember a discussion about climbable drains, handles on doors, that cannot be picked and other things the map author chooses for himself. That way these things would be clearer and as I said before, it is easier to choose missions with playstyles that suit oneself. What do think?
  17. Plot: Act 1: Player is a sneaky ratman or ratwomen breaking free from pagan slavers, finding all members of their enslaved family, freeing them one by one and bringing em home. Act 2: Builders raid the rat village kill some ratpeople and steal an artifact of immense religious importance. Player gets tasked to recover the artifact and follows the builders to their outpost. Player somehow gets hold of the artifact and brings it back to the ratpeople village. It is decided that the infinite growth of the human settlements endangers the rat people as a whole and that something has to be done against that. But knowledge about the enemy is scarce and player is one of the very few, who can speak "human" (actually pagan, but close enough). So player gets send to infiltrate the next city with a tinkerer (maintains the player's gear) and a granny which happens to be the only one available who can read and write human (she is supposed to teach player that skill). Player makes camp somewhere reasonably safe outside next non-pagan human settlement and does some reconnaissance and resource gathering missions. As new villagers seem to mainly come from an actual city, that city becomes the new exploration target. The three ratpeople travel to the city, make camp somewhere safe outside, find a way in, find a safe place in the sewers and make camp there. More reconnaissance and resource gathering missions happen. It becomes more and more obvious, that resistance would be futile. The humans are just too many. The three ratpeople travel back to their village and report to the council of the united ratpeople tribes. The decision is to mount a covert resistance with the intent to delay the human expansions until some more sustainable solution is found. Act 3: Player has most experience in human-controlled area, so it is them who gets to do business in the big port city where all the support from the human's mainland arrives. From the sewer base, reconnaissance, sabotage and support missions to strengthen the local gangs (which are hostile to each other) are done. This is the longest act. Shittons of different missions are done by the player. The city becomes more and more chaotic. Sometimes the player sets stuff on fire. Sometimes they steal extremely valuable items, sometiems they frame officials - or assassinate them... Places get heavier guarded and look more and more desolate. Gang contacts yield opportunities for missions too. Message arrives from home that a solution might have been found. Player is to find out of the whereabouts of an ancient artifact and recover it. Player discovers in missions that the artifact has been brought to a keep in the human's homeland. So player needs to somehow travel to the human homeland with one of humans' big ships. Player is in a huge port city in humans' homeland. Finds a new hideout in the sewers (seriously the only place humans don't like to lurk around) and does reconnaissance missions to find out where the keep is. At that occasion, some opportunity sabotage and assassinations can be executed too. Player finds out where teh keep is and travels there. Player finds a way into the keep, finds out where the artifact is, finds out how to get through the mundane and magical safety and security measures and steals the artifact. The artifact immediately takes ownership of the player and commands them to collect the other artifacts of its set. Player travels to other places and does missions to retrieve the artifacts. Player immediately knows where the artifacts are which aren't protected but also has to do missions to find out where the protected ones are kept. The artifacts are reunited, player does the ritual to combine them and the entity within them demands a new worthy body and a kingdom to rule over. Player finds out where the humans' king is and gets closer and closer, finally touching the king with the artifact. The artifact disintegrates, its former tenant moves inside the king, the possession of player ends and player immediately kills the king (there is a reason why that entity could have been captured in the first place) and the entity is gone (probably just died like a normal person) - but so are the artifacts. Player travels back to port city, finds a ship headed towards home, sets sail - and arrives at port city it rat peoples' homeland. the city is more or less like it was when player left - just a bit more run down. Player travels back to their rat people village and reports. Act 4: Missing other options, the rat council decides to continue the covert resistance against the city dwelling humans. The pagans have "joined" the resistance mainly by raiding weaker frontier villages. But they also raid more in general now. So the player is sent to investigate, why... But that is content for the first DLC. Gameplay: Semi-open maps (maybe even a whole village as "open world" but no actual open-world-sized open world). Mechanics that interact with eachother waiting to be exploited by players in (un)anticipated ways. Real shadows, real sounds, some parcour (plus sliding down ladders/pipes/ropes, hanging down ledges and procedural free climbing). The blackjack, the rat's claws, the rat's teeth, the broadhead (but none of the other arrow types). No mines or grenades in most missions (just an unlimited supply of stones for distraction). No potions (maybe holy water to throw on the ground or directly at undead), healing by eating (very slow regeneration). Lockpicks with various designs (the minigame is the same but you don't have to choose the pick or change it in the middle and for some locks a purely cosmetic tension wrench is used for immersion's sake too). Missions are selected from the main menu, from a menu when using an exfiltration point, from a menu that pops up when frobbing a map in one of the hideouts or camps - or by talking with other people. Where game world consistency allows for it, missions are playable in any order. Once-completed missions can be replayed at any time. You can save whenever you want like in TDM and there are autosaves triggered on mission start/completion, map change and at mission-specified events. Tech & development: Unreal Engine 5, SpeedTree, prerendered AI-generated voices (they are good enough now), game mechanics from TDM plus a bit more procedural parcour, better physics and a dialog system. The stim system is rad and has to be in there too. Missions are mostly like small-to-medium-sized TDM maps. Assets are made in Blender, maps are made in Unreal. If something is needed that is missing in unreal or Blender, a plugin for Unreal or Blender is created... As it is impossible to fund such a niche game completely in advance, the game is developed as early access with modding as first-class citizen from the start and all plugins are released as FOSS as they are made (hoping to establish a Bethesda-style long-tail business due to people still buying the game ten years after creation because they want to play the mods).
  18. can somebody fix the mainpage of our site? http://forums.thedarkmod.com/topic/19469-new-layout-error/

    1. nbohr1more
    2. Springheel

      Springheel

      It's under construction at the moment.

       

  19. The *DOOM3* shaders are ARB2 ('cause of old GeForce support) carmack plan + arb2 - OpenGL / OpenGL: Advanced Coding - Khronos Forums
  20. id Studio did a poor job in defining its categorization of variable nomenclature, so in subsequent documentation and discussions there are divergent views (or just slop). In my series, I had to choose something, and went with what I thought would be clearest for the GUI programmer: Properties, which are either Registers (like true variables) Non-registers (like tags) User Variables (also true variables) I see that your view is more along these lines (which perhaps reflects C++ internals?): Flags (like my non-registers) Properties, which are either Built-in (like my registers) Custom (like user Variables) Also, elsewhere, you refer to "registers" as temporaries. I am willing to consider that there could be temporary registers during expression evaluation, but by my interpretation those would be in addition to named property registers. I'm not sure where to go next with this particular aspect, but at least can state it.
  21. Experimenting with TDM on Steam Link on Android. see topic http://forums.thedarkmod.com/topic/19432-tdm-on-steam-link-for-android/

    1. freyk

      freyk

      Did the TDM team removed D3's internal Joypad feature? (tdm works only with systemkey binders for joysicks)

    2. freyk

      freyk

      Thanks to shadrach, i got my joypad working in TDM on steam link!

×
×
  • Create New...