Search the Community
Searched results for '/tags/forums/use' or tags 'forums/useq=/tags/forums/use&'.
-
The still ongoing Windows 10 topic sparked my curiosity why people do not just switch to Linux. But users of other OSes are also allowed to vote.
-
"Out of all the districts in Bridgeport, the Pagan Quarter is probably the second worst... it's certainly the last place I'd want to live. Sadly, I don't have a choice in the matter." It's with great pleasure that I present my third Dark Mod FM, "The Maybury Idol, Part 1: A Trip to the Museum" https://www.thedarkmod.com/missiondetails/?internalName=maybury1 This is the first in a planned 4-part series which is largely already plotted out to conclusion, and I'm planning to get started on Part 2 soon. Compared to the last FM I submitted, this one is a lot more linear and story-driven, but it also includes conversations and a mid-mission cutscene... which along with learning some basic scripting has really opened up a lot of possibilities in mission creation, and I'm looking forward to putting the lessons learned here to use in future. I'd like to thank everybody in the Beta Testing thread for ironing out the many, many wrinkles that came up and for offering helping advice in how to patch up the map's shortcomings: @Baal, @Cambridge Spy, @Bikerdude, @wesp5, @Bergante, @Keruah, and @tapewolf I hope you enjoy it.
- 72 replies
-
- 16
-
-
redhat is one of the oldest players in the linux world which is why i guess most proliferate them. redhat is also the developer who took over cygwin from cygnus solutions and further promoted it as a way to build linux software for use on windows and spawned multiple subprojects like msys and rtems who were used as frontends for building pure windows and other OS based binaries using native compilers (mingw gcc for msys and a mix of both msvc and gcc with rtems). cygwin itself relies on the cygwin dll as a dependency for running linux applications on windows by creating a minimal shim based on a subset of the linux runtime environment via newlib. unfortunatly while it works it is also rather slow because of the emulation so some people created a neutered version of cygwin as a frontend for driving the mingw compiler (msys or minimal system). this allowed users to build software from the linux world as native windows binaries but it did take quite a lot of patching because some of the software relied heavily on the linux api so these parts had to be rewritten to work with the windows api. Rtems was used heavily by the firefox team before they changed the engine. Mostly because of hurdles with gcc's windows incompatible exception models (dwarf and sjlj) C code was still handled by gcc but for C++ they used msvc so that exceptions were still compatible. in the end developers started doing most of the gruntwork to make things work on both but it took close to 30 years before we got that far. the original msys is now dead and replaced with msys2 which collaborates tightly with the cygwin developers and is much closer to the original cygwin code than msys was, in fact you only need to set a few environment varables to turn msys2 into cygwin. it has even been discussed to add X11 like cygwin does but as a real windows based desktop system for applications that only have gui's compatible with the X system like many of the gnome gtk packages. The old msys can still be downloaded and used with both 32 and 64 bit mingw, but it a bit buggy and uses a very old package manager that is incompatible with 64 bit mingw. Might be possible with a lot of work to port the msys2 pacman to it if anyone wanted to. The biggest problem is the instability of the old versions fork implementations and the fact that old msys is 32 bit so it has problems with large memory footprints.
-
Question: multple security cameras - one security monitor
STRUNK replied to Bikerdude's topic in TDM Editors Guild
Ik quickly asked Gemini, the free google AI: This looks like a script for the Doom 3 / id Tech 4 engine (or a derivative mod like The Dark Mod), given the use of sys.getEntity, spawnarg terminology, and specific camera state integers. There are two critical logical errors and one undefined variable bug in this script that will cause it to break or fail to compile. Here are the fixes you need to make: ## 1. Define the Global or Local State Variable In cycleCameras(), you use currentCamera to store the active camera number, but it is never declared. If multiple functions need it, it should be defined at the top of the script. ## 2. Fix the Camera Power-On Logic Loop In toggleCameras(), when poweredOff is true, the script turns the camera entity on and checks if ( startsHidden(screen) ) { screen.hide(); }. * The Bug: By default, when a map loads, hidden screens are already hidden. If you turn the system off and then back on, the script hides the screens that should be hidden, but it never calls screen.show() on the one screen that is supposed to be visible. * The Result: Activating power turns the cameras on, but all screens remain black/hidden. ## 3. Fix the "All Screens Showing" Misconception Your areAllScreensShowing() function assumes that when the cameras are powered on, screen.isHidden() will return false for all screens. In id Tech 4, using camera.On() or camera.Off() affects the camera feed entity, but it does not automatically alter the spatial .hide() or .show() status of the screen brush/model itself. ------------------------------ ## Optimized & Corrected Script Here is the corrected version of your script with the bugs fixed: /////////////////////////////////////////////////////////////////////////////////////////////////////// SECURITY CAMERA CODE////////////////////////////////////////////////////////////////////////////////////////////////////// string TARGET_CAMERAS = "target_callscriptfunction_camera_cycle";string TARGET_CAMERA_POWER = "target_callscriptfunction_camera_power"; // FIX 1: Declare the tracking variable globally so the engine registers itfloat currentCamera = 1; boolean startsHidden(entity e) { return ( e.getIntKey("hide") == 1 ); } boolean areCamerasOff() { float i; entity cameraTarget = sys.getEntity(TARGET_CAMERAS); for(i = 0; i numberOfCameras ) { nextCamera = 1; } // Show the next screen in the sequence for(i = 0; i < numberOfCameras; i++) { screen = cameraTarget.getTarget(i); float sequence = screen.getIntKey("sequence"); if (sequence == nextCamera) { screen.show(); currentCamera = nextCamera; // Update tracking state return; } } } ## What changed? * Removed the problematic areAllScreensShowing() function entirely, streamlining cycleCameras(). * Added screen.show() to toggleCameras() so the primary screen actually renders when you turn the power back on. * Added screen.hide() to the power-off sequence to guarantee absolutely zero performance draw while the system is offline. What specific bug or behavior were you encountering when you ran this in your map? It seems Gemini recognises even the scripting language, so I'm hopfull it could work, otherwise you start your own Gemini session if new errors pop up. -
Sounds like at least some of the sound and particle effects are from the store: https://www.ttlg.com/forums/showthread.php?t=153298&p=2537323&viewfull=1#post2537323 I wonder why the guy is so obsessed with Steffi Graf, by the way.
-
Hello and thanks for checking out this post. I'm delighted to announce that version 1.1 of my fan mission "Cole Hurst 1: Eaton" is now available to download and play. This post is spoiler free, so please don't avoid digging into the details below if you are interested. I'm just using the spoiler tags to organize this post a bit. Let me start by saying "thank you" to anyone who has either previously played - or is considering playing this mission. It really means a lot to me. I have been away for a while, but following a round of beta testing that took place some time last year, I've only just recently managed to finish this update. I'm slightly embarrassed by how long it has taken me to complete, but I wanted to make sure that the valuable feedback I received was all properly addressed. Mission description "Tonight, Eaton's wealthiest citizens will gather at Lord Mayor Zelmer's estate to celebrate the city's founding. Nobles, dignitaries, a famed musician, and even the Queen will pass through its gates. While the guests celebrate Eaton's future, Cole Hurst is looking for a way out." For those new to and/or curious about this mission: I guess I would describe it as a traditional heist-style mission - although with a couple of major plot twist along the way. It's a very large map and I think it should take most players at least a few hours to complete. Screenshots Changes in version 1.1 Countless additions and a large amount of smaller tweaks and changes have all made it into this release. I may have already forgot a few things, but here are what I consider to be the main highlights: * New secrets & optional side quests * Story tweaks and reworked readables * Subtitles * Difficulty tweaks and related changes * Stability fixes * Various cosmetic changes * Audio tweaks * TDM version 2.13 now required Contributions and acknowledgments A special thanks to all of those listed below. I'm sincerely grateful for all your contributions! Mission testers and technical support @nbohr1more, @stgatilov, @duzenko, @Acolytesix, @Dragofer, @JackFarmer, @Shadow, @Cambridge Spy, @wesp5, @madtaffer, @prjames, @suzy8track, @datiswous, @boissiere and @Bergante Story Kelly Hrupa Voice actors twhalen2600 (AKA @Benny_the_guard) and Kelly Hrupa
- 13 replies
-
- 14
-
-
-
Question: multple security cameras - one security monitor
Bikerdude replied to Bikerdude's topic in TDM Editors Guild
Thank you fella, but I'm not a fan of anything LLM/ML related for a number of reasons. LLM's & ML in general hallucinates or just pulls shit out of its digitaly-ass way to much of any use imho. So I'll wait for @Frost_Salamander (the person who created the original script) or another community member. -
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.
-
A famous painting is on display at the local museum. Steal it, of course! ------------------------------------------------------------------------------------ An update, version 3, is now available (19 March 2025). The mission has a new look and feel (well, look and sound), thanks to the talents of @JackFarmer. Changes include: * A new briefing video (courtesy of @JackFarmer) * Several new ambient tracks that cover much of the map (again, credit to @JackFarmer) * Subtitles, provided by @datiswous (better late than never) * Several fixes for other little issues that were found since version 2 was released. The mission downloader has been updated with this version. ------------------------------------------------------------------------------------ An update, version 2, is now available: (use Version 3). This fixes many of the problems found by those who played version 1. Besides general clean up, the primary goal of this version is to Special thanks to Bikerdude, whose did a quick beta test of this version and whose suggestions I mostly (but not completely) implemented. ------------------------------------------------------------------------------------ Title: Now and Then Author: joebarnin Briefing video and ambient tracks: JackFarmer Date of release: 08 September 2020 (Version 2: 25 January 2021) (Version 3: 19 March 2025) Version: 3 EFX: Yes Requires: TDM 2.12 Author: joebarnin Gameplay notes Thorough investigation is encouraged. Scary AIs: No spiders, skeletons, undead, or ghosts. One live rat and one dead one. Makes use of the 'peek' ability, allowing the player to peek through a keyhole by leaning forward. The use of this ability is optional (it is never necessary resolve the mission). Thanks to: Beta Testers: Cambridge Spy, thebigh, JackFarmer, Amadeus, Kerry000, wesp5 Voice actor: Mike Components: Builder Compound models & textures - Peter Spy (dr.judym81@gmail.com) Museum painting lights - Grayman Gramophone with record - Goldwell & Epifire Custom ambients - JackFarmer Main menu screen & music - JackFarmer Ambients - Orbweaver Many many modules - Springheel https://freesound.org/people/LucasDuff/sounds/467697/ https://freesound.org/people/humanoide9000/sounds/422245/ Thanks to Springheel, Sotha, and Fidcal for their tutorials. I keep going back to them and I always learn something new. Notes Slight spoiler: Fun fact: I have released 3 missions, each almost exactly one year apart: Mission of Mercy - September 14, 2018 The Heart of St. Mattis - September 10, 2019 Now and Then - September 8, 2020. Not by design, it just worked out that way. So I guess look for my next mission in early September next year! Hints (contains spoilers)
- 169 replies
-
- 15
-
-
For the people eager to play with the latest state of development, two things are provided: regular dev builds source code SVN repository Development builds are created once per a few weeks from the current trunk. They can be obtained via tdm_installer. Just run the installer, check "Get Custom Version" on the first page, then select proper version in "dev" folder on the second page. Name of any dev version looks like devXXXXX-YYYY, where XXXXX and YYYY are SVN revision numbers from which the build was created. The topmost version in the list is usually the most recent one. Note: unless otherwise specified, savegames are incompatible between any two versions of TDM! Programmers can obtain source code from SVN repository. Trunk can be checked out from here: https://svn.thedarkmod.com/publicsvn/darkmod_src/trunk/ SVN root is: https://svn.thedarkmod.com/publicsvn/darkmod_src Build instructions are provided inside repository. Note that while you can build executable from the SVN repository, TDM installation of compatible version is required to run it. Official TDM releases are compatible with source code archives provided on the website, and also with corresponding release tags in SVN. A dev build is compatible with SVN trunk of revision YYYY, where YYYY is the second number in its version (as described above). If you only want to experiment with the latest trunk, using the latest dev build gives you the maximum chance of success. P.S. Needless to say, all of this comes with no support. Although we would be glad if you catch and report bugs before the next beta phase starts
- 16 replies
-
- 15
-
-
-
Fan Mission: "The Maybury Idol, Part 1: A Trip to the Museum"
I.C.H.I. replied to Jnon's topic in Fan Missions
I always use challenging setting for hearing and vision and from my experience it's manageable. The main difference was that they walk much faster but it's not a big deal breaker if you're experienced enough. The only real issue I had was with the hobos overreacting to the rope arrow. I've never seen them behaving like that in any other FM. -
You mean this one? https://github.com/JohnGlassmyer/UltimaHacks Edit: Hm, I think I will use this, which already inclued that mouse look mod: https://github.com/vini1264/Ultima-Underworld-Portable/releases
-
Mandrasola is a small sized map in which aspiring thief Thomas Porter steals some herbal products from a smuggler. The mission was created by me, Sotha and I wish to thank Bikerdude, BrokenArts and Ocn for playtesting and voice acting. Thanks goes naturally to everyone contributing and making TDM possible. This mission occurs chronologically before the Knighton's Manor, making it the first mission in the Thomas Porter series. Events in chronological order are: Mandrasola, The Knighton's Manor, The Beleaguered Fence, The Glenham Tower and The Transaction. The winter came early and suddenly this year. Weeks of strong blizzards and extremely harsh cold weather hit Bridgeport hard. With the seas completely frozen, a rare occurence indeed, most of the City harbor commerce has stopped completely. Vessels are stuck in the ice and no ship can leave or enter the City, resulting in the availability imported goods declining and their prices skyrocketing. One of these imported items is Mandrasola, a rare herbal product, which is imported overseas from the far southern continents. Mandrasola has its uses in alchemical cures and poisons, but mostly this substance is used for its narcotic qualities by commoners and even the nobility. The problem with Mandrasola is that excessive use is extremely addicting and the withdrawal effects are most grievious. Many are utterly incapable of stopping using Mandrasola and are transformed into quivering human ruins if they do no get their daily dose. And now this expensive and rare substance is running out from the whole City. Me and my fence, Lark Butternose, would love to grab this monopoly to ourselves: selling the last few doses in the City would probably be worth a fortune. According to Lark's sources, there remains only one smuggling lord who still has Mandrasola in stock. The problem is that this individual maintains an exclusive clandestine operation and only supplies a few nobles. Despite our best information gathering efforts we couldn't learn who the smuggler is and where he or she operates. Luckily we have an alternate plan. While searching for Mandrasola related information, we learned that a noblewoman called Lady Ludmilla is addicted to the substance and has paid high prices for small amounts of it. We also know that she has visited frequently someone in the Tanner's Ward waterfront, and since she goes to the area personally we believe she is visiting the smuggler. The plan is simple: I must monitor Ludmilla's most likely entryway to the Waterfront and then follow her to the smugglers hideout. I'd better be very careful around Ludmilla. She must not realise I'm following her or she probably won't lead me to her dealer. Hurting her is also out of the question. After she leads me to the smuggler's hideout, I can take my time to break in carefully and steal all the Mandrasola I can find. While I'm there it wouldn't be a bad idea to grab some loose valuables as well. I've now waited in the blistering cold for a few hours already. Looks like there are a few city watch patrols in the area to complicate matters... I think I heard a womans voice beyond the north gate. That must be lady Ludmilla, I haven't seen many ladies in these parts. I'd better get ready.. Links: Use the ingame downloader to get it. WARNING! Someone always fails to use spoiler tags. I do not recommend reading any further until you've played the mission.
-
Fan Mission: "The Maybury Idol, Part 1: A Trip to the Museum"
asr replied to Jnon's topic in Fan Missions
I just got stuck on the same place, to the point I gave up and noclip-ed all over the place trying to figure out where to go. Of course, I didn't even consider checking underground To the author: In this area is easy to use the rope arrow and go into the roofs, getting into a lot of places that one clearly is not supposed to be. Also, maybe add some glow coming out of the manhole for blind players like us? -
Fan Mission: "The Maybury Idol, Part 1: A Trip to the Museum"
JavaGod replied to Jnon's topic in Fan Missions
OK, so I never claimed to be a good thief - quite the contrary, I am terrible. I always finish missions, but I rarely, if ever can get full loot. But I am really stuck on this mission, and could use some help. -
Complaint From Players The player must pick up candles before extinguishing them, and then the player must remember to drop the candle. The player must drag a body before shouldering it (picking it up), and the player must remember to frob again to stop dragging the body. The player finds this annoying or easy to make mistakes. For players who ghost, some of them have the goal of returning objects back to their original positions. With the current "pick up, use item, and drop" system, the item might not return easily or at all to its original position. For example, a candlestick might bounce off its holder. (See player quotes at the bottom.) Bug Tracker https://bugs.thedarkmod.com/view.php?id=6316 Problems to Solve How can the "pick up" step be eliminated so that the player can directly use or interact with the item where it is in the game world? How can so much key pressing and mouse clicking be eliminated when the player wants to directly use an item? How can candles be extinguished and lanterns toggled off/on without first picking them up? How can bodies be shouldered without first dragging them? Solution Design Goals Make TDM easier for new players while also improving it for longtime players. Reduce tedious steps for common frob interactions. Make it intuitive so that menu settings are unnecessary. Do not introduce bugs or break the game. Terms frob -- the frob button action happens instantly. hold frob -- the frob button is held for 200ms before the action happens. (This can be changed via cvar: 200ms by default.) Proposed Solution Note: Some issues have been struckthrough to show changes since the patch has been updated. Change how frobbing works for bodies, candles, and lanterns. For bodies: Frob to shoulder (pick up) a body. Second frob to drop shouldered body, while allowing frob on doors, switches, etc. Hold frob (key down) to start drag, continue to hold frob (key down) to drag body, and then release frob (key up) to stop dragging body. Also, a body can be dragged immediately by holding frob and moving the mouse. For candles/lanterns: Frob to extinguish candles and toggle off/on lanterns. Hold frob to pick it up, and then frob again to drop. Frob to pick it up, and then frob again to drop. Hold frob to extinguish candles and toggle off/on lanterns. For food: Frob to pick it up, and then frob again to drop. Hold frob to eat food. For other items: No change. New cvar "tdm_frobhold_delay", default:"200" The frob hold delay (in ms) before drag or extinguish. Set to 0 for TDM v2.11 (and prior) behavior. Solution Benefits Bodies: New players will have less to learn to get started moving knocked out guards. With TDM v2.11 and earlier, some players have played several missions before realizing that they could shoulder a body instead of dragging it long distances. Frob to shoulder body matches Thief, so longtime Thief players will find it familiar. Second frob drops a shouldered body. Players still have the ability to both shoulder and drag bodies. Compatible with the new auto-search bodies feature. Dragging feels more natural -- just grab, hold, and drop with a single button press. There is no longer the need to press the button twice. Also, it's no longer possible to walk away from a body while unintentionally dragging it. Set "tdm_frobhold_delay" cvar to delay of 0 to restore TDM v2.11 (and prior) behavior. Candles: New players will have less to learn to get started extinguishing candles. With TDM v2.11 and earlier, some players didn't know they could extinguish candles by picking them up and using them. Instead, they resorted to throwing them to extinguish them or hiding them. Hold frob to extinguish a candle feels like "pinching" it out. Once a candle is picked up, players still have the ability to manipulate and use them the same way they are used to in TDM v2.11 and earlier. For players who ghost and have the goal of putting objects back to their original positions, they'll have an easier time and not have to deal with candles popping off their holders when trying to place them back carefully. Set "tdm_frobhold_delay" cvar to delay of 0 to restore TDM v2.11 (and prior) behavior. Solution Issues Bodies: Frob does not drop a shouldered body, so that might be unexpected for new players. This is also different than Thief where a second frob will drop a body. "Use Inv. Item" or "Drop Inv. Item" drops the body. This is the same as TDM v2.11 and earlier. This is the price to pay for being able to frob (open/close) doors while shouldering a body. Patch was updated to drop body on second frob, while allowing frob on doors, switches, etc. Candles: Picking up a candle or lantern requires a slight delay, because the player must hold the frob button. The player might unintentionally extinguish a candle while moving it if they hold down frob. The player will need to learn that holding frob will extinguish the candle. The player can change the delay period via the "tdm_frobhold_delay" cvar. Also, when the cvar is set to a delay of 0, the behavior matches TDM v2.11 and earlier, meaning the player would have to first "Frob/Interact" to pick up the candle and then press "Use Inv. Item" to extinguish it. Some players might unintentionally extinguish a candle when they are trying to move it or pick it up. They need to make sure to hold frob to initiate moving the candle. When a candle is unlit, it will highlight but do nothing on frob. That might confuse players. However, the player will likely learn after extinguishing several candles that an unlit candle still highlights. It makes sense that an already-extinguished candle cannot be extinguished on frob. The official "Training Mission" might need to have its instructions updated to correctly guide the player through candle manipulation training. Updating the training mission to include the hold frob to extinguish would probably be helpful. Similar Solutions In Fallout 4, frob uses an item and long-press frob picks it up. Goldwell's mission, "Accountant 2: New In Town", has candles that extinguish on frob without the need of picking them up first. Snatcher's TDM Modpack includes a "Blow / Ignite" item that allows the player to blow out candles Wesp5's Unofficial Patch provides a way to directly extinguish movable candles by frobbing. Demonstration Videos Note: The last two videos don't quite demonstrate the latest patch anymore. But the gist is the same. This feature proposal is best experienced in game, but some demonstration videos are better than nothing. The following videos show either a clear improvement or that the player is not slowed down with the change in controls. For example, "long-press" sounds long, but it really isn't. Video: Body Shouldering and Dragging The purpose of this video is to show that frob to shoulder a body is fast and long-press frob to drag a body is fast enough and accurate. Video: Long-Press Frob to Pick Up Candle The purpose of this video is to show how the long-press frob to pick up a candle isn't really much slower than regular frob. Video: Frob to Extinguish The purpose of this video -- if a bit contrived -- is to show the efficiency and precision of this proposed feature. The task in the video was for the player to as quickly and accurately as possible extinguish candles and put them back in their original positions. On the left, TDM v2.11 is shown. The player has to highlight each candle, press "Frob/Interact" to pick up, press "Use Inv. Item" to extinguish, make sure the candle is back in place, and finally press "Frob/Interact" to drop the candle. The result shows mistakes and candles getting misplaced. On the right, the proposed feature is shown. The player frobs to extinguish the candles. The result shows no mistakes and candles are kept in their original positions. Special Thanks @Wellingtoncrab was instrumental in improving this feature during its early stages. We had many discussions covering varying scenarios, pros, and cons, and how it would affect the gameplay and player experience. Originally, I had a completely different solution that added a special "use modifier" keybinding. He suggested the frob to use and long-press frob to pick up mechanics. I coded it up, gave it a try, and found it to be too good. Without his feedback and patience, this feature wouldn't be as good as it is. Thank you, @Wellingtoncrab! And, of note, @Wellingtoncrab hasn't been able to try it in game yet, because I'm using Linux and can't compile a Windows build for him. So, if this feature isn't good, that's my fault. Code Patch I'll post the code patch in another post below this one so that folks who compile TDM themselves can give this proposal a try in game. And, if you do, I look forward to your feedback! Player Complaints TTLG (2023-01-10) Player 1: TDM Forums (2021-03-13) Player 2: Player 3: TDM Forums (2023-06-17) Player 4: TDM Discord (2021-05-18) Player 5: TDM Discord (2023-02-14) Player 6: Player 7: Player 8:
- 340 replies
-
- 13
-
-
-
Not for non-enterprise use: I hope I’ll get the chance to set up and maintain Rocky or Almalinux for corporate needs someday.I’m tired of the proliferation of RedHat. I want to compare it with centOS
-
I think they're both very good. And, I say that even though I'm not into shooters too much. But, especially Quake 2 is a fantastic game. I know that some people complained about Quake 2 remaster, for whatever reason. There are the occasional post or two on the Steam forums as well, made by single people. Everyone else seems to thoroughly enjoy the game.
-
Got this in an email from GOG. I think the remaster team will at least use NewDark as a starting point, but hopefully will also take a collaborative approach and help increment it to 1.29 for all versions of the game. I was just reminded that 1.28 was "unofficial", which is probably why they advertise NewDark 1.27 here.
-
Hello again TDM Forums. I'm close to finishing a new FM, "The Maybury Idol, Part 1: A Trip to the Museum", and I'd like to request help with beta testing. Any assistance is appreciated, thanks.
-
Is anyone able to give me some advice about my sound problems ? Ambient music and calm game noises are super low but as soon as a battle starts, the sounds of battle are really loud. I have an ASUS xonar dx audio PCIe card and use the oxygen HD audio driver. No matter which game, it's always the same behavior
-
agh i just tried running the original bioshock on the nuveau driver with my 560 ti i get 1 fps in XP i get 167 fps. so i bit the bullet and popped in my old radeon x1900 and it runs bioshock at 57 fps on noveau and a bit more in XP. nvidia's driver model for linux in the old days was pretty horrid .(run files) and the drivers were newer updated for newer kernel models so even recompiling them will not work as much of the internal code is no longer supported so it just fails. so if you use an older nvidia card stay the hell away or braze for a lot of code fixing. amd on the other hand has been pretty supportive of the linux kernel models and uses a much better practice of driver installs by using the built in package managers. the radeon x1900 is a very very old card which only supports dx 9 and it works out of the box on the latest linux versions. nvidia has changed the driver models on more modern cards to be more in line with the amd model but older cards have newer had drivers updated to run on these kernels so its a clusterfuck to get older cards running on current versions. so if looking for a linux distro to use with pre pascal cards i would advise to use something like linux mint 19 which is one of the last to support these out of the box. but you might run into stability problems even so. also linux mint 19 is no longer supported so it wont recieve any updates, but you should still be able to get software that works on it.
-
Unreal engine now has a tool for single-camera, markerless motion capture. Supposedly based on this tech: https://meshcapade.com/ It’s far from perfect, but definitely usable. It’s free and offline. https://dev.epicgames.com/documentation/metahuman/getting-started-with-metahuman-animator https://forums.unrealengine.com/t/epic-games-metahuman-animator-markerless-motion-capture-plugin/2729293/6 Position of hands and feet can be adjusted manually to some extend using retargeting tools.
- 17 replies
-
- 1
-
-
- motion capture
- blender
-
(and 4 more)
Tagged with:
-
I think we should create a thread where you can put requests and suggestions for Orbweaver. This thread should be NOT a discussion thread. If you want to discuss a proposal, create a specific thread for it. I want it to be only for collecting proposals, so we have an overview of what people might want to have. I guess this might also help Orb to decide what he should focus on once he gets productive. BTW: I really appreciate your effort, because we can really use this. So my personal wishlist proposal is that I would like to see a group handler. Similar like in Blender, where you can select several objects and put it in a group. When you select one or more of these groups, the objects are visible. If the group is not selected, it's invisible. In Blender and other 3D apps this is called layers (forgot the name before so I had to look it up).