VOGONS

Common searches


Search results

Display options

Re: Patch for pixel-perfect scaling

Available area is the maximum size of the output image. In windowed mode it is the window dimensions and in full-screen mode it is your full-screen resolution. Both are specified in the DOSBox config file. 320x200 is the resolution of the graphical mode of the game being emulated and 1.20 is its …

Re: DOSBox ECE (Windows, Linux)

You can use a .bat file: %comspec% /c set SDL_VIDEO_WINDOW_POS=center & set SDL_VIDEO_CENTERED=1 & start DOSBox.exe So, this method is pretty limited for me because it doesn't really work with D-Fend Reloaded. It starts a separate instance of dosbox.exe (with the variable defined), but then D-Fend …

Re: DOSBox ECE (Windows, Linux)

From that other thread, I had the understanding that some front end offered to set environmental variables. Defend Reloaded as well? Or the above mentioned batch file would work as well. But to be fair that’s such a little aesthetic thing that *I* wouldn’t change the code for that. That may be the …

Re: DOSBox ECE (Windows, Linux)

Thanks for the help. For whatever it's worth, I think it'd be really nice to see this as an option in the .conf file for ECE. Reason being; I'm preparing a collection of DOSBox games for my friends using D-Fend Reloaded (they own all of these games on Steam/GOG and the like), but I'm customizing …

Re: DOSBox ECE (Windows, Linux)

did either of us accidentally kill Lukeman's post? Anyway you do it ONCE on the command prompt to test whether it works (I have seen "SET SDL_VIDEO_CENTERED = center" mentioned on another site but I don't think this is correct) and then as a global environment variable as DosFreak wrote Nope, I did …

Re: DOSBox ECE (Windows, Linux)

Open command prompt and enter „SET SDL_VIDEO_CENTERED = 1“ and ten launch DOSBox from that prompt. Or set it as global environment variable which you probably want to do ;) See http://www.vogons.org/viewtopic.php?t=27481 Thanks for the link. If I was interested in learning how to change DOSBox so …

Re: DOSBox ECE (Windows, Linux)

Would it be possible to make it such that DOSBox would automatically center the window upon launching a game? Instead, when running in windowed mode, it ends up being off-centered and partially off the bottom-right side of my screen. SDL 1.2 does not provide direct control of the window position, …

Re: DOSBox Sound Balance

I haven't used the integrated MUNT so I can say nothing about it volume-wise. The problem with lowering SB channel is the game can change it back. I suggest using the external MUNT or FSMP with Munt32 VSTi which are up-to-date. After I set Munt VSTi to 70, does this mean that no additional settings …

Re: DOSBox Sound Balance

Hi James - What about, for example, in King's Quest VI; if I'm using ECE with integrated MUNT and I set mixer master to 50, it lowers both MUNT and the sound blaster sound effects to the point where the music is way too soft. So, would it be correct to instead use mixer sb 50, so that the music …

Page 4 of 11