DynamXInc / BasicsAddon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamX

DynamXInc - BasicsAddon

This addon adds new features to DynamX :

  • Klaxon and siren
  • Fuel tank
  • Immatriculation plates
  • Speed display on the vehicle

How to add modules:

To add a module to your vehicle you need to edit the vehicle file inside your DynamX pack. This file have a name like vehicle_NAME.

To use modules ingame you have to add specific code blocks. Here are some examples:

Licenseplate

ImmatriculationPlate_back{
  Position: 0 0 0
  Scale: 0 0 0
  Rotation: 0 0 0
  Pattern: @@ \n @@ %%%%
  LineSpacing: 0
  Color: 0 0 0
}

Speed-Display

SpeedDisplay{
  Position: 0 0 0
  Scale: 1 1 1
  Rotation: 0 0 0
  Color: 0 0 0
}

Fuel-Tank

FuelTank{
  Position: 0 0 0
  Scale: 1 1 1
  TankSize: 80
  FuelConsumption: 1
}

Links

DynamX website: https://dynamx.fr
Addon download: https://dynamx.fr/packs DynamX wiki: https://dynamx.fr/wiki/ Discord: https://discord.gg/y53KGzD

About


Languages

Language:Java 98.2%Language:CSS 1.8%