Handling.cfg: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "==Making MTA work with handling.cfg== MTA ignores the GTA file data/handling.cfg because of the custom handling functions. To import a custom handling.cfg, follow these steps: ...")
 
No edit summary
Line 3: Line 3:
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.


To import a custom handling.cfg, follow these steps:
There are two ways to get a custom handling.cfg working in MTA:


* Download the [http://community.multitheftauto.com/index.php?p=resources&s=details&id=3716 Handling Editor resource]
===Easy way===
* Unzip '''hedit.zip''' into '''server/mods/deathmatch/resources/hedit/'''
To load a custom handling.cfg, follow these steps:
 
* 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/'''
* 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/hedit/'''
* Copy your '''handling.cfg''' into '''server/mods/deathmatch/resources/handling_loader/'''
* Start Handling Editor with the command '''start hedit'''
* Start Handling loader with the command '''start handling_loader'''
* Enter this command in the server console: '''loadcfg'''
 
* Oh, it's broken
===<span style="text-decoration: line-through;">Exciting way===
* Contact the author
<span style="text-decoration: line-through;">To import a custom handling.cfg, follow these steps:
 
* <span style="text-decoration: line-through;">Download the [http://community.multitheftauto.com/index.php?p=resources&s=details&id=3716 Handling Editor resource]
* <span style="text-decoration: line-through;">Unzip '''hedit.zip''' into '''server/mods/deathmatch/resources/hedit/'''
* <span style="text-decoration: line-through;">Start server, or type '''refresh''' into the server console
* <span style="text-decoration: line-through;">Copy your '''handling.cfg''' into '''server/mods/deathmatch/resources/hedit/'''
* <span style="text-decoration: line-through;">Start Handling Editor with the command '''start hedit'''
* <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;">Contact the author

Revision as of 22:07, 11 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
  • Copy your handling.cfg into server/mods/deathmatch/resources/handling_loader/
  • Start Handling loader with the command start handling_loader

Exciting 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