McPipe Posted July 2, 2021 Share Posted July 2, 2021 (edited) Hello fellow modders.I've been trying to come up with a way to stop the player from getting XP from companion kills, but i cant figure it out.If anyone out there is better at mods, i would please ask you to try your hands onto making a mod that do this.I feel its a little cheaty when you get kills from companions, thats all.Or maybe, a mod that just reduces the ammount of xp from companion kills, like down to 10% or something around that.(Oh! also, Please, if this already exists, point me on the right direction, my dumb-self couldnt find one)Thank you. :smile: Edited July 2, 2021 by McPipe Link to comment Share on other sites More sharing options...
madmongo Posted July 2, 2021 Share Posted July 2, 2021 This is hard coded into the game. As soon as you call SetPlayerTeammate on the NPC, the companion wheel is enabled for that NPC and the player will always get XP from their kills. I took a quick look in the GECK and while there are a lot of game settings that affect XP, I did not see anything that would allow you to modify the XP rate from companion kills. Link to comment Share on other sites More sharing options...
Radioactivelad Posted July 2, 2021 Share Posted July 2, 2021 lStewieAl's Tweaks has this. (And about a dozen other XP related functions you might be in to.) Link to comment Share on other sites More sharing options...
McPipe Posted July 2, 2021 Author Share Posted July 2, 2021 lStewieAl's Tweaks has this. (And about a dozen other XP related functions you might be in to.)Thank you, ill check it out! Link to comment Share on other sites More sharing options...
McPipe Posted July 2, 2021 Author Share Posted July 2, 2021 This is hard coded into the game. As soon as you call SetPlayerTeammate on the NPC, the companion wheel is enabled for that NPC and the player will always get XP from their kills. I took a quick look in the GECK and while there are a lot of game settings that affect XP, I did not see anything that would allow you to modify the XP rate from companion kills.I've been frying my brain looking at the GECK, and then, just in case, at the FNVEdit, slowly looking for a modifier, and nothing came up.Im gonna check that lStewieAl's Tweaks that Radioctivelad mentioned, maybe it can prove useful.Thanks for your input. Link to comment Share on other sites More sharing options...
GamerRick Posted July 3, 2021 Share Posted July 3, 2021 (edited) This one in lStewieAl's Tweaks ini file: ; don't reward XP for companion kills bNoCompanionKillXP = 0 Edited July 3, 2021 by GamerRick Link to comment Share on other sites More sharing options...
Recommended Posts