Page 1 of 1

[CoD 1] Captain Price model

Posted: March 17th, 2012, 11:07 pm
by ThaWalrus
Hello CoDJumper,

Recently I had a fancy idea, I thought. I wanted to set the captain Price model to a soldier.
So, thats what I did.

Here is my code:

Code: Select all

		
		self detachAll();

		self setModel("xmodel/character_Price");
		self attach("xmodel/head_Price");
		self.hatModel = "xmodel/equipment_british_beret_red";
		self attach(self.hatModel);
		self setViewmodel("xmodel/viewmodel_hands_british_air");
		if (character\_utility::useOptionalModels())
		{
			self attach("xmodel/gear_british_price");
		}
		self.voice = "price";
I just linked this piece of code to a button, and ofcourse preCached it. So when I pressed a button, this model would be set to the player (self), and when you press it again, it'll change back to the british_airborne model.

Here is the problem :

Price Model
Image

British airborne model
Image

Does anyone knows how to fix this, and/or how to improve the model?

Greetzor :),

ThaWalrus

Re: [CoD 1] Captain Price model

Posted: March 18th, 2012, 11:24 am
by Drofder2004
The single player models do not have the complete rig/bones/'whatver the modelling term is' for converting to mp.

Not sure if there is a solution.

Re: [CoD 1] Captain Price model

Posted: March 18th, 2012, 6:25 pm
by ThaWalrus
Hmm, I tried everything, watched the gsc's of sp maps etc, but I just can't figure it out.

I guess its just impossible...

Re: [CoD 1] Captain Price model

Posted: March 19th, 2012, 12:41 am
by Drofder2004
ThaWalrus wrote:Hmm, I tried everything, watched the gsc's of sp maps etc, but I just can't figure it out.

I guess its just impossible...
Did you read what I posted at all?

The model used in Single Player are different then Multiplayer.

Re: [CoD 1] Captain Price model

Posted: March 19th, 2012, 12:32 pm
by ThaWalrus
Drofder2004 wrote:
ThaWalrus wrote:Hmm, I tried everything, watched the gsc's of sp maps etc, but I just can't figure it out.

I guess its just impossible...
Did you read what I posted at all?

The model used in Single Player are different then Multiplayer.
I did read what you said :), thats why my conclusion says "I guess its just impossible". Just wanted to say something, so you know I read your post, and didn't leave the forum...

Re: [CoD 1] Captain Price model

Posted: March 19th, 2012, 3:41 pm
by Drofder2004
ThaWalrus wrote:
Drofder2004 wrote:
ThaWalrus wrote:Hmm, I tried everything, watched the gsc's of sp maps etc, but I just can't figure it out.

I guess its just impossible...
Did you read what I posted at all?

The model used in Single Player are different then Multiplayer.
I did read what you said :), thats why my conclusion says "I guess its just impossible". Just wanted to say something, so you know I read your post, and didn't leave the forum...
Ok. np.

Re: [CoD 1] Captain Price model

Posted: March 22nd, 2012, 8:36 pm
by disorder4
You have to rig the model. Copy-Cat made a tutorial about this.

Re: [CoD 1] Captain Price model

Posted: March 23rd, 2012, 3:51 pm
by ThaWalrus
I can't work with maja, I just can't work with it, I am used to radiant etc, but that program just plays games with my mind :D

It would be nice to give it a try, but I have done that over 3 times now... And compiling etc an xmodel is complicated too...