Skip to content

Instantly share code, notes, and snippets.

View mrowrpurr's full-sized avatar

Mrowr Purr mrowrpurr

View GitHub Profile
{
"workbench.colorTheme": "Default Light+",
"papyrus.skyrimSpecialEdition.modDirectoryPath": "C:\\Skyrim\\Mods",
"workspaceExplorer.workspaceStorageDirectory": "C:\\Skyrim\\Mods",
"vim.handleKeys": {
"<C-k>": false,
"<C-w>": false
},
"vim.normalModeKeyBindingsNonRecursive": [
{
@mrowrpurr
mrowrpurr / CreationKitCustom.ini
Created July 23, 2021 00:18
Creation Kit Custom .ini (with various fixes)
[AUDIO]
bEnableAudio=0
[GENERAL]
bAllowMultipleMasterLoads=1
uGridsToLoad=1
[MESSAGES]
bBlockMessageBoxes=1
@mrowrpurr
mrowrpurr / Papyrus Project Template File.ppj.md
Last active October 22, 2024 15:56
VS Code File Templates for Papyrus

Note: Check to verify the path in these files matches your Skyrim install folder (else change the paths)

To use these templates with the Papyrus Extension for Visual Studio Code:

  1. Install the extension
  2. Download the latest version of Pyro
  3. Browse to C:\Users\[YOUR USER]\.vscode\extensions\joelday.papyrus-lang-vscode-*\
  4. Delete everything in the pyro folder and replace it with the freshly downloaded version of pyro
  5. Open up the resources/sse folder
  6. Open skyrimse.ppj and replace the contents with the contents of the skyrimse.ppj in this Gist