Jump to content
The Dark Mod Forums

Search the Community

Searched results for '/tags/forums/small map with a surprise' or tags 'forums/small map with a surpriseq=/tags/forums/small map with a surprise&'.

  • 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. Hello and thanks for checking out this post. I'm delighted to announce that version 1.1 of my fan mission "Cole Hurst 1: Eaton" is now available to download and play. This post is spoiler free, so please don't avoid digging into the details below if you are interested. I'm just using the spoiler tags to organize this post a bit. Let me start by saying "thank you" to anyone who has either previously played - or is considering playing this mission. It really means a lot to me. I have been away for a while, but following a round of beta testing that took place some time last year, I've only just recently managed to finish this update. I'm slightly embarrassed by how long it has taken me to complete, but I wanted to make sure that the valuable feedback I received was all properly addressed. Mission description "Tonight, Eaton's wealthiest citizens will gather at Lord Mayor Zelmer's estate to celebrate the city's founding. Nobles, dignitaries, a famed musician, and even the Queen will pass through its gates. While the guests celebrate Eaton's future, Cole Hurst is looking for a way out." For those new to and/or curious about this mission: I guess I would describe it as a traditional heist-style mission - although with a couple of major plot twist along the way. It's a very large map and I think it should take most players at least a few hours to complete. Screenshots Changes in version 1.1 Countless additions and a large amount of smaller tweaks and changes have all made it into this release. I may have already forgot a few things, but here are what I consider to be the main highlights: * New secrets & optional side quests * Story tweaks and reworked readables * Subtitles * Difficulty tweaks and related changes * Stability fixes * Various cosmetic changes * Audio tweaks * TDM version 2.13 now required Contributions and acknowledgments A special thanks to all of those listed below. I'm sincerely grateful for all your contributions! Mission testers and technical support @nbohr1more, @stgatilov, @duzenko, @Acolytesix, @Dragofer, @JackFarmer, @Shadow, @Cambridge Spy, @wesp5, @madtaffer, @prjames, @suzy8track, @datiswous, @boissiere and @Bergante Story Kelly Hrupa Voice actors twhalen2600 (AKA @Benny_the_guard) and Kelly Hrupa
  2. I was thinking this too but I have been having lots of issues on Linux with it. Will be nice to have something I can install and just hit play. Have they said anything about custom map support?
  3. "When the leaves change and the air is still, there is a quiet." -Lady Blackbriar -=| DISPLACEMENT |=- BY AMADEUS & WELLINGTONCRAB = DOWNLOAD = <( | )> -REQUIRES TDM 2.14- -JOIN THE BETA NOW- "Seek not the prideful sin that is perfection The Builder's light shines through all flaws. It is His wisdom to recognize a thing is done Before it is ever truly finished." -St. Edgar's Sermon of Rust LAMPFIRE HILLS... They say the woods around here give the tourists bad dreams, but I don't mind. I like it here. I feel like a piece of me belongs here. ... That it fits. DISPLACEMENT is a medium-sized traditional manor mission with a highly variable playtime. *2.14 provides a number of improvements to gameplay, performance, and stability. It is strongly encouraged to play on the latest 2.14 beta release. Join in testing now!* *Mods such as the “Unofficial Patch” and “TDM Modpack” are not supported by this mission and should be used at your own risk* https://www.thiefguild.com/fanmissions/97429/displacement CREDITS: ADDITIONAL MUSIC: -AIRSHIP BALLET -GIGAGOOGA ADDITIONAL SCRIPTING: -DRAGOFER -OBSTORTTE -FROST SALAMANDER -KINGSAL ADDITIONAL ASSETS: -KINGSAL -TDASH -SKACKY -BIKERDUDE -GOLDWELL -EPIFIRE -STRUNK -SHANNEN ART -POLYHAVEN -TEXTURES.COM -SKETCHFAB CULTURAL HERITAGE CC0 COMMUNITY -LOISTE INTERACTIVE -COLINFIZGIG -CDMIR BETA TESTERS: -KINGSAL -GOLDWELL -MAT99 -FROST SALAMANDER -MIKE A -STGATILOV -STIFU -MARBLEMAN -DETEEFF -THEBIGH FURTHER ACKNOWLEDGMENTS: -STIFU FOR HIS EFFORT IN FIXING THE NOTORIOUS STUCK AI AND ARROW CRASH BUGS. -STGATILOV WHO MADE A NUMBER OF 2.14 OPTIMIZATIONS AND BUG FIXES. -KINGSAL FOR PROVIDING SOME OF THE MAIN MENU GUI ASSETS -PURAH FOR ORIGINATING THE SETTING OF LAMPFIRE HILLS, REIMAGINED HERE, IN HIS THIEF FMS. -GUY-ON THE COUCH AND JAM61 FOR THEIR SILENT HILL COMMUNITY MAPS WHICH HEAVILY INSPIRED THE LAMPFIRE HILLS REGION MAP. -SPECIAL THANKS TO LOISTE INTERACTIVE FOR ALLOWING US TO USE ASSETS FROM THEIR GAME "INFRA." SOME ADDIITONAL DETAILED LICENSING INFORMATION: SOME NOTES ON PERFORMANCE: NOTE TO MAPPERS: MOST OF THE NEW ASSETS IN THE MISSION ARE INCLUDED IN 2.14
  4. As my custom assets work has increasingly shifted from models towards scripting, I'll open a new thread here to contain any scripts that I write which can be reused in other missions, starting with the A ) Presence Lamp This is a Lost City-style lamp that brightens and dims depending on the presence of the player or an AI. It fades between 2 colours and can trigger its targets whenever it switches fully on or off, so it should also be viable in various other situations. The standard setup consists of the following: - a trigger_multiple brush. The spawnarg "anyTouch" controls whether AIs, too, are able to activate it - a presence lamp, highly recommended with a colorme skin - one presence light, or any other light with appropriate spawnargs The targeting chain is trigger brush -> lamp -> light When the player or an AI stands in the trigger_multiple brush, the lamp switches on and starts a short timer. Subsequent triggers reset the timer. If the timer runs out because no one's standing in the trigger brush anymore, the lamp switches itself off. Notes - Multiple trigger brushes can target the same lamp, and one trigger brush can target multiple lamps. However, each presence lamp can only target one light, so if you want i.e. a bouncelight you'll need to hide an additional silent presence lamp somewhere and target it from the same trigger brush. - The lamp and the light use their own colour spawnargs respectively, since setting 0 0 0 on a lamp would make it appear pitch black. - Technically the trigger brush can be exchanged for anything else that triggers the lamp every 0.5s (this number can be changed via "update_interval" on the lamp), i.e. a trigger_timer. - This was originally named the proximity lamp and was one of many scripting jobs for The Painter's Wife. I've renamed it to "presence lamp" because the mapper may place the trigger brush(es) wherever he wishes: proximity to the lamp is not a factor. Credits go to Bikerdude for putting together the crystal lamp models. Download Presence Lamps - Google Drive Place or extract the .pk4 into your FM archive, then look up the presence lamp prefabs. If you already are using other custom scripts, remember to add the presence lamp's .script to your tdm_custom_scripts file. B ) Teledoor This is a Skyrim-style door which opens just a bit into a black_matt "void" before teleporting the player to a different area of the map, which may represent the other side of the door. This is used for connecting physically separated map areas with each other, such as when there's an exterior/interior split of a building or ship to allow for more mapping freedom. [Full Thread] C ) Mass Teleport This is a teleportation setup designed to seamlessly teleport the player and any moveables between two identical-looking areas. This allows the mapper to link 2 physically distant areas with each other while maintaining the illusion that they're connected. The teleportation zones should be free of AIs as they can't be teleported like this without their patrols breaking. [Post] D ) Automaton Station A station for Sotha's automatons (includes the automatons) which can be switched on and off by patrolling automatons. (Part of core assets as of 2.10) [Post] E ) Camgoyle A sentient turret originally made for the FM Written in Stone. It's based on the new security camera entity and augmented with scripting to allow it to fire magical projectiles at the enemies it detects. People are more than welcome to use it and to convert it into something else, such as a mechanical turret. [Post] [Download] F ) Audiograph The audiograph is an Inventor's Guild device for playing back recordings stored on spindles, which are small metal cylinders the player can pick up and store in his inventory. [Post] G ) Turret A new companion to security cameras familiar to Thief players. It will become active as soon as an enemy is detected by a targeted security camera, firing projectiles to fend off the intruders. Similar to the security camera and the camgoyle sentry, turrets are highly customisable in their behaviour and appearance. [Thread] G ) Fog Fade Dynamically change fog density depending on what location the player is in. [Thread]
  5. There's now an editable fan mission list on the wiki, for the sake of tracking missions made for The Dark Mod. Please read and follow the guidelines, and help keep the list up to date! Direct link, but also accessible from the wiki title page: http://wiki.thedarkmod.com/index.php?title=Fan_Missions_for_The_Dark_Mod Discussion of changes (format, policies, entries, etc.) can take place in this thread. --------------------------------------- There is also now a wiki page to track upcoming fan missions: http://wiki.thedarkmod.com/index.php?title=Upcoming_Fan_Missions Submissions, progress, and any discussion for missions under construction can take place here: http://forums.thedarkmod.com/topic/11639-upcoming-fan-missions/
  6. For the people eager to play with the latest state of development, two things are provided: regular dev builds source code SVN repository Development builds are created once per a few weeks from the current trunk. They can be obtained via tdm_installer. Just run the installer, check "Get Custom Version" on the first page, then select proper version in "dev" folder on the second page. Name of any dev version looks like devXXXXX-YYYY, where XXXXX and YYYY are SVN revision numbers from which the build was created. The topmost version in the list is usually the most recent one. Note: unless otherwise specified, savegames are incompatible between any two versions of TDM! Programmers can obtain source code from SVN repository. Trunk can be checked out from here: https://svn.thedarkmod.com/publicsvn/darkmod_src/trunk/ SVN root is: https://svn.thedarkmod.com/publicsvn/darkmod_src Build instructions are provided inside repository. Note that while you can build executable from the SVN repository, TDM installation of compatible version is required to run it. Official TDM releases are compatible with source code archives provided on the website, and also with corresponding release tags in SVN. A dev build is compatible with SVN trunk of revision YYYY, where YYYY is the second number in its version (as described above). If you only want to experiment with the latest trunk, using the latest dev build gives you the maximum chance of success. P.S. Needless to say, all of this comes with no support. Although we would be glad if you catch and report bugs before the next beta phase starts
  7. oh it is perfectly capable of running on old hardware that was not the point. small systems like the one you described can indeed run on pretty old stuff but is pretty lacking in regards to gaming or overall functionality. there was one which was written in assembler it could load a full desktop from a floppy and only required 4 mb ram, sadly it was neither compatible with linux dos nor windows as the guy who made it wrote the kernel himself. I think the only game that got ported to it was doom (the dos version). a good deal of modern linux versions do run on old hardware as well but performance is pretty meh and an old windows version would easily overtake it. the sad thing is with the advent of 64 bit optimizations went out the window it does not really matter if a developer today knows how to get the best performance of say a 32 bit linux OS when all his dependencies are developed by people who dont really care about such anymore.
  8. Can't say anything certain. There is the well-known trigger that turns large shadow map lights into stencil shadows, in which case alpha-testing does not work. Aside from that, I don't think there is any special cases for alpha-tested shadows.
  9. So have anyone else been having this issue? If you dmap & map in the same session via an exec config "exec myfm.cfg" files in the console, TDM will eventually start having a regularly timed stutter that wont go away untill you close and reopen tdm.
  10. I frankly would have been p***ed off if they would have changed the level geometry in the Tomb Raider remasters. Especially considering the controls and movements were made with fixed units in mind. They had a hard time implementing the modern controls because of that. There are some things which are not possible with the modern controls. I'm a bit split regarding the Thief Gold remaster though. I don't really think it is as necessary as the Tomb Raider remasters, for example. TFix works fine. For Tomb Raider, the fact alone that you are not restricted to 30 FPS like in the original games was a huge advantage of the remasters, not to talk about the graphical improvements, widescreen support, and a lot of bug fixes. You pretty much have that with Thief Gold and TFix already. In the Steam forums, they mentioned the advantage of having new people getting into Thief, but, I don't think it will be that many.
  11. It's pre-alpha which I think a lot of people probably missed with the small text at the bottom of the video. This is just a trailer to reveal it's coming, not a finished release trailer. I suspect it will look much better later. Might not please us all but I'm sure the quality will be good. I do hope the the new campaign that Atari slipped out in its promotion is true though. That would be unheard of...especially if some former LGS Devs were working on it. Could bridge the gap between Thief 1 and 2.
  12. So I have made discovery, I put the model inside another light entity with a smaller volume (500,500,600) and the palm tree leaves started casting shadows as expected. The light in other area has radius of 6000 6000 100. @stgatilov is there any work around for this issue..? I already have a custom mission config with the following lines set as I have other parts of the map with large trees and medium sized lights that cast shadows from thier leaves just fine -
  13. Ok I got it working. See attachments. Ignore the ugly look. When you walk into the small room on the right the sky changes to the one with the moon. When you go back it changes back to the thunder sky. void skymoon(entity room2) { sys.println("script skymoon running.."); sys.trigger( $moon ); } void skythunder(entity main) { sys.println("script skythunder running.."); sys.trigger( $thunder ); } void main() { } See also: https://wiki.thedarkmod.com/index.php?title=Location_Settings#Example_script_to_turn_entities_on/off_when_player_enters_a_location testp.map testp.script
  14. This is a problem that started out of the blue ca. two (or three?) years ago. At first I thought, there was maybe something broken with my Windows install, but after migrating to Linux, I see the same problem: I create a map with a leak (or defective portal) and save it (name, for example: m1) dmap , console shows leak when going back to DR for the pointfile, a message appears stating that there is no pointfile for this map then I save the map with a new name (m2) dmap again back to DR: then there is a pointfile Anyone has seen this problem as well and if so, is there a fix?
  15. Ah okay.. We need to set "triggered" "1" on those info_portalsky or the engine will just set whatever sky comes last in your map file as the first skybox. Also we need to clear curr_skybox = "" to let the location system update it. This should work now. No need to trigger the skyboxes in the map file or anything like that. skybox_edit2.scriptskybox_edit2.map
  16. So I edited the map/script to match the entity names in my WIP, and now the starting map isnt correct. But if I leave the zone and re-enter is than become correct. skybox.map skybox.script
  17. @stgatilov The same warning appears when you type in killmonsters which deletes all NPCs. I don't know why in this mission it can't find this particular NPC. When I load the map it prints a warning about entity #78, but when I list entities in the map, there is no one with that id.
  18. Isn't the maxdistance a bit too small? 50 is just about half the player's height.
  19. What is weird is that I found I made a small error, but it still works.. void skythunder(entity main) Should actually be: void skythunder(entity room2) I think, because I'm doing a "call_on_exit" for zone room2 Edit: I think the script example is for triggering a single entity on and of while in this case you trigger different scripts for entry and exit.
  20. https://wiki.thedarkmod.com/index.php?title=GUI_Scripting:_Tools#Console_Commands I added a small bit of info about console commands "gui_edit 1" and "gui_debug 1". Before this there was absolutely zero info on this in the wiki, although they seem quite useful for gui editing.
  21. The same happens if you execute "kill Streetwalker", and will probably happen on any map for any AI that is completely removed from the game. Your threads holds entity reference and uses it all the time, and when the entity dies we get this warning.
  22. The nights are getting colder and you need to pay your rent on time before you get tossed out into the winter air. Luckily, your neighbor told you about a mysterious merchant from faraway shores who has come to the small hamlet of Wilford's Hollow, and he's staying at the inn next door. What's more, he's brought something with him... Gameplay Notes: 1) This is a fairly small map, but I did intend for this map to be a bit harder than normal Dark Mod missions, even on the lowest difficulty setting. But there will certainly be plenty of rewards for the careful thief... 2) This map implements the func_peek mechanic by allowing players to peek through any door that has a keyhole by leaning forward. PLEASE NOTE: This function has been known to cause crashes for players using the 32-bit version of the Dark Mod 2.07 (should be fine for those running the 64-bit version). While this function has worked painlessly for some, please be aware that crashing may occur. At no point in this mission is it required to use the func_peek mechanic, it is purely optional, so feel free to not use it. Download: This FM is available via the in-game downloader FM: https://drive.google.com/file/d/1eGMhIkoMFqlkk_ehN430cP63RQr5quEh/view?usp=sharing Promotional Screenshots: https://drive.google.com/drive/folders/1bwuy0QPhaGpV32CgEdXhBIA5KgvcRueN?usp=sharing Credits: A HUGE thanks goes out to JackFarmer, Dragofer, and Bikerdude for scripting, EFX, custom ambient tracks, assets, answering a billion of my questions and doing so, so, so much more to make this mission something special. Thank you! Another GIANT thank you to my beta testers: Jedi_Wannabe, Bienie, Filizitas, joebarnin, bikerdude, Cambridge Spy, STRUNK, Lonewanderer, Rezar. Thank you all very much for your wonderful work and eye for detail! And another thank you goes out to Goldwell, Kingsal, and Grayman for scripting help and patient guidance. Assets are from: Springheel's Superb Modules Refl3ks' Rad Artwork Kingsal's Killer Assets Dragofer's Delightful Assets Epifire's Expert Models dmw's Dazzling Textures Spooks' Spectacular Painting for the Loading Screen R Soul's Fantabulous Assets JackFarmer's Miraculous Machines and Sounds Bikerdude's Bountiful Assets Hugo Lobo's Luxurious Textures ***PLAYER BEWARE*** SPOILERS lie in the depths below. I strongly suggest playing it first so you don't spoil the fun for yourself *** Version 2 Changelog: - Fixed several broken visportals - Fixed reflections in flooded basement, improved performance - New particles, models, and textures - Fixed broken AI pathing - Fixed fireplace glitch in the Inn - Fixed several texture issues - Added new secret objective - Lighting and fog changes - Implemented fade lights - Implemented Kingsal's inventory icons - Replaced slow match with flint - Increased bow draw speed using modified settings from Kingsal
  23. Bug tracker: https://bugs.thedarkmod.com/view.php?id=6676 Hi, I've noticed some light leaks that only appear when playing with shadow maps (as opposed to stencil shadows). I'll show two cases that I think are not simply errors in modeling/mapping, but rather may indicate a general bug with shadow maps. The first case can be seen in many missions: both of these bucket models allow light to leak inside them from certain angles when shadow maps are enabled (see images below). When playing with stencil shadows, the interiors of these buckets are fully shadowed as expected. I brought this up to some devs, but @Bikerdude found that the bucket light leaks couldn't be fixed at the shadow mesh level, and he suggested it was a general shadow maps issue instead. Hearing this, I realized it could explain a tiny light leak I had seen in my WIP mission. I decided to make a simple test map with similar brushwork to clearly show the problem. So, that test map is the second case: these grid-aligned worldspawn stairs leak light through the corners when playing with shadow maps (see image below). When playing with stencil shadows, the corners between stairs block light correctly (see image below): Out of curiosity I put the buckets in the test map too. The light volume is quite large (776x776x776), which seems to exacerbate the light leak (see comparison images below): I'm playing TDM 2.13 on Windows 11. The test map file is attached to this post if you're curious. Bug tracker: https://bugs.thedarkmod.com/view.php?id=6676 smt.map
  24. I have a small speed build mission that I need a some custom voice lines for. many thanks.
  25. While playing the great free roam mission "Displacement" I often got lost because there were so many areas to explore and I sometimes forgot important places only because I spend too much time chasing something else. What would help a lot with this would be a feature to mark locations on your map with a pin or a cross, e.g. like "Monomyth" does. The latter has four different coloured pins and you can even add written comments, but just left mouse button set a mark and right mouse button remove it should be enough for TDM. Would this be possible as a new feature for 2.15?
×
×
  • Create New...