Go Back   Forums > Abandonia.com > Troubleshooting > Scroll Speed problem
Memberlist Forum Rules Search Today's Posts Mark Forums Read
Search Forums:
Click here to use Advanced Search

Thread: Scroll Speed problem Reply to Thread
Your Username: Click here to log in
Image Verification
Please enter the six letters or digits that appear in the image opposite.

Title:
  
Message:
Post Icons
You may choose an icon for your message from the following list:
 

Additional Options
Miscellaneous Options

Topic Review (Newest First)
03-08-2014 08:40 AM
zirkoni
Quote:
Originally Posted by Japo View Post
In VPC you can just copy files between the host and the guest by drag'n dropping, as long as the optional integration features are installed.
You can also mount the vhd files with Windows disk manager. After mounting the disk image you can browse the files in Windows Explorer just like any HDD.

I have added the mount/unmount scripts in the "SendTo" folder so I can right click on a vhd file to mount it.

Mount script:
Code:
@ECHO OFF
TITLE Mount VHD
ECHO Mount VHD
ECHO.
ECHO.

SETLOCAL

SET DiskPartScript="%TEMP%\DiskpartScript.txt"

ECHO SELECT VDISK FILE="%~1" > %DiskPartScript%
ECHO ATTACH VDISK >> %DiskPartScript%

DiskPart /s %DiskPartScript%

ENDLOCAL
Unmount script:
Code:
@ECHO OFF
TITLE Unmount VHD
ECHO Unmount VHD
ECHO.
ECHO.

SETLOCAL

SET DiskPartScript="%TEMP%\DiskpartScript.txt"

ECHO SELECT VDISK FILE="%~1" > %DiskPartScript%
ECHO DETACH VDISK >> %DiskPartScript%

DiskPart /s %DiskPartScript%

ENDLOCAL
That's what I use to move files between the host and virtual machine.
03-08-2014 04:31 AM
progamer321
Quote:
Originally Posted by Japo View Post
In VPC you can just copy files between the host and the guest by drag'n dropping, as long as the optional integration features are installed.
But it doesn't work for windows 9x.
03-08-2014 12:31 AM
Japo
Quote:
Originally Posted by progamer321 View Post
But there is no option to enable shared folder.
So, the whole file should be downloaded inside windows 98.
In VPC you can just copy files between the host and the guest by drag'n dropping, as long as the optional integration features are installed.
02-08-2014 11:22 AM
progamer321
Quote:
Originally Posted by Japo View Post
VPC is easier for this, I think :P
Quote:
Originally Posted by The Fifth Horseman View Post
Windows 95 can be ran in DOSBox, IIRC. Alternatively try using MS Virtual PC.
Any good guide for installing in DOSBox ot IIRC?
02-08-2014 11:21 AM
progamer321
Quote:
Originally Posted by Japo View Post
VPC is easier for this, I think :P
But there is no option to enable shared folder.
So, the whole file should be downloaded inside windows 98.
24-07-2014 02:55 PM
Japo VPC is easier for this, I think :P
24-07-2014 11:32 AM
The Fifth Horseman Windows 95 can be ran in DOSBox, IIRC. Alternatively try using MS Virtual PC.
26-06-2014 09:27 AM
progamer321 Thanks for replying.
This is a Windows game designed for Windows 95/98.It
works on windows 7 64 bit but with this problem.

Waiting for the solution.
26-06-2014 05:57 AM
Smiling Spectre It's DirectX->Windows95 issue, Japo, I seen this game already. Game is fine, but when you are pointing mouse on the edge, scroll speed zips you on the other edge of the map.

progamer321 I meant to check this game, but I have no free time for this now, sorry. I'll check it later.
25-06-2014 10:10 PM
Japo If the mouse moves too fast all the time, and you're using DOSBox (so for DOS games only), you can change the "sensitivity" parameter.

If the mouse speed is OK on the inside but on the edges map scrolling is too fast, this is more difficult, but again if you're using DOSBox you can try decreasing cycles, or maybe even trying a different cputype.

Please refer to the tutorials for clarifications on this...
If it's a Windows game on Windows, there's little you can do.
This thread has more than 10 replies. Click here to review the whole thread.

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

The current time is 12:21 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.