xerox Posted October 30, 2010 Posted October 30, 2010 hi im trying to add a custom model for a car but i think i have to change the handling i got the code for handling.cfglooks like this: CHEETAH 1200.0 2500.0 1.8 0.0 -0.15 -0.2 70 0.75 0.90 0.48 5 230.0 30.0 10.0 R P 8.0 0.58 0 30.0 1.0 0.13 5.0 0.25 -0.13 0.45 0.3 0.15 0.54 105000 c0002004 204000 0 0 1how do i fix that to a scipt? Quote
Dr. Pannenkoek Posted October 30, 2010 Posted October 30, 2010 From memory, dont you open up vehicles.cfg? (or something along those lines?) Quote
xerox Posted October 30, 2010 Author Posted October 30, 2010 From memory, dont you open up vehicles.cfg? (or something along those lines?)i am not going to change the model in "GTA SA" this is for a mta race map ive bin working on Quote
SDK Posted October 30, 2010 Posted October 30, 2010 You can't change handling with MTA (yet). Instead use the script from Plodders in this topic. Quote
BinSlayer Posted October 30, 2010 Posted October 30, 2010 you cant do it yetMTA 1.1 will support handling functions thoughdon't take my word for it http://bugs.mtasa.com/view.php?id=3457 Quote
xerox Posted October 31, 2010 Author Posted October 31, 2010 so where do i enter all the data fromCHEETAH 1200.0 2500.0 1.8 0.0 -0.15 -0.2 70 0.75 0.90 0.48 5 230.0 30.0 10.0 R P 8.0 0.58 0 30.0 1.0 0.13 5.0 0.25 -0.13 0.45 0.3 0.15 0.54 105000 c0002004 204000 0 0 1to this script http://www.xoti.net/stuff/uploads/handling_15ed.lua Quote
CsenaHUN Posted October 31, 2010 Posted October 31, 2010 (edited) No. With Plod's script you can go faster and you got better breaks, but that is all. These numbers what you write here are useless in MTA. You can use them only if you put the vehicle into the original game. But you have to use the original handling.cfg file if you would like to play with MTA. If you would like the vehicle to go faster use Plod's handling script. How?http://www.xoti.net/stuff/uploads/handling_15ed.lua Open notepad, save the text as handling.lua. Copy it to your map folder. Open the map's meta.xml and copy this line into the file:<script src="handling.lua" type="client" />Like this:<meta> <script src="handling.lua" type="client" /> <info gamemodes="race" type="map" name="xy" author="xy" version="1.0.0" description="Race" /> <map src="xy.map" dimension="0" /> <settings> . . . </settings></meta>"Lots of effort has also been put into scripting functions for customising vehicle handling , but at this point we don't know if we will finish them before 1.1." Edited October 31, 2010 by CsenaHUN Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.