Author Message

birger89

se
Posts: 20

Location: Sweden
Occupation:
Age:
V$:
#1   2014-09-11 17:31          
Hi!
I was trying to pull a rim+tyre from a carmod. To use in game without the need of having the carmod itself installed.

I have almost succeeded!

-I see the rims in the rims category
-I see the tires in the tires category
-I can buy them
-I can sell them ;)

No errors in the rpk creator process.

BUT!
I can't attach them to the car. The speaker says "dööööh" Like it is incompatbile. Do I need to make them compatible in some way? Is it, from the beginning maybe only compatible with the car it came from? If so, How do I fix it?

birger89

PzyDuck

de
Posts: 465
http://vk.com/pzyduck
Location: Germany
Occupation: :pimping:
Age: 28
V$:
#2   2014-09-11 17:40          
Lets start from the beginning.

Wich rim + tyre from wich mod?

birger89

se
Posts: 20

Location: Sweden
Occupation:
Age:
V$:
#3   2014-09-11 17:53          
The offroad tyre + mickey thomson rim from Robbans (?) Chevrolet Colorado

Added 30 minutes later:

Oh, the symbols that shows if it is compatible doesn't show in the catalog either. The tire aren't compatible with any other rims either.

Added 22 minutes later:

Ok. I got it working. Except for one thing. "The tire is too narrow for this rim"

This post was edited by birger89 (2014-09-11 18:47, ago)

BluExplosions

ca
Posts: 357

Location: Canada
Occupation: Student
Age: 22
V$:
#4   2014-09-11 18:50          
# birger89 : The offroad tyre + mickey thomson rim from Robbans (?) Chevrolet Colorado

Added 30 minutes later:

Oh, the symbols that shows if it is compatible doesn't show in the catalog either. The tire aren't compatible with any other rims either.

Added 22 minutes later:

Ok. I got it working. Except for one thing. "The tire is too narrow for this rim"

Edit the java of the tyre to its actual size.

birger89

se
Posts: 20

Location: Sweden
Occupation:
Age:
V$:
#5   2014-09-11 18:56          
like this line?
SetupTyre(245.0, 70.0, 16.0, 10.0, tcSUPERSPORT, 2.0);

Added 10 minutes later:

I got it!
render_types[10] = parts.MT_Rim:0x00000007r; Is correct
render_types[10] = cars.parts.MT_Rim:0x00000007r; Is what I had :)

This post was edited by birger89 (2014-09-11 19:06, ago)

BluExplosions

ca
Posts: 357

Location: Canada
Occupation: Student
Age: 22
V$:
#6   2014-09-11 19:13          
Yes that line