Author Message

hitman3695

au
Posts: 557

Location: Australia
Occupation: hitman3695
Age: 109
V$:
#1   2013-05-11 03:44          
How do I fix this White box and put it's seat logo on it?

[img]http://imageshack.us/photo/my-images/706/slshot100v.png/[/img]

This post was edited by hitman3695 (2013-05-11 08:42, ago)


Low is the way to go!

lowmaxx

fr
Posts: 134

Location: France
Occupation: bodybuilder, body painter
Age: 47
V$:
#2   2013-05-11 05:43          
just change the texture in seat file with your logo and rename with the same name of recaro texture

hitman3695

au
Posts: 557

Location: Australia
Occupation: hitman3695
Age: 109
V$:
#3   2013-05-11 07:36          
# lowmaxx : just change the texture in seat file with your logo and rename with the same name of recaro texture

I can't the seat has multiple textures on it
Here is the Java for it if it helps >>>>>


Low is the way to go!

lowmaxx

fr
Posts: 134

Location: France
Occupation: bodybuilder, body painter
Age: 47
V$:
#4   2013-05-11 11:10          
I know this seats, I use them for long time! so, go in the texture file "parts\fox68_seatpack\textures", find recaro.png edit with photoshop or similar program, save the new texture with same name "recaro.png"! make back up of original texture!
I think it should be good!

with scripting it's more difficult because it's RPK file who determine what texture is applied!


I just see your topic on GOM! you try and that don't work... let me try I come back!

This post was edited by lowmaxx (2013-05-11 11:18, ago)

hitman3695

au
Posts: 557

Location: Australia
Occupation: hitman3695
Age: 109
V$:
#5   2013-05-11 11:25          
# lowmaxx : I know this seats, I use them for long time! so, go in the texture file "parts\fox68_seatpack\textures", find recaro.png edit with photoshop or similar program, save the new texture with same name "recaro.png"! make back up of original texture!
I think it should be good!

with scripting it's more difficult because it's RPK file who determine what texture is applied!


I just see your topic on GOM! you try and that don't work... let me try I come back!
The photoshop thing didn't work. It's still got he white box. Got any other options?


Low is the way to go!

lowmaxx

fr
Posts: 134

Location: France
Occupation: bodybuilder, body painter
Age: 47
V$:
#6   2013-05-11 12:09          
well after try, change texture don't work and the original texture don't appears either!

so I take look in RPK and it seems to be missing texture... it's gonna be complicated!

I try my best! good luck for that stuff!

hitman3695

au
Posts: 557

Location: Australia
Occupation: hitman3695
Age: 109
V$:
#7   2013-05-11 12:50          
I fixed it. I converted it and copied a line from the rbd and pasted it on top of the red.jpg and changed the typeid to 0x00000001 insted of 0x00000002 so it can work but still kept the 0x00000002 of the second one

This is what it looks like

</FILE>
<FILE 00000001.res >
typeof	7
superid	0x00030003
typeid	0x00000001
alias	red
isparentcompatible	1.00
</FILE>
<FILE 00000001.rsd >
sourcefile PARTS\fox68_seatpack\Textures\recaro.png
</FILE>
<FILE 00000001.res >
typeof	7
superid	0x00030003
typeid	0x00000002
alias	red
isparentcompatible	1.00
</FILE>
<FILE 00000001.rsd >
sourcefile PARTS\fox68_seatpack\Textures\red.jpg

Thanks for the help and hope this helps you too :)


Low is the way to go!

lowmaxx

fr
Posts: 134

Location: France
Occupation: bodybuilder, body painter
Age: 47
V$:
#8   2013-05-11 17:37          
yes it's cool! glad you solved your problem!