C.H.A.S.E.R Docs
  • Welcome to C.H.A.S.E.R !
  • Fundamentals
    • The "chaserfirststartup" command
    • Creating your first chaser profile
    • vehdata.lua vs handling.meta
    • Utilizing the turbo viewer tool
    • Utilizing the final drive calculator tool
    • Weight Reduction
    • Engine Swapping
    • Utilizing the C.H.A.S.E.R chase cam
    • Creating an engineswap profile
    • Calibrating the PP system
    • Adapting your UI to work with C.H.A.S.E.R
  • The Config Folder
    • blocklist.lua
    • camera_tunables.lua
    • chaserconfig.lua
    • globalvehdata.lua
    • enginedata.lua
    • tiredata.lua
    • vehdata.lua
  • get exports
    • chaser_getpp
    • chaser_getctm
    • chaser_getvehname
    • chaser_getcurrentrpm
    • chaser_getminmaxrpm
    • chaser_gettelemetry
    • chaser_getturbopressure
    • chaser_getloadstatus
    • chaser_getassists
    • chaser_gettransmission
    • chaser_gethilo
    • chaser_getflywheel
    • chaser_getdifferential
    • chaser_getenginebaysize
    • chaser_gettyre
    • chaser_getturbo
    • chaser_getavgacc
    • chaser_getefficiency
    • chaser_getengineswapdata
    • chaser_getvehicledata
    • chaser_getweight
    • chaser_getengine
    • chaser_getengineptwratio
    • chaser_getnitrous
    • chaser_getscoreboardsfxmuted
    • chaser_getcurrentdriftscore
    • chaser_getcurrentdriftscoremultiplier
    • chaser_getlastbankedscore
    • chaser_getstackeddriftcount
    • chaser_getwalltapdriftcount
    • chaser_gethighspeeddriftcount
    • chaser_getvehicledata
    • chaser_getshiftdelay
    • chaser_getbrakingcapacity
    • chaser_getbrakingfbias
    • chaser_getswaybarstrenght
    • chaser_getswaybarfbias
    • chaser_getsuspension
  • Set exports
    • chaser_setassists
    • chaser_settransmission
    • chaser_settransmissionmode
    • chaser_setflywheel
    • chaser_setdifferential
    • chaser_settyre
    • chaser_setturbo
    • chaser_setweight
    • chaser_setengine
    • chaser_setnitrous
    • chaser_togglehilo
    • chaser_togglescoreboardsfx
    • chaser_setcurrentdriftscoremultiplier
    • chaser_setshiftdelay
    • chaser_setbrakingcapacity
    • chaser_setbrakingfbias
    • chaser_setswaybarstrenght
    • chaser_setswaybarfbias
    • chaser_setsuspension
  • Other Exports
    • chaser_ctm
    • chaser_calculatetuningacc
    • chaser_forcereload
    • chaser_refreshengine
    • chaser_calcacc
    • chaser_isvehicledrifting
    • chaser_disablechaser
    • chaser_enablechaser
    • chaser_startcamera
    • chaser_stopcamera
  • Networking
    • Statebags
  • User Interface
    • NUI Events
  • Controls
    • Keybinds
  • Extras
    • Demos & Softwares
    • Math
    • With love
Powered by GitBook
On this page
  • Arguments:
  • update:
  • overwrite:
  • none:
  1. Fundamentals

The "chaserfirststartup" command

As soon as you download and install chaser on your server from TEBEX go into your server.cfg, and add to ace perms the following:

add_ace group.admin command.chaserfirststartup allow

or to whatever group you utilize, this step isn’t mandatory, but highly recommended in order to prevent players from utilizing this command.

Once that is done, run the script.

When in game, go into a clean area, without traffic or peds, and run the command:

“chaserfirststartup update”

This command will process and calculate all necessary chaser pre-calc info for all compatible models in your server.

You’ll need to run this everytime new vehicles are added in order to keep compatibility, else new vehicles might break features.

Once the command has been processed you’ll see a new file named

“globalvehdata.lua” in your config folder, was created or updated.

and now, you’re ready to use chaser!

Arguments:

The "chaserfirststartup" command has 3 possible arguments:

update:

When calling with the argument "update", the command will only process vehicles that require an update, when calling with this argument, the settings stored in "globalvehdata.lua" will not be overwritten.

overwrite:

When calling with the argument "overwrite", the command will process all vehicles, and overwrite the "globalvehdata.lua" entirely, losing all saved settings.

none:

When calling without an argument, the command will process all vehicles, and overwrite the "globalvehdata.lua" entirely, losing all saved settings.

PreviousWelcome to C.H.A.S.E.R !NextCreating your first chaser profile

Last updated 10 months ago