Jump to content
The Dark Mod Forums

Search the Community

Searched results for '/tags/forums/plot help ideas/' or tags 'forums/plot help ideas/q=/tags/forums/plot help ideas/&'.

  • 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. Hi all! After a hiatus from TDM (PhD program has been eating a lot of my time...) I've wanted to get back into the swing of things by trying my hand at some 3D modeling. I'm actually taking an Independent Study this semester with the express goal of generating some assets for the mod, and learning the 3D games pipeline along the way, but I'm hitting something of a snag. Currently, I'm trying to clean up my old khopesh model in an attempt to get it in-game and fuctional. Thus far, I've got both the low and high poly versions, and was able to successfully bake my model normals in Substance Painter. However, I'm not quite certain how texturing would work, nor how to get the model set for export to the engine. I've tried some experimentation with only limited success (PBR textures work flawlessly and are easy to mask in; non-PBR hasn't really worked thus far). So I guess my question is, what steps do I need to take to get this model functional, and to streamline the creation of future models? I have access to Blender (I'm using 2.9x to model, then downgrading to 2.80 with Orbweaver's import-export scripts) and Substance Painter, as well as Photoshop.
  2. 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".
  3. I rather regret that the namedEvent and runScript ideas were put in the same bugtracker request, since they each clearly justify their own topic. From the discussion above, it seems that namedEvent would be easier/safer to implement this round. It appears runScript is more problematic, and furthermore, may not be the only or best way to implement new capabilities for readables. The latter (e.g., tabs, different backdrops for different pages) probably also needs a separate bugtracker item. Turning to namedEvent... @stgatilov in the OP was wondering about whether the in-GUI call to namedEvent should be synchronous (i.e., happen immediately) or asynchronous. Synchronous is easier for the script writer to think about, and would be my preference. As he indicates, this would be less like other gui script aspects (some of them "weird"), but more like calls to gui named events from doomscript. And, by introducing nested call stacks, he thinks may provide future opportunities for reduction in weirdness. It is unclear to me if HMart's implementation is synchronous or asynchronous. Probably we should not worry about whether this usage is consistent with Quake 4, since we'll probably never know.
  4. I am a newbie to the dark mod. I followed the tutorials and then played "A New Job" When the time came to put the combination ito the safe I was able to set the first digit using the previous and next keys as instructed by the game. However, I was unable to set the second and third digits either by this method or by rolling the center mouse button. I can scroll through all of my available items I just cant roll the numbers to complete the combination. I was unable to complete this mission. I moved on to "Blackgrove Manor: Everything work fine intil I tried to enter the combination to open the door in the secret room. Again I could set the first number without a problem using the previous and next item keys. (on my computer "B" and "N" ) as soon as I moved to the second number I was able to scroll throuh all of my items in inventory but unable to enter the two final digits of the combination. What am I doing wrong. I'd really like to complete this mission. Gilkar
  5. Cheers! I've been wondering for some time now if it would be possible to compile the source code of TDM to the Raspberry Pi, especially the models 3 and 4. I've seen some videos online of people running Doom3 on it, so how hard would it be to compile the source of TDM for the raspberry pi? Would it need a major rewrite of some parts of the code? I've been "tinkering" with the source for some days, and as I was expecting, all the configuration files are made for x86 architectures (Linux and Windows). I've been searching online for some info about the toolchains needed to even start compiling the source for these arm machines, but the information has been quite lackluster and outdated. I've managed to track down a toolchain to compile c++ code for the raspberry pi, made by the pi foundation but I'm not quite sure how to use it and I guess the support for it has been dropped for quite some time now. Anyway, I figured that instead of wasting more of my time, it would be best to ask here what you guys think. Is it possible to even think about this, or does TDM use some kind of libraries or other external code which makes it impossible to compile for the pi? Is there anything related to the game that makes almost impossible or too much of a hassle to try to port the game for the raspberry pi? Performance isn't an issue for me. I just want to know if it can be run in that machine. If it is possible to do this without a major code rewrite of the game, where should I start? I have no experience on compiling anything for arm, only some experience in x86, so this might be a fool's errand, but I would like to give it a try nonetheless. If it is possible to do this and if some of you could help me in any way, that would be appreciated. On the other hand, if you think this is a really hard thing to even try to do, please feel free to tell me so I don't waste more of my time. Thanks in advance
  6. Would like to remind of a notable bug that persists in latest beta: Sometimes when you kill AI with a broadhead arrow, TDM will crash instantly or soon after their death. I'm currently replaying King of Diamonds and got a case of that, previously experienced during another FM with one of the dev versions. Here's the qconsole.log once more, hope it's enough to help track down the issue... the one line I believe is relevant: WARNING:idClipModel::FreeTraceModel: tried to free uncached trace model (index=0) qconsole.log
  7. The Alchemist is a full-size city and mansion Dark Mod FM, the fourth in the Thief's Den series in which you play Farrell. It follows on from Heart of Lone Salvation so you should play that first. The main build of this FM was by Sotha who was unable to continue work on it. I (Fidcal) could see the potential so completed it, somewhat roughly and quickly, so it could be enjoyed rather than abandoned. Even so, it exceeded my original estimate! Read the notes below while you ... DOWNLOAD HERE. (27MB) Sam's death hit me hard and I've not been feeling so good. I'm worried I didn't get rid of the Heart of Lone Salvation quickly enough. I don't want to end my days like Martha Edridge. A health potion is too weak; I need something stronger. Only a holy healing potion will lift a curse so I need to find a good alchemist. But the city watch have been tipped off and the district is alive with guards searching for any intruder they find on the streets. I have no choice: I must get that potion... This FM needs Dark Mod Update 1.02 or later. TIP: You cannot drink the holy healing potion if you are perfectly fit! As said in the briefing, the city watch are already ALERT right from the start and much more likely to notice you in the dark. You'd better be ready to move! ALLOW 2 TO 4 HOURS PLAY FIRST TIME AROUND Players with low end machines will find this slow in some places especially when there is an alert. Hide. Let things calm down. Closing doors behind you may help. In Dark Mod some glass is breakable using any weapon. It may require several hits. But there is also toughened glass which cannot be broken. Only one way to find out which is which! Do not use Esc during the briefing or the cursor becomes invisible. (You can still select blind though looking for highlights.) You can skip the briefing with the left mouse button. If you miss anything you can use the back button to show it again. Above all, Enjoy! [EDIT] updated with debugged combination lock script 5 June 2010. If you had a previous version installed make sure it is totally removed first, ie, doom3/alchemist and darkmod/fms/alchemist. [EDIT] If you get strange crashes there is a known bug caused by the spiky balls. This is fixed in Dark Mod but I think not released until 1.03. Try my patch from http://www.fidcal.com/TEMP/alchemist_patch2.zip It makes the spiky balls passive - they don't do damage - but apart from that no difference. Close Dark Mod Unzip the patch into your game folder doom3\alchemist Start the FM afresh, don't use earlier gamesaves.
  8. There's a group of players who have meticulously tested and adjusted ghosting rules for The Dark Mod. Please see: Official Ghosting Rules: https://www.ttlg.com/forums/showthread.php?t=148523 Ghost Rules Discussion: https://www.ttlg.com/forums/showthread.php?t=148487 Why alienate an established group of dedicated players?
  9. What is The Complete Vengeance for a Thief Campaign? The Complete Vengeance for a Thief Campaign is a three part campaign with a brand new installment at the beginning called The Angel's Tear. The other two installments are the previously released A Pawn in the Game and The Art of revenge with new areas, additional story plus bug fixes and performance tweaks. What are the new areas in A Pawn in the Game and The Art of Revenge? Pics The Angel's Tear: New areas for A Pawn in the Game and The Art of Revenge: Download links: http://www.mediafire.com/download/c2p0myxp32hb8sb/The+Complete+Vengeance+for+a+Thief+Campaign.zip Installation instructions: Unzip the zip file and extract the three pk4s to The Dark Mod's FM folder. Load up TDM and play them in order. Thank you to the following: Bikerdude for help with visportals in the original A Pawn in the Game, visuals in The Angel's Tear plus all the mapping advice and tech support he has kindly provided me with over the years. Beta-testers for The Completer Vengeance for a Thief Campaign: AluminumHaste, Oldjim and Cookie. Beta-testers for the original A Pawn in the Game: Grayman, Bikerdude, Nbohr1more, Ppoe and Xarg Beta-testers for the original The Art of Revenge: Gnartsch, Obttorte, Lux and Jaxa. Everyone who helps me out in the Edtors Guild of this forum. Special shout out to Sotha, Grayman, Obsttorte and Bikerdude. Apologies if I've forgotten to mention anyone. The TDM team for providing me with countless hours of mapping and gameplay fun. Everyone who contributes anything to TDM to help make it the awesome mod that it is.
  10. Yeah. Maybe I'll update the mission someday if we ever get something like a "mission modifiers" feature. I have some ideas of how I could do it the non-fancy way with items or something. I don't know, but Volta missions will not have this feature
  11. I think you mean Reshade. I used it a couple of times, it has a few interesting tricks up its sleeve Also, maybe this will help to illustrate the problem better: As you can see with image 2 & 4, the geometric complexity, whether with actual polygons or faked via smooth edges on normalmap, does matter. And I bet when most users think 'fresnel', they mean the last example. Most TDM geometry is brushes and models textured with simple tiling materials. They won't look like the last example, until they have enough polygons.
  12. And yes, tweaking shaders is fast and easy, and has immediate effect, thus there are many people who do that. I believe we also had some external guy recently who did the same in "Want to Help" section. Maybe we should just add these shader tweaks into addon managers and allow people switch between them as they like? Just like people can install a program (don't remember its name) and add postprocessing like FXAA to any game.
  13. 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
  14. I suppose I want the same as most who contribute to the project in one way or the other: to volunteer my time, effort, and knowledge to help TDM be as good as it can be. Sure. OK.
  15. OK. Thanks! In my case the issue is moot because I don't know how to do it. Hence my plea for help... If an FM author built their mission using assets that are licensed CC-BY-NC-SA (which I believe all do), if I understand correctly then that means they must license that mission under CC-BY-NC-SA too. Which in turn means anyone can build further on their work as long as they follow the conditions stipulated in the license. It seems odd to release a work under a certain license and then say "but I don't want you to do what the license explicitly grants you to do". "Applying a Creative Commons license to your material is a serious decision. When you apply a CC license, you give permission to anyone to use your material for the full duration of applicable copyright and similar rights." (https://creativecommons.org/faq/) If an author once benefited from the license when they created their mission, why would they not want others to benefit similarly from the same licenses? The license requires their name be mentioned in every remix that follows. At the same time I can understand that some creators more than anything want to create. The desire and drive to create may be so great that they accept conditions during the time of creation, to give them artistic freedom and to use the best available assets; contitions that they regret later when their work is finished and published, and they want to keep control over it. For the OMs I think the project as a whole would benefit from a relaxed and welcoming stance towards changes.
  16. Right now I lack the skill, but maybe in the future. There is no rush, merely suggestions. The missions are perfectly fine already, and these are just details. I wasn't aware if updating other creators' missions, even OMs, was frowned upon or appreciated. I'll try and remember that. Thanks for your help!
  17. Ambient atmospheres are in my opinion one of the best parts of the Dark Mod experience, not just for getting a mission to have the right feel but also for inspiration and to have them playing in the background when creating maps. The more the merrier, so here's a thread to collect all the links to ambient music and environmental sounds that could have a spot in TDM's setting. Ambients from the TDM forums Gast's Eerie Lullabies Magnanimous Merry's Miscellanea Orbweaver's Dark Ambients Spadey's Ambients Radioteque's Ambients Kyyrma's Composing Ambient Tracks for Dummies - Kyyrma shows how ambient soundtracks can be made from a set of sounds. Also contains some of his finished ambients. Request for more interior sounds - this thread is a very productive community session where members came up with a large and good selection of new ambients. Uncle Peti's Sound Den Dragofer's Ambients - post #6 in this thread SeriousToni's Ambients - posts #8, 12, 15 and 19 in this thread Ambients from the TTLG forums Custom resources list Gigagooga's Ambients 1 - possibly the largest pack of ambient musics and nature sounds, all of them high quality. Gigagooga's Ambients 2 - this pack puts more weight on shorter swells/hits/pads to be layered on top of a subtle ambient. Gigagooga's Ambients 3 Yandros' ambient loop Sephy's Ambients - a large collection of ambient pieces, including many shorter ones which will be valuable for anyone wanting to try a layered ambience approach like in the Thief OMs and Full Moon Fever. Internet databases www.freesound.org - some of the better composers in my opinion are ERH and BrandonNyte. www.purple-planet.com - a large selection of all kinds of ambient and musical soundtracks to be used freely. www.darkwinter.com - an internet label that publishes a lot of dark ambient music under a Creative Commons license. www.endlessascent.com - sister website of Darkwinter for non-dark ambients. Youtube Asatru Dark - also has very nice reference images for outdoor stone memorials, statue arrangements etc. #4 Void by Raffaele du Marteau & #6 Dreaming of Nowhere by Raffaele du Marteau - possibly the most forlorn pieces I've found on the internet. Alacazam - a prolific Creative Commons ambients composer . Cryo Chamber - for-profit label for dark ambient music with a large selection on offer. Going by their Youtube comments they're fine with people using their soundtracks for games etc., although you'd probably need to buy the soundtracks first. Dark Ambient Mixed Session - as much ambient as something to have in the background while mapping.
  18. Looking at the code, the originals were "pm_mantle_pull 750" and "pm_mantle_pullFast 450". The new "pm_mantle_pull" value is "400". A "pm_mantle_pullFast" value of "450" would be slower than regular pull, not faster. With both being set to "400", they are at least similar. Other than that, it's subjective and the feedback from playtesters was positive. Also, referenced internally here: https://forums.thedarkmod.com/index.php?/topic/22256-movementcontrols-settings-in-main-menu/&do=findComment&comment=489158
  19. Dear all, I know you all can contribute with hundreds of great/crazy ideas of all kind but, may I ask you stick in this topic to restricting saves in creative ways? Let's also please avoid heated discussions, chances are nothing of this will ever be implemented... Consider this a for-fun topic. I failed to follow my own rule , you can discuss whatever you like... -------------------------------------- I would personally like to have an "Options" section in the initial "Objectives" screen where I can choose special modes or settings for the mission. Thinking of "restricting saves in creative ways", here are some takes: Chronos mode: Unlimited saves but you must wait 5 minutes - from the beginning of the mission or from the last save - for the next save to be available. Lethal mode: Each time you save you hear a painful sound and health decreases by 1/5, to the point where you can die from saving. Health potions become a necessity. Treasure mode: Saving is enabled as soon as you pick up a piece of loot. If you use your save, saving gets disabled and you must pick up more loot to save again. Get ready to backtrack a lot! Ironman mode: You have a single save available throughout the whole mission. Will you use it? You get the idea... can you think of other creative / challenging / fun modes? Additional threads: Wikis: https://wiki.thedarkmod.com/index.php?title=What's_new_in_TDM_2.03 https://wiki.thedarkmod.com/index.php?title=Altering_the_savegame_behaviour_of_TDM
  20. That sort of tone doesn't fly in our forums.
  21. DarkRadiant 3.8.0 is ready for download. What's new: Feature: Support new frob-related material keywords Improvement: Mission selection list in Game setup is not alphabetically sorted Improvement: Better distinction between inherited and regular spawnargs Improvement: Silence sound shader button Improvement: Add Reload Definitions button to Model Chooser Fixed: Model Selector widgets are cut off and flicker constantly on Linux Fixed: DarkRadiant will not start without Dark Mod plugins Fixed: GenericEntityNode not calculating the direction correctly with "editor_rotatable" Fixed: RenderableArrow not drawing the tip correctly for arbitrary rotations Fixed: Light Inspector crashes on Linux Fixed: Models glitch out when filtering then showing them Fixed: Skin Editor: models not centered well in preview Fixed: "Copy Resource Path" includes top level folders Fixed: Skin Editor: internal test skins are shown if Material Editor was open previously Fixed: Changing Game/Project doesn't update loaded assets correctly Fixed: Model Chooser: initially hidden materials aren't revealed when enabling them Fixed: Choosing AI entity class 'atdm:townsfolk_commoner_update' causes crash Fixed: Sporadic assertion failure on shutdown due to LocalBitmapArtProvider destruction Fixed: Prefab Selector spams infinite error dialogs on Linux Windows and Mac Downloads are available on Github: https://github.com/codereader/DarkRadiant/releases/tag/3.8.0 and of course linked from the website https://www.darkradiant.net Thanks to all the awesome people who keep using DarkRadiant to create Fan Missions - they are the main reason for me to keep going. Please report any bugs or feature requests here in these forums, following these guidelines: Bugs (including steps for reproduction) can go directly on the tracker. When unsure about a bug/issue, feel free to ask. If you run into a crash, please record a crashdump: Crashdump Instructions Feature requests should be suggested (and possibly discussed) here in these forums before they may be added to the tracker. The list of changes can be found on the our bugtracker changelog. Keep on mapping!
  22. @stgatilov: You also mentioned some relevant things here: "Maybe start with finding who are these "we" people who want to change the license to assets?..." So far I only know of myself. Others are free to agree or disagree. (It may be worth keeping in mind that the population of current TDM contributors is not a representative sample of the population of all potential contributors. Anyone who has already joined did so accepting the current conditions. If we offer options, more may want to join.) "As a programmer, I definitely do not want to maintain any additional packages." I understand. And since I can't do it myself it will never happen unless someone is willing to help. "And I do not want to get entangled into any kind of licensing questions." The strength of any collaboration can be evaluated by its ability to harness the talents and interests of each contributor. Any open source project, where everyone participates by their own free will, will have a hard time compelling any of its participants into doing something that does not interest them.
  23. I would use this massive list for any fan missions, it includes campaigns too: https://www.ttlg.com/forums/showthread.php?t=148090 There are a lot of Fan Missions for the picking, I myself go for the lesser known ones and the short variety, because sometimes they hide a gem or two. Just like jaxa, I'm a bit outdated after the temporal retirement, but I do remember some amazing campaigns like "The Black Frog". If you intend to play The Black Frog, you should play the first two of the L'Arsene series missions, it's how I did it myself. Also, yes, L'Arsene are a fantastic series. The first mission of L'Arsene is a "rough draft", author was a bit new to Thief level making, but still great either way, after the 3rd you will see how his skill increased by a massive amount.
  24. Unfortunately, TDM forum deletes the separator between the numbers. So I have to guess where one number ends and the next starts Also, user can rename screenshot manually, or push it through something that would rename it automatically. Thenwe won't see coordinates on screenshot address on forums.
  25. tdm_show_viewpos cvar and screenshot_viewpos command: https://forums.thedarkmod.com/index.php?/topic/22310-212-viewpos-on-player-hud-and-screenshots/
×
×
  • Create New...