[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS :: View topic - Having 2 same cars with different skins.
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Having 2 same cars with different skins.
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=4240
Page 1 of 2

Author:  [TKO]Twist [ Fri Aug 01, 2008 4:22 pm ]
Post subject:  Having 2 same cars with different skins.

How would I copy a vehicle and change it's skin and add it back into a map?
In this case I'm making a race circuit and I want 4 different colors for the same car.
I have tried to rename the standardmesh files and lead them to a other texture = fail.
I tried the vehicle import tutorial which works great... but when I want to have the cars to have different colours and spawn it crashes.
I know it's possible because it has been done in BFV with the Skyraider.
Help me?

Author:  Sheppard [ Fri Aug 01, 2008 4:36 pm ]
Post subject:  Re: Having 2 same cars with different skins.

Isn't the skyraider with green skin named somthing slightly different? Like SBD and SBD-T in 1942?

Author:  [TKO]Twist [ Fri Aug 01, 2008 5:56 pm ]
Post subject:  Re: Having 2 same cars with different skins.

Yeah that's right Skyraider and SkyraiderAlt.
But I already have 4 different vehicle like that.
Skyline_red
Skyline_green
Skyline_white

just like that.
But where is it defined what texture it uses. in the StandardMesh folder.
How to make it so that you have a other skin. Mapside...

Author:  Archimonde0_0 [ Fri Aug 01, 2008 6:34 pm ]
Post subject:  Re: Having 2 same cars with different skins.

Copy its code, redo some of it, making an entire new vehicle, change the .sm and .rs files. It would'nt be serverside. It would take some tinkering with.

If you wanted you could apply random geometries to it, Making 2 of the same vehicle with a different skin, and applying the random geometries code to it, to make it random.

Author:  Urglub [ Fri Aug 01, 2008 6:38 pm ]
Post subject:  Re: Having 2 same cars with different skins.

MUTT1, MUTT3, MUTT4 and MUTT5.

Author:  [TKO]Twist [ Fri Aug 01, 2008 7:16 pm ]
Post subject:  Re: Having 2 same cars with different skins.

Uhm, sorry I didn't mentioned it won't be serverside...
And what I did is making 4 new cars with the Object Generator and after that I applied the tutorial of importing vehicle's, that worked. After that I wanted to see how they did it with the skyraiders. So I came to the conclusion that they have different *.rs *.sm things. So I renamed the original *.rs and *.sm and inside the *.rs I changed the name for the texture, to the one I was using. And that made me crashed so now I am confused. Because I can't check the *.sm?
And Urglub, I know making a new complex will work, but it will have the same damn skin.

Author:  Urglub [ Fri Aug 01, 2008 7:26 pm ]
Post subject:  Re: Having 2 same cars with different skins.

No it wont, it's not complex, build 4 new jeeps.

Author:  Iced Earth [ Fri Aug 01, 2008 7:30 pm ]
Post subject:  Re: Having 2 same cars with different skins.

You're close, make a new car from the original (Car_1, whatever), add it map-based like you would any other vehicle (look at battle of britain -- JU88A, or liberation of caen -- PAK40 cannon).

The .rs file I believe is the one that says where the texture is. Make a new texture folder in your map. Call it NewTextures or something. Make the .rs file point there. If for some reason that doesn't show, in your init.con, add a new texturepath with your folder "NewTextures".

Thats what I would start with.. :?

Page 1 of 2 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/