Attaching a BF1 Cape to a BF2 Character (Tutorial) (FAQ)

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Darth_Z13
Jedi High Council
Jedi High Council
Posts: 2275
Joined: Sat Jun 17, 2006 9:51 am
xbox live or psn: Xanthius Wylon
Location: Canada

Attaching a BF1 Cape to a BF2 Character (Tutorial) (FAQ)

Post by Darth_Z13 »

Well since everyone else is writing tutorials lately I figure I'll write one too, as this question will come up sooner or later with new registrations being allowed. ;)

Attaching a BF1 Cape to a BF2 Unit

First thing is to acquire Count Dooku's cape from BF1 (IMO Vader's cape doesn't work as well).

If you don't have/don't want to get the BF1 Mod Tools, I've packaged the files up for download. Get them here.


You should have four files:

cis_inf_dooku.tga
cis_inf_dooku.tga.option
cis_inf_countdooku_cape.msh
cis_inf_countdooku_cape.msh.option


Place them in your MSH folder of your custom side.

Open the ODF of the unit you're using and put this code in at the end (I'll use the MagnaGuard as an example).

Code: Select all

AnimatedAddon			= "CAPE"

GeometryAddon			= "cis_inf_countdooku_cape"
AddonAttachJoint		= "bone_ribcage"
It should look like this (If you're using the MagnaGuard).
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "cis_inf_default_officer"


[Properties]

GeometryName = "cis_inf_magnaguard"
GeometryLowRes = "cis_inf_magnaguard_low1"

SkeletonName = "magnaguard"
SkeletonLowRes = "magnaguardlz"
SkeletonRootScale = "1.24"

// no head offset for this guy, unlike all other droids
CollisionHeadOffset = "0.0 0.0 0.0"

FirstPerson = "CIS\cisoff;cis_1st_magnaguard"

CAMERASECTION = "STAND"
EyePointOffset = "0.0 1.8 0.0"
TrackCenter = "0.0 1.8 0.0
TrackOffset = "0.0 0.0 4"
TiltValue = "10.0"

CAMERASECTION = "STANDZOOM"
EyePointOffset = "0.0 1.8 0.0"
TrackCenter = "0.0 1.8 0.0
TrackOffset = "0.4 0.05 2.8"
TiltValue = "3.5"

CAMERASECTION = "CROUCH"
EyePointOffset = "0.0 1.3 0.0"
TrackCenter = "0.0 1.3 0.0
TrackOffset = "0.0 0.15 3.5"
TiltValue = "10.0"
CameraBlendTime = "0.75"

CAMERASECTION = "CROUCHZOOM"
EyePointOffset = "0.0 1.3 0.0"
TrackCenter = "0.0 1.3 0.0
TrackOffset = "0.4 0.2 2.8"
TiltValue = "3.5"

CAMERASECTION = "SPRINT"
EyePointOffset = "0.0 1.8 0.0"
TrackCenter = "0.0 1.8 0.0
TrackOffset = "0.0 0.0 5.0"
TiltValue = "10.0"
CameraBlendTime = "0.75"

AnimatedAddon = "CAPE"

GeometryAddon = "cis_inf_countdooku_cape"
AddonAttachJoint = "bone_ribcage"[/code]
There! Now load your character in the LUA and munge common and your custom side.

And... ALAKAZAM!

Your unit now has a cape. :D

However, this cape won't move as BF2 units do. You cannot attach a BF2 cape to a BF2 unit it was not intended for. It won't work.

Now, you may want to reskin the cape (the cape in that screen I've reskinned (that shot is from my very first map) ).

Here's a guide to re-skinning it.

Open cis_inf_dooku.tga (it's where the cape's texture is).
Hidden/Spoiler:
Image
And that's all there is to it! :D
EGG_GUTS
Master Bounty Hunter
Master Bounty Hunter
Posts: 1626
Joined: Thu Dec 07, 2006 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: CANADA!

Post by EGG_GUTS »

Wow there are so many tuts coming out. I should make one. Nah too lazy.
User avatar
Challenger33
Lieutenant General
Lieutenant General
Posts: 726
Joined: Wed Aug 23, 2006 3:44 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: Building a legion of papercraft models.
Contact:

Post by Challenger33 »

Nice, easy-to-understand tutorial! Good job! gtpwn

-:royal:
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Post by Maveritchell »

Gee whiz, I think I've seen this somewhere before.

And a buncha other threads where people asked how to do this. It's like a 1-post answer. Don't help enable the people too lazy to search for answers.
Darth_Z13
Jedi High Council
Jedi High Council
Posts: 2275
Joined: Sat Jun 17, 2006 9:51 am
xbox live or psn: Xanthius Wylon
Location: Canada

Post by Darth_Z13 »

I guess that's true but if this gets added to the FAQ people will (hopefully) stop making topics asking for help with it.
{501st}Commander_Appo
1st Lieutenant
1st Lieutenant
Posts: 441
Joined: Thu Jun 14, 2007 2:40 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Earth
Contact:

Post by {501st}Commander_Appo »

Challenger33 wrote:Nice, easy-to-understand tutorial! Good job! gtpwn

-:royal:
Wow that was pretty easy to notice
{501st}Commander_Appo
1st Lieutenant
1st Lieutenant
Posts: 441
Joined: Thu Jun 14, 2007 2:40 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Earth
Contact:

Post by {501st}Commander_Appo »

Maveritchell wrote:Gee whiz, I think I've seen this somewhere before.

And a buncha other threads where people asked how to do this. It's like a 1-post answer. Don't help enable the people too lazy to search for answers.
So, this means won't this topic be locked sorry for the double post
ARC_Commander
High General
High General
Posts: 838
Joined: Tue Feb 06, 2007 7:18 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by ARC_Commander »

They should really add this to the FAQ. Very good tut.
User avatar
Challenger33
Lieutenant General
Lieutenant General
Posts: 726
Joined: Wed Aug 23, 2006 3:44 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: Building a legion of papercraft models.
Contact:

Post by Challenger33 »

{501st}Commander_Appo wrote:
Challenger33 wrote:Nice, easy-to-understand tutorial! Good job! gtpwn

-:royal:
Wow that was pretty easy to notice
:? I don't quite follow-do you mean it stood out, or do you mean what I said was obvious :?:

-:royal:
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

Post by Xavious »

I think he means your use of smilies.

Nice tutorial, by the way. We've had a lot of 'em lately.
User avatar
Challenger33
Lieutenant General
Lieutenant General
Posts: 726
Joined: Wed Aug 23, 2006 3:44 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: Building a legion of papercraft models.
Contact:

Post by Challenger33 »

Darth_Maul wrote:I think he means your use of smilies.

Nice tutorial, by the way. We've had a lot of 'em lately.
That's what I thought^^.
jirisysklatoon

so darth z13

Post by jirisysklatoon »

hi everyone, Darth z13 i wanna ask you one off topic question:
How did you made to make the image of your map appeared on the loading screen??? :?
Penguin
Jedi Admin
Jedi Admin
Posts: 2541
Joined: Sun Mar 05, 2006 12:00 am
Location: Australia

RE: so darth z13

Post by Penguin »

Read the FAQ, its answered there, in 2 video tutorials :)
jirisysklatoon

UH

Post by jirisysklatoon »

Penguin wrote:Read the FAQ, its answered there, in 2 video tutorials :)
which FAQ the one from here or from anything else?? btw sorry if this is off topic, could you gimme the link or something :?
Taivyx
2008 Best Games Related Avatar
Posts: 1706
Joined: Thu Jun 07, 2007 3:34 pm
Projects :: Terra Strife - discontinued
Games I'm Playing :: none
xbox live or psn: No gamertag set
Contact:

RE: UH

Post by Taivyx »

jirisysklatoon

RE: UH

Post by jirisysklatoon »

Ty
Alpha-17
Master Sergeant
Master Sergeant
Posts: 165
Joined: Mon Jan 22, 2007 2:26 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by Alpha-17 »

Is it possible to give some hero anakins skirt and a cape ??? This would help me a lot
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Post by Teancum »

Nopy, just the SWBF1 capes unfortunately.
MandeRek
Sith Master
Sith Master
Posts: 2766
Joined: Tue Oct 02, 2007 10:51 am
Projects :: Battlefront Zer0
Games I'm Playing :: SWTOR
xbox live or psn: No gamertag set
Location: Ghosting around GT
Contact:

Re: Attaching a BF1 Cape to a BF2 Character (Tutorial)

Post by MandeRek »

Nice tutorial! Hope a lot of people add cloth to their sides, it makes it lot's nicer i think!
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: Attaching a BF1 Cape to a BF2 Character (Tutorial)

Post by Maveritchell »

Please, no bumping topics more than a month old. Read the rules. Also, this is semi-outdated, since we can add BF2 cloth to BF2 characters now.
Post Reply