Posted Speed
POPULAR LINKS
{:links-list}
INSTALLATION
- Open the downloaded ZIP product file and drop the folder in it somewhere in your resources folder.
- Add your product key (get it here) to the
settings.inifile - Add
start BigDaddy-PostedSpeedto yourserver.cfg.
DO NOT RENAME THE FOLDER.
If you change the name of the folder it will not function correctly so leave the name as it is.
{:is-danger}
FASTER DRIVING AI
If you do NOT want to have the AI driving faster, simply delete the
streamfolder when you install the script.
CONFIGURATION
settings.ini
| SETTING | DEFAULT | DESCRIPTION |
|---|---|---|
| [licensing] | ||
| key1 | none | This is where you put your product key |
| [settings] | ||
| mph | true | Set to true the speed is displayed as "American" speed limit sign and in MPH. If false, it will be displayed as a "European" speed limit sign and in KP/H |
| offsetX | 0 | Percentage from the left that the sign should move to (is designed to show in the bottom left of the minimap) |
| offsetY | 0 | Percentage from the bottom that the sign should move to (is designed to show in the bottom left of the minimap) |
| speedsign | us | valid signs are: us, canada, germany, japan, uk, amber (Sweden, Finland, Iceland, etc.), australia |
| warningsign | us-a | valid warning signs are: us-a, eu-a, sweden-a |
speedlimits.json
By popular demand I have moved the speedlimit data out of the script and into a json file so you can edit the speeds if you really want to. I don't recommend it because the data is fairly complex and changing them is not very easy. But if you want to it's available. We will not be providing support for changing speeds so do so at your own risk.
EXPORTS
Client export:
exports['BigDaddy-PostedSpeed']:GetSpeedLimit(vehicleid)
The vehicleid is the client sided id of the spawned vehicle. It will give you the speed at the location of the vehicle. It will be in whatever utils the Posted Speed script is set to use, either MPH or KM/H