Do_Not_Fear_cause_I'm_here Posted February 16, 2008 Share Posted February 16, 2008 Hi guys! The car mods that I just installed to my SA has giant wheels! How can I make the wheels normal? Every time I start to drive with the modded car, it has friggin giant wheels. I did follow the instuctions right, but the problem is that I need to make the wheels normal. Help? Link to comment Share on other sites More sharing options...
RanxeroX Posted February 18, 2008 Share Posted February 18, 2008 Hi guys! The car mods that I just installed to my SA has giant wheels! How can I make the wheels normal? Every time I start to drive with the modded car, it has friggin giant wheels. I did follow the instuctions right, but the problem is that I need to make the wheels normal. Help? It may be that the instructions in the mod were wrong... If you had to change a line within the 'vehicles.ide' file and it had bad parameters, that would definitely screw up your car. The wheel sizes of vehicles is determined from a set of parameters within the file I just named. Here's a portion of a vehicle's data in that file and how it should look: normal, 10, 0, 0, -1, 0.94, 0.94, 0 (Note the arrows ^^ ) For the game to size the wheels normally, the parameter with the arrows should be -1. It it's any other number, you're going to have problems. You need to check the line that applies to the vehicle you modded and make sure that value is -1. BTW, the two numbers that follow it determine the size of the wheels for collision with other objects like the ground or other objects. If the numbers are too low, you'll have a vehicle's tires sitting below the level of the pavement. If they're too high, it'll look like the vehicle's floating in the air. You could also try setting this value is to 0, this tells the game to scale the wheel model with the next set of values. When this value is -1, it derives the size of the wheel model directly from the mesh and the wheel scale values will only affect the wheel collision. If changing the values doesn't help, then you've got a problem with the vehicle model itself and there's nothing you can do about that except to restore your original or try a different one. Link to comment Share on other sites More sharing options...
Do_Not_Fear_cause_I'm_here Posted February 23, 2008 Author Share Posted February 23, 2008 Hi guys! The car mods that I just installed to my SA has giant wheels! How can I make the wheels normal? Every time I start to drive with the modded car, it has friggin giant wheels. I did follow the instuctions right, but the problem is that I need to make the wheels normal. Help? It may be that the instructions in the mod were wrong... If you had to change a line within the 'vehicles.ide' file and it had bad parameters, that would definitely screw up your car. The wheel sizes of vehicles is determined from a set of parameters within the file I just named. Here's a portion of a vehicle's data in that file and how it should look: normal, 10, 0, 0, -1, 0.94, 0.94, 0 (Note the arrows ^^ ) For the game to size the wheels normally, the parameter with the arrows should be -1. It it's any other number, you're going to have problems. You need to check the line that applies to the vehicle you modded and make sure that value is -1. BTW, the two numbers that follow it determine the size of the wheels for collision with other objects like the ground or other objects. If the numbers are too low, you'll have a vehicle's tires sitting below the level of the pavement. If they're too high, it'll look like the vehicle's floating in the air. You could also try setting this value is to 0, this tells the game to scale the wheel model with the next set of values. When this value is -1, it derives the size of the wheel model directly from the mesh and the wheel scale values will only affect the wheel collision. If changing the values doesn't help, then you've got a problem with the vehicle model itself and there's nothing you can do about that except to restore your original or try a different one. But whenever I double - click on the vehicles.ide it can't open. It says that I have to purchase something or some crap. Link to comment Share on other sites More sharing options...
ionC2 Posted February 23, 2008 Share Posted February 23, 2008 You can use your simple text editor to edit those files. If you do not know how and you are just double-clicking away and "finding the program on the web", you effing fail. Also, no need to quote the response directly above you... Link to comment Share on other sites More sharing options...
PrivateSniper Posted February 24, 2008 Share Posted February 24, 2008 Lol that's a bit of a harsh reply there ion. Link to comment Share on other sites More sharing options...
Gerard Posted February 24, 2008 Share Posted February 24, 2008 Right click, open with, Notepad Or open notepad (start, programs, accessories) and go File/Open and find the file to edit. Link to comment Share on other sites More sharing options...
Do_Not_Fear_cause_I'm_here Posted February 24, 2008 Author Share Posted February 24, 2008 Right click, open with, NotepadOr open notepad (start, programs, accessories) and go File/Open and find the file to edit. It doesn't say open with notepad when I right click it. Link to comment Share on other sites More sharing options...
RanxeroX Posted February 24, 2008 Share Posted February 24, 2008 You can either do as Gerard suggested by first opening Notepad then opening the 'vehicles.ide' file or you can double-click it. Then when the dialog box pops up asking if you want to search the Web OR pick the program from a list, choose the list option. The OS will then give you a list of possible programs to open the file with. Scroll down until you find Notepad and then select it. Before exiting this dialog, you might want to uncheck the option below the list that says 'always open with this program' (may not be worded exactly like that). If you don't uncheck the box, the OS will create a file association and ANY .ide file will get a Notepad icon. I say MIGHT because I personally don't want it to do that but in your case you might - this will allow you to double-click the file and Notepad will be fired up right away and the file opened. Link to comment Share on other sites More sharing options...
Do_Not_Fear_cause_I'm_here Posted February 24, 2008 Author Share Posted February 24, 2008 You can either do as Gerard suggested by first opening Notepad then opening the 'vehicles.ide' file or you can double-click it. Then when the dialog box pops up asking if you want to search the Web OR pick the program from a list, choose the list option. The OS will then give you a list of possible programs to open the file with. Scroll down until you find Notepad and then select it. Before exiting this dialog, you might want to uncheck the option below the list that says 'always open with this program' (may not be worded exactly like that). If you don't uncheck the box, the OS will create a file association and ANY .ide file will get a Notepad icon. I say MIGHT because I personally don't want it to do that but in your case you might - this will allow you to double-click the file and Notepad will be fired up right away and the file opened. Will I have to pay? Cause I'm not really good at doing those stuff that you just said. Link to comment Share on other sites More sharing options...
GTA Don Posted February 24, 2008 Share Posted February 24, 2008 It doesn't cost a dime. Open Notepad, then open the 'vehicles.ide' and look for the line of code for the car that you want to mod and replace it with the modded one. That simple. ALWAYS REMEMBER TO BACKUP YOUR FILES!!! Link to comment Share on other sites More sharing options...
Do_Not_Fear_cause_I'm_here Posted February 25, 2008 Author Share Posted February 25, 2008 It doesn't cost a dime. Open Notepad, then open the 'vehicles.ide' and look for the line of code for the car that you want to mod and replace it with the modded one. That simple. ALWAYS REMEMBER TO BACKUP YOUR FILES!!! What would happen if I do that? Will that harm my computer or give my computer viruses? Link to comment Share on other sites More sharing options...
DemonDelight Posted February 25, 2008 Share Posted February 25, 2008 (edited) are you serious?? why would that give you a virus? all your doing is modifying a games file with notepad in no way whatsoever can that harm your computer. Edited February 25, 2008 by gtaraider Link to comment Share on other sites More sharing options...
Do_Not_Fear_cause_I'm_here Posted February 25, 2008 Author Share Posted February 25, 2008 (edited) are you serious?? why would that give you a virus? all your doing is modifying a games file with notepad in no way whatsoever can that harm your computer. ok I'm gonna do it now. Thanks for the advice guys especially you GTADon. I don't know what to do now. Edited February 25, 2008 by YoungJosh404 Link to comment Share on other sites More sharing options...
JustADummy Posted February 25, 2008 Share Posted February 25, 2008 Oh my god. Search the car's name, and then replace the line of that car with the one provided on the Readme. Link to comment Share on other sites More sharing options...
Do_Not_Fear_cause_I'm_here Posted February 27, 2008 Author Share Posted February 27, 2008 (edited) Oh my god. Search the car's name, and then replace the line of that car with the one provided on the Readme. My bad! I'm just not really good into editing files and sh**! Edited February 27, 2008 by YoungJosh404 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now