Jump to content

How to edit enemy Jedi NPC skill?


Recommended Posts

  • 1 month later...

The npc file indeed (ext_data/npc/npcname will help on that part.

for example, i modified stormtroopers in my singleplayer mod to make them more of a challenge

StormTrooper_Dorvalla
{
    playerModel        stormtrooper
    customSkin        officer
    customRGBA        88 88 88
    crouchheight        38
    headPitchRangeDown    30
    weapon            WP_BLASTER
    rank            lt
    aggression        4
    aim            5
    evasion            5
    intelligence        4
    move            4
    reactions        4
    playerTeam        TEAM_ENEMY
    enemyTeam        TEAM_PLAYER
    class            CLASS_SWAMPTROOPER
    health            300
    yawSpeed        70
    walkSpeed        55
    runSpeed        200
    snd            st1
    sndcombat        st1
    sndextra        st1
    dismemberProbArms    10
    dismemberProbHands    20
    dismemberProbHead    50
    dismemberProbLegs    20
    dismemberProbWaist    20
}

i updated the health to 300 (standard 100) and made their aim more reliable (5, instead of 1/2).
 

Link to comment
  • 2 weeks later...
On 6/30/2022 at 7:58 PM, Lazarus said:

The npc file indeed (ext_data/npc/npcname will help on that part.

for example, i modified stormtroopers in my singleplayer mod to make them more of a challenge

StormTrooper_Dorvalla
{
    playerModel        stormtrooper
    customSkin        officer
    customRGBA        88 88 88
    crouchheight        38
    headPitchRangeDown    30
    weapon            WP_BLASTER
    rank            lt
    aggression        4
    aim            5
    evasion            5
    intelligence        4
    move            4
    reactions        4
    playerTeam        TEAM_ENEMY
    enemyTeam        TEAM_PLAYER
    class            CLASS_SWAMPTROOPER
    health            300
    yawSpeed        70
    walkSpeed        55
    runSpeed        200
    snd            st1
    sndcombat        st1
    sndextra        st1
    dismemberProbArms    10
    dismemberProbHands    20
    dismemberProbHead    50
    dismemberProbLegs    20
    dismemberProbWaist    20
}

i updated the health to 300 (standard 100) and made their aim more reliable (5, instead of 1/2).
 

It's worth testing this NPC on various Difficulty levels too. As far as I know – various aspects of different enemies vary depending on the difficulty. On Hard mode it might be an almost impossible challenge, if some NPC specifics aren't reasonably set. 

Lazarus likes this
Link to comment
On 7/12/2022 at 1:20 PM, NumberWan said:

It's worth testing this NPC on various Difficulty levels too. As far as I know – various aspects of different enemies vary depending on the difficulty. On Hard mode it might be an almost impossible challenge, if some NPC specifics aren't reasonably set. 

True,test your npc always. My mid is a shooter, i like challenges

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...