Jump to content

New perk idea


fuger

Recommended Posts

The idea I had in mind is what I call the not religius or the agnostic or athesit perk for thoughs who don't belive in karma the idea is that all compaions you can hire (so long as you don't have too many) talon company and regulators ignore you (you may need to script talon company mercs so they don't attack if you go to fort banister like the disguise mod) and the game will show karma as neutral no what you do all karma based dialog should have positve results so anyone good at modding consider it's not that hard
Link to comment
Share on other sites

I'll take this request. Working on it now.

 

EDIT: It may not do all of what you asked for, but it will keep your Karma level neutral.

What are you gonna name it as a mod?

 

Not sure, maybe "KP- Non Believer".

 

EDIT: I'm sorry, but I cannot find the appropriate variables to use for this mod. I can't finish this, sorry.

Link to comment
Share on other sites

I'll take this request. Working on it now.

 

EDIT: It may not do all of what you asked for, but it will keep your Karma level neutral.

What are you gonna name it as a mod?

 

Not sure, maybe "KP- Non Believer".

 

EDIT: I'm sorry, but I cannot find the appropriate variables to use for this mod. I can't finish this, sorry.

It's ok I asked the same thing from the guy who made the more perks mod we will see what he dose

Link to comment
Share on other sites

wish I could help ya, but for that i would have to know how to either fix a value and make it permanently unchangable or run the same script over and over again.

 

all i can do, is give you the script for a perk, that will reset the karma (however only once, and i have no clue how to ensure that it gets done over and over again)

 

tried it with an effect and a loop, but that just ended up being ignored.

 

but if it helps someone else:

 

Begin gamemode

If player.GetAV Karma != 0

player.SetAV Karma 0

endif

end

 

here would be a copypasta of what the karmicrebalance perk does:

 

conditions:

Getactorvalue karma < -250 or

Getactorvalue karma > 250 or

 

and here's the content of the linked script

 

Short CurrentValue

 

Set CurrentValue to 0 - Player.GetAV Karma

Player.RewardKarma CurrentValue

 

so, for permanent neutral karma i assume something like:

Getactorvalue karma != 0

would work well as a condition

 

anyways, if someone can tell me how i can run the same script over and over again, I'll make ya that perk

 

though i guess, "Player.RewardKarma" should be replaced with "player.setAV Karma" or something like that otherwise its constantly "you lost karma/you gained karma"

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...