For those with .combo knowledge -- killing crouch ability

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

Locked
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

For those with .combo knowledge -- killing crouch ability

Post by Teancum »

So I'm 99% done with playable Acklay for Felucia Hunt mode. The last bug is killing the ability to crouch. Anyone know how to do this in the .combo file?
Vyse
General
General
Posts: 776
Joined: Sun Aug 28, 2005 5:01 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Re: For those with .combo knowledge -- killing crouch abilit

Post by Vyse »

The only thing I can think would be to repalce the "Crouch" parts in the .combo with "Stand".

Example where it says; and the other place it says "Crouch"

Posture("Stand", "Crouch");

change to

Posture("Stand", "Stand");

Someone else probably knows for sure. I think there is a way to remove the action of crouching completely, however having the combo file for the acklay kind of seems like a hack way of setting it up so it may not be possible without re writting the whole .combo.
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

RE: Re: For those with .combo knowledge -- killing crouch ab

Post by Teancum »

*SOLVED*

I added InputLock("Crouch");

Topic solved, topic locked.

:D
User avatar
PR-0927
Old School Staff
Posts: 844
Joined: Fri Dec 31, 2004 9:15 pm
Location: Kent, OH, U.S.A.

RE: Re: For those with .combo knowledge -- killing crouch ab

Post by PR-0927 »

I know this is locked...but can something like this be done to disable jumping in a unit...?

I don't want my B2 Super Battle Droid to be able to jump...it jumps at a height of 0, but I want jumping to be disabled totally...

- Majin Revan
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

RE: Re: For those with .combo knowledge -- killing crouch ab

Post by Teancum »

If you use a combo file you just add InputLock("jump") which locks the jump command
User avatar
PR-0927
Old School Staff
Posts: 844
Joined: Fri Dec 31, 2004 9:15 pm
Location: Kent, OH, U.S.A.

RE: Re: For those with .combo knowledge -- killing crouch ab

Post by PR-0927 »

Hmm, if I don't use a .combo file...?

- Majin Revan
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

RE: Re: For those with .combo knowledge -- killing crouch ab

Post by Teancum »

Nope
Locked