Dosbox fullscreen
Author: c | 2025-04-24
By default, DOSBox runs in windowed mode. To make DOSBox fullscreen, just press ALT and Enter. Press ALT and Enter again to get back to windowed mode. If you want DOSBox to always run fullscreen when launched, edit dosbox.conf (click on DOSBox 0.74 Options in Start menu), change fullscreen=false to fullscreen=true, save and close the text
Fullscreen in DOSBox-X? : r/dosbox - Reddit
As shown in the video, the 'Profile editor'. We must set the program file by clicking on the folder icon at the right end of 'Program file'.The explorer will show you the contents of the virtual drive. Navigate through the game folder until you see program files. Some game only has one file listed here, Mario Teaches Typing has two, usually, the right file to select is named after the game.This time, it's 'MARIO', select the file and click Open. You may also select a setup program the same way, as shown in the video.Useful for sound configuration most of the time. Coming back to the Profile editor, we can see the executable file in the Program file field. The last thing to do is to set the name of the game in the Profile name field. Once this is done, click on Ok.The game appears in the list, double-click to run it and have fun! Create a new profile for a game, define the game and setup executable files, set a name then save. D-Fend Reloaded Wizard You may also use the game wizard in D-Fend Reloaded, it's simpler to add a game.D-Fend will auto-detect the game sometimes, you may also select one in the list as shown in the screenshot. By clicking Next, you get some additional information on the game, anyway, you can click Ok, the game will be listed in the main windows and ready to be played! Additional steps and troubleshooting Amongst different problems we have run into, here are some additional tips.How to make DOSBox fullscreen By default, DOSBox runs in windowed mode. To make DOSBox fullscreen, just press ALT and Enter. Press ALT and Enter again to get back to windowed mode. If you want DOSBox to always run fullscreen when launched, edit dosbox.conf (click on 'DOSBox 0.74 Options' in Start menu), change 'fullscreen=false' to 'fullscreen=true', save and close the text editor. Games running too fast or too slow Many old games were made to run as fast as the computer could get, those may be too fast with DOSBox default CPU cycles. You have to reduce the CPU cycles with CTRL-F11 in DOSBox. Other frontend programs may use different shortcuts.On the opposite, the default CPU cycles may be too low for 'recent' DOS games, you will have to raise the CPU cycles with CTRL-F12 in Dosbox. Other frontend programs may use different Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details):# -> irq; io; dma; int13fakev86io; instant mode; auto-attach to int 13h; chip#enable = falsepnp = truemode = ps2[4dos]rem = This section is the 4DOS.INI file, if you use 4DOS as the command shell[config]# rem: Records comments (remarks).# break: Sets or clears extended CTRL+C checking.# Possible values: on, off.# numlock: Sets the initial state of the NumLock key.# Possible values: on, off.# shell: Specifies the command shell (COMMAND.COM or 4DOS.COM).# dos: Reports whether DOS occupies HMA and allocates UMB memory (if available).# fcbs: Number of FCB handles available to DOS programs (1-255).# files: Number of file handles available to DOS programs (8-255).# country: Country code for date/time formats and optionally code page for TTF output and language files.# lastdrive: The maximum drive letter (A-Z) that can be accessed by programs.# Possible values: a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z.rem = This section is DOS's CONFIG.SYS file, not all CONFIG.SYS options supportedbreak = offnumlock = shell = dos = high, umbfcbs = 50files = 100country = lastdrive = zset path = Z:\;Z:\SYSTEM;Z:\BIN;Z:\DOS;Z:\4DOS;Z:\DEBUG;Z:\TEXTUTILset prompt = $P$Gset temp = install = installhigh = device = devicehigh = [autoexec]# Lines in this section will be run at startup.# You can put your MOUNT lines here.SET NWLANGUAGE=ENGLISHmount c c:\dos\#mount j j:\c:"># This is the configuration file for DOSBox-X 0.83.18. (Please use the latest version of DOSBox-X)# Lines starting with a # are comment lines and are ignored by DOSBox-X.# They are used to (briefly) document the effect of each option.# To write out ALL options, use command 'config -all' with -wc or -writeconf options.[sdl]# fullscreen: Start DOSBox-X directly in fullscreen. (Press [F11/F12]+F to go back)# fulldouble: Use double buffering in fullscreen. It can reduce screen flickering, but it can also result in a slow DOSBox-X.# fullresolution: What resolution to use for fullscreen: original, desktop or a fixed size (e.g. 1024x768).# Using your monitor's native resolution with aspect=true might give the best results.# If you end up with small window on a large screen, try an output different from surface.# windowresolution: Scale the window to this size IF the output device supports hardware scaling.# (output=surface does not!)# windowposition: Set the window position at startup in the positionX,positionY format (e.g.: 1300,200)# display: Specify a screen/display number to use for a multi-screen setup (0 = default).# output: What video system to use for output (openglnb = OpenGL nearest; openglpp = OpenGL perfect; ttf = TrueType font output).# Possible values: default, surface, overlay, ttf, opengl, openglnb, openglhq, openglpp, ddraw, direct3d.# videodriver: Forces a video driver (e.g. windib/windows, directx, x11, fbcon, dummy, etc) for the SDL library to use.# transparency: Set the transparency of the DOSBox-X screen (both windowed and full-screen modes, on SDL2 and Windows SDL1 builds).# The valid value is from 0 (no transparency, the default setting) to 90 (high transparency).# maximize: If set, the DOSBox-X window will beFullscreen all of a sudden not truly fullscreen - DOSBox
Can save yourself some time by having DOSBox automatically MOUNT your folders and change the drive to C:. In original DOS based operating systems a file called AUTOEXEC.BAT contained any commands that the user wanted executed every time the computer booted up. This functionality is simulated by the [autoexec] section of the dosbox.conf file. For DOSBox versions older than 0.73 browse into program installation folder and open the dosbox.conf file in any text editor. For version 0.73 go to Start Menu and click on "Configuration" and then "Edit Configuration". Then scroll down to the very end, and add these lines:MOUNT C C:\OLDGAMESC:Now those commands will be executed automatically when starting! If you're having trouble with that, make sure it looks like this (look at the bottom): Full ScreenJust press ALT+ENTER to go into and out of full screen.Alternatively, you can open the dosbox.conf file as mentioned above and change "fullscreen=false" to "fullscreen=true". DOSBox will then run in full screen mode when you open it.. By default, DOSBox runs in windowed mode. To make DOSBox fullscreen, just press ALT and Enter. Press ALT and Enter again to get back to windowed mode. If you want DOSBox to always run fullscreen when launched, edit dosbox.conf (click on DOSBox 0.74 Options in Start menu), change fullscreen=false to fullscreen=true, save and close the textDosbox crashing on fullscreen - VOGONS
Before you say "wow, this is a very dumb topic" please dont, im seriously looking for help configuring my winMUGENIm using winMUGEN Plus because i cant find winMUGEN (not plus) anywhere, i've even went into mugen.cfg and changed the fullscreen option to 1,but still, the game doesn't go into fullscreen?! (also, i've tried using alt + enter but nope, didnt work)also, does anyone know where to get the real winMUGEN and not the hacked version? if so, thanks Lyrica Re: How do i make winMUGEN plus go fullscreen? #2 August 21, 2024, 04:35:59 amthe real question is why are you using WinMUGEN which is 20+ years old when there is 1.0 and 1.1 (and even Ikemen) with full retro-compatibility? Basara Bogard Re: How do i make winMUGEN plus go fullscreen? #3 August 21, 2024, 07:03:49 amMaybe that's not the issue... maybe it's your WindowsWinMUGEN (and for extension DOSMUGEN) doesn't work anymore on Windows 8 and beyond (and if still works, has a lot of errors and a lot of options don't work anymore like fullscreen), not even with DOSBox, so if you got Win8 or Win10 forget about WinM and better get M1.0, M1.1 or IKEMEN instead mapleleafgrappl1ng Re: How do i make winMUGEN plus go fullscreen? New #4 August 21, 2024, 09:34:02 pmMaybe that's not the issue... maybe it's your WindowsWinMUGEN (and for extension DOSMUGEN) doesn't work anymore on Windows 8 and beyond (and if still works, has a lot of errors and a lot of options don't work anymore like fullscreen), not even with DOSBox, so if you got Win8 or Win10 forget about WinM and better get M1.0, M1.1 or IKEMEN insteadi see then, so its obsolete on win10?, i guess i'll have to use 1.0 or 1.1 because winmugen is abandonware even though people still use it for cheap charactersbut cant i just use something like DxWnd or dgVoodoo to run it properly? Last Edit: August 23, 2024, 02:18:52 am by mapleleafgrappl1ng I've posted below.-These can be used to quickly launch games-You create a profile for each game that saves your settings and makes an auto exe for Dos commands-Watch the instructional videoAuto exe Examples: Fallout 1 Auto exe:mount c: /storage/emulated/0/Download/ c:cd falloutfalloutDOOM Auto exe:mount c: /storage/emulated/0/Download/ c:cd doomsdoom Get the Hackers Keyboard with useful Arrow keys: Get the free Hackers Keyboard here from the Play Store-It has a better layout for playing games and includes directional keys.-Click to see the pic. How to use Virtual On Screen Buttons: DosBox Turbo has 4 programmable virtual buttons that can be used for additional in-game controls.-Click to see the pic.-In the DosBox settings menu check “Overlay Buttons”.-Open “Button/Controller Maps” and choose “Add button Mapping”.-A new label will appear, click it “Map custom Button (x)”-At the top select 1 of 4 custom buttons to map-Now select “Dos key mapping” and assign a key to the button. -Once done select ok and repeat this for all 4 buttons.-A good setup for playing fallout would be:-Btn A=space, Btn B=b, Btn C=I, Btn D=s-space=end turn, b=change hands, i=inventory, s=skill index,-There is a Fast Forward button at the very bottom of the “Dos key mapping” menu, scroll down all the way. -Map this key and you can hold it down to increase the cycles.-This helps to speed up long load times, but note it will distort any audio that is playing. How to play Games Fullscreen (No Black Bars): -To play games fullscreen you'll need to disable the default Aspect Ratio setting-This will stretch images to fill your display and remove the black bars from the sides of the screen-Go to DosBox Settings/Keep Aspect Ratio remove the checkmark How to Enable MIDI support: -Open the dosbox.conf files and make the following changes[midi]# Only enable MIDI if you have the necessary MT32 ROM filesmpu401=intelligentmididevice=mt32mt32.thread=onmt32.verbose=offHow to Play Classis GOG.com Dos Games with 3Dfx Glide Support: -You will need to have 3Dfx support enabled in DosBox Turbo app -Open the settings menu from either the pull-down menu at the Top or left side swiping menu -Go to “DosBox Settings/Advanced DosBox Config” check “3DFX Glide Support” restart the app before these changes will take effect-For games to play Dos Games with 3Dfx glide support (Blood, Tomb Raider,ect) you will need to download and extract this glide2x.ovl file into your game folder here How to Use DosBox Turbo with GOG.img files and ISO's in Dos Games: -Download pre-made configs for Blood and Tombraider with auto exes to launch the games hereMounting ISO and IMG files with Dosbox Turbo:1) Run DosBox go to “DosBox Settings/Advanced DosBox Config” check “3DFX Glide Support” and “Manual Mode”. You must restart the app before these changes will take effect.2)SomeDosbox- Fullscreen no sound - Overclock.net
To OpenGL32.dll and place this file to where GZDoom is installed in the computer.Vintage branch: Natively supported; set Fullscreen to OFF and Borderless Windowed Mode to ON from the Video Mode options. Doom Retro: Enable borderless fullscreen in configuration file[13] Open the *.cfg file(s) where the Doom Retro folder is located with a text editor.Find the variable vid_borderlesswindow and set it on, then find vid_screenresolution and set it to desktop.Save the changes. Doom Retro now should run in borderless fullscreen windowed. Input Keyboard configuration (Doom95) Mouse configuration (Doom95) Joystick configuration (Doom95) Audio Audio configuration (Doom95) Audio feature State Notes Separate volume controls Sound effects, Music Surround sound See Source ports. Subtitles No spoken dialogue. Closed captions Mute on focus lost See Source ports. Royalty free audio General MIDI audio Localizations Language UI Audio Sub Notes English NetworkMultiplayer types Zandronum is recommended for online play as it adds modern networking support and simplifies the process of finding games. Classic Gaming Arena is recommended for online play with the original DOS version, as it includes mod support and easy match setup.Connection typesIssues fixedGame does not run in DOSBox (Steam) Disable double-buffering in DOSBox[14][15] Go to \base.Edit plutonia.conf, plutoniam.conf, tnt.conf, and tntm.conf with a text editor.Under the section [sdl], look for the line fulldouble=true and set it to false.Save and close all files. Doom95 doesn't start on Windows 7 Use d95patch[16] This patch includes dgVoodoo 2 and the Doom95 Mouse Patch.Install Doom95 from the CD-ROM or shareware versions of Doom.Download d95patch here.Extract theDOSBox-X doesn't actually go into fullscreen if the fullscreen
/sdcard/hdd-2gb.img -t hdd -fs fat -size 512,63,64,1023Change the storage path to your external SDcard: imgmount c: /sdcard1/c.img -t hdd -fs fat -size 512,63,16,520imgmount d: /sdcard1/hdd-2gb.img -t hdd -fs fat -size 512,63,64,1023orimgmount c: /mnt/sdcard1/c.img -t hdd -fs fat -size 512,63,16,520imgmount d: /mnt/sdcard1/hdd-2gb.img -t hdd -fs fat -size 512,63,64,1023 or imgmount c: /mnt/extsdcard/c.img -t hdd -fs fat -size 512,63,16,520imgmount d: /mnt/extsdcard/hdd-2gb.img -t hdd -fs fat -size 512,63,64,1023 orimgmount c: /storage/extSdCard/c.img -t hdd -fs fat -size 512,63,16,520imgmount d: /storage/extSdCard/hdd-2gb.img -t hdd -fs fat -size 512,63,64,1023 5) Open the image files:On PC Now that WinImage is installed you can open the empty hdd.img’s by double-clicking them-You can drag game folders directly into the open WinImage program or -You can also direct the program to the game folders from the WinImage menu @ image/inject a folderOrOn Android Open the ZArchiver app locate a game folder and copy it-Next direct the app to the HDD.img files and paste it directly into the empty image6) Place Games folders into the .img files:-Locate your fully installed games such as DRM free GOG games from GOG here, ISO images, or extracted game data.-Playing Fallout on android requires some additional modding-Review my guide below for "How to setup Fallout 1, 2, Tactics with DosBox Turbo:"-Once your games are setup drag the folder(s) containing this data into the open hdd image files -Save your new hdd.img and close the program(Optional)Download the Free Official Fallout 1 Shareware Demo:-If you don't have games available download the Fallout 1 demo here -Just extract the zip files and run the Falldemo.exe from android or PC7) Transfer Files to the Root directory of your internal storage:On PC Connect your Android device to your PC with the USB cable and open your devices internal memory. Copy over the dosbox.conf, c.img, and hdd-2gb.img, files into this space; note that none of these files should be located in a folder. OrOn Android use a file explorer app here or here to locate and place the files into the root directory of your internal storage. 8) Launch DosBox Turbo:-Now you' are ready to start the DosBox Turbo app and play your PC games on Android, have fun!Click here to watch me launch games with Dosbox Turbo.Get the Hackers Keyboard with useful Arrow keys:How to play Games Fullscreen (No Black Bars): -To play games fullscreen you'll need to disable the default Aspect Ratio setting-This will stretch images to fill your display and remove the black bars from the sides of the screen-Go to DosBox Settings/Keep Aspect Ratio remove the checkmark How to use Virtual On Screen Buttons: DosBox Turbo has 4 programmable virtual buttons that can be used for additional in-game controls.-Click to see the pic.-In the DosBox settings menu check. By default, DOSBox runs in windowed mode. To make DOSBox fullscreen, just press ALT and Enter. Press ALT and Enter again to get back to windowed mode. If you want DOSBox to always run fullscreen when launched, edit dosbox.conf (click on DOSBox 0.74 Options in Start menu), change fullscreen=false to fullscreen=true, save and close the text By default, DOSBox runs in windowed mode. To make DOSBox fullscreen, just press ALT and Enter. Press ALT and Enter again to get back to windowed mode. If you want DOSBox to always run fullscreen when launched, edit dosbox.conf (click on DOSBox 0.74 Options in Start menu), change fullscreen=false to fullscreen=true, save and close the textDoes DOSBox support exclusive fullscreen? : r/dosbox - Reddit
Library is to download DOSBox-X and enable glide within the configuration/settings in accordance with the DOSBox-X Wiki.If the OpenGlide library is successfully detected, when you run DOSBox-X it will generate two output files called OpenGLid.ini and OpenGLid.log (the former providing options to adjust the OpenGlide settings).These should be located in the same place as your DOSBox-X application or executable binary.Optimize the OpenGLid.ini settingsThe following settings are recommended (with InitFullScreen=1 to start in fullscreen mode)[Options]WrapperPriority=2CreateWindow=0InitFullScreen=1Resolution=0.0EnableMipMaps=0IgnorePaletteChange=0Wrap565to5551=1EnablePrecisionFix=1EnableMultiTextureEXT=1EnablePaletteEXT=1EnableVertexArrayEXT=0TextureMemorySize=32FrameBufferMemorySize=16NoSplash=1Frequently asked questionsNo GLIDE2X.OVL on Z: driveQ: I have set glide=true in my config file, yet there is no GLIDE2X.OVL to be found in Z:\SYSTEM?A: In addition to setting glide=true, DosBOX-X also checks if it finds a compatible glide library on the host. If this check fails, GLIDE2X.OVL will not appear, and the menu option Video ⇒ 3dfx emulation ⇒ Glide passthrough will not be checked.The glide library installed on the host needs to be the same CPU architecture as the DOSBox-X executable. So for instance, if you are using a 32bit x86 Glide library, such as nGlide, you must also use a 32bit x86 DOSBox-X executable.No 3dfx splash screenQ: I don’t see the 3dfx splash screen when starting a gameA: This is normal when you’re running the game in high-level emulation mode (glide=true).This 3dfx splash screen is not part of the game, but rather built into the original Glide library (GLIDE2X.OVL for DOS, or GLIDE2X.DLL for Windows 9x).But the special versions used for Glide pass-through to the host do not have this animation.If you’re running 32bitComments
As shown in the video, the 'Profile editor'. We must set the program file by clicking on the folder icon at the right end of 'Program file'.The explorer will show you the contents of the virtual drive. Navigate through the game folder until you see program files. Some game only has one file listed here, Mario Teaches Typing has two, usually, the right file to select is named after the game.This time, it's 'MARIO', select the file and click Open. You may also select a setup program the same way, as shown in the video.Useful for sound configuration most of the time. Coming back to the Profile editor, we can see the executable file in the Program file field. The last thing to do is to set the name of the game in the Profile name field. Once this is done, click on Ok.The game appears in the list, double-click to run it and have fun! Create a new profile for a game, define the game and setup executable files, set a name then save. D-Fend Reloaded Wizard You may also use the game wizard in D-Fend Reloaded, it's simpler to add a game.D-Fend will auto-detect the game sometimes, you may also select one in the list as shown in the screenshot. By clicking Next, you get some additional information on the game, anyway, you can click Ok, the game will be listed in the main windows and ready to be played! Additional steps and troubleshooting Amongst different problems we have run into, here are some additional tips.How to make DOSBox fullscreen By default, DOSBox runs in windowed mode. To make DOSBox fullscreen, just press ALT and Enter. Press ALT and Enter again to get back to windowed mode. If you want DOSBox to always run fullscreen when launched, edit dosbox.conf (click on 'DOSBox 0.74 Options' in Start menu), change 'fullscreen=false' to 'fullscreen=true', save and close the text editor. Games running too fast or too slow Many old games were made to run as fast as the computer could get, those may be too fast with DOSBox default CPU cycles. You have to reduce the CPU cycles with CTRL-F11 in DOSBox. Other frontend programs may use different shortcuts.On the opposite, the default CPU cycles may be too low for 'recent' DOS games, you will have to raise the CPU cycles with CTRL-F12 in Dosbox. Other frontend programs may use different
2025-04-16Advanced options (see full configuration reference file [dosbox-x.reference.full.conf] for more details):# -> irq; io; dma; int13fakev86io; instant mode; auto-attach to int 13h; chip#enable = falsepnp = truemode = ps2[4dos]rem = This section is the 4DOS.INI file, if you use 4DOS as the command shell[config]# rem: Records comments (remarks).# break: Sets or clears extended CTRL+C checking.# Possible values: on, off.# numlock: Sets the initial state of the NumLock key.# Possible values: on, off.# shell: Specifies the command shell (COMMAND.COM or 4DOS.COM).# dos: Reports whether DOS occupies HMA and allocates UMB memory (if available).# fcbs: Number of FCB handles available to DOS programs (1-255).# files: Number of file handles available to DOS programs (8-255).# country: Country code for date/time formats and optionally code page for TTF output and language files.# lastdrive: The maximum drive letter (A-Z) that can be accessed by programs.# Possible values: a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z.rem = This section is DOS's CONFIG.SYS file, not all CONFIG.SYS options supportedbreak = offnumlock = shell = dos = high, umbfcbs = 50files = 100country = lastdrive = zset path = Z:\;Z:\SYSTEM;Z:\BIN;Z:\DOS;Z:\4DOS;Z:\DEBUG;Z:\TEXTUTILset prompt = $P$Gset temp = install = installhigh = device = devicehigh = [autoexec]# Lines in this section will be run at startup.# You can put your MOUNT lines here.SET NWLANGUAGE=ENGLISHmount c c:\dos\#mount j j:\c:"># This is the configuration file for DOSBox-X 0.83.18. (Please use the latest version of DOSBox-X)# Lines starting with a # are comment lines and are ignored by DOSBox-X.# They are used to (briefly) document the effect of each option.# To write out ALL options, use command 'config -all' with -wc or -writeconf options.[sdl]# fullscreen: Start DOSBox-X directly in fullscreen. (Press [F11/F12]+F to go back)# fulldouble: Use double buffering in fullscreen. It can reduce screen flickering, but it can also result in a slow DOSBox-X.# fullresolution: What resolution to use for fullscreen: original, desktop or a fixed size (e.g. 1024x768).# Using your monitor's native resolution with aspect=true might give the best results.# If you end up with small window on a large screen, try an output different from surface.# windowresolution: Scale the window to this size IF the output device supports hardware scaling.# (output=surface does not!)# windowposition: Set the window position at startup in the positionX,positionY format (e.g.: 1300,200)# display: Specify a screen/display number to use for a multi-screen setup (0 = default).# output: What video system to use for output (openglnb = OpenGL nearest; openglpp = OpenGL perfect; ttf = TrueType font output).# Possible values: default, surface, overlay, ttf, opengl, openglnb, openglhq, openglpp, ddraw, direct3d.# videodriver: Forces a video driver (e.g. windib/windows, directx, x11, fbcon, dummy, etc) for the SDL library to use.# transparency: Set the transparency of the DOSBox-X screen (both windowed and full-screen modes, on SDL2 and Windows SDL1 builds).# The valid value is from 0 (no transparency, the default setting) to 90 (high transparency).# maximize: If set, the DOSBox-X window will be
2025-04-17Can save yourself some time by having DOSBox automatically MOUNT your folders and change the drive to C:. In original DOS based operating systems a file called AUTOEXEC.BAT contained any commands that the user wanted executed every time the computer booted up. This functionality is simulated by the [autoexec] section of the dosbox.conf file. For DOSBox versions older than 0.73 browse into program installation folder and open the dosbox.conf file in any text editor. For version 0.73 go to Start Menu and click on "Configuration" and then "Edit Configuration". Then scroll down to the very end, and add these lines:MOUNT C C:\OLDGAMESC:Now those commands will be executed automatically when starting! If you're having trouble with that, make sure it looks like this (look at the bottom): Full ScreenJust press ALT+ENTER to go into and out of full screen.Alternatively, you can open the dosbox.conf file as mentioned above and change "fullscreen=false" to "fullscreen=true". DOSBox will then run in full screen mode when you open it.
2025-04-22Before you say "wow, this is a very dumb topic" please dont, im seriously looking for help configuring my winMUGENIm using winMUGEN Plus because i cant find winMUGEN (not plus) anywhere, i've even went into mugen.cfg and changed the fullscreen option to 1,but still, the game doesn't go into fullscreen?! (also, i've tried using alt + enter but nope, didnt work)also, does anyone know where to get the real winMUGEN and not the hacked version? if so, thanks Lyrica Re: How do i make winMUGEN plus go fullscreen? #2 August 21, 2024, 04:35:59 amthe real question is why are you using WinMUGEN which is 20+ years old when there is 1.0 and 1.1 (and even Ikemen) with full retro-compatibility? Basara Bogard Re: How do i make winMUGEN plus go fullscreen? #3 August 21, 2024, 07:03:49 amMaybe that's not the issue... maybe it's your WindowsWinMUGEN (and for extension DOSMUGEN) doesn't work anymore on Windows 8 and beyond (and if still works, has a lot of errors and a lot of options don't work anymore like fullscreen), not even with DOSBox, so if you got Win8 or Win10 forget about WinM and better get M1.0, M1.1 or IKEMEN instead mapleleafgrappl1ng Re: How do i make winMUGEN plus go fullscreen? New #4 August 21, 2024, 09:34:02 pmMaybe that's not the issue... maybe it's your WindowsWinMUGEN (and for extension DOSMUGEN) doesn't work anymore on Windows 8 and beyond (and if still works, has a lot of errors and a lot of options don't work anymore like fullscreen), not even with DOSBox, so if you got Win8 or Win10 forget about WinM and better get M1.0, M1.1 or IKEMEN insteadi see then, so its obsolete on win10?, i guess i'll have to use 1.0 or 1.1 because winmugen is abandonware even though people still use it for cheap charactersbut cant i just use something like DxWnd or dgVoodoo to run it properly? Last Edit: August 23, 2024, 02:18:52 am by mapleleafgrappl1ng
2025-03-31I've posted below.-These can be used to quickly launch games-You create a profile for each game that saves your settings and makes an auto exe for Dos commands-Watch the instructional videoAuto exe Examples: Fallout 1 Auto exe:mount c: /storage/emulated/0/Download/ c:cd falloutfalloutDOOM Auto exe:mount c: /storage/emulated/0/Download/ c:cd doomsdoom Get the Hackers Keyboard with useful Arrow keys: Get the free Hackers Keyboard here from the Play Store-It has a better layout for playing games and includes directional keys.-Click to see the pic. How to use Virtual On Screen Buttons: DosBox Turbo has 4 programmable virtual buttons that can be used for additional in-game controls.-Click to see the pic.-In the DosBox settings menu check “Overlay Buttons”.-Open “Button/Controller Maps” and choose “Add button Mapping”.-A new label will appear, click it “Map custom Button (x)”-At the top select 1 of 4 custom buttons to map-Now select “Dos key mapping” and assign a key to the button. -Once done select ok and repeat this for all 4 buttons.-A good setup for playing fallout would be:-Btn A=space, Btn B=b, Btn C=I, Btn D=s-space=end turn, b=change hands, i=inventory, s=skill index,-There is a Fast Forward button at the very bottom of the “Dos key mapping” menu, scroll down all the way. -Map this key and you can hold it down to increase the cycles.-This helps to speed up long load times, but note it will distort any audio that is playing. How to play Games Fullscreen (No Black Bars): -To play games fullscreen you'll need to disable the default Aspect Ratio setting-This will stretch images to fill your display and remove the black bars from the sides of the screen-Go to DosBox Settings/Keep Aspect Ratio remove the checkmark How to Enable MIDI support: -Open the dosbox.conf files and make the following changes[midi]# Only enable MIDI if you have the necessary MT32 ROM filesmpu401=intelligentmididevice=mt32mt32.thread=onmt32.verbose=offHow to Play Classis GOG.com Dos Games with 3Dfx Glide Support: -You will need to have 3Dfx support enabled in DosBox Turbo app -Open the settings menu from either the pull-down menu at the Top or left side swiping menu -Go to “DosBox Settings/Advanced DosBox Config” check “3DFX Glide Support” restart the app before these changes will take effect-For games to play Dos Games with 3Dfx glide support (Blood, Tomb Raider,ect) you will need to download and extract this glide2x.ovl file into your game folder here How to Use DosBox Turbo with GOG.img files and ISO's in Dos Games: -Download pre-made configs for Blood and Tombraider with auto exes to launch the games hereMounting ISO and IMG files with Dosbox Turbo:1) Run DosBox go to “DosBox Settings/Advanced DosBox Config” check “3DFX Glide Support” and “Manual Mode”. You must restart the app before these changes will take effect.2)Some
2025-04-11To OpenGL32.dll and place this file to where GZDoom is installed in the computer.Vintage branch: Natively supported; set Fullscreen to OFF and Borderless Windowed Mode to ON from the Video Mode options. Doom Retro: Enable borderless fullscreen in configuration file[13] Open the *.cfg file(s) where the Doom Retro folder is located with a text editor.Find the variable vid_borderlesswindow and set it on, then find vid_screenresolution and set it to desktop.Save the changes. Doom Retro now should run in borderless fullscreen windowed. Input Keyboard configuration (Doom95) Mouse configuration (Doom95) Joystick configuration (Doom95) Audio Audio configuration (Doom95) Audio feature State Notes Separate volume controls Sound effects, Music Surround sound See Source ports. Subtitles No spoken dialogue. Closed captions Mute on focus lost See Source ports. Royalty free audio General MIDI audio Localizations Language UI Audio Sub Notes English NetworkMultiplayer types Zandronum is recommended for online play as it adds modern networking support and simplifies the process of finding games. Classic Gaming Arena is recommended for online play with the original DOS version, as it includes mod support and easy match setup.Connection typesIssues fixedGame does not run in DOSBox (Steam) Disable double-buffering in DOSBox[14][15] Go to \base.Edit plutonia.conf, plutoniam.conf, tnt.conf, and tntm.conf with a text editor.Under the section [sdl], look for the line fulldouble=true and set it to false.Save and close all files. Doom95 doesn't start on Windows 7 Use d95patch[16] This patch includes dgVoodoo 2 and the Doom95 Mouse Patch.Install Doom95 from the CD-ROM or shareware versions of Doom.Download d95patch here.Extract the
2025-04-21