About This File
YOU ARE NOT ALLOWED TO USE MY WORK IN PAID MODS.
-----------------------------------------------------------------------------
SSE VERSION WHERE
Here. These scripts will work with both LE and SE. There were only minor changes to to console command logic and I accounted for it.
Â
WHAT IT IS
It's a compilation of my old BAT scripts I had posted on Nexus + some new ones. I'm banned there, so I'm migrating here.
These scripts serve many different purposes, some are actually useful.
Others were made for testing and cheating purposes.
Â
CORRECT LOAD ORDER
Some of the scripts deal with Dawnguard/Dragonborn content, but will work just as good without them installed.
Everything works based on assumption that your load order is correct, which means:
00: (Skyrim.esm)
01: (Update.esm)
03: Dawnguard.esm
04: HearthFires.esm
05: Dragonborn.esm
...: (other ESM & ESP files)
This is the correct load order for both SE (with or without USSEP) and LE (with or without USLeEP).
USSEP and USLeEP are the Unoficial Patches for SE and LE respectively.
Â
HOW TO USE IT
To use BAT scripts they need to be in Data folder. Then you call them in game console with "bat filename" command.
Example: "bat addshouts" executes the code from Data\AddShouts.txt file.
Remember that console commands are case-insensitive, so "bat stats" is the same thing as "BaT sTaTs".
Below is a full list of commands with descriptions what they do and how to use them:
bat addshouts Adds all shouts to your magic menu (they will be greyed out and ready to unlock with dragon souls).
bat aelaeq Gives Aela's equipment to player (only if not in inventory already) and equips as much of it as possible.
bat divorce Click spouse and use it to remove all marriage data allowing for a new one. Wait 24h for AI to reset.
bat experimenter Unlocks all tiers of Experimenter perk. Requirements are bypassed, no perk points are spent.
bat paybounty Removes all bounty on your head from all Holds. If bounty was the reason guards were attacking, they will stop (even if they already spotted you).
bat perks Unlocks all perks (werewolf/vampire too).
bat perks0 Unlocks all perks (werewolf/vampire too). Additionally, reduces shouts cooldown to 0%.
bat perks50 Unlocks all perks (werewolf/vampire too). Additionally, reduces shouts cooldown to 50%.
bat stats Sets all your stats to 100 with fully filled progress bars. Also 1000 hp/magicka/stamina and carryweight 9000 (plus natural bonuses).
bat unlockshouts Unlocks all the shouts you've learned so far (the greyed out ones) without spending dragon souls.
Scripts are well commented so feel free to edit them to suit your needs.
Â
MOD ORGANIZER 2
Despite being one of the best mod managers around, MO2 doesn't understand my mod.
It fails to recognize that TXT files can be used by game engine and gives you an error that my mod contains no valid files.
Solution: either tell MO2 to ignore the problem or edit meta.ini manually, by adding this line under [General]:
validated=true
Oh and make sure TXT files ended up directly in the Data folder and not data\data or something.
What's New in Version v1.7
Released
- v1.7: Cleaned up the files. Added PayBounty (courtesy of NicoleDragoness, thank you), remade Stats to what I always intended (Stats100 now obsolete).
- v1.5: Changed the Stats and Stats100 scripts to account for SE logic on storing carryweight in savegame. Will work for both LE and SE.
- v1.4: Commented out the description of AelaEq script... forgot about that...
- v1.3: Moved level/hp/mana/stamina/carryweight commands from Perks.txt to Stats.txt - it makes more sense this way.
- v1.2: Adapted scripts to work with Unofficial Skyrim Legendary Edition Patch (USLeEP) - use v1.1 if you are stuck with USKP+UDGP+UHFP+UDBP.
- v1.1: Minor bugfix (% symbol removed from filenames), also brand new bat file that let's you cosplay Aela.
- v1.0: compilation created based on files from the Nexus. Some new commands added.