ndpduc / adosbox

Automatically exported from code.google.com/p/adosbox
0 stars 0 forks source link

Fallout 1 on Moto Droid, no numbers, no HD space #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey all, I have the moto Droid 2.0 and numbers don't work for me. I have 
mapper.txt which has...........
key_1 "key 113 mod3" 
key_2 "key 119 mod3" 
key_3 "key 101 mod3" 
key_4 "key 114 mod3" 
key_5 "key 116 mod3" 
key_6 "key 121 mod3" 
key_7 "key 117 mod3" 
key_8 "key 105 mod3" 
key_9 "key 111 mod3" 
key_0 "key 112 mod3" 
..............................................
in my conf file, which starts like this
.................................................
[sdl]
#       fullscreen: Start dosbox directly in fullscreen.
#       fulldouble: Use double buffering in fullscreen.
#   fullresolution: What resolution to use for fullscreen: original or fixed 
size (e.g. 1024x768).
# windowresolution: Scale the window to this size IF the output device supports 
hardware scaling.
#           output: What video system to use for output.
#                   Possible values: surface, overlay, opengl, openglnb.
#         autolock: Mouse will automatically lock, if you click on the screen.
#      sensitivity: Mouse sensitivity.
#      waitonerror: Wait before closing the console if dosbox has an error.
#         priority: Priority levels for dosbox. Second entry behind the comma 
is for when dosbox is not focused/minimized. (pause is only valid for the 
second entry)
#                   Possible values: lowest, lower, normal, higher, highest, 
pause.
#       mapperfile: File used to load/save the key/event mappings from.
#     usescancodes: Avoid usage of symkeys, might not work on all operating 
systems.
output=surface
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper.txt
usescancodes=false
..................................continues on for a while
does this look correct? I've tired left and right shift and alt, i get no 
numbers, i get no function keys...
on an unrelated note, if anyone cares, I got the Fallout 1 install screen to 
come up, and it would let me to a small and medium install, but i found 
somewhere if i modify the install I can install it fully (which led me to my 
problem of the numbers not working). well, I still can't get the numbers to 
work on my Droid, BUT I've been running dry runs of DOSBox on my comp and 
finally was able to do a complete install. Evidently DOSBox uses 105 MB of HD 
space when you mount a directory, so you have to add a line that tell it to 
dedicate a larger amount. The credit goes to a guy named ErikGG. 

Use mount c c:\ -freesize 1024 for 1GB of HD space. 

so for my droid when I initially mount for the install I put in "mount c 
/sdcard/falloutinstall -freesize 1024" Someone might want to test if dedicating 
extra space speeds up the play of games they're running. Hope this helps anyone 
else, cause I had a hell of a time tracking this down, and I hope someone else 
knows what I'm doing wrong w/the numbers not working lmao!

Original issue reported on code.google.com by Hy0tt...@gmail.com on 27 Jun 2010 at 8:41

GoogleCodeExporter commented 9 years ago
you need to show the path to your mapper.txt file.. 
example: mapperfile=/sdcard/mapper.txt

Original comment by beas...@gmail.com on 12 Apr 2011 at 11:05

GoogleCodeExporter commented 9 years ago
These bugs are related to v0.1beta and no longer valid

Original comment by grea...@gmail.com on 24 Apr 2011 at 7:27