[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/bbcode.php on line 112: 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 - i want to learn skinning a thing in bf1942
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

i want to learn skinning a thing in bf1942
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=5166
Page 1 of 4

Author:  Downloader [ Wed Aug 12, 2009 2:48 pm ]
Post subject:  i want to learn skinning a thing in bf1942

hi all
i want to learn skinning things
i thinked of the mustang plane i like mustangs
so i thinked of making a mustang look really really really good!
how do i skinn?
is it a programm?
please tell!
sorry for my bad english/downloader

Author:  Senshi [ Wed Aug 12, 2009 3:08 pm ]
Post subject:  Re: i want to learn skinning a thing in bf1942

Pretty sure this is covered in tutorials already. Search or google for it.

Short version:

1) Find out what textures are used by the Mustang by checking all the mustangs' standardmesh shader files (not the one with *.sm, the ones with *.rs). These can be opened with any text editor, there you'll find some lines pointing to texture/balblabla.dds
2) Unpack the specified files from the texture.rfa (probably will be called something like "mustang" or "p51". Probably)
3) Open the files with Photoshop/GIMP and edit them.
4) Save them in the correct format (usually DXT3 with all MipMaps for 3D textures, no mipmaps for "flat" textures like interface and HUD stuff). Check the filesize before/after to be sure you got it right
5) Pack things up in a texture_00*.rfa and check out your plane.

To edit DDS files you obviously need the nvidia dds plugins first. Google it.

Author:  Sheppard [ Wed Aug 12, 2009 3:22 pm ]
Post subject:  Re: i want to learn skinning a thing in bf1942

This has icebloods written all over it. :shock:

Author:  MR PINK BALLS [ Wed Aug 12, 2009 3:25 pm ]
Post subject:  Re: i want to learn skinning a thing in bf1942

Google nvidia DDS converter

all you have to do is "if you don't have photoshop" get it if you have never used photoshop I recommend PSE its much more user friendly than CS3 and then simply draw over your picture in the appropriate areas.

Author:  Downloader [ Wed Aug 12, 2009 4:48 pm ]
Post subject:  Re: i want to learn skinning a thing in bf1942

i didnt find the mustang file so i took another file wich will be b17 bomb i think.
name big bomb Z when i extracted that to the desc and then i tryed to open it with gimp
but it said something that it was a wrong file so im downloading photoshop now and that will take a hour
:mad:
i isnt even fimiliar with photoshop or gimp i only heard and seen a little of photoshop but i cant noting...
i thinked of skinning a b17 bomb if now it is that to gold :) :D :D :)
hope this works it will be exiting!

Author:  Anarchy [ Wed Aug 12, 2009 6:44 pm ]
Post subject:  Re: i want to learn skinning a thing in bf1942

"Guess who's back, back again..."

I'm with Sheppard. Without a doubt.

Author:  mrhowdoimod [ Thu Aug 13, 2009 6:14 am ]
Post subject:  Re: i want to learn skinning a thing in bf1942

as long as he's nice this time....

Author:  Downloader [ Thu Aug 13, 2009 11:00 am ]
Post subject:  Re: i want to learn skinning a thing in bf1942

can you send me a thing of how to put in the file in the programm?
please? :)

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