Jump to content
The Dark Mod Forums

Search the Community

Showing results for '/tags/forums/shorter fms/'.

  • 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. I just read@motorsep Discovered that you are able to create a brush, then select it and right click "create light". Now you have a light that ha the radius of the former brush. Just read it on discord and thought it may be of use for some people in the forums here too.
  2. I just found this thread on ttlg listing Immersive Sims: https://www.ttlg.com/forums/showthread.php?t=151176
  3. Recently revisiting the forums after a longer period of time I wanted to check the unread content. I don't know if I am doing this wrong since.. ever... but on mobile (visiting the unread content page on my smartphone) you have to click on that tiny speech bubble to go to the most recent post in a thread. If you don't click correctly you'll hit the headline and end up at post 1 in the beginning of the thread. It's terrible on mobile, since not only the speech bubble is really small and was to miss. But also the thread headline is just millimeters away from it so you go right to the first post that was ever made instead of the most recent ones. Am I doing it wrong? I just want to go through u read content a d the to the newest post from that topic.
  4. And here is the tdm_weapon_blackjack.script for By Any Other Name by @joebarnin updated to 2.11/2.11a standards. Nobody asked for it but here it is anyway. To test it, place the *.pk4 in the mission folder, like this: \fms\byanyothername\zzz_byanyothername_blackjack_script_211.pk4 No issues found on my side. zzz_byanyothername_blackjack_script_211.pk4
  5. Find attached the tdm_weapon_blackjack.script for A House of Locked Secrets updated to 2.11/2.11a standards. To test it, place the *.pk4 in the mission folder, like this: \fms\ahouseoflockedsecrets\zzz_ahouseoflockedsecrets_blackjack_script_211.pk4 I have tested it myself and didn't find any issues. zzz_ahouseoflockedsecrets_blackjack_script_211.pk4
  6. A@datiswous Ah yeah, well sorry, I was quiet busy and only visiting discord. First time here on the forums since months now I think.. Thank you for the subtitles. I encourage everyone who is interested in using them to download it from here as I'm not sure when I'll be able to implement them myself into the mission. Again, thank you for your work.
  7. Alas. I've deleted fms/inplainsight and restarted, and loaded The Hare in the Snare. The (long) intro video plays fine, but after selecting difficulty I get: Looks similar to the original crash.
  8. Of course, it is one of the reasons for the decline of online forums, since the advent of mobile phones. Forums on a mobile are a pain in the ass, but on the other hand, for certain things there are no real alternatives to forums, social networks cannot be with their sequential threads, where it is almost impossible to retrieve answers to a question that is asked. has done days ago. For devs for internal communication, the only thing offered is a collaborative app, such as System D (not to be confused with systemd). FOSS, free and anonymous registration, access further members only by invitation, full encrypted and private. https://www.system-d.org
  9. Ignoring is somewhat inadequate as you still see other members engaging in a discussion with the problematic user, and as Wellingtoncrab says such discussions displace all other content within that channel. Moderation is also imperfect as being unpleasant to engage with is not in itself banworthy, so there is nothing more to do if such people return to their old behaviour after a moderator had a talk with them, except live with it or move away. I'd be more willing to deal with it if it felt like there were more on-topic discussion, i.e. thoughts about recently played fan missions or mappers showcasing their progress, rather than a stream of consciousness about a meta topic that may or not have to do with TDM. I guess the forums already serve the desired purpose, or they just compartmentalise discussions better.
  10. No. You submit it to flood, who manages abandoned works, who then distributes the abandoned FMs to those who ask. This is all information that can be found in the original post of this thread
  11. Huh, that's interesting that min and maxDistance are dynamically updated in-game but s_volume isn't. Your method will have the issue that the sizzling will become inaudible at a shorter distance from the stove- if two steaks are audible ten meters away, realistically one steak should also be audible ten meters away but half as loud- but nobody will notice that if all the actual changes in volume will happen when you're standing right by the stove. And it does mean fewer speakers and less scripting. Looking forward to seeing your mission and eating some of that beef!
  12. I don't recall a system for noise masking. It sounds like it'd be a good idea, but when you get into the details you realize it'd be complicated to implement. It's not only noise that that goes into it, I think. E.g., a high register can cut through even a loud but low register rumble. And it's not like the .wav file even has data on the register of what it's playing. So either you have to add meta-data (which is insane), or you have to have a system to literally check pitch on the .wav data and paramaterize it in time to know when it's going to cut through what other parameters from other sounds. For that matter, it doesn't even have the data on the loudness either, so you'd have to get that off the file too and time the peaks with the "simultaneous" moment at arbitrary places in every other sound file correctly. And then position is going to matter independently for each AI. So it's not like you can have one computation that works the same for all AI. You'd have to compute the masking level for each one, and then you get into the expense you're mentioning. I know there was a long discussion about it in the internal forums, and probably on the public subforums too, but it's been so long ago now I can't even remember the gist of them. Anyway the main issue is I don't know if you'll find a champion that wants to work on it. But if you're really curious to see how it might work, you could always try your hand at coding & implementing it. Nothing beats a good demo to test an idea in action. And there's no better way to learn how to code than a little project like that. I always encourage people to try to implement an idea they have, whether or not it may be a good idea, just because it shows the power of an open source game. We fans can try anything we want and see if it works!
  13. Personally I applaud your approach. You take care to to lay out all your premises, inferences, deductions, and conclusions in a comprehensive and well organized sequences. Yes it takes a bit more time to read, but I don't think some of these more complex proposals could be broached any other way. And despite my digression, I think this idea is a good one. As far as I know, much smarter guard behavior is unexplored territory for FM design. There could be some really cool opportunities for smaller FMs that focus in on the experience of being hunted by a reactive enemy force. (And opportunities for smaller FMs to make waves is something we need, since not every one can make an Iris or a Volta for their first mission.) I'm with what seems to be the prevailing mood that this behavior should be customizable by the FM author rather than applied across the board. Otherwise you could destroy the difficulty calibration of a lot of old missions (although conversely, some old missions might get an injection of new life from some difficulty tweaks). But either way the first step is to make sure there is engine level support for the options. This is a good point. Single player games using online infrastructure pisses me off to no end. It's a preservationist's nightmare. But... this might be one case where an exception should be considered. TDM is non-commercial, so it wouldn't be some nefarious dial home to play situation. If someone wants to make a single FM that requires plugging into an online AI service to work that might be considered a worthy experiment...
  14. What patch is that? Sorry, I'm very unaware of non-vanilla TDM stuff, so I really have no idea what exists, aside from the FMs. That sounds like the stats tool I was asking for, though.
  15. I'm using the version from kcghost. I just tested and I can't see any difference inside the inventory. On the stats itself it doesn't show the different loot types (still seen in the inventory), but instead gives more info on stealth score. Edit: I see Dragofer made an updated version of his script. I have to check that out. Edit2: That version works: https://forums.thedarkmod.com/applications/core/interface/file/attachment.php?id=21272&key=02755164a3bed10498683771fe9a0453
  16. I looked but didn't see this video posted in these forums. It's pretty cool.
  17. It wasn't a "sacrifice", it was a deliberate decision. People wanted the game to be as close as possible to the original, including pixelated graphics. If you ask me, the former version based on the Unity engine looked and felt better. But, hey... I guess I'm not the right person to judge that, as I never played the original, and always found that the art style of System Shock 2 is much better anyway. This also illustrates the issue with community funded games: Too many cooks spoil the broth. In game design, you need freedom, not thousands of people who want you to do this and this and that. Just take a look at the Steam forums and see how all those wimps complain again about everything. Hopeless.
  18. So giving it none of those tags, but making the AI invisible, silent, non-solid, and on a team neutral to everyone would not work? Oh well, it was a horrible inelegant idea anyway.
  19. What I understood is that the idea of TDM was born from that it was unclear if T3 would get a level editor at the time. Source: https://web.archive.org/web/20050218173856/http://evilavatar.com/forums/showthread.php?t=268
  20. Functionality was broken between 2.10 and 2.12 dev. Currently you need 2.12 beta to make this work. Here is a test-mission with 4 possible briefing configurations with added Starter Location selection: text_mainmenu_briefing.gui - Standard text-based briefing nav_mainmenu_briefing.gui - Sotha's Advanced text + image based manual navigated briefing anim_mainmenu_briefing.gui - Sotha's Advanced text + image based auto-animated briefing vidintro_mainmenu_briefing.gui - Only Starter location selection briefing, for when video-briefing is used. The test-mission is set-up as a 2 mission campaign, where only the briefing for the first mission uses the location selection. This can also be used as a starter base for the functionally used inside your own mission. To test it, you have to rename one of the above gui files, so that the filename is: mainmenu_briefing.gui To make it work, you have to unzip the 7-zip archive inside tdm's fms folder. After that, you have to navigate to subfolder gui and unzip the file assetz.7z in it (I had to do this because of filesize restriction). Would be nice if someone could test it. Edit: I linked to it on the wiki: https://wiki.thedarkmod.com/index.php?title=Briefing#Controlling_Where_the_Player_Starts starterlocation_test.7z
  21. You can probably find the postmortem about it. They were using the Unreal engine whichever version, the same used for DX:IW, which was already kind of cramped with memory as you can see in that game, although still worlds better than Dromed! But one guy on the team implemented real time shadows IIRC on his own initiative. So they moved to that new version and got sunk into it before realizing it came with some heavy costs, like the memory use was so tight they had to chop the levels into parts with load zones, performance was a constant problem, and a lot of features had to be cut for related technical reasons like rope arrows, swimmable water, etc. And by then the original guy had left the company and I think know one knew the inner workings well enough to know how to fix it. Something like that. Then all of those problems just got compounded with the editor version for people making FMs. It wasn't even out that long before a group of editors and fans started looking for an alternative engine they could make a total conversion just for making FMs the way the game was meant to be, and the Doom3 engine fell right at that time... And that ultimately led to Darkmod.
  22. Everything is closed source, there was a low property limit, and a mechanism slowly adding to that property count during mission making, so FMs don't compete with OMs too much (removed by Snobel years later), and the only way to make any custom content is to have a very peculiar version of 3dsmax (5.1) and other odd tools (e.g. MilkShape for animation).
  23. This one is really essential: https://www.ttlg.com/forums/showthread.php?t=138607 Should work fine with the GOG version.
  24. https://www.ttlg.com/forums/showthread.php?t=152224 There is a new mapping contest over on TTLG for the Thief: Deadly Shadows 20th Anniversary and the organizers were kind enough to include The Dark Mod along with all of the Thief games as an options for making a mission to submit as an entry. The deadline is a year from yesterday and the rules are pretty open. I recommend going to the original thread for the details but I will summarize here: Rules: - The mission(s) can be for Thief 1, Thief 2, Deadly Shadows or The Dark Mod. - Collaborations are allowed. - Contestants can use any custom resource they want, though TDM cannot use the Deadly Shadows resource pack. - Contestants can submit more than one mission. - Contestants can enter anonymously. - The mission(s) can be of any size. Using prefabs is allowed but the idea is this is a new mission and starting from an abandoned map or importing large areas from other maps is not allowed. Naturally this is on the honor system as we have no way of validating. Mission themes and contents: There is no requirement from a theme or story viewpoint, however contestants might consider that many players may expect or prefer missions to be celebratory of Thief: Deadly Shadows in this respect: castles, manors, museums, ruins inhabited by Pagans and the like, with a balance of magic versus technology. This is entirely up to the authors, though, to follow or not - it is just mentioned here as an FYI and, while individual voters may of course choose to vote higher or lower based on this on their own, it will not be a criteria used explicitly in voting or scoring. Deadline: May 25th, 2024 at 23:59 Pacific Time. See the TTLG thread for details on submissions and the voting process. Provided I can make the deadline I hope to participate. It would be nice to see the entire community do something together, and expressing our complicated relationship with this divisive game seems as good a pretext as any.
  25. Higher-level alerts cost more to the score. It's not exactly rocket science. An extra point per level except the highest is even worse, and you can't count level-1 because half the FMs have the player spawn with level-1 alerts. Well more importantly it's not counted in the original rules for ghosting, which is what it's originally for. But to your point, not knowing where the Stealth Score comes from makes it even more arbitrary to the player. It has to come from something, and it's going to be arbitrary no matter how you spin it, so may as well explain how it's made if it's going to be there at all. Anyway it's well out of the way.
×
×
  • Create New...