Jump to content

Looking to disable force pull.Any help here would be Hot.


Recommended Posts

Hello all,

 

I've been trying to find a way to disable or limit force pull to be used by bots in solo mp. Whenever I play, the bots tend to just push and pull me around and take my weapons every two seconds and i'm really starting to get annoyed by it. Even with bots whose force powers have been lowered to zero all the way around, they still force pull at least and I hate it. Does any one know how to disable force pull for bots, or a mod in which it could be eliminated or limited for bots?

 

Thanks

Link to comment
32 minutes ago, BlindDaThief said:

Hello all,

 

I've been trying to find a way to disable or limit force pull to be used by bots in solo mp. Whenever I play, the bots tend to just push and pull me around and take my weapons every two seconds and i'm really starting to get annoyed by it. Even with bots whose force powers have been lowered to zero all the way around, they still force pull at least and I hate it. Does any one know how to disable force pull for bots, or a mod in which it could be eliminated or limited for bots?

 

Thanks

There are 2 options to fix this.

-The easy way is to turn of force powers in the menu. But you may prefer them on.

-The second way is to make a bot saber and restrict force powers. If this makes no sense let me know and I'll whip up a saber file for you.

 

Link to comment
1 hour ago, Jeff said:

There are 2 options to fix this.

-The easy way is to turn of force powers in the menu. But you may prefer them on.

-The second way is to make a bot saber and restrict force powers. If this makes no sense let me know and I'll whip up a saber file for you.

 

Hey thanks for your help Jeff!

 

Unfortunately I'm a beginner mapper and skinner and can't quite do much else haha. I'm just learning modelling but that's were my skills end. I would like my bots to still use some force powers if they are jedi or sith. But I'm also making my troopers/bounty hunters etc. only use blasters and they still force pull no matter what. I'm not quite sure what a "bot saber" means but if they (the bots) have no preference to use sabers, would your bot saber idea still work?

JAWSFreelao likes this
Link to comment
3 hours ago, BlindDaThief said:

Hey thanks for your help Jeff!

 

Unfortunately I'm a beginner mapper and skinner and can't quite do much else haha. I'm just learning modelling but that's were my skills end. I would like my bots to still use some force powers if they are jedi or sith. But I'm also making my troopers/bounty hunters etc. only use blasters and they still force pull no matter what. I'm not quite sure what a "bot saber" means but if they (the bots) have no preference to use sabers, would your bot saber idea still work?

Here's what to do 

-Create a new saber file 

with this

bot
{
    name        "Bot"
    saberType    SABER_SINGLE
    saberModel    "models/weapons2/saber_1/saber_1.glm"
    soundOn        "sound/weapons/saber/saberon.wav"
    soundLoop    "sound/weapons/saber/saberhum4.wav"
    soundOff    "sound/weapons/saber/saberoff.wav"
    saberLength    40
    saberColor    random
    forceRestrict            FP_HEAL
    forceRestrict            FP_LEVITATION
    forceRestrict            FP_SPEED
    forceRestrict            FP_PUSH
    forceRestrict            FP_PULL
    forceRestrict            FP_TELEPATHY
    forceRestrict            FP_GRIP
    forceRestrict            FP_LIGHTNING
    forceRestrict            FP_SABERTHROW
    forceRestrict            FP_SABER_DEFENSE
    forceRestrict            FP_SABER_OFFENSE
    forceRestrict            FP_RAGE
    forceRestrict            FP_PROTECT
    forceRestrict            FP_ABSORB
    forceRestrict            FP_DRAIN
    forceRestrict            FP_SEE
}

 

Put it in a pk3 under "ext_data/sabers

and be sure to save as a .sab file

Then in your bot file change this 

{
name        "Alora"
model        alora
color1        0
color2        0
saber1        "single_4"
saber2        "single_4"
personality    /botfiles/Alora.jkb
}

To this

{
name        "Alora"
model        alora
color1        0
color2        0
saber1        "bot"
saber2        "bot"
personality    /botfiles/Alora.jkb
}

Alora is just an example 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...