2023-05-21: Yes, we're back. No, you can't login yet

Vehicle Console Editor

Uploaded by NightHawk

The add-on board icon. Server Mods
The add-on file name icon. Script_ConsoleVehicleEditor.zip
The add-on upload date icon. Feb 7th 2021, 7:21 PM
The add-on download count icon. 520

Description

This addon increases the efficiency for vehicle developers when you have to modify variables of a Vehicle/Tire/Spring's datablock, without having to:

  1. Respawn the Vehicle, and most importantly
  2. Type in the name of the datablock to modify all the time (In the case of batch-editing multiple cars at once)

The script returns the name of the vehicle datablock the player is currently driving. All you have to do is get into the vehicle you want to modify, and type the functions below into the console

v().variableName = newValue; - Allows you to modify attributes of the Vehicle's Datablock t().variableName = newValue; - "" of the defaultTire on the Vehicle's Datablock s().variableName = newValue; - "" of the defaultSpring on the Vehicle's Datablock

For variableName, if you don't know it, you can [I.E.] type v().dump(); to get the names of the variables via the "Member Fields"

Thankfully, it only applies to the vehicle you currently spawned in at the instance, and will not affect other vehicles until you change/modify variables within their datablocks. Respawning the car keeps the changes made in the console.

Thanks to phflack for helping me compile this script together!

Comments (0)