Jump to content
The Dark Mod Forums

Search the Community

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

  • 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. Anyone ever done this in their maps? It's easy to duplicate an entity, move it back on top of itself, and move on without even knowing it happened. You can't visually distinguish them in DR, but in-game models will appear to be lit twice, lights will be twice as bright, sounds twice as loud, etc. I created a script to scan your entire map for these duplicates: https://github.com/jonri/darkradiant-scripts/blob/main/find_duplicate_entities.py If you drop this into your DarkRadiant scripts/commands folder, you'll get a new menu option called "Find Duplicate Entities". This will select all entities that share the same origin, model, classname, and rotation. Once selected you can either delete them, isolate them with ctrl-shift-h for further inspection, or just hunt down the selections manually. I opened a handful of FMs in order to do performance testing on the script, and many of them have a few duplicated items. One FM had a duplicated clock sound, another recent one had a whole duplicated bedroom set. Others had non-visible items like location separators on top of each other. And of course my own had a whole bunch, which is what motivated me to write the script. So, I think this might be useful to others. If enough people think this is valuable I could have this script included with DR by default. I'd also welcome any suggestions for improvements, for example if this mis-detects any legitimate entities.
  2. OK, not seeing too many opportunities to improve things yet. The mission is made of mostly model prefabs so there isn't really any excess triangulation due to brush carving. Most of the portals seem to be doing their job but since it's all model geometry all the open doors and windows pose a challenge to help much. Maybe forcing some func_portal closures at the fogged distance might improve things. Speaking of fog, I am seeing a lot of "double-fogged" surfaces. I believe this is happening due to duplicate geometry or transparent geometry. ( See the bright band in center of the screenshot ) : If you can isolate this extra geometry and make it into entities then you can set those entities with a "noFog" flag to prevent them from fogging. This presumes the geometry is transparent though.
  3. Hello! Tracking down information on software and plug-ins that work with D3 / TDM can be a tough. So I have created a thread here where people can post what software/ plug-ins/ tutorials or other references they've had success or failure with in TDM. 3DS MAX 2013 64bit .ase - Default .ASE model exporter works. However you have to open the .ase file in text edit and manual change the *BITMAP line on each material to read something like: "//base/textures/common/collision" which allows the engine to read the correct material path. md5.mesh / animation - Beserker's md5 exporter/importers for 3dsmax. http://www.katsbits.com/tools, Importing and exporting works. The model must be textured, UV'd, with a skin modifier attached to the bones to export. PM me (Kingsal) for help with this. Imported models using the script will not be weighted appropriately, so this is not recommended if you are simply trying to edit existing tdm content. (Use blender instead) MAYA 2011 32bit md5.mesh - So far I've not had any luck with Maya 2011. I am using Greebo's MayaImportx86 for Maya 2011. I've got the importer working however I get a "Unexpected Internal Failure(kFailure)" and the import fails. This could be due to something finicky in Maya that I am not doing correctly. Will keep trying.. Blender 2.7 about - Blender is commonly used and pretty well supported on the forums/ wiki. Various versions may work as well - https://www.blender.org/download/ md5.mesh / animation Blender MD5 importer/exporter (io_scene_md5.zip): https://sourceforge.net/projects/blenderbitsbobs/files/ Sotha's guide Blender Male/ Female rigs by Arcturus - Here Edit by Dragofer: more links found in this post.
  4. So, I wanted to build on my good experiences with the "Frob" stim/responses that are attached to all entities and find another use for them...and I failed again. Task: If the player extinguishes a certain flame (A) with a water arrow, a script should be started and A should be completely removed from the map (so that it cannot be ignited again with a fire arrow). Solution idea: Every flame has an inherited response to water/water arrows. You can also see this in the S/R editor. So I thought, I'll just add another response to water on the flame and add the desired commands. Result: It doesn't work, the script won't start and A does not get removed. What am I doing wrong? @Dragofer: Sorry for being such a pain, but this drives me crazy. @grodenglaive@Frost_Salamander: For your information...Maybe we should start an extra topic for the the whole subject...?
  5. In my understanding the entities are still being rendered for the normal view, since the x-ray subview is an additional rendering instance. You can show both views at the same time with transparency if you want a ghostly effect.
  6. V2.12beta crashed at the mission "the shadows at northdale" ---snip--- 354 msec to load m1 Interaction table generated: size = 0/512 Initial counts: 4418 entities 406 lightDefs 3765 entityDefs Restarting ambient sound snd_thieves_highway'(phantoms) with volume -8 Changed location from 'loc_apartment_streets' to 'loc_thieves_guild'. The ambient 'snd_thieves_guild' (music_thieves_guild) for location 'loc_thieves_guild' is now playing. Changed location from 'loc_thieves_guild' to 'loc_apartment_streets'. The ambient 'snd_thieves_highway' (phantoms) for location 'loc_apartment_streets' is now playing. Changed location from 'loc_apartment_streets' to 'loc_thieves_guild'. The ambient 'snd_thieves_guild' (music_thieves_guild) for location 'loc_thieves_guild' is now playing. WARNING:Cannot find sound snd_lockpick_lock_picked on door atdm_door_96x48_2hinge_29 DEBUG: entity atdm_loot_painting_medium_5 was frobbed and frob_loot runs DEBUG: entity atdm_loot_painting_small_7 was frobbed and frob_loot runs Trying to load image models/darkmod/props/textures/painting03_l_d from frontend, deferring... Trying to load image models/darkmod/props/textures/painting03_l_d from frontend, deferring... signal caught: Segmentation fault si_code 1 Trying to exit gracefully.. terminate called after throwing an instance of 'std::shared_ptr<ErrorReportedException>' double fault Aborted, bailing out shutdown terminal support About to exit with code 6 ---snap---
  7. Are the entities that are hidden while seen through the x-ray screen still being rendered by the engine?
  8. Many moveable entities are not pickable, like keys or anything that goes in the inventory, but which is still a moveable entity. There's basically two types of entities: those that go in the inventory, and those you can carry around. Bodies are actually the odd ones out, that can be used in both ways. They don't go in the inventory in the same sense, but they do still get pretty much "acquired". Even if there's an inconsistency there, from a player's perspective, subtle inconsistencies aren't really noticeable if the behavior is intuitive or expected. I personally prefer simple-click to shoulder. It feels more natural to me, because shouldering is also what I want 99.9% of the time (as do most players, I bet). And so, like I said before, it's more a matter of the most used action being the most accessible by default. A simple click is more accessible (and easy to discover) than a hold-click.
  9. The breakdown of the stim/response system is that entities can be set to emit stims around themselves, like a signal. If the stim reaches another entity that has a response to that type of stim, that entity will perform various response effects. For example a fire arrow emits a fire stim in a radius of x units every y milliseconds, so if an unlit candle with a fire response comes within that distance it'll perform the "relight self" response effect. The key part is that the stim is on one entity while the response is on a different entity. You can also create your own custom stims, for example the audiographs consist of stim-emitting tapes and machines that respond to that stim type. If you bring them close enough together a script is called to insert the tape and start playing the sound. Most stims are distance-based, but there are special cases such as frobbing and collision-based. Most of the stim types (fire, holy, visual etc.) only differ in name and ID #, and work the same way.
  10. I know what you mean. Springheel used this once in a tutorial for traps, but in the end I just copied his methods and didn't understand much. However, there is a different S/R application I understood and I find very handy. If you pick a random frobable entity, go to S/R and click on responses, you can select the Stim "Frob". If you then press the right mouse button in the response effects area, you can activate effects such as: clear/add targets on AI turn off/on lights play sounds remove items run scripts change frobability set skin trigger entities set light color Unfortunately, the last one (changing the light color) doesn't work so well. I have noticed that this effect is reset when you save and reload the game. However, I have not yet noticed this with the other effects (and frobability/remove works perfectly, I use them all the time. But that's only one of the possibilities, certain stims, as I understand it, work on approximation, and you can do cool things with them. There's also a Wiki entry written by Sparhawk, who coded it. Unfortunately I don't understand much there either. I don't even dare to ask, because Geep has already done so much, if he could revise this section and provide understandable examples for both stims/responses. @Geep Didn't you once open a topic in which you explained the use of stims? That was very informative, but unfortunately I can no longer find it.
  11. Hi I use Darkradiant primarily for making base Doom 3 maps, and apart from its propensity for causing windows to think it has frozen when switching between lighting and other modes (in some cases it actually does) it is a very good editor. However, when it comes to the issue of creating breakable lights, I am unable to do so due to the fact that this requires 'grouping' the light entity with the light patch. Doom 3's built in editor allows for this, but I cannot find this function anywhere in Darkradiant. I could use the built in editor, but I am accustomed to using Darkradiant, and am reluctant to edit maps in another editor for fearing of creating problems with the map. How do I 'group' two entities in Darkradiant? I must emphasize the difference between 'group' and 'connect' or 'bind' as I understand the latter two.
  12. 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
  13. That sort of tone doesn't fly in our forums.
  14. 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?
  15. 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.
  16. 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.
  17. tdm_show_viewpos cvar and screenshot_viewpos command: https://forums.thedarkmod.com/index.php?/topic/22310-212-viewpos-on-player-hud-and-screenshots/
  18. 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.
  19. Hello. There's one suggestion I wanted to make in regard to potential new entities and assets. I noticed there are now rat and horse NPC's, which can be placed on maps and offer a nice touch. Since the action usually takes place in towns, and players can break into people's houses or encounter civilians, I was wondering if cats and dogs could ever be expected. I think they'd add some nice extra detail to towns, and could even have a few roles in regard to gameplay. I was thinking of something among these lines: Cats: Can run about as fast as rats, and have the ability to somewhat block the player (slightly impede movement). Additionally, they can jump and may bump into objects... causing a noise that can alert guards, just like the player throwing objects at walls does. Obviously it should be a very small alert... we wouldn't want an entire army / gang running around the place because a cat bumped into a vase Dogs: Slower than cats and rats but still faster than players, blocks movement like a human NPC. I believe there should be two categories: Dogs that attack, and dogs that only bark (potentially attacking if attacked first). An enemy dog that barks can make a lot of noise, and alert guards from afar to your location.
  20. Relax @Näkki, it's great to hear you enjoyed the game. My personal expectations were just a bit different when I read the Steam page, although the various trailers should have been a warning that stealth maybe wasn't the biggest priority of the devs. From the Steam page: "Weird west legends meet eldritch horror in BLOOD WEST, an immersive stealth FPS." Also "Blood West is a stealth FPS inspired by the genre classics such as the Thief series (whose fans will be happy to hear the voice of Stephen Russell, the actor voicing the master-thief Garrett, returning here as the protagonist), S.T.A.L.K.E.R. games, or - from the contemporary catalog - Hunt: Showdown. The gameplay rewards the careful approach: scouting the area, stalking your enemies, and striking from the shadows. Can you figure out a way to clear a fort full of ghouls and monsters without raising an alarm?" From my personal experience I think the game is predominantly Hunt: Showdown, a bit of S.T.A.L.K.E.R. and a very small portion Thief. Stealth is very unforgiving and makes it almost impossible early game when there are various enemies around, but hey maybe I just suck at it. I don't see Deus Ex in it, unless the skill leveling is the Deus Ex part for you and then I have to disagree with you, as that seems like the trait system in Hunt: Showdown. Edit: What I also understood from the Steam forums is that the original VA was dropped close before the release of the full version and replaced by Russell with no real explanation from the devs why this was done.
  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 I'm curious why this solution was chosen: "forceShadowBehindOpaque" "1" on an entity means it will always cast shadows from any light, even if it is fully behind wall/opaque brushes. "forceAllShadowsBehindOpaque" "1" on worldspawn causes all entities to get forceShadowBehindOpaque flag automatically. This requires all of the missions to be playtested to discover issues and then updated. A seemingly impossible task. Why not the following solution?: "enableShadowOptimizations" worldspawn This is something that DarkRadiant could add automatically to new missions. For existing missions that could benefit a lot from the optimizations, such as The Painter's Wife, Written in Stone, Iris, etc., they could be edited to include the optimization worldspawn.
  23. List of major console variables and commands: PLAYER tdm_holdfrob_* --- set of variables that affect the reworked frob controls. tdm_autosearch_bodies --- automatically take items attached to unconscious bodies on frob. pm_headbob_mod, pm_lean_* --- allows to reduce some player movements. HELPER tdm_show_viewpos, screenshot_viewpos --- embedding viewpos into screenshot for better bug reports. tdm_open_doors, tdm_close_doors --- cheats to make mission testing faster. TROUBLESHOOTING r_useLightPortalFlow, r_useLightPortalFlowCulling --- improved light-entity interaction culling. Most major effect on shadows. This cvar is responsible for causing light leaks with stencil shadows, please report all of them! (thread) r_useNewRenderPasses --- selects from several renderer backend code paths. This is similar to the old r_useNewBackend cvar which has been deleted. r_shadowMapSinglePass --- faster code path for filling shadow maps. r_useEntityScissors, r_animationBounds --- improved bounds estimates for rendered entities. r_postprocess_dither --- new dithering in tonemap postprocessing for less color banding. r_shadowMapAlphaTested --- experimental mode for alpha-tested surfaces with shadow maps, where transparent areas of texture don't cast shadows. s_realTimeDecoding --- selects code path for decoding sound samples. tdm_subtitles_* --- many cvars for subtitle improvements (location cue, duration extension, debug text).
  24. GAMEPLAY * Frob controls have been reworked completely. Previously players were annoyed by having to do three presses to extinguish a light. Also, some player didn't even know that bodies could be shouldered and were limited with dragging bodies. Now simply clicking the frob button performs the action player needs most of the time, and pressing-and-holding the same button performs alternative actions like dragging bodies and extinguishing candles (thread). * Several aspects of mantling has been improved: overhead mantling has become faster, mantling over low obstacles is allowed while carrying an item or a body. Also it is possible to switch weapon while being on rope/ladder or mantling. Pressing crouch button on rope/ladder now starts slide-down immediately. * Some aspects of gameplay can be further simplified. Auto-search bodies is for players who don't want to waste time searching for keys and purses on guard bodies. Lockpicking "Auto" difficulty now indeed trivializes lockpicking (thread). * Leaning animation has been improved with lower head tilt (thread). * Player footstep sounds have been rebalanced. Metal and water sounds were especially painful previously. * Further improvements of subtitles: revised location and font to avoid overlapping with other GUI elements, added directional cue, better slot allocation. Each subtitle is now displayed for at least one second even if the sound is very short. * More settings to reduce camera bobbing/rolling/shaking, which is good for players who feel motion sickness from default camera animations. * Now several script addons can coexist and work independently (thread). ENGINE * Optimized generation of light-entity interactions in rendering frontend. Also greatly optimized shadow processing, especially for moving lights. Unfortunately, many existing missions are not compatible with these changes, so you might see light leaking through walls (mainly with stencil shadows). Please report all such cases, we'll apply workaround on case by case basis (thread). * The "old" and "new" rendering backends are finally merged into one. It is as nice to program as the new backend, and as old-fashioned and reliable as the old backend. Single-pass shadow maps enabled by default and now respect noselfshadow. * Materials with polygonoffset now interact with lights. So static decals can have bumpmap and specular lighting. Note however: dynamic decals still don't interact with lights. * Revised parallelSky lights and marked shadowing parallel lights as deprecated (thread). * PNG image format now behaves equally to other supported formats. In particular, it is not required to explicitly specify its extension, and it can be referenced directly in GUI code. * Added functions min/max to material expressions, which can be useful for clamping. * Fixed minor culling bugs on animated entities and enabled entity scissors by default. * Reduced color banding for fog with some dithering at tonemapping stage. * Finally our C++ code can compress and decompress all texture formats we use, meaning that we no longer depend on occasionally buggy/slow vendor implementations. BUGS * Now both OGG and WAV sounds work the same way and stop playing while in main menu. * Fixed "gui::startSelect" as a feature that allows to choose player starting location in GUI briefing. * Fixed warnings in newspaper_bridgeport0X core readable GUI. ASSETS * Added automatic turrets, to be combined with security cameras (Thread). * Added more covered furniture models (6289). * Added wall models from Seeking Lady Leicester (6293). * New and fixed versions of atdm:lamp_electric_square_3_lit_unattached (6315). * Fixed UV map on Stove models (6312). * Fixed some issues with moor AI (6345).
  25. Objectives are currently stored by entities named target_tdm_addobjectives inside the map files. Is it possible to store the objectives externally? For example in an xdata file. You do script editting (which often interact with objectives) outside DR, so it makes sense that you could edit objectives also outside DR. Maybe it needs a specific script that fetges the xdata and stores it in the entity at runtime?
×
×
  • Create New...