Muz Posted May 18, 2022 Posted May 18, 2022 How to edit enemy Jedi NPC skill? Are the configurable for better difficulty during saber fight?
mrwonko Posted May 19, 2022 Posted May 19, 2022 You can configure a couple of settings in the .npc file of the enemy. You can extract it from one of the assets pk3s, it should be in the ext_data folder.
Lazarus Posted June 30, 2022 Posted June 30, 2022 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).
NumberWan Posted July 12, 2022 Posted July 12, 2022 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
Lazarus Posted July 16, 2022 Posted July 16, 2022 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now