|
Register | Blogging | Today's Posts | Search |
|
Thread Tools | Display Modes |
08-04-2012, 09:51 AM | #1183 (permalink) | |
nothing
Join Date: Mar 2008
Location: everywhere
Posts: 4,315
|
Quote:
Holy crap this turned out longer than I expected but DOS isn't exactly the most intuitive thing out there. It's not super complicated once you get used to it though. Let me know if this helps or if you're still having issues either with the app or with specific games. ----- and here we go ----- The thing with DOS games and applications is that you still need to use the old command line prompts and enter the actual commands yourself, there's no double clicking the .exe and voila! action. First you need to extract all the old games into a main parent folder on your system. As an example all my old games go into a folder called 'Abandonware' on my F: drive (with about 50 classics in there) Next you need to run DOSBox and mount that folder as a virtual drive. The easiest way to do that is by using the following command (just launch DOSBox and type it in) mount F F:\Abandonware What that's actually doing is calling the command 'mount' then specifying the virtual drive letter, then specifying the folder you want to associate to the virtual drive. So in your case, change the first F to whatever single letter you prefer then specify the folder where you extracted all your older games into. If you did it correctly DOSBox will display a message stating "Drive specific letter is mounted as local directory Hard drive letter:\Folder with all your extracted games Then you need to use old school DOS commands, the main ones you'll be using are: X: dir cd Replace the X in that first one to the drive letter you specify in the Mount command line. So using my example I'd just type F: and it will change from the default Z:\> to F:\> line to indicate that the current drive has been changed. Dir as is will present a list of all the contents within the folder. dir /p will parse the information by page in case you have more folders than can be displayed on a single screen's worth of space. Another handy command option for finding files within specific game folders is dir *.exe which will only display executable files, you can also replace that with *.txt to only see text files, etc. cd stands for Change Directory so once you've changed your folder to point to your games, you'll also need the specific spelling as seen by using the 'dir' command since longer file / folder names get truncated by DOS. So you'll end up with stuff like cd STARWA~1 as the command to change the directory to that specific game folder. cd .. moves you back one step in the directory structure. Once you're in the game folder you're looking to play you'll then need to run the 'dir' command again to find out the specific name of the file needed to launch the game. Normally it's just the name of the gamename.exe, other times it might be a batch file (gamename.bat) or something like main.exe or launch.exe Also depending on the game you're trying to play it might require specific hardware that isn't necessarily supported or present (like flight sticks). I've noticed that a lot of games that came out during the final transition from DOS to Windows in the mid 90s are the most problematic too. If you're still having hassles, specify the game and I'll download it and give you a specific list of commands to get it working if possible. |
|
08-04-2012, 01:05 PM | #1184 (permalink) | |
Music Addict
Join Date: Mar 2009
Posts: 1,711
|
Quote:
One last question, is there anyway to enlarge or maximize the DOSBox screen? As it stands, it's pretty small and the maximize option is grayed out. |
|
08-04-2012, 01:14 PM | #1185 (permalink) | |
The Music Guru.
Join Date: Jun 2009
Location: Beyond the Wall
Posts: 4,858
|
Quote:
No way to maximize the window as far as I know... if you find a way to make it larger let me know, lol! |
|
08-05-2012, 08:09 AM | #1187 (permalink) | |
nothing
Join Date: Mar 2008
Location: everywhere
Posts: 4,315
|
Quote:
As for maximizing the size... Alt+Enter (default Windows keyboard command to maximize a window) 'works' but there's no easy way to make it look right on a widescreen monitor since most of those old DOS games are locked to specific resolutions with 4:3 aspect ratios. Get used to everyone looking a little shorter and wider than normal, OR big old 17" 'square' monitors sell for like $10 on places like kijiji or craig's list. However if you've got a Radeon type video card you might need to tweak your scaling options or you'll just end up with massive black bars around the edge of the window. If that's the case launch your AMD VISION Engine Control Center (should be in your start menu) then open the Digital Flat-Panels tab on the left, then click on Scaling Options, then check the box for 'Enable GPU Scaling' within the Image Scaling panel on the right hand side of the window. What classics are you guys enjoying? |
|
08-09-2012, 09:11 AM | #1188 (permalink) | |
Music Addict
Join Date: Mar 2009
Posts: 1,711
|
Quote:
Never played Pirates, but I used to play SimCity a ton, so it should be interesting revisiting it. I'll probably get around to all the other old classics in due time, and I'm open to recommendations if you have any. |
|
08-19-2012, 09:05 PM | #1189 (permalink) |
~de geso
Join Date: Jan 2011
Posts: 495
|
Earlier today, I was using my laptop, which had around 11GB of free space left. I decided to download a game demo on Steam, and it tells me that I now have around 50GB of space left. I never uninstalled any games (which use up a lot of my HD's memory) today, so I'm very concerned. Can anyone help me with this problem?
|
|