[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/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 - Why I cannot change the usbody
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Why I cannot change the usbody
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=5278
Page 1 of 2

Author:  MR PINK BALLS [ Thu Oct 01, 2009 4:28 am ]
Post subject:  Why I cannot change the usbody

Hey guys I don't quite understand why this is happening ,what I am trying to do is change the usbody from dcfinal into the usbody from vanilla ,well relly I want to change it to the marine body but 1 step at a time ,so hears where im confused ,all of these bodys have been skin wrapped on the same skeleton they all have same texture names and on and on ,they simply look different so I don't understand why when I delete the dcfinal us body and putt in the vanilla us body I get a ctd how can I change them?

Author:  Apache Thunder [ Thu Oct 01, 2009 5:19 am ]
Post subject:  Re: Why I cannot change the usbody

Did you put in the vanilla body SKN file as well? (both the SKE and SKN files in the animations rfa file).

The geometry likely has a different SKN layout and uses a different SKN file. Crash probably occured due to a "no vertexes skinned" type error. Try copying the SKE AND SKN files for the body mesh! Be sure the file names match. Also check that the SKN file reference in the geometires.con file isn't different in DCF and vanilla. If it is, you can simply rename the file to match the con file or adjust the setting in the con file.

Author:  MR PINK BALLS [ Fri Oct 02, 2009 12:02 am ]
Post subject:  Re: Why I cannot change the usbody

ahh yes of course I totally forgot about that thx

But how would I make the marine body work in the mod?

would I have to import .sm .rs .skn and make a marines folder in the objects? that seems to simple

Author:  Archimonde0_0 [ Fri Oct 02, 2009 12:09 am ]
Post subject:  Re: Why I cannot change the usbody

When you weight a soldier model its skin modifier and weights are exported into a .skn. Chances are the DC devs modified it at one time or another. Personally I would have just copied the textures over :P

Author:  MR PINK BALLS [ Fri Oct 02, 2009 1:38 am ]
Post subject:  Re: Why I cannot change the usbody


Author:  Apache Thunder [ Fri Oct 02, 2009 3:02 am ]
Post subject:  Re: Why I cannot change the usbody


Author:  Archimonde0_0 [ Fri Oct 02, 2009 10:12 am ]
Post subject:  Re: Why I cannot change the usbody

Its just like any other skin modifier job, vertex weight tables and weights. You gotta make sure EVERY vertex has a weight though, otherwise it will no export.

After that you have to animate them yourself and export the animations for the tracks.

Author:  Apache Thunder [ Fri Oct 02, 2009 10:09 pm ]
Post subject:  Re: Why I cannot change the usbody

Figured it out. Turns out I only need to skin the vertexes on the bottom that the wheels will be touching. I used wireframe view in 3DSMax and it would show me what vertexes were skinned. I finally got the tracks for the type95 resized! :D

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