Jump to content
The Dark Mod Forums

Search the Community

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

  • 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. Just for general information... If any mapper would like to use any of my mapping stuff (modules, geometry, etc) please feel free to use them! Just be sure to mention in your mission credits you use stuff made by me. Thanks and be my guest!

    1. Show previous comments  3 more
    2. grayman

      grayman

      Most excellent! Thx!

    3. demagogue
    4. Petike the Taffer

      Petike the Taffer

      Kiitos indeed. :-) And credit where credit is due, literally !

  2. Subtitle capabilities available in 2.10/2.11 are described in the wiki "Subtitles". For info about one new project using these capabilities, see the thread "English Subtitles for AI Barks". That project includes development of a TDM subtitle style guide. The thread here is mainly focused on ideas that would require future engine changes to implement. A. Automatic Switching Between Subtitle Languages Based on Settings This is a follow-on of a forum discussion between datiswous and Geep. It is desirable to have a standardized method for: subtitles to be authored in multiple languages, and so packaged and distributed as part of TDM and its FMs a gamer to dynamically select subtitles in a desired language The subtitle language choice might be controlled by the existing TDM language choice within Settings, or a separate "Subtitles Language" setting. B. Other Possible Improvements Requiring Engine Changes Most of these involve allowing the subtitle code to know something about game entities, and convey that to the gamer. Examples of useful knowledge: the ID of the speaker (or other source) the location of the speaker, relative to the player, the player's view, and other speaking AI. This type of information helps to disambiguate when there are multiple voices present. There are lots of ways such info is visually conveyed in other subtitle/caption systems, and might be added to TDM. C. Providing Subtitles for Existing FX These would have the "verbosity effects" subtitle tag. Beyond 2.11 capabilities, some of the location aspects of (B) would be pertinent.
  3. Not so long ago I found what could make a pretty good profile picture and decided to try it out on these new forums. But I couldn't find a button anywhere that would let me change it. I asked on Discord and it seems Spooks also couldn't find anything anywhere. So I logged into an old alternative account and, lo and behold, that account has a button. This is on the first screen I get when I: 1) click on my account name in the top-right of the browser -> 2) click on 'profile'. Compared to my actual account: Are you also missing this button on your account? It'd be very much appreciated if that functionality could be restored to any of the affected accounts.
  4. Exactly, it has to do with the charts. Check the offices of the other inventors for more information.
  5. A couple more: https://forums.thedarkmod.com/index.php?/topic/21739-resolved-allow-mantling-while-carrying-a-body/ https://forums.thedarkmod.com/index.php?/topic/22211-feature-proposal-new-lean-for-tdm-212/ https://forums.thedarkmod.com/index.php?/topic/22198-feature-proposal-frob-to-use-world-item/ https://forums.thedarkmod.com/index.php?/topic/22249-212-auto-search-bodies/
  6. I was here daily for a while looking for hints on various missions, then just played (and replayed) missions for a while without visiting. Can't believe I missed this one on release. And so many pages of messages in a short time! I do like to read here so I don't find out something long after I've already been through an area and then have to backtrack. But then again, some of the missions are so incredibly immersive that I don't mind an immediate replay armed with new information. I can't tell if I'm bad at controls or if my computer doesn't allow me to jump well, but I sure can't get where other people seem to be able to go. Sometimes I stack to get to places I'm not sure if you're supposed to get to, but sometimes I have to do things like this to get where others seem to be able to go. (pic) I'm not sure if my life is boring or if this is just incredibly great, but thank you to all of the people who do incredibly good work and make very high quality games. Haven't started yet, but I'm sure it's a treat as all of you developers just seem to get better and better.
  7. edit: TL;DR: I've tweaked the .lwo exporter to preserve autosmooth angle Ahem. When I started writing this post a couple of days ago, it was supposed to be a "please help me, models won't smooth" kind of thing, but as I started taking screenshots and such for a comprehensive view of the problem, the question morphed into a "is there a hack to get .lwo's to export the way .ase's do", then to "how to get the same surface smoothing from Blender as you can get from Lightwave" and eventually to "does anyone around know python and blender enough to fix the export plugin". But then I fixed the addon myself, so it was almost as if there's no point to the thread. However, while googling around for a solution I stumbled upon a whole bunch of incomplete (1,2) or outright wrong (1,2) information, and whenever the question came up the issue was never really resolved completely. That might be because the problem isn't obvious, since a lot of exported models will actually end up correctly smoothed on export, leading one to believe wrong shading in rare cases is due to modeling mistakes / bad shadowmesh / etc. Point is, having the definitive .lwo smoothing post seems useful. Identifying the problem: Here's the mesh. I add an 'edge split' modifier (I use sharp edges while modeling the low poly, so I can uncheck the 'edge angle' option). I can now apply the modifier(s) and export to .ase (triple the mesh either in export options or in modifiers beforehand). The .ase looks alright in-game: Now I'll export it to .lwo using this script. Depending on export options, here are the results: If I also check "remove doubles", I'll lose all of the split (sharp) edges: (recalculating normals on export can be unpredictable as well, so clean up the model beforehand instead) Right about this point I start searching for a solution online, stumble upon this and try the renderbump hack. However, all it seems to do is weld all of the vertices back together at runtime and attempt to smooth the whole surface, similarly to "remove duplicates", but with no upper threshold. (to anyone possibly reading this in the future: don't forget to revert your changes to the materials!) Source of the problem: At this point I still wasn't sure if it's even possible to get .lwo's identical to .ase's, so I installed Lightwave. Naturally, it took some time to eventually stumble upon Surface Editor (F5), and the "smoothing threshold" contained therein. But then I just had to crank it up to 180 and export to "LWO2". That fixes everything in-game: So the issue is trivial, I just have to find a way to somehow pass on a smoothing angle through the exporter. However, the "auto smooth" option on the object data tab doesn't seem to affect anything regardless of angle. Long story short, after some hex-comparison magic, I home in on SMAN block in the exporter script: So what it actually does is set your smoothing angle to either 90°, 86°(??), or 0°, depending on whether you've chosen "idtech compatible", "smoothed", or neither. The solution: Now, I don't know Python and I don't know Blender scripting, so I can't say with full certainty that I didn't break anything. But I did cobble together a version of the script that seems to do the job. Here it is, mirror / do whatever you want with it. If your mesh has autosmooth enabled, and you've checked "idtech" or "smoothed" on export, your chosen autosmooth angle will now transfer to the surface in .lwo: I took the liberty of changing the default export options to what seems to suit TDM the best, you can just open the script in notepad and edit them to your taste. Wrapping up, there are still some mysteries I didn't solve, such as "idtech compatible" models taking up only half the size of models exported otherwise (including from Lightwave itself), there doesn't seem to be any visible difference in-game, at least in TDM. That "1.5 radian" in the code still makes me scratch my head. And I still don't know if the 4-8x size savings over .ase matter for in-game memory at all (but at least I know I won't have to edit the *BITMAPs manually anymore). Even after all this, the .ase still has just slightly better shading, but since the outputs of the exporter and Lightwave itself are now identical, seems safe to say it's as good as it gets.
  8. computers like this were very expensive 4 decades ago in my where i live (based on information from my parents), they had the opportunity to use computers in their office around 1985 until 1993/4. Most of these computers are placed in government buildings and universities (some universities seem to use DEC VAX11/750 or 780 machines and hewlett packard unix workstations). I don't really know the other mainframe brands
  9. Texturing has to be redone from scratch, if you want to make anything 'PBR' out of PBR. For starters, diffuse maps are base color textures in PBR, need to use certain range and have no AO information in them. Color range is like 50 to 240. Edit: I see in the sketchfab model inspector, that you brightened the color map there. It looks pretty dark in the screenshots though, and as a final result too. Maybe using other some generic PBR materials would help instead? Working with existing TDM textures seem like a very wobbly foundation for any effort like this.
  10. For information about TDM on DIII4a, see topic
  11. How about setting and test those key combinations yourself and letting us know what works for you? Using the information in following TDM-wiki article. https://wiki.thedarkmod.com/index.php?title=Bindings_and_User_Settings
  12. The real St. Alban was a pagan who became a celebrated religious personality, this All Saints Day 2010 The Dark Mod places its own spin on this mythical figure. Screenshots: Intro: "'Business' has been slow lately, even more so after most of my gear got snatched during a Watch raid... I've since been forced to hit the streets and pick pockets for a living. But my luck was about to change, last night I was approached by a red hooded figure with a proposition... As we sat down in a dark corner of a nearby inn, he told to me that the Builders of St. Alban's Cathedral in the Old Quarter had recently unearthed a discovery that might lead to the final resting place of some saint." " But before I do anything, I need to get my tools and stash from the evidence room at the local watch station." "with the hawks, doves will congregate they will drop honey from the cliffs wine will surge over the earth the sheep will wander harmlessly with the wolf then the wicked will rise, but to retribution" - 'scripture of St Alban' There is a new version out now, see the following thread St Albans Cathedral version 1.6 Build Time: about 2-3 months. Thanks:- Huge respect to the Dark Mod team for such a great mod and for all the hard work they put into it and continue to put into it. Special thanks to Fidcal, Serpentine and others for their help on the forums and to Testing:Ugoliant, Baddcog, Grayman, Lost soul, Bjorn and Baal (for doing all the Vp work in the town. Readables: Ungoliant and Mortemdesino for all awesome work on the readables. Resource: Fids, Grayman, Ungoliant - guis, models & images. Misc: Loren Schmidt - the author of the map I based the cathedral on. Info: # Like Thief2, some things are climable, pipes, wall vines etc.. You can also drop some of the keys, some door that are frobbabe mean there is another way inside - explore u taffer! # Due to TDM being a lot more of a resource hog than T2 I have been forced to limit the number of Ai in the mission, but they have better placement than my last mission. # On all difficulty levels the player starts with vertualy no tools/weapons, there are weapons to be found - read, read, read! # For the love of all that is holy, read the briefing otherwise you will problems completing the mission. Known issues:- # This mission will have less than optimal fps at a few points on the map, mid range DX9 card(X1900/GF7800) or higher required. # On low end PCs I recommend, V-sync is off, AA is off, Aniso is 4x or lower and that any and all background apps are closed.
  13. Welcome to the forums! Please feel free to ping me via forum chat.
  14. If they dont contact you, there are locations where you info about this game. For example: wiki.thedarkmod.com and https://en.m.wikipedia.org/wiki/The_Dark_Mod Forumtopic TDM in the news. https://forums.thedarkmod.com/index.php?/topic/15109-tdm-in-the-news/
  15. AI has reached video game development. The current model is capable of recreating DOOM in real time while playing. https://arstechnica.com/information-technology/2024/08/new-ai-model-can-hallucinate-a-game-of-1993s-doom-in-real-time/ https://gamengen.github.io In the near future, daily a new TDM mission autogenerated? I remember in the past the game Rise of the Triad. Very nice FPS of 1995, similar to DOOM. But apart of the normal levels of the game, it included also an generator capable to create with an click any number of random maps and an Editor to create maps by hand A remastered version on Steam €19,95, the Demo version for free (10 maps, I think) https://store.steampowered.com/app/1421490/Rise_of_the_Triad_Ludicrous_Edition/
  16. I've just found this topic by accident by looking for information on how the lines of code regarding weapons function in TDM* and I figured I could give some advices regarding world-building and writing if you're interested, MirceaKitsune *for the moment after exploring the Dhewm3 wiki I'm getting a vague understanding about how it all works, the .def and .script files etc, but I don't find where these files are located in the TDM pak files and the function of a lot of lines remain mysterious for lack of commentaries, I found no information about that in the Dark Radiant wiki... is there a tutorial somewhere listing the functions of all the lines of code in the .def and .script weapon files ? One important thing to do if you want to make your universe and story timeless is to put it openly in an alternate universe, by using the usual "Year X after the Big World-Changing Catastrophe" chronological dating trick: it will allow you to include anything you want in the universe of your game, including anything concerning technology, objects, etc without risking it to become irrelevant or dated as real years pass in real life. This way, your universe is like in a self-contained box isolated from the real life and the "real future" anyone will experience in the following years from today. It's a basic story/world-building trick, but it's a must. Of course, to justify that technology in your fictitious universe has reached such a high point after a huge cataclysm that sent the world back to a Middle-Age level of technology, your plot/story inside your universe will take place several hundred years after that cataclysm. So, it's "Xth Century after the Big World-Changing Catastrophe", to be precise In passing, if you like 1970's aesthetic and music, I suggest you listen to this, from Shawn Lee: https://www.youtube.com/watch?v=appJZrqNYPg Most of his music have that 1970's thriller movie vibe with repetitive piano and violin, cool bass lines, wah-wah effects, the whole stuff. Depending on if you want your universe to have a realistic tone or a more "fantasy" one, you should change the name if you go for a realistic tone: in real life, intelligence services use bland names, often in the form of an acronym or an initialism. For instance, the CIA's department in charge of assassinations and any clandestine action requiring the use of violence is the S.A.D, for Special Activities Division. In france, the name of the section of the DGSE (= french CIA) in charge of that kind of work is the D.O., for Division of Operations, after having been called "S.A." for Service Action until the 1990s and since the 1970s if I remember correctly. Same thing for the name of the specific military units employed for these tasks, in france it is called "(the) alpha cell", which was an open secret for anyone that is a bit learned about any things military but was suddenly discovered by the general public after a shitty president, françois hollande, told of their existence to two journalists just to look "badass" and impress people, and then all the journalist were visibly shocked to learn that a government has to settle things in a permanent way sometimes, like these former nazi supplying terrorists with weapons as arms dealers in the 1950s as a way of getting a revenge against the french government for contributing to hitler's defeat during WW2... they had it comin'. Anyway, about Umbra the fictitious secret government agency in your universe, if you aim for a realistic tone, I suggest to create instead an intelligence agency that is absolutely not secret and on the contrary openly known by the population, with a bland acronym for name, let's say ORIA for "Office for Research and Intelligence Analysis", whether your fictitious society is a republic such as pretty much every country now or instead a dictatorship: as paradoxical as it may seem, even in a dictatorship everyone know the name of the secret police because it is a necessity to keep the population afraid -the citizens need a name to be afraid of, and to be threatened with by the government. Think about the KGB for instance, or, in Romania, the Securitate under Ceaucescu: even if it was a secret police, everyone knew its name and its existence, and even in the 1950's in Soviet Russia everyone knew that the Lubyanka is the name of the building where the KGB operated and where people were sent to disappear if they didn't obey or were "suspicious". Also, whether it's the intelligence service of a republic or of a dictatorship, the thing that is truly secret is always its inner departments/offices/sections, and a lot of time it's often just an open secret as I mentioned. Inside your fictitious intelligence service, there should not be "a special unit specialised in espionage and assassinations": in real life, every intel service is separated in specialized departments having each one its specific task and isolated from every other one (a basic way to avoid getting your whole organization going to shit if it was infiltrated by a rival intelligence service). Which means that: - the unit dedicated to killing people and blowing up stuff will only know and be told "go there and kill this one" or "go there and make a sound-and-light show of this hidden weapons depot there", but never more than that, again as a security measure (OpSec, operational security) in case there is someone of them taken prisoner or decides to betray. - that unit will often have no official existence (like the "alpha cell/alpha commando" I mentioned: you can be sure this name won't appear on the paycheck of its members, they'll just get called as any other agent by your intelligence service's accountants and nowhere in its Organizational Chart will this kind of unit will be named as such, it's usually an oral name, never written down anywhere), and will only be a part of a department such as "The Special Division Tasked With Planning Actions", without any contact with the other departments (again, security: the whole "oh noes, the enemy has stolen the List of all them agentz and made it public this is such an original plot for every so-called spy movie since the last 25 years !!!" doesn't happen in real life). - that department which controls this unit is just one among other departments in your intelligence service, where there are a department tasked with spying (recruiting agents, managing a network of spies which means paying them, keeping notes of the information they provide, making sure they really work for you and that they don't tell you bullshit, etc) and only with spying, another department tasked with building spy gadgets and only that task (GPS beacons disguised as a shoe sole that will be placed in the shoe of such person by a unit from another department that is specialized in clandestine operations that do not involve killing and blowing stuff up), etc. That separation in several services to maintain security is also the reason why every country has 2 intelligence services (15 or more if you're the USA, but that's not the subject ) : - one "internal intelligence service" in charge of everything that happens inside the country, is usually "civilian", has only police powers and spends its time investigating stuff and gathering information on various groups threatening the society from within and what are their projects/actions, which includes spying on and trying to infiltrate organized crime (think: FBI) - and one "external intelligence service" in charge of every threat happening outside the country (think: CIA), usually half-"civilian" half-"military", that spends its time spying outside the country, getting caught spying, killing innocent people who have discovered that agency's involvement in human experimentation for stupid mind-control projects that couldn't work anyway, testing toxic substances on the population of a remote french village or on the population of the USA because it's not like if they have a Constitution to respect or anything, and has a couple of units specialized in killing and blowing stuff up. But not more than a couple of these units: one important thing to know is that an intel service, unless it also serve as a secret police (in such case it will also be tasked with punishing the average citizen for not being doing docile or just being suspect of wrongthink) or has way too much budget and starts believing in "mind-control" and tries testing stupid ideas to achieve this, is primarily tasked with spying, just that. That is, gathering information, whether it is by planting spies somewhere (the glamorous movie-like aspect) or by just paying people to know stuff (the real, mundane day-to-day inglorious that's-not-gonna-make-a-good-action-movie functioning of an intelligence service everywhere, even in a dictatorship). An intelligence service is an institution just like the State' postal service, the State's department of transportation and motor vehicles in charge of delivering driving licenses, the State's military or the State's police: an institution rarely rebels against its own government, just because, well, it's the government and its politicians that pay its member's wages... if you want a true story, after the spying powers of the internal french intelligence service (the DGSI, formerly called the DST) were expended to allow them to more easily struggle against terrorists, they suddenly had their funding seriously diminished. Why ? Well, with these new spying powers they had got, they kept bumping on cases of governmental corruption during their investigations on terrorism funding, as a side discovery while following such or such lead... so the politicians neutralized them as much as they could, re-organized some services to prevent them looking into incriminating stuff, halved their budget, etc, and then some massive terrorist attacks occurred a couple of years later. The agents of that intelligence service were seriously pissed, some were so disgusted that they revealed that information to anyone that could relay it, and no TV or paper journalist ever talked about it. That's all: no rebellion, no "let's bring that government down", nothing. Because the head of the intelligence service is a civil servant / functionary whom wage is payed by the State, and because everyone at each echelon of the hierarchy is more concerned about having a good career than by doing anything, society be damned. And even if they were so pissed that they wanted to put the whole government down, they can't: they have families to feed, rents to pay, etc, so they have nothing to gain and much to lose should they put the political system down -who knows what would replace it ?. In a dictatorship, an intelligence service will be even less inclined to act against the government because 1) the agents often share the same ideology (a KGB agent is as much communist as the Dear Leader), 2) given how hated they are by the population that the agents or their predecessors have been bullying since all these decades, they just don't think it's a good idea to suddenly support The People to try to pass as the heroes. It's only in very specific cases such as for instance in Romania where at some point the Securitate ended up that fed up with Ceaucescu, and, very very certainly, knew that so much citizen were fed up with him too, that a whole intelligence service and not a few angry agents can decide to rebel against a government that pay their wages and provide them with a career and some nice social advantages: the Securitate finally decided to revolt because every element among a long list showed that it was the most rational choice. That's why no intelligence service ever rebels against its government or betray its politicians, so, for the plot of your story that will serve to introduce people to your universe, and again if you want it to have a realistic tone instead of a fantasy tone: only the player character decides that enough is enough and starts going rogue, supported on the margin by a few colleagues that would (or just could) provide only the bare minimum to help. Some money but not much, a former safe house that is unoccupied at the moment, some ammo miraculously lost from the armory, etc, but not more, no support apart these crumbles that they painfully managed to make at the player character's disposal. As for the player character's motivation, the massive reason why that agent finally decided to rebel, see what follows just below One suggestion regarding your story, relying on the groups you have detailed (specifically, the Gak or Draconi): during the first mission of your game, the Umbra intel service (I'm keeping this name for clarity's sake -oh, unintended pun, eheh) sends the player character in a building/research center/whatever belonging to that weird organization called Transgenic Security to find information on what they're doing, because Umbra has gathered a lot of information that makes its director think, once combined, that some very shady stuff is happening. At that point of your story, no one knows the Gak or Draconi, neither the characters nor the player. The player character discovers suspicious stuff, notably documents (emails, etc) revealing that the government is involved in schemes (corruption) with Transgenic Security. Nothing more: no discovery of the Gak or Draconi, nothing. On mission 2, the player character is send on another mission, not related to Transgenic Security, let's say in another country or in the desert, sneaking (or breaking, depending on how the player wants to play) into the base of terrorists to find information. There, the player character ends up discovering (or facing, if the players preferred to go all guns blazing) the Gak or the Draconi. Powerful beings genetically engineered, which is a Great Taboo in your fictitious society, just as today (judeo-christian beliefs firmly rooted in the society, genetic modification Is Teh Evilz, etc). The player character succeeds in accomplishing the mission, that was unrelated to the Gak or the Draconi's presence, keep that in mind, and passes on the unbelievable information regarding the presence of these weird and superhuman creatures, not knowing what they are, if they come from somewhere in the galaxy or if they are engineered through human researches. Mission 3 begins with the player character sent on another unrelated mission, tasked with accomplishing an objective unrelated to Transgenic Security and the Gak or the Draconi. The player character doesn't face or see them this time amongst the local NPCs, but suddenly discovers that Transgenic Security is responsible for the Gak or the Draconi's creation, is shocked, and even more shocked to learn that the government not only knows but has authorized research on genetic engineering in spite of the Great Taboo that this is, in exchange of a lot of money from Transgenic Security and the funding of the next political campaign and the recruitment of the president's cousin on their board of administration. At the end of the mission, the player character is forced to escape as Gak or Draconi troops converge in the location of the mission and have come to kill him/her, and understands that the government knows that he/she knows. Enough is enough: the Great Taboo is broken, genetic research is Teh Great Evilz, the government is corrupted AND they want the player character dead, so with all of this, the character is so pushed over the edge that the only solution is to go rogue and live in clandestinity with the help of the few colleagues that know the truth and have warned the player character about the arrival of the Gak or the Draconi. From now on, the player character has only one objective: to bring the government down, a long-term objective that will very slowly be on the verge of getting done through a lot of fan-made missions If the tone you want to obtain leans toward realistic rather than fantasy, the police force should always side with Umbra but always side against the player character of course, and always attack Draconi / Gak because their existence is so unfathomable due to the Great Taboo that is genetic research that, well, the average police officer seeing Draconi / Gak would believe they are monsters and, as such, threats. Regarding the formulation, one little detail: the police cannot be "hired as guard" by government agencies, since the police itself is a government agency, so any gov agency just receive protection from the police as the government orders the police to protect such or such gov agency when the need arise. The idea of creating an army of superhuman soldiers make the tone of your story and universe lean more toward the "fantasy" than toward the "realistic" side, that's a choice as valid as the other (even if a bit stereotypical), I'm just pointing the effect that this idea has on the general tone To make the government's corruption problem much more important and "motivating" for the player character to choose to rebel, because embezzlement of taxpayers' money would not be scandalous enough for an intelligence agency (they actually are guilty of that themselves, in some countries), the fact that Transgenic Security isn't seen well by the government should be changed and the government should see them as "just another company" officially while being secretly corrupted by them, again this suggestion is only valid if you choose to go for a realistic tone instead of a fantasy one Instead of taking over Transgenic Security's labs to use them, the Draconi should have raided these labs to get some equipment, captures a few high-level scientists and keep them hostages while having blown up the labs to lead everyone to believe these scientists are dead, blown to pieces by the explosion, and established a clandestine base in, say, an isolated hospital, still in working condition and operating patients daily, to justify the fact that they can still pay the electricity bills as they need a power source for their equipment. They would have dig the equivalent of an underground bunker under the hospital, using the old service tunnels as a base from which to dig, a bunker where they hide all the equipment needed to make more of them by cloning, hoping to grow in enough numbers to one day get their revenge against the government, and in the meantime they can employ the player character for missions whom aim is to obtain new scientists via kidnapping, steal more efficient cloning equipment, steal valuable stuff that would be resold to get more money to clone more Draconi or start buying weapons, etc. I hope this helps
  17. Indeed: there are already accuracy issues as soon as you use floats (especially single precision), and a hard-coded snap-to-integer behaviour seems to be reducing accuracy still further. That's actually a rare example of "App Hungarian notation" where the prefixes convey meaningful application-specific information, rather than just duplicating basic types like integer or float. It has been suggested that this was what HN was originally supposed to be, but everybody used it just to show primitive types which resulted in the whole convention becoming disliked. Exactly, and it breaks down completely once you start using more complex types than primitive numbers. Knowing that something is a pointer is useless without knowing what it points to, knowing that something is an "obj" or a "struct" is similarly unhelpful, and once you start trying to expand the convention so that the prefixes can convey information about the actual object type, you will end up with complex multi-character encoded prefixes that nobody else will be able to understand.
  18. This is an intereting discussion. So, could one of the mods please move this to a separate thread as to not derail the beta testing thread. As a developer, you spend about 80% of your time just reading code. So, optimizing for readability is very important. The more information you can gather just by reading without cluttering up the code (by needless comments) the better. Hungarian notation helps immensely to quickly prase the displayed code in your brain. Yes, your IDE will show the desired information as well, but a mechanical interaction with the code is required to show it (mouse over or similar). Also, often you are tasked to do code review on webpages that don't offer these nice crossreferencing features of your IDE. Some things are objectively bad, 'though, so the respective rules preventing those things should universally be followed. For instance, much legacy code is nested extremely because at some point in time, it must have been a rule that you only have one return-point in your function (probably a c-residual). Such code is exhausting to read ("what was the else-if-condition some 1000 lines ago leading to this else-case again?") and very likely contains tons of code duplication. Today, we have the rule to only use little nesting and short if-else-clauses, to make the code easy to read and debug. If I come accross such a nested legacy function, I refactor the shit out of that function while trying to understand it, just so the next person after me doesn't have to deal with that horrible mess again.
  19. My goal is to expose players to mechanics/information they normally wouldn't figure out on their first few missions but who would have thought this could be that difficult. I am keeping the above list updated. Proofreading and feedback is very welcome.
  20. Thanks for the heads up. Combining the two FMs into the same archive is troublesome because they will try to share assets that are different between Tales of the Riverside and Down by the Riverside and will therefore break each other. I've changed the download link to one that I know should work. The book has a few hidden objectives attached to it that get completed when you reach certain pages. In any case, it's probably better addressed in the tech support forums and will need a copy of your savegame to trace back to what's causing the crash.
  21. 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. :-)

  22. ah no it was built using an inhouse compiler called werkzeug or simply tool. it used some rather impressive magic where instead of using textures on a per pixel basis it uses the creation history of the texture. many more things went into making it this small the actuall game would have filled about 300mb without the special methods used to store information.
  23. Here's my first FM. A small and easy mission, inspired by Thief's Den and The Bakery Job, where you must find and steal a cook's recipe book in order to save a friend from going out of business. Download (version 4): Mediafire (sk_cooks.pk4) TDM Website's Mission Page The in-game mission downloader Thanks to: The people who helped me get this far, both in the forums and on Discord. The beta testers: MirceaKitsune, Mat99, Baal, wesp5, Cambridge Spy, jaxa, grodenglaive, Acolytesix ( Per the author in the beta testing thread. ) Skaruts has given permission to the TDM Team to add Subtitles or Localization Strings to this mission. (No EFX Reverb.) If anyone from the Community or TDM team wishes to create these we will gladly test them and update the mission database.
×
×
  • Create New...