0% found this document useful (0 votes)
45 views3 pages

Read Me

This document provides information about a mod for GTA San Andreas that adds an advanced speedometer, which can be customized for different vehicles. It includes installation instructions, usage commands, and details on editing speedometer values using Sanny Builder. Additionally, it outlines features such as remote locking and gear types for driving preferences.

Uploaded by

Ilija Otasevic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views3 pages

Read Me

This document provides information about a mod for GTA San Andreas that adds an advanced speedometer, which can be customized for different vehicles. It includes installation instructions, usage commands, and details on editing speedometer values using Sanny Builder. Additionally, it outlines features such as remote locking and gear types for driving preferences.

Uploaded by

Ilija Otasevic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

// ABOUT THE MOD //

This mod adds a very nice advanced speedometer to your game.


You can edit the speedometer values yourself for different vehicles.
(http://youtu.be/yDw6qdH5odQ)
// INSTALLATION //

- Copy speed.cs and gasoline.cs into your 'GTA San Andrteas/CLEO' folder
- Copy speed.TXD into your 'GTA San Andrteas/models/txd' folder
// HOW TO USE IT //

- Press: F10
- Enable Speedometer (can only be disabled if you get out of the
car)
- Press: F9
Reset the widescreen mode (if speedometer is in different scale
of gasometer)
- Press: F10
Alternate the widescreen on/off (it memorizes when you enter the
car again)
- Press: F11
Turn on/off engine
- Press: F12
Change gear type (Automatic, semi-auto or manual) 1)
- Press: 0
All disappear (but enabled)
- Press: 9
Gas disappear (but enabled, appear if the car s on reserve)
- Press: 8
Speedometer disappear (but enabled)
- Press: Cruise control
- Press: .
Speed Limiter
- Press: ,
Speed Limiter increase speed
- Press: m
Speed Limiter decrease speed
- Press: end
Change Speedometer Display(Kms: partial and total, RPM and Km/h,
RPM and Mph, Gear mode)
- Press: pgdn
Lock doors (Simple, protect car)
- Press: pgup
Lights (off, auto, on)
Disable the mod in missions!!

Remote lock:
- On foot:
After leave the car, you can (un)lock the doors by pressing SHIFT
(if you re near the car, they will open, if you re far away from the car, th
ey will lock)
- In car:
If you enter another car and have the speedometer disabled you need to u
se the remote car lock
(after activating the speedometer in a new car, your previous one will b
e unlocked)

Gears:
- In Automatic: you just need to focus on driving, no need to change the gear by
yourself
- In Semi-auto: when you re in red-line, leave the throttle for a bit and press it
again, the gear changes itself
- In Manual: you need to press X to increase the gear level or Z to reduce it (b
e careful with water temperature )

Editing the speedometer values:


If you open Sanny Builder and open the speed.cs file in your cleo folder (Type o

f files: ALL) you will see the program lines, scroll to find cars, like this (or
as in the screenshot):
//----------------------------------------------------------------cars----------------------------------//-----------------------------------Info---------------------------------------------------------------//-------------------------------$Speedometer:----------------------------------------------------// 1-80km/h
// 2-160km/h
// 3-240km/h
// 4-320km/h
// 5-400km/h
//-------------------------------------------------------------------------------------------------------//-------------------------------$Tachometer:------------------------------------------------------// 0-no
// 1-12000rpm
// 2-8000rpm
// 3-6000rpm
// 4-4000rpm
//-------------------------------------------------------------------------------------------------------//-------------------------------$Turbo:--------------------------------------------------------------// 0-no
// 1-yes
//--------------------------------------------------------------------------------------------------------So, in Sanny Builder, if you want the 160km/h Speedometer, 8000rpm Tachometer, T
urbo in Previon with max speed of 210km/h for example, you need to do something
like this:
if
Actor.DrivingVehicleType($PLAYER_ACTOR, #PREVION)
then
0004: $Speedometer = 2
0004: $Tachometer = 2
0004: $Turbo = 1
0004: $Damage = 1
0004: $MAX_SPEED = 210.0
jump @NONAME_3
end
You can make this for any car you want, if you mod the game with cars you need t
o do that
More questions? Mail me at Dylanimus@live.com
YouTube: OfficialDylanimus (http://www.youtube.com/user/OfficialDylanimus)
*******************
*made by Dylanimus*
*******************
*a.k.a. spelspelen*

*******************
Thanks for downloading!

You might also like