Handling.cfg: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Making MTA work with handling.cfg==
=Making MTA work with handling.cfg=


MTA ignores the GTA file data/handling.cfg because of the custom handling functions.
MTA ignores the GTA file data/handling.cfg because of the custom handling functions.
Line 5: Line 5:
There are two ways to get a custom handling.cfg working in MTA:
There are two ways to get a custom handling.cfg working in MTA:


===Easy way===
==Easy way==
To load a custom handling.cfg, follow these steps:
To load a custom handling.cfg, follow these steps:


* Download the [http://nightly.mtasa.com/files/res/handling_loader.zip Handling loader resource]
* Download the [http://nightly.mtasa.com/files/res/handling_loader.zip Handling Loader resource]
* Unzip '''handling_loader.zip''' into '''server/mods/deathmatch/resources/handling_loader/'''
* Unzip '''handling_loader.zip''' into '''server/mods/deathmatch/resources/handling_loader/'''
* Start server, or type '''refresh''' into the server console
* Start server, or type '''refresh''' into the server console
* Copy your '''handling.cfg''' into '''server/mods/deathmatch/resources/handling_loader/'''
* (Optional) Copy the global '''handling.cfg''' into '''server/mods/deathmatch/resources/handling_loader/'''
* Start Handling loader with the command '''start handling_loader'''
* (Optional) Tell clients to put their personalized '''handling.cfg''' into '''MTA San Andreas 1.3\mods\deathmatch\resources\handling_loader\'''
* Start '''Handling Loader''' with the command '''start handling_loader'''


===<span style="text-decoration: line-through;">Exciting way===
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.
 
 
==<span style="text-decoration: line-through;">Future way==
<span style="text-decoration: line-through;">To import a custom handling.cfg, follow these steps:
<span style="text-decoration: line-through;">To import a custom handling.cfg, follow these steps:



Revision as of 07:18, 12 January 2013

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 a custom handling.cfg, follow these steps:

  • Download the Handling Loader resource
  • Unzip handling_loader.zip 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.3\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.


Future way

To import a custom handling.cfg, follow these steps:

  • Download the Handling Editor resource
  • Unzip hedit.zip into server/mods/deathmatch/resources/hedit/
  • Start server, or type refresh into the server console
  • Copy your handling.cfg into server/mods/deathmatch/resources/hedit/
  • Start Handling Editor with the command start hedit
  • Enter this command in the server console: loadcfg
  • Oh, it's broken
  • Contact the author