Jump to content

Search the Community

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

  • 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. Google translated: https://rutracker-org.translate.goog/forum/viewtopic.php?t=6419292&_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=nl&_x_tr_pto=wapp === There are lots of topics about black screens during the main menu. https://forums.thedarkmod.com/index.php?/search/&q=Black screen&type=forums_topic&nodes=58&search_and_or=and
  2. I also feel you. I used to be a regular here in the forums, but since my son was born in 2022, it basically grunded to halt, although I still get the mails on threads that I wrote in. Ironically, your post in June about not having time got me back here and got me motivated to try and use some of my precious spare time to get some progress on the map I started years ago. I still have not been able to finish a map and want to change that, as long long as the community here is still active
  3. You can start here: https://forums.thedarkmod.com/index.php?/topic/12558-useful-important-editing-links/ Specifically, I recommend Springheel's new mapper's workshop: https://forums.thedarkmod.com/index.php?/topic/18945-tdm-new-mappers-workshop/
  4. Why? Default format is now mp4. You can test it ingame by making a copy of the core tdm_gui.mtr (located in tdm_gui01.pk4/materials) and place it in your-tdm-root/materials/ , then edit line 213 of that file into the location where you placed the new briefing.mp4 file. So for inclusion that line has to be changed. //======================================== //==== Default Mission Briefing Video ==== //======================================== video/tdm_briefing_video { qer_editorimage textures/editor/video { videoMap loop video/briefing_video.roq } } Btw. as you can see, currently the video is looped. No idea why that is the case. I think that is not what we want. You can also check out my upscaled variant:briefing_video.zip
  5. I seem to have run into a wall. I'm consistently getting the same error when compiling AAS as part of the dmap process: "WARNING: reached outside from entity..." followed by the entity number and name. The issue is that the pointfile generated is going through solid brushwork and the origin of the entity in question isn't in the void. It's always my NPCs and if I delete that one, another random guard will cause it to fail. I'm really not sure what the issue is, these guards were perfectly fine when I dmapped previous versions of this map, only now am I getting this behavior. I checked around the forums to see if anyone had encountered this before but haven't really seen any mention of it. Any thoughts?
  6. I dont have one. Maybe @Havknorr? Tdm on a vm on m1: https://forums.thedarkmod.com/index.php?/topic/21655-tdm-210-on-m1-parallels/
  7. I read this in Sotha's button controlled briefing: Why is that? What is the idea behind the 1:1 aspect ration. Is this still true?
  8. Sure! [[FAQ#Troubleshooting]] the link to the forum is wrong, change it to https://forums.thedarkmod.com/ (or use same value as set for variable "Discussion forum" in the wiki menu instead) This seems important and has been on my list for a long time. The following changes are small but should be uncontroversial: * [[The_Dark_Mod_-_Compilation_Guide]] "Linus distro" -> "Linux distro" * [[The_Dark_Mod_Gameplay]] in section See Also, add a link to [[Bindings and User Settings]] * [[Bindings_and_User_Settings]] change "DarkmodKeybind.cfg" to "DarkmodKeybinds.cfg" * [[Installation]] add definitive article to the first two bullet points. * [[Installation]] "When the game doesnt start the first time, the game create logs." -> "If the game doesn't start the first time, the game creates logs." * [[TDM_Release_Mechanics]] "will be heavily changed of even removed by" -> "will be heavily changed, or even removed, by" * [[TDM_Release_Mechanics]] "links to bugtracker as especially welcome" -> "links to issues in the bugtracker are especially welcome" * [[Fan Missions]] change the redirect (from the category) to the article [[Fan Missions for The Dark Mod]] * [[FAQ#What_is_The_Dark_Mod?]] create a sub-header "Which license does TDM use?" and link to https://svn.thedarkmod.com/publicsvn/darkmod_src/trunk/LICENSE.txt I would have linked to https://github.com/fholger/thedarkmodvr/wiki/Gamepad-support from [[Bindings_and_User_Settings#Gamepad_Default_Bindings]] when I learned about it in January and I noticed it was missing from the wiki article, but the article has since been updated (by you, actually) in April.
  9. A third option would be to delay the briefing until right after the game starts, and just treat it as a video cutscene, invoked by a script. Then you would have access to the if statements and language cvar you need.
  10. Actually, even without the post, I'm now thinking this may be hopeless without "forbidden" overrides, or new capabilities added. However, here's long-shot ideas: 1) See if i18n can work for you #define MM_BRIEFING_VIDEO_MATERIAL_1 "str_1234" where where the non-Russian sections of all.lang (and their generated codepage-specific-encoded <language>.lang) would have: #str_1234 "video/tdm_briefing_video_english" Likewise Russian section with (I guess) Cyrllic-encoded codepage listing _russian version. 2) It possible you could use the deprecated SDK-controlled briefing system, designed mainly for multi-mission campaign system, which reportedly can be used with a single mission, too, as stated here: https://wiki.thedarkmod.com/index.php?title=Setting_up_Campaigns#Briefing_Videos However, how you control that, I dunno. Probably some trickery involving Mission number. And it may not work with non-Roq videos.
  11. I am trying to use sys_lang to control whether an english or russian video plays during the briefing. If I try to edit the mainmenu_custom_defs gui with if(gui::lang_english) conditions around the define statements, the parser tells me these if statements must belong to a WindowDef. Other than customizing the target GUI and packing it ( supposed to be verboten ), is there any way to use sys_lang or gui::lang_english (etc) in the custom defs gui directly?
  12. Strange. Just restarted the game and loaded from my last save and... they work now! Perhaps restarting was the answer all along. I probably should've tested that before running to the forums - sorry about that!
  13. I updated the download links on the wiki to @stgatilov's post with the newer files. @thebigh I think it would be best that you remove your uploaded briefing files so people cannot accidentally download the wrong files.
  14. @Marbrien please use spoiler tags As to your questions:
  15. Just use 32bit binaries+Large Address Aware flag! /LARGEADDRESSAWARE (Handle Large Addresses) | Microsoft Learn Large Address Aware | TechPowerUp Forums
  16. Because it's super useful not having to browse through the whole thread, and probably not even finding what you're looking for, because people put it in spoiler tags, which are excluded from the search. You don't have to click on the spoiler tag in the original post.
  17. Basically someone always asks. We're all grownups here and it's in spoiler tags so...
  18. I tried to upscale the TDM logo video. First try:

    You can test it ingame by making a copy of the core tdm_gui.mtr and place it in your-tdm-root/materials/ , then edit line 249 of that file into the location where you placed the new briefing.mp4 file.

    What I did was I extracted all the image files, then used Upscayl to upscale the images using General photo (Real-Esrgan) upscale setting and then turn it back into a video.

    I might have to crop it a bit, the logo looks smaller on screen (or maybe it's actually better this way?). My video editor turned it into a 16:9 video, which I think overal looks better than 1:1 video of original.

  19. I hope that is not the new TDM version. https://forums.thedarkmod.com/index.php?/topic/20784-render-bug-large-black-box-occluding-screen/
  20. For free ambience tracks it's as Freky said: you look around on the internet for tracks with the appropriate license to be included in your FM. Fortunately, you likely don't even need to bother doing this as a beginner as there's an entire "Music & SFX" section of the forums full of good ambient tracks for you to use if the stock tracks do not meet your fancy. You might also be interested in Orbweaver's "Dark Ambients", which come with a sndshd file already written for you.
  21. I just made an interesting discovery. In my FM that's in beta I have custom main menu music, but it doesn't always work. Basically it works: When you first start the game (whether the FM is currently selected or if you change to this mission and the game restarts) during the text briefing It doesn't work (i.e. you only get silence) When escaping back to the main menu while in-game After quitting a mission and it goes back to menu As far as I know I had all the correct settings in mainmenu_custom_defs.gui: /// Menu music after startup (not in-game) #define MM_MENU_SOUND_CMD "music fs_muslim;" /// Played in main menu when in-game (ESCaping out of the game) #define MM_INGAME_MENU_SOUND_CMD "music fs_muslim;" /// Played during non-video briefing #define MM_BRIEFING_SOUND_CMD "music fs_muslim;" It turns out the problem was I had this line set in the sound shader: leadin sound/ambient/ambience/silence.ogg Commenting that out on a hunch fixed the problem. So you might be saying to yourself 'that's all very interesting but who cares?'. My point is: Just an FYI in case someone else runs into this I don't think there is anywhere on the Wiki that covers menu customization? @Geep you've done a whole bunch around GUI scripting recently - is there somewhere you can recommend I can stick this?
  22. For the FM? For beta 1 it's here: https://drive.proton.me/urls/H1QBB04GA0#oBZTb1CmVFQb I've already done around 100 fixes though, so you might want to wait for beta 2 which should be ready in a couple of days hopefully. All links are in the first post of the beta thread here: https://forums.thedarkmod.com/index.php?/topic/22439-the-lieutenant-3-foreign-affairs-beta-testing/
  23. As a matter of fact, I implemented passing info from briefing to game and from game to debriefing: https://bugs.thedarkmod.com/view.php?id=6509#c16671 At some moment I think I should put this info to wiki... This will be available in the future dev build. P.S. By the way, you can also override which .map file to start, although I'm very skeptical that this feature is worth the trouble you'll get in maintainability. Small variations of the same map should be better implemented by writing the "main" game script.
  24. Correctly me if wrong. Apperantly xdata formatting doesn't work well with the lang references. So this: maps/man2/mission_briefing { "num_pages": "1" "page1_body" : "#str_b1" "" "#str_b2" "" "#str_b3" } Doesn't work. You can only do this: maps/man2/mission_briefing { "num_pages": "1" "page1_body" : "#str_b1" } And then in the lang file you have to add the whole text of page 1 and get newlines via \n etc. So writing a (text only) briefing or readable and after that translating, is probably not something you want to do. I didn't actually test this with readable's, but it seems to me it would have the same limitation.
  25. Interesting idea. Not sure about my upcoming time availability to help. A couple of concerns here - - I assume the popup words uses the "Informative Texts" slot, e.g., where you might see "Acquired 80 in Jewels", so it likely wouldn't interfere with that or with already-higher subtitles. - There are indications that #str is becoming unviable in FMs; see my just-posted: https://forums.thedarkmod.com/index.php?/topic/22434-western-language-support-in-2024/
×
×
  • Create New...