How to change the mouse scroll speed?

Mat777

Warlord
Joined
Oct 26, 2005
Messages
221
I've posted that in the mod forum but I have not received any answer. Anybody know how I can do this? I don't see this in the option.
 
Go to ...\Beyond the Sword\Assets\XML and open GlobalDefines.xml with a text editor

Edit these lines
Code:
	<Define>
		<DefineName>CAMERA_MIN_SCROLL_SPEED</DefineName>
		<fDefineFloatVal>300</fDefineFloatVal>
	</Define>
	<Define>
		<DefineName>CAMERA_MAX_SCROLL_SPEED</DefineName>
		<fDefineFloatVal>1800</fDefineFloatVal>
	</Define>
 
Thanks. Just a question: This will be detected as a mod in mp?
 
The mp tag me as mod. I can't use that. I can't believe this is not in the game option. I mean all RTS has that.
 
Go to ...\Beyond the Sword\Assets\XML and open GlobalDefines.xml with a text editor

Edit these lines
Code:
	<Define>
		<DefineName>CAMERA_MIN_SCROLL_SPEED</DefineName>
		<fDefineFloatVal>300</fDefineFloatVal>
	</Define>
	<Define>
		<DefineName>CAMERA_MAX_SCROLL_SPEED</DefineName>
		<fDefineFloatVal>1800</fDefineFloatVal>
	</Define>

Hey cool! I didn't realize those camera controls existed. Now I can set the view exactly the way I like it. I'm always scrolling back because I find the default view is a bit too close. Now I know how to set that. Thanks!
 
The mp tag me as mod. I can't use that. I can't believe this is not in the game option. I mean all RTS has that.

This is TBS, not RTS so I guess maybe it's not that critical? If you think it's that important, you can try to issue a feature request so it could be added to an upcoming patch.
 
This is TBS, not RTS so I guess maybe it's not that critical? If you think it's that important, you can try to issue a feature request so it could be added to an upcoming patch.

rts = real time strategy
 
Yes, yes, I know :)

I just figured that because Civ is more of a TBS rather than a RTS the multiplayer developers may not have cloned the regular RTS setups that much. If it's a popular configuration option to personalize then a feature request could get them to implement it.
 
Back
Top Bottom