From ec3ee32caa0193adc74b54526e219e86ff2ceaea Mon Sep 17 00:00:00 2001 From: widberg Date: Mon, 12 Feb 2024 09:58:29 -0500 Subject: [PATCH] Add more links to docs --- docs/source/fuelvehicleparam.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/fuelvehicleparam.rst b/docs/source/fuelvehicleparam.rst index 7cf896e..c633e3a 100644 --- a/docs/source/fuelvehicleparam.rst +++ b/docs/source/fuelvehicleparam.rst @@ -14,17 +14,17 @@ A few of the parameters have been investigated on the `FUEL Fandom Wiki Vehicles Hot Reload ---------- -The ``Param/VehicleParam.tsc`` file can be hot reloaded by editing and saving ``Param/VehicleParam.tsc`` then running the ``ReloadVehicleParameters`` / ``RVP`` command via the :doc:`in-game developer command palette ` and switching to another vehicle and back for the changes to take place without restarting the game. Only code reading parameters after the reload will use the new values. Code that reads a parameter once at startup will not receive the new value. +The ``Param/VehicleParam.tsc`` file can be hot reloaded by editing and saving ``Param/VehicleParam.tsc`` then running the ``ReloadVehicleParameters`` command via the :doc:`in-game developer command palette ` and switching to another vehicle and back for the changes to take place without restarting the game. Only code reading parameters after the reload will use the new values. Code that reads a parameter once at startup will not receive the new value. Debugging --------- The ``DeBugInfos`` command will enable a debug view of the current vehicle's configuration. -Vehicle Internal Names ----------------------- +More Information +---------------- -A table of English vehicle names mapped to their internal name can be found on the `Vehicle Details entry of the FMTK Developers wiki `_. +A table of English vehicle names mapped to their internal name can be found on the `Vehicle Details entry of the FMTK Developers wiki `_. Some files that could help reverse engineer the vehicle parameters are the can be found in the `VehiclesParam.tsc entry of the FMTK Developers wiki `_. Parameter Table ---------------