Jump to content

How exactly are custom weapon achievements added?


gman517

Recommended Posts

does the game automatically check for anything with "count<something>"?

 

I don't see any scripts in GECK that specifically add it to the players stats etc so can someone please explain to me how this works?

 

I see that there are a bunch of global vars and something called countWeapAchievement but I cannot see exactly how this information is displayed in player stats etc.

 

E.g. How would i add a custom achievement?

 

 

Edit: I think the question should be...

 

Where are Misc statistics stored. Eg. "Weapons created" or "Bobbleheads Found"

 

I want to make one that is "Scrap Metal Created"

Edited by gman517
Link to comment
Share on other sites

The MiscStats are hard coded and limited to this list.

And all you can do is get the count or mod the count of them.

 

https://geckwiki.com/index.php?title=GetPCMiscStat

https://geckwiki.com/index.php?title=ModPCMiscStat

 

But you can store your own variables , either in a quest and/or script ... Global var ... or even just add arbitrary items to some container in a dummy cell that runs a script with

"OnAdd" and executes some scripting from there.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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