aaronmaynard / Skyrim-Perk-Utility

Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! :memo: :video_game:
https://aaronmaynard.github.io/Skyrim-Perk-Utility/
GNU General Public License v3.0
28 stars 19 forks source link

Obtain Perk ID's from mod #18

Open aaronmaynard opened 6 years ago

aaronmaynard commented 6 years ago

📦 Project: Ordinator Implementation

This issue is tied to the respective project page and will be automatically sorted. For more information on this project, click here.
❤️ Thanks for helping!

📋 Issue:

In order to activate the perks from the ordinator mod, we need to have the perk ID's associated with each perk. This is a simple task, however is will not be a quick one. The best way to do this would to play the game and use the console "~" to find information about each perk. This can be done my typing help "name of perk" in the console. If you don't have access to the game, you can still help! In the perk ID list we still need the names of the individual perks. You can fill out those within their corresponding sections, just keep in mind that you will need to follow the layout described in the document.

👥 Contributing:

🆘 Asking for help

We appreciate your effort in taking the time to work on this issue and help out the open source community. If you need any help, feel free to ask below. We are always happy to help 😄

JohnEMSP commented 6 years ago

I'd like to help with perk IDs

aaronmaynard commented 6 years ago

Note: This is open to all to help, as there are a lot of Perk ID's to capture.

mhawk559 commented 5 years ago

This is copied from a bat file I made for my game. Hope it helps. All from Conjuration tree.

player.addperk 000f2ca7 ;NOVICE CONJURATION player.addperk 000640b3 ;MYSTIC BINDING player.addperk 000c44bb ;APPRENTICE CONJURATION player.addperk 000C44BC ;ADEPT CONJURATION player.addperk 000C44BD ;EXPERT CONJURATION player.addperk 000C44BE ;MASTER CONJURATION player.addperk 000D799V ;SOUL RAIDER player.addperk 000d799C ;REND FROM THIS WORLD player.addperk 000153CE ;CONJURATION DUAL CASTING player.addperk 00105F30 ;SIGNED IN BLOOD player.addperk 000CB419 ;ATROMANCY player.addperk 000581DD ;PRESERVATION player.addperk 000581DE ;RAVENOUS DEAD player.addperk 000CB41A ;ELEMENTAL POTENCY player.addperk 000D5F1C ;MARCH OF OBLIVION player.addperk 1B003E80 ;UNLIMITED SOULS

aaronmaynard commented 5 years ago

@mhawk559 It certainly does help. If you would like some GitHub karma points you can fork and do a pull request so you obtain contribution credit. Ordinator implimentaion info is here. Thank you.