Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeDownloads[Tutorial] Adding New Tuning Parts to GTA San Andreas Portal10Latest imagesSearchRegisterLog in

 

 [Tutorial] Adding New Tuning Parts to GTA San Andreas

Go down 
Go to page : 1, 2  Next
AuthorMessage
aboodilatif
High Carbs
High Carbs
aboodilatif


Male
Number of posts : 29
Location : Dubai, UAE
Warning :
[Tutorial] Adding New Tuning Parts to GTA San Andreas Left_bar_bleue0 / 1000 / 100[Tutorial] Adding New Tuning Parts to GTA San Andreas Right_bar_bleue

Points :
[Tutorial] Adding New Tuning Parts to GTA San Andreas Left_bar_bleue0 / 1000 / 100[Tutorial] Adding New Tuning Parts to GTA San Andreas Right_bar_bleue

Registration date : 2008-02-28

[Tutorial] Adding New Tuning Parts to GTA San Andreas Empty
20080823
Post[Tutorial] Adding New Tuning Parts to GTA San Andreas

ADDING NEW TUNING PARTS TO GTA SA

Tutorial Version: 2.0.2
Last Updated: August 22 2008
Revision: 4



Files Needed:
veh_mods.ide
shopping.dat
american.gxt
gta3.img
veh_mods.ide



Programs Needed:
Notepad
any IMG editor
any GXT editor

•[̲̅S̲̅t̲̅e̲̅p̲̅ ̲̅1̲̅]
Ok, to start off, you need to know what tuning part you want to add. Is it a spoiler? is it a roof? after knowing what part you want to add, you need to use the following table to determine the name of the dff and txd


Spoiler - spl_*_*_*
Hood Scoop - bnt_*_*_*
Roof Scoop - rf_*_*_*
Fog Lights - lgt_*_*
Side Skirt - wg_*_*_*
Exhaust Tips - exh_*_*
Front Bumper(WAA ONLY) - fbmp_*_*
Rear Bumper(WAA ONLY) - rbmp_*_*

*= any alphabetical letter you wish to use, a maximum of 3 (three) letters can be used with each * (star), no special characters allowed (!@#$%....etc)
(to guide you throughout this tutorial i will be adding a spoiler; spl_a_bod_a. all referances to this part will be shown in brackets "( )" )

after you have chosen the appropriate name, its time to move on to the next step.



•[̲̅S̲̅t̲̅e̲̅p̲̅ ̲̅2̲̅]
Add the .dff and .txd file to your GTA3.IMG archive using any IMG Editor.


•[̲̅S̲̅t̲̅e̲̅p̲̅ ̲̅3̲̅]

open veh_mods.ide located in data\maps\veh_mods\veh_mods.ide using notepad and scroll down untill you see the following entries:

Code:

1191, fbmp_lr_t1, tornado, 100, 4096
1192, rbmp_lr_t1, tornado, 100, 4096
1193, rbmp_lr_t2, tornado, 100, 4096
end
tobj
end
path

add a new line under "1193, rbmp_lr_t2, tornado, 100, 4096" and a new entry, it should be shown in the following format:

Code:

next ide entry (1194), model name (spl_a_bod_a), txd name [vehicle.txd can be used, just remove the ".txd" from the entry] (spl_a_bod_a), draw distance [i recomend you copy it from a similar part] (70), unknown flag system [this is yet unknown, so we recomend you copy one from a similar part] (0)

save and exit.



•[̲̅S̲̅t̲̅e̲̅p̲̅ ̲̅4̲̅]
open shopping.dat located in data\ using notepad and scroll down untill you see the follwing line:

Code:

section CarMods
#name,nametag,stats to change,price   
bnt_b_sc_lBMBLBSrespect 0 sexy 0150

and enter a new entry above bnt_b_sc_l using the following format

Code:

model name (spl_a_bod_a)GXT name (entry name we are going to add later in american.gxt)repect 0 (can be between 0 and 100)  sexy 0 (can be between 0 and 100)      price # (how much does it cost to buy this part in dollars ($))

save but DO NOT close shopping.dat just yet, we need to decide what mod shop you wish the tuning part to show up in, if you want it to show up at:

Transfender: go to step 5a and skip 5b and 5c
Wheel Arch Angels:go to step 5b and skip 5a and 5c
Loco Low:go to step 5c and skip 5a and 5b


•[̲̅S̲̅t̲̅e̲̅p̲̅ ̲̅5̲̅a̲̅]

scroll down in shopping.dat untill you see the following lines:

Code:

section carmod1 # Normal Cars
type CarMods
item bnt_b_sc_l

and add a new line above "item bnt_b_sc_l" using the following format:

Code:

item modelname (item spl_a_bod_a)


•[̲̅S̲̅t̲̅e̲̅p̲̅ ̲̅5̲̅b̲̅]
scroll down in shopping.dat untill you see the following lines:

Code:

section carmod2 # Lowriders
type CarMods
item bnt_b_sc_l

and add a new line above "item bnt_b_sc_l" using the following format:

Code:

item modelname (item spl_a_bod_a)



•[̲̅S̲̅t̲̅e̲̅p̲̅ ̲̅5̲̅c̲̅]
scroll down in shopping.dat untill you see the following lines:

Code:

section carmod3 # Street Racers
type CarMods
item bnt_b_sc_l

and add a new line above "item bnt_b_sc_l" using the following format:

Code:

item modelname (item spl_a_bod_a)



•[̲̅S̲̅t̲̅e̲̅p̲̅ ̲̅6̲̅]
open american.gxt using any gxt editor (GTA: San Andreas GXT Editor) and click on Entry --> Add then follow these steps, use the GXT name you used in shopping.dat as [Entry name] and the name you wish to be displayed in the tuning shop as [Value]
now save and exit


•[̲̅S̲̅t̲̅e̲̅p̲̅ ̲̅7̲̅]
open carmods.dat located in data\ using notepad and add the model name (spl_a_bod_a) infront of the car you wish to have the tuning part (make sure it has the correct dummies)

[Tutorial] Adding New Tuning Parts to GTA San Andreas 71cb7f11744139


Special Thanks To:
XSB - for helping me out through this whole tutorial and teaching me a few things

Copyright 2005-2008 Aboodilatif, all rights reserved, you may not place this tutorial on your site/blog/forum/space without my expressed permission, you may not use any part of this tutorial without my expressed permission. PERIOD
Back to top Go down
http://gtasheiks.18.forumer.com
Share this post on: reddit

[Tutorial] Adding New Tuning Parts to GTA San Andreas :: Comments

great job, mate Wink
congrats!
VladyF
Nice and useful tut
Spoiler:
VladyF wrote:

Spoiler:
WTF! How the hell? aua
well I'm glad to see it cheese
aboodilatif
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Sat Aug 23, 2008 7:13 am by aboodilatif
VladyF wrote:
Nice and useful tut
Spoiler:

cuz im speshul Laughing
eze999
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Sat Aug 23, 2008 12:04 pm by eze999
Wow, looks cool m8 Razz

Awesome Tutorial woot
VladyF wrote:
Nice and useful tut
Spoiler:

when I made it yesterday night cheese
RaptorGTWing
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Sun Aug 24, 2008 1:38 am by RaptorGTWing
First of all thanks for the useful tutorial although I have been doing this long before the tutorial was out. However I am here to share some of my own experiences with adding mod parts. Realize the last parameter in veh_mods.ide, for example, 0, 2101248, 2097152 and 4096. You can add as many mod parts as you want that have its last parameter 0 or 2097152, but you can only add one (1) mod part ending with 4096 or 2101248 (2 in Gostown). Anything more than one crashes the game. If anyone has already solved the mystery of why this happens, please do share your experience here as I would like to add more front and rear bumpers. From what I have experienced after so long, the last parameters 4096 and 2101248 are mod parts that have damage models (All front and rear bumpers and a number of spoilers) while 0 and 2097152 are mod parts without any damage models (all side skirts, all transfender spoilers, Flash and Stratum spoilers , all roofs, all exhaust tips, NOS bottles, fog lights, and of cause wheels!).

Conclusion: It is possible to add any number of mod parts including wheels but ironically, only up to 1 extra front bumper OR rear bumper OR rear spoiler with damage models (2 in Gostown Paradise).

I was quite disappointed to find out I could not add as many front or rear bumpers I want to though. :/ hopefully someone finds out the limit to crack.
Dude.. you are wrong. I've added about 5 new bodykits once, so its not really true.
Something might be bad with your game,or you used Limit Adjuster in a wrong way.
Nice tutorial!
RaptorGTWing
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Sun Aug 24, 2008 11:56 am by RaptorGTWing
XSB wrote:
Dude.. you are wrong. I've added about 5 new bodykits once, so its not really true.
Something might be bad with your game,or you used Limit Adjuster in a wrong way.

Wow ok, I might be wrong, but can you please show me your veh_mods.ide entries of the bumpers you added? I wanna see what parameters they use at the end. By the way I tried it on a fresh new install before and all I can add is 1. And is there anything I have to do in Limit Adjuster to add more (I use Sacky's Limit Adjuster 7.5 if you wanna know)? Thx if you can help, it is interesting to find out you have added 5, now im seeing some light in solving my problem here. Smile
Varinder S.
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Sun Aug 24, 2008 3:02 pm by Varinder S.
Wonderfull explanation! abdul! Wink 5 stars to this one! cheese
RaptorGTWing
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Fri Aug 29, 2008 1:42 am by RaptorGTWing
so has anyone tried adding front and rear bumpers yet? and what are the results? I still get a crash after adding more than 1 front/rear bumper but as many other parts as i want. :/
i didnt do it on my current SA. I'll try to do it on my next projects, lets hope i manage to do something..
I did everything how it is writen in tut., but when I add parts in to carmods.dat the game freezes while loading.... Sad
Urko™
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Sun Aug 31, 2008 6:26 am by Urko™
nice tut abood,, it will be usefull.. when i wont be that lazy and start converting... Smile 5 stars Wink
Falken
I've been desperately looking for this!!! Thanks a lot guys, I'm definetly gonna try it out Wink btw is it possible to add a fully tuneable car without replacing the WAA or LocoLow ones? Or is there a limit on the number of parts that can be added?
How many objects can I add? I think there is a limit....

I read that 1208 is the max, but I don't know if, after 1208 you can use other numbers, and, when I added new bumbers, I had to remove the grop01 dummy and the damaged model, and leave only the undamaged model, because the game crashed....
Zpectre
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Sun Sep 07, 2008 11:49 am by Zpectre
I'm looking for a way to add more tuning parts for cars since there's a lot of tunable cars being released now and not enough tuning slots... Razz So what I'd like to know is how to add parts without crashing the game. I've tried to add an entirely new tunable car (replaces the ZR-350) with its own parts but didn't have any success as the game crashed upon loading. XSB mentioned that using the Limit Adjuster could help, but I don't know how to use it to be able to increase the amount of tuning parts in the game. Can anyone help me with this?
RaptorGTWing
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Sun Sep 07, 2008 8:48 pm by RaptorGTWing
@axel: I dont think there really is a limit, or maybe i have not hit the limit yet, i have used ids of different ranges, one of them was even as high as 3136, lol... About front and rear bumpers crashing, that was part of my discovery too, check my post no.8. Seems that front and rear bumpers and certain spoilers with damage model causes crashes however you can add as many wheels, transfender spoilers, roof scoops, hood scoops, lights and side skirts as you want. I added up to 1 front bumper only (2 for gostown 6) and anything more than that crashes my game, but not other mod parts, i have added a few of them to date.

@Zpectre: I have the same thoughts as you man cheese thats what motivated me to experiment in depth adding mod parts and this is what i have found out so far. So for now we can enjoy having more transfender spoilers and rims but i guess we will have to wait till someone figures out how to add more front and rear bumpers.
MitakoBG
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Sun Sep 07, 2008 9:34 pm by MitakoBG
IT WORKS!!! Laughing cheers 👏
i donno how old this topic is so.. im just gonna reply anyways.
i donno how many ppl this will work for. its a simple thing. seeing as i have a folder tree set up so if i overmod and haveta reinstall its set up thru scripts usin SparkCS, and i have all tuners modded, i realised most of the mods dont use all the kits, so alls i did to get past the bodykit thing, was open veh_ mods.ide, notepad, and my backup folder.and hit CTRL+F and searched for all the body kit parts, whatever DIDNT pop up in the results, i put in notepad. all in all i found about 27 with 99.9% of the SA cars are replaced, only one that isnt is sadlsh*t cus i donno where to find the handling line, (its mixed with sadlers, aint it Sad. ) now i replaced some cars (viper with 3bodykits found here actually, love the car Smile, 350z with 2 bodykits. RX-8 with 2 bodykits, and DB9 with 2 bodykits), with tunable versions. all working 100% and now im up to about 20 tuners maybe more.. and about 7 lowriders.. and none have overlapping parts Smile
also, thanks for the guide added like 11 new spoilers now and about 4 tires cheese.
can anyone reccommend some good high poly cars and/or tires and/or anything that looks good in enbseries cheese
i love how far SA modding has come..
RaptorGTWing
Re: [Tutorial] Adding New Tuning Parts to GTA San Andreas
Post Wed Sep 17, 2008 5:33 pm by RaptorGTWing
hi dough, can you explain to us in detail how to do this? 20 tuners wtf! thats cool! cheese i only have 5 tuners so far. You managed to get all 20 working with bodykits? man I thank you so much if you can make it a little more clear on how to do it. cheese
basicly alls i did is, as for some cars i only have 1 front bumper and it replaces the whole kit, and some i only have 1 front and 1 rear, but for each standard moddable car has 2 kits.
so what i did, is, before i started modding, i kept a record in a backup folder, of every file i replaced, and set it up so alls i had 2 do was click the .bat and it would reinstall the working modded version without having to go through adding each file one by one, (i used sparkCS.exe to use the scripts and Printfolders to create the scripts for it (Printfolders is a prog that will print every file in a particular folder, into a .txt, this prog is very useful if u use my method for modding, seeing as they add up rather fast Wink my script replaces 14773 files and totals 1.77gb Smile (i use SRT3 and i kinda overmod a lil) its the reason i started usin spark after about 120 files.
its also useful if you wanna know what all u used for tuning parts. if you use a similar method, or know what u modded so far, this is all u gotta do
1.) VERY important, START KEEPING TRACK OF WHAT U MOD! Razz
2.) open veh_mods.ide, and scroll to the bottom (standard 1193) (do this mostly cuz its where the bodykit parts are, they start at about 1148. minimize it.
3.) open your backup folder, and hit CTRL+F
4.) now for the fun part, (quite obvious actually) switch back to veh_mods.dat and copy all the names that appear containing fbmp_ or rbmp_ one by one into the search box in your backup folder. for what appears "sorry. no results were found" or whatever, open notepad and copy it in it, thats a free body part you can mod.
when i did this i found quite a few that were unused even in carmods.dat cuz i had most cars replaced with kooler ones Smile.
5.) open the folder for that car and bodykits you wanna add, rename it to one of the free ones (should line up fbmp_ original to fbmp_ modded).
6.) bring up veh_mods.dat yet again. hit CTRL+F yet again (this time to find a body part)
and search for the one you wanna switch, replace the second name to the name your replacing, for example: i replaced
1178, rbmp_lr_rem2, remingtn, 100, 2101248
with
1178, rbmp_lr_rem2, banshee, 100, 2101248
cuz rbmp_lr_rem2 was my second bodykit for the corvette Wink cus i couldnt replace jester, i had a 350z with 2 kits on that xD.
7.) open the readme for the car your adding, and replace the old bodykit names with the new ones, ex: rbmp_c_j got replaced to rbmp_lr_rem2.
8.) THIS IS ONLY NEEDED IF YOU HAPPEN TO BE REPLACING A LowRider/street racer PART WITH A PART FOR A STREET RACER/TRANSFENDER/LOWRIDER
open shopping.dat search for the body part (im using rbmp_lr_rem2 as example again Razz)
and it should pop up similar to
item rbmp_lr_rem2
ctrl+X on that line (remove it) and paste it at the top in the street racer/normal cars section or the corosponding car section.
9.) save it all and close it, and if you didnt already, add the newly named parts to the gta3.img. and make sure u copy the corrected carmods line to carmods.dat Smile
10.) start san andreas and test it cheese

i did this and it really helped me out i could post pics of every car with bodykits for u if u like, id upload my mod as a TC, but then i mite get flamed as a theif or sumthin cuz i lost all the orig readmes xD (had them all saved in a rar and i cant find the rar no more i think my sis deleted it xD) so i cant ask the authors for permission cuz i dont remember all the authors names xD
also, when i did this i was ONE file short, (1 front bumper for the corvette, the last car i added), so i added it as 1203:P

*EDIT* sorry about the length, its REALLY not that defficult at all. i didnt think it would be that long, u just said be a lil clearer... Embarassed

ALSO
can someone recommend a high poly tiburan (or however u spell it) with bodykits /PJ support? i cant find any Sad

*EDIT2*
some parts will allow you to replace them with kit parts (fbmp/rbmp) ive found a handful so far, ill post a list when i get a full 1 (im testing as many as i think have the possibility)
and i know some of u r sayin "yea rite..." but think, did u edit the veh_mods.dat and the shopping.dat, AND the main.scm? keep in mind it isnt really as simple as cut n paste..

and also, yet again (SORRY!)
best way to free up parts is download the lowrider car pack (looks good in ENB, and they only replace 1 part for a full bodykit Razz)
VladyF
It's called Tiburon :nah: and nobody converts one as the Toyota Celica

btw for wut you are sorry ?
dough wrote:
i donno how old this topic is so.. im just gonna reply anyways.
i donno how many ppl this will work for. its a simple thing. seeing as i have a folder tree set up so if i overmod and haveta reinstall its set up thru scripts usin SparkCS, and i have all tuners modded, i realised most of the mods dont use all the kits, so alls i did to get past the bodykit thing, was open veh_ mods.ide, notepad, and my backup folder.and hit CTRL+F and searched for all the body kit parts, whatever DIDNT pop up in the results, i put in notepad. all in all i found about 27 with 99.9% of the SA cars are replaced, only one that isnt is sadlsh*t cus i donno where to find the handling line, (its mixed with sadlers, aint it Sad. ) now i replaced some cars (viper with 3bodykits found here actually, love the car Smile, 350z with 2 bodykits. RX-8 with 2 bodykits, and DB9 with 2 bodykits), with tunable versions. all working 100% and now im up to about 20 tuners maybe more.. and about 7 lowriders.. and none have overlapping parts Smile
also, thanks for the guide added like 11 new spoilers now and about 4 tires cheese.
can anyone reccommend some good high poly cars and/or tires and/or anything that looks good in enbseries cheese
i love how far SA modding has come..

To change the handling line to the sadls**t, you have to raplace the handling line of a car that is not present in the game, like the "blista", the "yardie"

Open handling.cfg, at the end you have something like this:

Code:
;BLISTA        1900.0 2.1 5.5 1.9 0.0 0.0  0.2  70  0.8  0.75 0.54    5 170.0 20.0 5.0  F P    7.0  0.65 0 30.0  1.4  0.11 0.2  0.8  20000 0.25 -0.15 0.5  0.0      0         0         0  1
;BELLYUP        2600.0 2.2 6.5 2.8 0.0 0.0  0.2  80  0.85 0.80 0.5     5 180.0 22.0 5.0  4 D    4.5  0.80 0 30.0  2.0  0.09 0.46 0.5  22000 0.30 -0.20 0.5  0.0      81         0         0  3
;MRWONGS        3500.0 2.2 6.5 2.8 0.0 0.0 -0.2  80  0.95 0.85 0.48    5 180.0 20.0 5.0  4 D    4.5  0.80 0 30.0  1.8  0.12 0.46 0.22 28000 0.30 -0.22 0.5  0.0      81         0         0  3
;YARDIE        1800.0 2.1 5.0 1.6 0.0 0.0  0.0  70  0.80 0.79 0.52    5 160.0 22.0 5.0  R P    6.20  0.55 0 25.0  1.8  0.07 0.36 0.45 30000 0.30 -0.15 0.5  0.0      2000      400000      1  1
;YAKUZA        1400.0 1.9 4.7 1.6 0.0 0.25 -0.3 50  0.95 0.9  0.5     5 200.0 30.0 5.0  4 P    11.0  0.45 0 30.0  2.6  0.1  0.25 0.7  35000 0.28 -0.14 0.5  0.0      2004      0         1  1

For example, if you wanna use the handling of the "yardie" remove the ";" at the beginning:

Code:
;MRWONGS        3500.0 2.2 6.5 2.8 0.0 0.0 -0.2  80  0.95 0.85 0.48    5 180.0 20.0 5.0  4 D    4.5  0.80 0 30.0  1.8  0.12 0.46 0.22 28000 0.30 -0.22 0.5  0.0      81         0         0  3
YARDIE        1800.0 2.1 5.0 1.6 0.0 0.0  0.0  70  0.80 0.79 0.52    5 160.0 22.0 5.0  R P    6.20  0.55 0 25.0  1.8  0.07 0.36 0.45 30000 0.30 -0.15 0.5  0.0      2000      400000      1  1
;YAKUZA        1400.0 1.9 4.7 1.6 0.0 0.25 -0.3 50  0.95 0.9  0.5     5 200.0 30.0 5.0  4 P    11.0  0.45 0 30.0  2.6  0.1  0.25 0.7  35000 0.28 -0.14 0.5  0.0      2004      0         1  1

Then open vehicles.ide, go to the like of the sadls**t and change this:

Code:
605,   sadlshit,   sadlshit,   car,       SADLER,       SADLSHI,    null,   normal,    10,    0,   0,      -1, 0.7, 0.7,      -1

in this:

Code:
605,   sadlshit,   sadlshit,   car,       YARDIE,       SADLSHI,    null,   normal,    10,    0,   0,      -1, 0.7, 0.7,      -1

Of course you can change wheel size etc....

You can also use handling adder, by Alexander
avatar
heres the results on my first search:
these were free but i switched em to the following:
350z TUNABLE
fbmp_lr_sv2 <-- 350z kit mod 1 fbmp_a_j
rbmp_lr_sv2 <-- 350z kit mod 1 rbmp_a_j
rbmp_lr_rem1 <-- 350z kit mod 2 rbmp_c_j
fbmp_lr_rem1 <-- 350z kit mod 2 fbmp_c_j

Corvette TUNABLE
fbmp_c_j <-- fbmp_d_j (corvette addon)
rbmp_c_j <-- rbmp_d_j (corvette addon)
fbmp_a_j <-- fbmp_d_s (corvette addon)
rbmp_a_j <-- rbmp_d_s (corvette addon)
fbmp_d_f <-- jester kit DRAGON <-- had to add 2 veh_mods.dat cuz at the time i was full:P

these were free but now i only gut like 1 fbmp and 1 rbmp open again as i removed a low poly eclipse and added a new high poly car with fewer parts

NOT USED
rbmp_lr_bl1 FREE
rbmp_lr_bl2 FREE
rbmp_lr_rem2 FREE
rbmp_lr_br2 FREE
rbmp_lr_br1 FREE

fbmp_lr_bl1 FREE
fbmp_lr_bl2 FREE
fbmp_lr_sv1 FREE
fbmp_lr_br2 FREE
fbmp_lr_br1 FREE

and i got these all together using this to my advantage Wink:
1.) lincoln navigator
2.) camero concept 1 bodykit
3.) 350z tunable
4.) ford f-150
5.) hummer h2
6.) lowrider carpack (i donno the names of them but the whole packs in.. so Razz)
7.) austin martin DB9
8.) chevy C10
9.) ford mustang GT
10.) dodge viper
11.) bmw m3
12.) nissan skyline
13.) mazda rx8
14.) buick custom (i dont gut all the parts in only 2 bodykits, my fav 1s Razz)
15.) 1951 ford custom (same thing as above cept 1 kit Razz)
16.) lincoln navigator
17.) 300c
18.) pontiac GTO
19.) ford GT
20.) chevy Cobalt SS (beutiful with ENBseries)
21.) mitsubishi lancer Evo VIII

i donno all the lowriders cuz i dont really drive em 2 much. mostly the cobalt and 350z and viper. Razz


Last edited by dough on Thu Sep 18, 2008 10:13 pm; edited 2 times in total
avatar
VladyF wrote:
It's called Tiburon :nah: and nobody converts one as the Toyota Celica

btw for wut you are sorry ?
cuz i dont really leave 2 many small posts xD

axel wrote:
dough wrote:
i donno how old this topic is so.. im just gonna reply anyways.
i donno how many ppl this will work for. its a simple thing. seeing as i have a folder tree set up so if i overmod and haveta reinstall its set up thru scripts usin SparkCS, and i have all tuners modded, i realised most of the mods dont use all the kits, so alls i did to get past the bodykit thing, was open veh_ mods.ide, notepad, and my backup folder.and hit CTRL+F and searched for all the body kit parts, whatever DIDNT pop up in the results, i put in notepad. all in all i found about 27 with 99.9% of the SA cars are replaced, only one that isnt is sadlsh*t cus i donno where to find the handling line, (its mixed with sadlers, aint it Sad. ) now i replaced some cars (viper with 3bodykits found here actually, love the car Smile, 350z with 2 bodykits. RX-8 with 2 bodykits, and DB9 with 2 bodykits), with tunable versions. all working 100% and now im up to about 20 tuners maybe more.. and about 7 lowriders.. and none have overlapping parts Smile
also, thanks for the guide added like 11 new spoilers now and about 4 tires cheese.
can anyone reccommend some good high poly cars and/or tires and/or anything that looks good in enbseries cheese
i love how far SA modding has come..

To change the handling line to the sadls**t, you have to raplace the handling line of a car that is not present in the game, like the "blista", the "yardie"

Open handling.cfg, at the end you have something like this:

Code:
;BLISTA        1900.0 2.1 5.5 1.9 0.0 0.0  0.2  70  0.8  0.75 0.54    5 170.0 20.0 5.0  F P    7.0  0.65 0 30.0  1.4  0.11 0.2  0.8  20000 0.25 -0.15 0.5  0.0      0         0         0  1
;BELLYUP        2600.0 2.2 6.5 2.8 0.0 0.0  0.2  80  0.85 0.80 0.5     5 180.0 22.0 5.0  4 D    4.5  0.80 0 30.0  2.0  0.09 0.46 0.5  22000 0.30 -0.20 0.5  0.0      81         0         0  3
;MRWONGS        3500.0 2.2 6.5 2.8 0.0 0.0 -0.2  80  0.95 0.85 0.48    5 180.0 20.0 5.0  4 D    4.5  0.80 0 30.0  1.8  0.12 0.46 0.22 28000 0.30 -0.22 0.5  0.0      81         0         0  3
;YARDIE        1800.0 2.1 5.0 1.6 0.0 0.0  0.0  70  0.80 0.79 0.52    5 160.0 22.0 5.0  R P    6.20  0.55 0 25.0  1.8  0.07 0.36 0.45 30000 0.30 -0.15 0.5  0.0      2000      400000      1  1
;YAKUZA        1400.0 1.9 4.7 1.6 0.0 0.25 -0.3 50  0.95 0.9  0.5     5 200.0 30.0 5.0  4 P    11.0  0.45 0 30.0  2.6  0.1  0.25 0.7  35000 0.28 -0.14 0.5  0.0      2004      0         1  1

For example, if you wanna use the handling of the "yardie" remove the ";" at the beginning:

Code:
;MRWONGS        3500.0 2.2 6.5 2.8 0.0 0.0 -0.2  80  0.95 0.85 0.48    5 180.0 20.0 5.0  4 D    4.5  0.80 0 30.0  1.8  0.12 0.46 0.22 28000 0.30 -0.22 0.5  0.0      81         0         0  3
YARDIE        1800.0 2.1 5.0 1.6 0.0 0.0  0.0  70  0.80 0.79 0.52    5 160.0 22.0 5.0  R P    6.20  0.55 0 25.0  1.8  0.07 0.36 0.45 30000 0.30 -0.15 0.5  0.0      2000      400000      1  1
;YAKUZA        1400.0 1.9 4.7 1.6 0.0 0.25 -0.3 50  0.95 0.9  0.5     5 200.0 30.0 5.0  4 P    11.0  0.45 0 30.0  2.6  0.1  0.25 0.7  35000 0.28 -0.14 0.5  0.0      2004      0         1  1

Then open vehicles.ide, go to the like of the sadls**t and change this:

Code:
605,   sadlshit,   sadlshit,   car,       SADLER,       SADLSHI,    null,   normal,    10,    0,   0,      -1, 0.7, 0.7,      -1

in this:

Code:
605,   sadlshit,   sadlshit,   car,       YARDIE,       SADLSHI,    null,   normal,    10,    0,   0,      -1, 0.7, 0.7,      -1

Of course you can change wheel size etc....

You can also use handling adder, by Alexander
NICE! tyvm Smile ive literally been lookin everywhere for sumthin like this. Razz [Tutorial] Adding New Tuning Parts to GTA San Andreas 354919
Smile

Ah, there is a Tiburon for San Andreas...and there is also a Celica...
avatar
axel wrote:
Smile

Ah, there is a Tiburon for San Andreas...and there is also a Celica...
links?!?!!
and does it say the poly count?

just got back from work and seen theres no replys.
anyways, can u post a link to it?


Last edited by dough on Fri Sep 19, 2008 7:38 am; edited 1 time in total
 

[Tutorial] Adding New Tuning Parts to GTA San Andreas

Back to top 

Page 1 of 2Go to page : 1, 2  Next

 Similar topics

-
» Need help on adding parts !
» San Andreas Myths & Legends
» San Andreas Backup Topic
» Possible Neon Script for San Andreas ????
» [WIP|SA|EDIT] Savanna Tuning

Permissions in this forum:You cannot reply to topics in this forum
 :: Outlets :: Enter Sheiks Outlet-
Jump to: