Jump to content
The Dark Mod Forums

Search the Community

Showing results for '/tags/forums/kickstarter/q=/tags/forums/kickstarter/'.

  • 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. There is no SS3, how can they do a remake? And thank god they got rid of unity, that engine is total trash garbage on anything over 60 fps. Just spend 5 minutes on steam forums for Unity project games, and there's just thousands of people complaining about poor performance, stuttering etc.
  2. Yes, you are still viewing The Dark Mod Forums I've just finished the upgrade of our IPB Board Forums to the latest release. Packed with new features, rewritten code and all that. Have a look around. The skin is currently the default one, but will sooner or later be converted to a darker skin, to fit the Dark Mod universe. Also note that the forums have been moved from http://modetwo.net/darkmod to it's own sub-domain: http://forums.thedarkmod.com - all forum links will still work tho, thanks to Apache's rewrite-plugin. Please report any bugs, requests and comments in this thread. PS: The forums will run a bit slow the first hours as the cache is being rebuilt.
  3. Just wanted to say, Hello! From reading through various posts in the forums it seems like a great community and I hope to become a part of it. So I got the hankering for some Thief as of late and stumbled on TDM through some googling. After purchasing Doom 3 through Steam and instaling TDM, I have been nostalgiacly playing through many of the FMs and have also decided to d/l the Radiant editor and start making a mission, maybe many, we'll see. As it turns out also, I just started (today!) my 1 week vacation from work and intend to dive in to the Radiant editor and am currently going through the A-Z wiki on it. A bit of background on me, I 'used' to work in application support till the economic crash a couple years ago and was laid off and am now running a machining center at a local machine shop, using Mastercam daily, 2D/3D stuff and have always wanted to make a mission/game, and decided since I've always enjoyed the Thief series and stealth gameplay so much, this is where I would start. After getting to my third year in Mechanical Technology I changed my major to Information Technology (should have went with straight Computer Science but ahhh hindsight). I've always loved building things and designing things and also really enjoy computers, art, audio, and the entire visual experience as presented to a user. I have created a couple playable maps before using the older source engine editor so I'm vaguely familiar with 3D modeling, skyboxes, lighting, AI pathing, etc. That's been over 10 years ago though. I got familiar with 3dsmax, ProE, Autocad, and Mastercam in my first major during school so that helps a bit when familiarizing with a new editor and as previously mentioned I've dabbled around in the Valve Source editor. I'm also very much looking forward to the Crucible of Omens campaign created by the marvelous talent at TDM and would like to help in any way I can once I'm familiar with the Radiant engine. I can also do many many voices, I've often thought about moving out to Cali from Indiana and finding work in voice-overs, voice acting, etc. All this started as a youngster with little friends, time on my hands, and imaginary friends. Wow that's hard to admit. So anyway, I've been working on a shadowy Garrett voice, and can do guards and some women characters with old, old english, gruff, slippery, sneaky, terrifying, voices and personalities. Just thought I'd mention that as it may be a way that I could contribute early on and would also enjoy. So anyway, too much about me and not enough A-Z wiki, back to the tutorial! Glad to be here and hope for good things to come.
  4. I haven't been around too much recently, but when I do look into the forums every so often, I am always amazed how much progress is being made on the mod. Great work people!

    1. Show previous comments  1 more
    2. Sir Taffsalot

      Sir Taffsalot

      I wish there was a way we could play against each other on line.

    3. Melan

      Melan

      Neat, but a gimmick.

    4. Sir Taffsalot

      Sir Taffsalot

      True but its Chess meets Thief! The best gimmick ever!

  5. Probably the .script file that's needed, but unfortunately can't be included with a prefab. Maybe there's a comment somewhere in the prefab (or in the wiki or forums) that says what script it needs and where to find it. (The similar combination setup I used earlier doesn't involve "slot", so clearly uses a different script that I what I have.)
  6. Since it already has been mentioned in the forums, I'd like to announce a small project of mine. A few weeks ago I was playing Legend of Grimrock and it struck me that their level design is extremely simple and modular, and yet, the player can spend quite a lot of time in the game. And it looks pretty, too! So I wondered if it wouldn't be possible to create a modern "Dungeon Crawler" (solve puzzles, fight monsters, collect loot, progress your character, upgrade your equipment) type of game inside the TDM engine. The engine already supports a lot of things one needs for this, and the overal structure and assets work, too. And with prefabs, one might get the level layout done quickly. However, building a few test prefabs in DR is easy, but creating a full mission out of them is quite painful. Not only needs it a lot of planning, but you can also spend a lot of time "upgrading" things later on. For instance if you later want to add a grime decal to the walls, you have to revisit the entire map. Even worse is if you find out later that your block size must be bigger or smaller. So the idea was born to create a sort of framework that can assemble missions from prefabs. Preferable while getting the description of the mission from a text file. So far, this has been a lot easier than I thought. Here is what I got working so far: Overview: You can describe your mission in a (Unicode) text file. This contains overall options, different locations (each location can have its own ambient light, music,name, fog), and the connections between the locations. Each location can have multiple "floor levels", these are stacked on top of each other. The config file also specifies which symbol means "use this prefab". It is also possible to specify links (per location), which means you can say "this lever with the symbol A opens the door with the symbol D". The framework reads the prefabs, and then positiones them in the map. It also glues all the locations together, adds location_info entities, a player start, an exit, and an objective to reach the exit. The resulting map is then enhanced with script objects (all nec. assets are bundled together), and automatically dmapped via TDM. Everything then is packaged together into a working .PK4 file. My demo map takes about 20 seconds, where 15 are dmap. In addition to the "basic" stuff I also managed to get a few things working, like a pressure plate, portcullies, and also made some puzzles. Oh, and per location fog (fading from location to location). Different difficulty levels are also supported, one can specify "this prefab appears only on easy" etc. You can find more info and screenshots and demo here: http://bloodgate.com/swift/ There is also a developer diary where I will be posting interesting entries from time to time. Here is an DR shot of a sample level, consisting of small modular prefabs and one large (the large hall on the lower left): The next steps will be to add more randomness (either static at map generation, or at runtime, so the map is slightly different each time you replay it). Also, while it is already possible to "overlay" prefabs (e.g. "for this location, look first here before falling back to the default"), it is not yet possible to "reskin" prefabs. This would be something which is impossible in DR (you cannot really reskin worldspawn brushes, unless you live with the fact that it is all manual For now I'm quite excited!
  7. Thank you for a great puzzle fm! I'm having real trouble with the TDM v 2.10-64bit on Linux Mint 21.1 Link to the guide supplied by V-Man339 https://forums.thedarkmod.com/index.php?/topic/15844-fan-mission-the-gatehouse-by-bikerdude-goldchocobo-updated-02112014/page/7/#comment-429405
  8. Theres still brainstorming how it would work hypothetically. Where would it be stored? I see 2 viable options: On the map file somewhere. Having a list on a server somewhere of all the maps and their tags. I think option 2 might be the best in the long run because it allows expansion onto the tags without having to go through each map file and update them if something comes up. How it will look in the client. Would the tags be in a drop down box in each section where you can filter out maps you want? (I think gamebanana had this way back) Would it be like steam tags where you can search certain or multiple tags? Where should the tags be? I personally think they should be out of sight unless you specifically click to see them so it's easy to go into the mission not knowing whats ahead if you like that.
  9. I agree. I'm copying this idea over to the https://forums.thedarkmod.com/index.php?/topic/21741-subtitles-possibilities-beyond-211/ thread. Related: I'll probably do some more experiments with the current TDM font & size, to understand max char count versus field width.
  10. Some years ago i succesfully downloaded the wiki with wget, for TDM dvd. I dont know if this method wikl work now. https://forums.thedarkmod.com/index.php?/topic/19998-tdm-collection-dvd/#comment-437887
  11. I'm trying to fix the warnings on my end, but remodelling the models is out of my league, so you're going to have to fix the stairs model on your end: "WARNING:ConvertLWOToModelSurfaces: model 'models/darkmod/architecture/stairs/set01_stairs.lwo' has 17/8108 nontriangular polygons. Make sure you triplet it down" Edit Also there's this model, which is probably a modelling issue as well: "WARNING:ConvertLWOToModelSurfaces: model 'models/darkmod/misc/clipmodels/pickaxe_cm.lwo' has bad or missing uv data" I still have hopes for script-hotfixing the following warnings: "WARNING:Couldn't load image: tdm_tongue [map entity: atdm_ai_townsfolk_female_1] [decl: atdm:ai_head_female02_base_brunette in def/tdm_ai_heads_springheel.def] [decl: female_head02 in def/tdm_ai_heads_springheel.def] [model: models/md5/chars/heads/npcs/female_head02.md5mesh] [decl: tdm_tongue in <implicit file>] [image: tdm_tongue]” (Edit: I hotfixed this issue and attached the hotfix in the tech support forums. The "tdm_tongue" shader should simply be renamed to "tdm_character_tongue".) “WARNING:Couldn't load image: models/darkmod/wood/boards/wood_brown_dull01 [map entity: func_static_53] [decl: old_plaster in skins/tdm_models_architecture_modules.skin] [decl: models/darkmod/wood/boards/wood_brown_dull01 in <implicit file>] [image: models/darkmod/wood/boards/wood_brown_dull01]" (Edit: I hotfixed this issue as well - see the tech support forums - but I think you should still go over this file, because there are a lot of other suspect textures in there as well.)
  12. I think that the existence of a dedicated bug tracker for this engine proves that I should somehow make it known when it crashes. I just figured that the tracker was an internal thing between developers, and that it was okay to instead report the bugs here, especially since I desperately needed help with it, and since you have two sub-forums mentioning that they're intended for reporting bugs. ...so why, when I report a bug, am I getting shamed for it? Why was the guy in the thread you linked getting shamed for not backing up his project, instead of the main dev acknowledging that there is a very deceptive button in the engine, that can remove fan mission folders when you press it? Blaming the reporter for not backing up his work, is certainly not how I would personally handle reports of entire projects disappearing, but I guess now I'm warned about how he sees these things, to the point where I'm wondering if it's a good idea to report any bugs I find in the future, at all, if I'm just going to be considered a bad person for it. "Hm, to my experience, crashes in free software is a regular thing. Try "Natron" and you will understand what I mean." I don't understand your point. If crashes happen frequently enough, should we treat them like Covid and just "try to live with it"? I'm pretty sure that the bind bug is easy to fix, but it's like you're saying that bugs have a right to exist too. "Lots of longtime DR mappers ask questions in the Newbie thread (myself included). Nothing to be ashamed of and by DR/DM standards you are a newbie (and you have not to be ashamed of that as well! )" So if I've programmed for 30 years, mapped for Dromed for countless years (since roughly the turn of the millenia), mapped for the Dark Mod for 1 year, but joined these forums just a few weeks ago, I'm a newbie. I think that by that definition, the word "newbie" has lost all meaning. Besides, reporting crashes are not the same as just asking questions. Anyone can reply to a question. It takes a developer to fix a crash issue. ...and it's like you don't expect the developers to even fix crashes, and I really hope that you're wrong about that. For example, since I updated to this year's version, Dark Radiant itself, hasn't even crashed once, and it used to crash all the time, and so I take that as evidence that development involves fixing crashes. "If you want to report a bug, then please use the Bug Tracker." Will do. I was just fooled by the subforum descriptions actually telling me to report bugs in them. "You wouldn't believe how many mappers lost WIPs because of defective hardware" Again: I don't see your point here, where you argue for not fixing defective hardware. When I'm told about a bug in my program, I just go "Thank you. I'll fix that.". I don't go "Well, weren't you a sucker for using my program.". That's not how I was brought up at all. "for somebody who expects Armageddon in the near future (and there are really good reasons for that), you have a pronounced need for communication. I think that does not fit, because: Why go on with communication when all hell will break lose the day after tomorrow?" Well, why not? Yes, I am so interested in mapping, that it's actually cutting into my apocalypse survival routines a bit, but that's just human nature, and a month's vacation from prepping, won't make that much of a difference. "I hope that you - despite of your own assessment - will finish your WIP and we all can enjoy a cool new mission in the future with your name in the credits." Well, for me, mapping is about pleasing myself - not others. Play The Beginner's Guide, and you'll see what I mean.
    1. Show previous comments  1 more
    2. lost_soul

      lost_soul

      I never got into BSD, though I've installed it once or twice. This is another reason to check it out.

    3. simplen00b

      simplen00b

      @Sir Tafs: +1 (zillion)

    4. Serpentine

      Serpentine

      The BSD's arn't for everyone, but within their goals, simple code and mailing lists lies a lot of goodness and simplicity. I love the underdogs. Anyhoo work will be Linux friendly too. Portability is a cornerstone for good code.

  13. I guess the best image-to-normal conversions I've seen here in the forums are via njob. I am curious about this AI thing though: https://github.com/HugoTini/DeepBump has to be installed into Blender as a plugin?
  14. If angels are tainted, then the devil is not so bad. EA and Konami weren't that bad all along. At the end of the day there are good people everywhere. But the big boss decides what's good for profit anyway. The bigger the profit and team - the more exploitation. Only indies and open source projects are truly free of this temptation. Even long time companies with good reputation such as Ice-Pick Lodge can have some faulty communication. Most glaring example can be their Kickstarter projects. Most famously Knock-Knock and Pathologic 2 had some downsides after, apparently, not crunching. All that resulting in endless delays. So, I don't know what's better. If we polarize, the other extremity is development hell. As a consequence, AFAIK Ice-Pick Lodge might have had some staff layoffs after Pathologic 2 - only 1/3'rd of the game was released with the promise of more. Game dev is always about compromise after all.
  15. No, not really, have only seen him on the forums many years ago. He deserves a lot of credit for providing the SVN infrastructure in the beginnings of the project, it's been only later when we transferred this to a hosted server. Memory is blurry, but I think my time working on TDM and his don't overlap that much - I had been getting more active, and he pulled back a bit. He bootstrapped quite a few important systems, IIRC he's been working on light gem and the first Stim/Response and Inventory implementations. From what I recall, he gave the project an organisational backbone in the technical department which is crucial to keep things together. Folks like Spring and NH who have joined long before me could give more insights, I guess. (Looking at my join date makes me feel old either way. From TDM's current view point, the year 2006 seems like right at the beginning, but actually the mod had already been existing for two years by that time I joined. With the first release in 2009, 2006 is rather in the middle. Heck, I haven't touched the mod code for at least 10 years - and I can still remember a few things, which is a testament of how much it occupied my thoughts back then).
  16. I recall I speculated about this option when I started working on tdm_installer, i.e. using zipsync for FM downloads too. The common opinion was that's not necessary... now a lot of things happened, and turning the wheels would mean a lot more development. Also, it was common opinion that even though we provide older versions of TDM, we don't support them. I'll create 2.09 tag in SVN before committing the breaking changes (and will create tags before every major release), so the state of 2.09 will be saved. But I don't think players will be able to access it.
    1. Show previous comments  9 more
    2. demagogue

      demagogue

      (We can leave the thread for journalism corruption, but just on this...) Then the issue in academia is money flowing to the more corruptable fields like science & engineering with the big corporate grants & revolving door with staff. The humanities might not get that, but OTOH they are getting pressured to "justify their existence" financially. I could probably agree it's rife in almost any human field though, as long as there are incentives there will be corruption.

    3. demagogue

      demagogue

      Or then we have the "uncorruptable" critical academics, but then they're basing their work on Derrida or Marx and are so detached from reality they throw their credibility out the window. It's good to be critically detached, not so good to be derailed from reality. My position in law sometimes is something like a critical realism, but it's practically an orphan position. (You want to protect victims *and* think science works??? Wha...?)

    4. Sotha

      Sotha

      Who is uncorruptable anyways? I cannot convince even myself that I would be uncorruptable in every situation. And I perceive myself to be situated in the more-reliable-than-50%-of-the-general-population side in the gaussian distribution curve of corruption. Problematic, yes?

  17. Does anybody else have this problem? In the (European) evenings the forum is unbearable slow. The server is delivering about 8Kbyte/s, sometimes less and usually stops midwhere during loading the page. Sometimes you can't even get the index page, sometimes you can log in, but then only get half of the overview etc. In the mornings everything is snappy.
  18. For the last 1-2 weeks the forums have been really slow and unresponsive for me, when I type a post half the time it just sits there etc.. is anyone else having the same issues..?
  19. There are other complications though. How much fall damage should player take, if they decide to jump off a rope with the body? Should the player let go of the body or not? Also, right now it's much harder to jump off the rope with the body than without it. Why? And last but not least, how would you teach players these things, possibly without much hand-holding and text prompts explaining the rules? I guess I'm with @STiFUon this one, if you restrict dropping the body, you'll save yourself (and mappers) a lot of headaches. But even that doesn't solve all the problems, I know I'm in the minority in these forums, but as a player, I really appreciate the beauty and efficiency in simplicity of the design. Not overthinking everything and adding more and more rules for the sake of realism (or anything else).
×
×
  • Create New...