Mod articles
-
General
bEnableKillingEnables optional XP from killing feature.
bEnableReadingEnables optional XP from reading feature.
bEnableSkillXPRe-enables vanilla XP from skill training.
iMaxPlayerLevelSets player level cap. Maximum value: 65535.
fSkillCapBase
fSkillCapMultUsed to determine skill caps for player. More details on description page.
*Requires leveling up to take effect
bUseRacialCapsAdds racial bonuses to skill cap. More details on description page.
*Requires leveling up to take effect
bShowMessagesShows XP gains in notification area (upper left corner by default).
sMessageFormatFormat of +XP messages. More about syntax: https://fmt.dev/11.0/syntax/
iMeterM... -
Console Commands
GetXPForNextLevelReturns the amount of XP the player needs before reaching the next level.
*fixed placebo vanilla command
AdvancePCLevel (advlevel)Give the player the given amount of character experience.
*fixed game breaking vanilla command
AdvancePCSkill (advskill)Give the player the given amount of skill usage.
*unchanged vanilla command... -
Interface changes for UI mod authors
Based on SkyrimUI SDK by Mardoxx: https://github.com/Mardoxx/skyrimui
Flash CS4/6:
statsmenu.swf
Duplicate Shape 25 and Sprite 26
Change the color of duplicated Shape 25 then link it to duplicate of Sprite 26
Copy the first frame (labeled as "Full") of ShortBar then paste it after last (200th)
Right click on 201th frame and "Swap symbol" to new Sprite
Give the 201th frame label "Cap"
trainingmenu.swf
Duplicate Shape XX and Sprite XX
Change the color of duplicated Shape XX then link it to duplicate of Sprite XX
Copy the first frame (labeled as "Full") of ShortBar then paste it after last (200th)
Right click on 201th frame and "Swap symbol" to new Sprite ...