Jump to content
The Dark Mod Forums

Search the Community

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

  • 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. Is there something wrong with the forums lately, or is it my browser? I've been having trouble formatting posts, and just now I couldn't format anything at all.

    I'm using Vivaldi.

    Usually I have to: select text, click bold, nothing happens, select again, click bold, then it works. 

    Same for other stuff, like creating spoilers, bullet points, links. Nothing works the first time. 

    1. datiswous

      datiswous

      I have no problem. I use Firefox. @Zerg Rush also uses Vivaldi. Have you tried without extensions, or in another browser?

      (btw. bold, italic and underline have shortcut keys: Ctrl B, Ctrl I and Ctrl U, you could try that)

       

  2. Since Aluminum directed me here ( https://forums.thedarkmod.com/index.php?/topic/9082-newbie-darkradiant-questions/page/437/#comment-475263 ) can we have unlimited renderer effects? Well, maybe not unlimited, by maybe 3-5? Thanks.

     

    1. Show previous comments  1 more
    2. Nort

      Nort

      Since I wasn't the one mainly asking, I'll just cite you in the original thread instead.

    3. AluminumHaste

      AluminumHaste

      There already is a kind of sorting, sort nearest, sort decal, sort <n>. For things like windows and such, sort nearest should probably have the desirable affect, though looking through multiple translucent shaders might kill performance.

    4. Nort

      Nort

      Is having multiple render effects really killing performance that badly? I don't understand. You're saying that if I have two transparent objects side-by-side, then they'll just count as two render effects, but when combined, they somehow become something much more difficult to render?

      Never-the-less, unless we're talking some kind of infinite portal problem, why not let the mapper choose how much he wants to kill performance? Just warn him against putting too many effects close together.

  3. Woo!! 2.10 Beta "Release Candidate" ( 210-07 ) is out:

    https://forums.thedarkmod.com/index.php?/topic/21198-beta-testing-210/

    It wont be long now :) ...

  4. I don't think there's a link to thedarkmod.com on forums.thedarkmod.com ...

    1. datiswous

      datiswous

      Yeah and the wiki and moddb. It should have those links in the footer I think. Probably easy to add by an admin.

      Edit: And a link to the bugtracker. I'm always searching for a post in the forum that links to that because I can't remember the url.

    2. Petike the Taffer

      Petike the Taffer

      I drew attention to this several times in the last few years. No one payed it any attention, so I just gave up.

    3. duzenko

      duzenko

      Reluctance to improve the forums is matched by reluctance to allow more people to work on it. Talk about trust and power.

  5. If you're running TDM windowed, is there are button or button combination that will tell the game to give up control of the pointer temporarily?
  6. Hello. Is it possible to switch game into windowed mode(I mean turn off fullscreen) with some setting in darkmod.ini (can't find any docs on configuration parameters)? I can't start game in fullscreen (some glitch with multiple monitors on linux).
  7. How do I run TDM in windowed mode...It won't change when I set Fullscreen to "No"... This is a big deal for me when I map and jump between DarkRadiant and TDM...
  8. Not so long ago I found what could make a pretty good profile picture and decided to try it out on these new forums. But I couldn't find a button anywhere that would let me change it. I asked on Discord and it seems Spooks also couldn't find anything anywhere. So I logged into an old alternative account and, lo and behold, that account has a button. This is on the first screen I get when I: 1) click on my account name in the top-right of the browser -> 2) click on 'profile'. Compared to my actual account: Are you also missing this button on your account? It'd be very much appreciated if that functionality could be restored to any of the affected accounts.
  9. Please help!! My cat stepped on the keyboard while I was playing and reduced the size of my game screen to a small window. Now the mouse is not working on it and it can only be minimized/maximized or closed if I press the windows key.Restarting my laptop do not resolve it and the cat refuses to make TDM work again.
  10. Hi, I need to know what the code is to use Spoiler Tags. I am using my tablet and I don't have the options to use anything, like spoiler tags, quote tags, text changes etc. Thanks
  11. Hi everyone! This subject has likely been approached already, however I wanted to share my fullscreen-windowed solution as some of you may find this useful. By using the wonderful AutoHotkey and a few lines of code that I found online and wish I remembered where so I can actually give credit where it is due (whoever you are thanks for this!)... ...this script will work on pretty much any game that has the option to run in a window. EDIT : Somehow I forgot to mention that this is mainly for those of us who have multi-monitor setup, as Alt-Tabbing is not fun! The script should make anything windowed to the size of your current desktop resolution, I have only tested this in 1920 x 1080 though. To use this, please set the game settings as show in image above and then download Full_Screen_Any_Windowed_Game.exe (Understandable dubiousness for home-made executables can hopefully be dispelled with these virus check results, I'm here to help, not hinder ) https://virusscan.jotti.org/en-GB/filescanjob/usx04d2w1i https://www.virustotal.com/en/file/462693d7a5329c9cd2ba5d918b89c13cbc0d4868d38b8117c7a621a67918b43f/analysis/1472684261/ Once downloaded, run Full_Screen_Any_Windowed_Game.exe and then load up Dark Mod. Once running in a window, simply press Ctrl+F11 to make it borderless fullscreen! Press Ctrl+F12 to return to a window again! To exit the script, right-click the taskbar icon and choose "Exit". >> You should make certain that Dark Mod is the active window before using the shortcuts! << It is possible to Ctrl+F12 your desktop into a window, which is actually quite fun/weird to experience, you can always Ctrl+F11 it back to normal though! You can also attempt to fullscreen things like Windows Calculator or the Taskbar for wacky results! The entire script is literally this: #SingleInstance force #Persistent ^F11:: SetFull: { WinSet, Style, -0xC40000, A WinMove, A, , 0, 0, %A_ScreenWidth%, %A_ScreenHeight% Return } ^F12:: SetWindow: { WinSet, Style, +0xC40000, A Return } If you still do not want to run the executable provided, you can download and install AutoHotkey, copy the script above exactly and then save it to a "newscriptnamegoeshere.ahk" then run that instead. Another thing to note for nVidia users: and I didn't realise this for years... but when you run certain games in a window the colours can be restricted! To solve this open your nVidia control panel and observe the image below. This will allow the full colour range and will no longer be a "musty grey" so that the dark shadows have proper gamma! I hope that you find this as useful as I did! Please let me know if this doesn't work for any reason and I will be more than happy to help! Happy borderless fullscreen-windowed thieving!
  12. Chromecasting TDM to my android tv, works (only in windowed mode and frames are not smooth)

  13. So the good news, the updater didn't give me problems this time. Bad news, when I start The Dark Mod, my screen zooms in and the game is just in a window. It works fine from what I can tell, but I'd like to know how to get it out of that windowed mode. Anyone else had this happen?
  14. Still spreading the word about TDM on forums to new peops... Funny to see people say "Awesome, I loved playing Thief back in the day!"

    1. Show previous comments  2 more
    2. kano

      kano

      Yes it was in a discussion where someone was saying how unhappy they are with the way game companies grant themselves permission to do whatever they like to your PC and personal info today. I pointed out that giving up games completely is an unnecessarily overkill solution when there are free games like TDM to play.

    3. Epifire

      Epifire

      Honestly the mod/Indie genre is still really booming right now. And they aint got no reason to do shady invasive privacy bs.

    4. Petike the Taffer

      Petike the Taffer

      What Epifire said. :-)

    1. Tarhiel

      Tarhiel

      Awesome, congratulations!!! :o

    2. Bikerdude

      Bikerdude

      Yup, all the remianing bugs were ironed out, so it nigh on perfect now.

    3. AluminumHaste

      AluminumHaste

      version 2.1 is now uploaded to mirrors ready to download.

  15. Hi guys, through the "cheats" topic I got the idea, that it would be quite useful, if there were tags for missions (the post was about removing the killing restriction in some missions to suit the prefered play style). I don't know how easy or difficult this is, but with them, it would be quite convenient to pick missions with playstyles, environment, etc one does want to use. This could also be expanded to other mission properties. I remember a discussion about climbable drains, handles on doors, that cannot be picked and other things the map author chooses for himself. That way these things would be clearer and as I said before, it is easier to choose missions with playstyles that suit oneself. What do think?
  16. can somebody fix the mainpage of our site? http://forums.thedarkmod.com/topic/19469-new-layout-error/

    1. nbohr1more
    2. Springheel

      Springheel

      It's under construction at the moment.

       

  17. Experimenting with TDM on Steam Link on Android. see topic http://forums.thedarkmod.com/topic/19432-tdm-on-steam-link-for-android/

    1. freyk

      freyk

      Did the TDM team removed D3's internal Joypad feature? (tdm works only with systemkey binders for joysicks)

    2. freyk

      freyk

      Thanks to shadrach, i got my joypad working in TDM on steam link!

  18. I googled but came up short. When running in windowed mode how how does one switch out of the game to the desktop or release the mouse to continue working in the desktop? OS: Linux, XFCE DE
  19. Did a great find today: Quake 4 mods for dummies. Now online readable. http://forums.thedarkmod.com/topic/5576-book-quake-4-mods-for-dummies/?p=412644

×
×
  • Create New...