Solved Confused Over Dos Games
-
@substring ah ah ok, so @rockaddicted maybe ?
In the dosbox rom folder, just creating a subfolder Race folder inside and putting WackyWhe.pc game folder into it (that's /recalbox/share/roms/race/WackyWhe.pc) makes ES crash at boot ! and thus Recalbox doesn't even start...
I assume this is a bug in ES ? Maybe this is also the case for scummvm ?
-
@voljega said in Confused Over Dos Games:
?
@voljega
On the moon, you are right. By the way, if you look from the side....
Just kidding, thanks.
For the mapperfile, you can create by yourself. Just Ctrl+F1 in started game. The mapper is really good. But sometimes I make adaption with edit in the files.
Duke Nukem is now hudger as before, but looks a little like the Donald. -
@dragu ahah yeah there is a little resemblance.
Cool for the mapperfile thank you I will try it
I tried ultima underworld too, works fine.
By the way, any way to display the fps counter inside DosBox ?
-
@voljega
I don't think so, we are not in Steam
I was starting to make DN Manhattan working, but before Windows95 should be ready. There I have still some problems. Time will bring the answer. Seems pervert to run windows in Recalbox, but some early games require 95. -
@dragu Perverted I don't know but that would be a feat.
I also plan to try later to convert some games From ExoWin3.1 collection which run under Dosbox
-
I read the aspect story back in the dosbox Wiki, as I found that it has only an effect on some games.
"
aspect = true | false
Do aspect correction. It only affects non-square pixel modes like VGA Mode 13h, which has a resolution of 320x200 pixels and is used by many DOS games (DOOM, etc). Recommended as such games were designed for 4:3 displays, and without aspect correction will look distorted and not as the developer intended.
Default is false.
"
So, if you have 640x480 or bigger resolution, no need. -
@dragu cool to know but then better leave it to true as it will no effect on games with bigger resolution ?
-
@voljega
I am not sure, because it is also written :aspect: Do aspect correction, if your output method doesn't support scaling this can slow things down!.
So, it seems to have perhaps negative effect on speed. This could be an issue in more recent games.
-
@voljega said in Confused Over Dos Games:
@substring ah ah ok, so @rockaddicted maybe ?
Sorry dude I didn't have time to test this emulator, can't help you.
-
@rockaddicted It's not related to the emulator, more an Emulation Station problem regarding how it shows folder as a menu item.
Any way, i'll file a bug when 4.1 is released and when there will be a new bug tracking system
-
ah ok, indeed I miss read. I'll check that on the current master build.
-
@voljega I tested on 4.1 x86 version with that:
# ls /recalbox/share/roms/dos/test/prince.pc/ CDUNGEON.DAT DIGISND1.DAT EDUNGEON.DAT GUARD.DAT IBM_SND1.DAT INSTALL.PDM MIDISND1.DAT PRINCE.EXE SKEL.DAT VIZIER.DAT CPALACE.DAT DIGISND2.DAT EPALACE.DAT GUARD1.DAT IBM_SND2.DAT KID.DAT MIDISND2.DAT PV.DAT TITLE.DAT VPALACE.DAT DESKTOPD.CFG DIGISND3.DAT FAT.DAT GUARD2.DAT INSTALL.EXE LEVELS.DAT PRINCE.DAT SHADOW.DAT VDUNGEON.DAT dosbox.bat
And I have no problem, game boots fine.
-
@rockaddicted strange.... i wil retry but on my 4.1 ES doesn't show on boot, I tried with a pc game with both dosbox.cfg and dosbox.bat inside he folder
-
@voljega maybe a bug fixed between last unstable and current master.
Please test again on next stable release once available.
If problem, we'll check that. -
@rockaddicted I don't remember where the log is maybe there will be something in there regarding the crash of ES ?
@voljega said in Confused Over Dos Games:
@voljega Tested Tyrian, joystick works but there is a deadzone problem, the ship goes toward the right by itself, is that configurable in the mapper file ?
Ok it was more a sensibility/calibrate problem with the joystick drifting by itself.
So to fix that you just need to edit dosbox.conf, go into [joystick] part and modify timed=true to timed=false -
you can restart ES on ssh a check the error message.
-
@rockaddicted ok worked for me too the real bug seems to be when you have the same *.pc game in /recalbox/share/ros/dos AND in a subfolder of that too, but it isn't very important then
-
@voljega thanks for feedback
-
@dragu
@voljega said in Confused Over Dos Games:imgmount d .\cd\wackywheels.iso -t cdrom directly mount the iso located there /recalbox/share/roms/dos/WackyWe.pc/cd/wackywheels.iso
Well I was a little kick because it works with 'real' dos name for the iso but not with full name when the command is accessed from dosbox.bat, I saw by adding the pause command at the end of the command.bat, really usefull.
- if i change the line to imgmount d .\cd\wackyw~1.iso -t cdrom it works
- if i rename the iso to waky.iso imgmount d .\cd\wacky.iso -t cdrom it works
- if i leave like imgmount d .\cd\wackywheels.iso -t cdrom I get the error image is not found
- if i try imgmount d ".\cd\wackywheels.iso" -t cdrom, image is not found either
The game launched nonetheless but this is a bother for automatic converting.
Do you have an idea to adress directly more-than-8-characters names from dosbox.bat ?
Didn't try to put it back in [autoexec] part yet -
@voljega
Dosbox is always a 8.3 file naming system, not like DRDOS later. It has just the Microsoft standard.