Jump to content
The Dark Mod Forums

Search the Community

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

  • 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. Good work! I enjoy short missions because things are nice and focused - you get in, you get out. Also I tend to do better with the loot amounts and I was able to get all the loot without too much trouble, which is rare for me. If I were to make a suggestion though - I found the intro briefing sequence a bit distracting because it was so obvious the narration was pitch-shifted to make a deeper voice. If you felt the original voice wasn't deep enough for your needs, I would either get someone on the forums to record it for you or just leave as is. That's my only real complaint and it's not even about the mission itself, so pretty good first start!
  2. I'm afraid the light leaks persist even in dev16854-10518 with a change I understand should fix them on old maps. Just replaying Chronicles of Skulduggery 3: Sacricide and found an area where they're even worse and a light in another room shines straight through the wall. A view from the back of the light shining through: Even from this angle you can see it light up the room through the door.
  3. My own suggestion which I was thinking of earlier after this was brought up again: When a new mission is started, under the 3 difficulty options (Easy, Medium, Hard), why not offer a separate setting for save restriction independent of difficulty level? It could be a separate checkbox with which the map's difficulty setting decides how severe save restrictions should be. While initially I may have welcomed this as a map choice for the standard difficulty setting, I now believe restricting saves should be a separate user-controlled choice, which would oppositely also make it usable on all old FM's. I think there's one potential issue with this plan, correct me if I'm wrong: Some FM's implemented checkpoints where the map itself decides when to auto-save, and that can only be specified by maps themselves. If the two features can be separated, does anyone else think we can limit no-saving to a separate field picked in the mission briefing menu?
  4. I don't consider this an urgent or highly important feature, but found the concept useful enough to ask and may definitely use it on my maps. I actually don't know if it might already be implemented: No FM I'm aware of does this and it's not mentioned on the AI Relations (Editing) page either, however the AI Relations (Scripting) page mentions a gradual sys::OffsetRelation function but doesn't specify if it's also a gradual change in the AI's behavior. When setting team relations you normally have just 3 options: -1 (enemy) 0 (neutral) 1 (friendly). There is one limitation in this system: They seem to be integers and not floats, meaning you can't also express an amount by which the teams should be allies or enemies. Having this ability could have interesting use cases: You may want teams that still oppose the player but don't care that much and will only attack if you get right in their face or stick around for too long. As such you should be able to use values between 0 and +1 or -1 to indicate an interest level in the relationship, as well as values above +1 or below -1 to boost the AI's friendliness or hatred toward another team beyond its normal levels. Consider for instance a FM where thugs protect a territory they own: They don't like the player wandering into their turf, but seeing you is more of an annoyance than an emergency... they aren't as motivated to catch you as a citywatch guard who knows the player is a wanted thief and will immediately jump to apprehend you. In this scenario the relationship between thugs and the player could be changed to -0.25: Now you can walk between thugs for a few seconds and they will ignore you at first, but if they see you for too long you're eventually getting attacked. A super simple implementation would be to merely multiply the AI's alert increase rate from a target with its abs(relationship) toward it: If you set it to -0.5 for instance, AI on that team will take twice longer to be alerted by you until eventually attacking, same for allies who will be slower to notice a friend in trouble... meanwhile if you set it to -2 AI on that team will go alert twice faster than normal. I presume this solution can be done by changing one line somewhere in the alert code, and should have the accurate behavioral effect intended without reducing visual / audio acuity... no existing FM or default behavior should be affected either since I can't think who would be using those values if this feature doesn't already exist.
  5. If someone urgently needs this feature, there's likely a convoluted script you can indeed write to achieve it. I say convoluted since the way I know the scripting API to work in this regard, you'd need to loop through all AI each frame and temporarily make them friendly or lower their alert level, which feels very hacky to me. Thus I think this gradual mode would be best builtin to make it a readily available feature. Especially as it should be easy to implement as a mere offset to alert level increase, and changing it shouldn't break anything since all existing maps use -1 / 0 / +1 for team relations as they're currently integers.
  6. Seems like something that could be replicated with a script - player enters AI sight-line / semi-hostile zone, AI. grumbles...a timer starts; if they linger longer than '20 seconds' A.I. Barks with "OUT NOW, TAFFER!" type yell, and the AI alignment configuration changes to hostile. On player exiting sight-line / zone, A.I grumbles again - "and stay out!" (unless they became hostile - does nothing then). Changing types from INT to FLOAT would probably break all existing maps, and piles of engine-C code; seems unlikely any Dev would do that.
  7. I'd like to better understand what you want. The design of dragging bodies is to hold frob (key down) to drag and release frob (key up) to let go. That way it's impossible to walk away while unintentionally dragging a body. Plus, it's quick to grab and move several body limbs in rapid succession. This is thought to provide a better experience, especially for new players. Towards the beginning of this thread, I created a "tdm_frobhold_drag_body_behavior" cvar. https://forums.thedarkmod.com/index.php?/topic/22198-feature-proposal-frob-to-use-world-item/&do=findComment&comment=487580 "tdm_frobhold_drag_body_behavior", default:"1" Which drag body behavior? 1 --- on frob key up, drop body (limb). 0 --- on second frob, drop body (limb), TDM v2.11 (and prior) behavior. That cvar was removed shortly afterwards, because it was said that it wasn't needed. With that cvar set to 0, a second frob would be required to let go of the body. Is that the behavior that you want? If so, I can add that cvar back. Also, I saw elsewhere that you want the ability to revert back to the old way. If you mean that all of the controls match TDM 2.11, that can be done with "tdm_frobhold_delay 0" and there will be a menu setting to disable it as well.
  8. After a long time and a lot of delays, I'm extremely happy and relieved to announce the release date for my first map; Lords & Legacy, on Friday the 30th of August, 2013! Lords & Legacy v.2.1 Resume: Screenshots: http://imgur.com/a/Lj8UJ#0 Notes: Build time: 2013/03/30 - 2013/08/30 To install, simply put the .pk4 file in your fm folder and install from the in-game mission menu. It is a large mission with optional objectives, so make sure to save often. The ropes in the beginning have a 'slick' surface, to simulate being 'slack lines'. They are difficult, but once you get a hang of the slide they can be fun. A couple of the large areas can be a bit rough on performance, and can be improved by adjusting the LOD slider in video options. A few of visportals open only when you get close. This is to keep the frames smooth inside the respective building, due to early inexperienced design. If you find any bugs which affect the gameplay experience, then you're very welcome to post them here, but please use the spoiler tags. Big thanks to 'Obsttorte', 'Springheel', 'Greyman', 'Bikerdude', 'Sotha' and rest of 'The Dark Mod Team'for all the help, guides and tricks. Also thanks to the other TDM users who provided fantastic support and feedback during the build. Thank you for beta-testing: 'Bikerdude', 'TylerVocal', 'Simplen00b', 'nbohr1more', 'Briareos H.' Special thanks to: 'Danus', 'Dsx' & 'Stanleh' for testing, help and support. v.2.0.1 changelog: Bugs: -The "Master Thief" challenge was impossible to do for a while, due to incorrect values. Fixed. -Getting seen by "The Killer" now also fails the "Ghost" challenge. -The 3 cardplaying guards no longer float mid air, as their chairs are now nailed to the floor. -Fixed the sound of the furnace continuing after the flames were extinguished. -Fixed weird glittering on the power cables around the map. -Fixed some moonlight popping in and out. -Fixed openable windows in Commons, clipping into the frame. -Fixed a book dropping through a desk. -Fixed visportals closing too close in Lancel's Tower, slight hit on performance though. -Added more monsterclip to Service Tower and Robert's Tower's entrance. -Improved a few vis_portals with func_portals. -Replaced curbs in Slums and Commons with some more detailed versions and changed textures. And a lot more little unecessary tweaks. Gameplay: -Added new challenge: (Jack White) - Do not knock-out anyone. -Reduced the amount of starting gear, depending on difficulty. -Added cubemaps to most windows on the map. -Redid most func_statics in Commmons Quarter to reduce tris and increase performance. Draw count is still somewhat high. -Removed all transparent windows as they didn't have actual gameplay value, just a performance drain in exchange for glitchy visuals. -Lancel's safe can no longer be picked. Find the key! -Added a couple minor cosmetic details in the sewers. -Moved a coinpurse from a wealthy commoner's sleeping butt to his nightside table. Also adjusted his furniture so thieves can better move around. -Changed sounds for several doors across the map. Once again, a big thanks to 'Bikerdude' for taking the time help out and locate room for improvement! v.2.0 changelog: Bugs: -Fixed various textures and surfaces and a few minor tweaks. -Tweaked some sounds to be in line with TDM 2.0 changes. -Fixed 2 certain AIs being too sensitive rather than drunk. (Thanks to AluminumHaste!) -Tweaked LOD on some objects, to prevent windows "popping" in and out. Gameplay: -Added more monsterclip to the towers, so the AI can now run up and down stairs. Only the stairs in the small tower has issues still. -Added more monsterclip in the city so the guards can follow you up all stairs. -Added a few minor details. -Windows in the city now dims sound, resulting in less aggro from guards and more convincing soundscape. -Reduced 'draw calls' in all the large areas, increasing performance. The map is still heavy at certain areas. Another big thanks to 'Bikerdude' and 'Greyman', for taking time out of their own schedules to help optimize the map's draw count and other significant adjustements! v.1.0.3 changelog: Bugs: -Fixed 4 black chairs in one of the towers -Fixed a floating painting -Fixed several clipping objects v.1.0.2 changelog: Bugs: -Fixed zfighting in the library's bookshelves -Fixed a black window in one of the towers -Fixed several typos in readables Gameplay: v.1.0.1 changelog: Bugs: -Fixed an issue with the main objectives not being in "sync". -Fixed console spam from a script Gameplay: -Adjusted required loot for each difficulty from "3000, 4000 and 5000" to "2500, 3500 and 4500".
  9. Not to be a nag, but I was thinking about the columns problem. If you go to the view source tab in the wiki article: https://wiki.thedarkmod.com/index.php?title=Fan_Missions_for_The_Dark_Mod&action=edit The raw table data is accessible directly: |- !align=left|{{TDM-FM|written|Written in Stone}} |Bikerdude, Amadeus, Dragofer |{{Forumlink|https://forums.thedarkmod.com/index.php?/topic/21265-written-in-stone-beta-210-only-20220128/}} |2022-01-28 |338 |Yes |Yes |CCC 22, Elixir |City Missions |Undead, Horror Themes |- Each pipe character represents one of the columns.
  10. This post is quite frustrating for me, because it sounds quite critical. In person, it would be easier to point out the good parts and ask what's going on with other parts. Without that, unfortunately, it's just using this limited medium of text and a few screenshots to point out things and hoping there is a solution, which isn't an ideal way to communicate. Edit: The main thing is that I know that you, @stgatilov, did a lot of great work on this. I've seen the commits and improvements over time, and I appreciate you spending your time to improve this game we like to play. So, I really don't like to talk about aspects I don't enjoy, and unfortunately, I'm not enjoying volumetric lighting. The volumetric lighting in Hazard Pay has quite a few issues that degrade its look, but the one volumetric light I noticed in Iris (Moonlit Manse area) looks good. So, maybe it really depends on the volumetric settings in each map, and they can be tweaked/fixed. I'd like to see an option in the settings menu to enable/disable volumetric lights. Could you please add that cvar? Something like r_volumetricLights 0/1. This has three benefits: For those who prefer the look of the game without volumetric lights, they can turn it off. This is really not different from being able to toggle bloom, ambient occlusion, color precision, and shadows maps vs stencil shadows, so why not volumetric lights as well? It'll help those who are having performance issues or need to keep the temperature of their graphics card at a minimum. Volumetric lights (or maybe it's really the shadow maps?) add between 5 to 25 watts of power to the graphics card I measured. I imagine those playing on a laptop would be impacted the most. Others may get unwanted fan noise. It'll help with measuring and comparing the performance between volumetric lights off and on. As for player preference, the moving volumetric lights in Hazard Pay cast shadow maps with edges that wiggle/wave whereas stencil shadows are static/still. That wiggle/wave doesn't look good and is distracting. Maybe the shadow maps can be improved to fix that? It also has fog that has graphical artifacts that look like distorted waves, but those can be fixed/reduced by increasing r_volumetricSamples from 8 to 24 (screenshot #1). Other volumetric lights have fog with multiple ring artifacts that no setting I tried fixed/reduced them (screenshot #2 with ring pattern marked). The rings seemed to be where the fog touches the wall. There are some volumetric lights that make areas of a scene overly bright, especially when two volumetric lights overlap (screenshot #3). Given all that, the look of stencil shadows without volumetric lights is preferred. As for performance, it's probably pretty good to great, but I don't know how to quantify it other than that it adds 5 to 25 watts of power to my graphics card, generating more heat. (Again, maybe it's really the shadow maps?) The FPS is a steady 60 fps even with all settings maxed out. r_softShadowsMipmaps 0: Added ~10 watts in one scene. r_volumetricForShadowMaps 0: Turns off shadows completely where there is a volumetric light. Stencil shadows are not used/seen. r_shadowMapSize 512: Reduced ~5 watts in one scene. r_volumetricSamples 0: Can significantly reduce wattage (~10 watts in one case), but then it looks blocky, of course. Interestingly, when I set r_volumetricSamples from 8 to 100, it might add ~5 watts without an FPS drop. I hope volumetric lights can improve a bit more along with an option in the settings to enable/disable them.
  11. Terrific! The beta test thread is up: https://forums.thedarkmod.com/index.php?/topic/22238-beta-testing-the-spider-and-the-finch/
  12. Keep in mind also that mission size, and complexity have increased dramatically since the beginning. For a lot of veteran mappers, it can take over a year to get a map made and released. The last dozen missions have for the most part been pretty massive, with new textures, sounds, scripts, models etc. We seem to be long past the point of people loading up the tools, and banging out a mission in a few weeks that's very barebones. We still do see some of those, but I noticed in the beta mapper forums and on Discord, that mappers seem to make these maps, but don't release them, and instead use the knowledge gained to make something even better. Could just be bias on my part scrolling through the forums and discord server though.
  13. 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. :-)

  14. 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!
  15. @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...."
  16. I've just raised this: https://bugs.thedarkmod.com/view.php?id=6334 If you have lights randomly extinguishing on map start and you can't figure out why, it might be because the light is surrounded by a merged water entity and the engine thinks it's submerged. There are links to test maps I've made available in the bug report. Screenshot below illustrates the issue. The arrow is pointing to the water line, and the circled torches are below the water line. The walls are made of glass so it's easier to see what's going on. If you run into this, the workaround is to simply not merge your water entities!
  17. Welcome to the Dark Mod forums MarsManon! Thank you very much for the kind words about SLL, it's always nice to hear We all worked real hard on bringing Grayman's map to life and I'm glad you enjoyed it
  18. Hidden Hands: Initiation Download via the ingame downloader. Latest update is version 3 (released 16/02/2021) Explore Blackstone Island to become a full-fledged member of the “Hidden Hands”! General: TDM version: 2.06 EFX: yes Play time: ca. 5 – 7 hours (depending on play style and difficulty settings) Type: island with several sections (manor, sewers, cabin, bank, graveyard, church and crypts) Enemies: guards, thieves, spiders, mages and extra-natural entities Known problems: 1. The noblewoman sitting in the pavilion can sometimes not be knocked out without failing the mission in general; decent thieves should leave her alone anyway. (version 1 and version 2) 2. If combination locks do not work when using correct codes, then please go to Settings - Gameplay - and change the option "Open doors on unlock" to the value "yes". (version 1) Gameplay differences (apart from changes in the objectives list): Easy: Less enemies, less lights, many light switches Medium: More enemies, alternative AI routes, more lights, some light switches Hard: Even more enemies, alternative AI routes, even more lights, less light switches Development: Build time: November 2017 – November 2018 Beta testing: November/December 2018 Beta testers: Boiler’s_hiss (aka “The Architect’s Darling”) s.urfer (aka “The Punisher”) Cambridge Spy Abusimplea Performance checks: Duzenko Contributors: - ERH+ arranged/created the setup for the puzzle in Adrian's Crypt - I don't understand what he did exactly (alchemy?), but it works as it should. - Destined provided a custom skin for an interior module and wrote a new definition for the spider bots, enabling those beasts to move through tunnels. - Joebarnin provided a fix to make the combination locks work. - Amadeus revised and edited all in-game readables, maps, and signs. He created the final mission title "Hidden Hands: Initiation" as well as gave some special items heroic names, such as "Axe of Fury" or "Orb of Will". - Grayman fixed the frobbing problems with the hidden wall safe and combination lock. Pilfered items: - Floating boat setup and thief's message box re-created from maps originally developed by Bikerdude. - Patch section with rocks and vegetation surrounding the graveyard originally developed and arranged by Sotha for one of his missions. - Frobbox booster re-created from a map originally developed by Grayman. Special thanks to: - Springheel, Sotha, and Fidcal for the tutorials. Great work from all of you! - Destined, Grayman, ERH+, and Springheel for patiently answering my questions via PM. - Boiler’s_hiss for the hint how to change the church roof section - nbohr1more for moral support during a critical phase of the map development - Duzenko for improvement tips - all others not mentioned here who answered my questions in the Newbie thread or via PM. All new ambient music and sound effects written, performed and mixed by Jack Farmer. "S.urfer's Lament" (.ogg filename: "easyexit") featuring MC Deickler on the drums. More pictures:
  19. I was so enchanted by this FM, I had to sign up to the forums the same day I finished it to come thank the authors Genuinely, truly incredible work! I was so overwhelmed in places that I resorted to just shouting joy at my monitor two, three, maybe four entirely separate times while playing. Exploring, puzzling, finding something new, trying to use it, and finding it does a whole new, separate, wonderful thing! There aren't enough words inside me to describe the feeling. It was breathtaking. I don't have any specific feedback that hasn't come through this thread before Thanks so much for making this, for all the inspiration and ingenuity and effort it took. If I never play another level this good, in any other game, in my life, I'd be fine with that.
  20. Yes - that's what I found (it's all in the bug report). There are 2 test maps, one with the a single entity and one with them divided. In the one with the divided entities it works properly.
  21. You could have a project worked on by multiple people at the same time, and be able to load up the master file to see the total progress. That sounds really interesting, but not really something that DR was designed for. Might be doable if instead of having actual map information in the .map file, there would just be a pointer to an address like a web address, or networked or local HDD location for the corresponding map file. And DR would follow that link and load the .map file at that location. You could have multiple .map files pointed to in the master .map file. The master .map file when loaded into DR and all the separate .maps loaded up would have to be in read only mode as how would you deal with concurrency issues if say your dev was working on their separate .map file and you tried to make a change and save it out. .map file would kinda look like this: Version 2 // entity 0 { //.map location #1 { mapname"mymap.map" loc"C:\Games\Darkmod\maps\" } //.map location #2 { mapname"kingsmap.map" loc"216.8.234.43:2023\maps\" } //.map location #3 } mapname"eastside.map" loc"ftp.greebosawesomesauceserver.com\DR\maps\" { } then the .map files at the specific locations would have all the info needed. Obviously not that simple of course, there's lots of other issues with repeated names and entity #s in each map etc.
  22. 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).
×
×
  • Create New...