Handling.cfg: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
(Added current version template to make sure folder is always updated, commented out future plans that didn't make it for now)
Line 12: Line 12:
* Start server, or type '''refresh''' into the server console
* Start server, or type '''refresh''' into the server console
* (Optional) Copy the global '''handling.cfg''' into '''server/mods/deathmatch/resources/handling_loader/'''
* (Optional) Copy the global '''handling.cfg''' into '''server/mods/deathmatch/resources/handling_loader/'''
* (Optional) Tell clients to put their personalized '''handling.cfg''' into '''MTA San Andreas 1.3\mods\deathmatch\resources\handling_loader\'''
* (Optional) Tell clients to put their personalized '''handling.cfg''' into '''MTA San Andreas {{Current Version|short}}\mods\deathmatch\resources\handling_loader\'''
* Start '''Handling Loader''' with the command '''start handling_loader'''
* Start '''Handling Loader''' with the command '''start handling_loader'''


The server handling.cfg will apply to everyone on the server. (If installed)<br>
The server handling.cfg will apply to everyone on the server. (If installed)<br>
The customized handling lines of the player installed handling.cfg will only apply to the cars that player drives.
The customized handling lines of the player installed handling.cfg will only apply to the cars that player drives.<!--
 


==<span style="text-decoration: line-through;">Future way==
==<span style="text-decoration: line-through;">Future way==
Line 29: Line 28:
* <span style="text-decoration: line-through;">Enter this command in the server console: '''loadcfg'''
* <span style="text-decoration: line-through;">Enter this command in the server console: '''loadcfg'''
* <span style="text-decoration: line-through;">Oh, it's broken
* <span style="text-decoration: line-through;">Oh, it's broken
* <span style="text-decoration: line-through;">Contact the author
* <span style="text-decoration: line-through;">Contact the author-->

Revision as of 08:23, 4 August 2016

Making MTA work with handling.cfg

MTA ignores the GTA file data/handling.cfg because of the custom handling functions.

There are two ways to get a custom handling.cfg working in MTA:

Easy way

To load custom handling.cfg, follow these steps:

  • Download the Handling Loader resource
  • Unzip handling_loader.zip contents into server/mods/deathmatch/resources/handling_loader/
  • Start server, or type refresh into the server console
  • (Optional) Copy the global handling.cfg into server/mods/deathmatch/resources/handling_loader/
  • (Optional) Tell clients to put their personalized handling.cfg into MTA San Andreas 1.6\mods\deathmatch\resources\handling_loader\
  • Start Handling Loader with the command start handling_loader

The server handling.cfg will apply to everyone on the server. (If installed)
The customized handling lines of the player installed handling.cfg will only apply to the cars that player drives.