Skyrim

File information

Last updated

Original upload

Created by

einsobl and stradivuckos

Uploaded by

stradivuckos

Virus scan

Safe to use

About this mod

Adds an different experience system to Skyrim. Certain actions yield "XP" or experience, which then can be used to upgrade desired skills.

Requirements
Permissions and credits
Changelogs
Donations
AVAILABLE IN



INTRODUCTION

Redone SXP mod by einsobl (starting a new game is required).
Performing certain actions will yield "XP" or "Experience Point", that "XP" can then be used to upgrade desired skills.


(Video is for version 2.2.2)


WHAT'S NEW?



REQUIREMENTS


HOW TO DISABLE DEFAULT LEVELING SYSTEM
(Recommended)
Keep in mind that following settings disable Skyrim's default leveling system. If you wish to play with "hybrid" leveling system (a mix of both SXP and Skyrim) you'd have to change following settings to whatever values you want.

Spoiler:  
Show


OBTAINING XP
All these actions are configurable!

Spoiler:  
Show

REST POINT

  • When you sleep, you will obtain "Rest Point" once per day (except if the player is a werewolf or if the player has The Lover Stone effect).
  • By default, XP gain will double while you have Rest Points.
  • By default, sleeping yields 1000 Rest Points for each hour you have slept.


SKILL UP

  • MCM
  • Custom UIExtensions Menu
  • If you want to set "XP Point" to a certain value: open console with ~ and type set xppoint to (number you want)
  • If you want to set "Rest Point" to a certain value: open console with ~ and type set restpoint to (number you want)


LEVELING

SXP leveling formula (X represents players skill level)



GIVE XP FROM YOUR MOD
(Requires SKSE 1.7.3+)

If you want to give XP to the player after some groovy dancing!
Simply add 1 line in your script:
SendModEvent("SXP", "Dancing is so fun!", 100)

  • It will give Player 100 XP, with "Dancing is so fun! 100 XP" notification, and you don't need to set SXP as a master file.
  • If you want XP gain to be silent just set the second parameter to "", i.e. empty string.
  • SXP now supports nested translation.


MY OTHER MODIFICATIONS