Skip to content

Commit 6e4ec4e

Browse files
committed
Readme
1 parent 6581a01 commit 6e4ec4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
SublimePapyrus
22
==============
33

4-
Sublime Text 2 package for the Papyrus scripting language.
4+
Sublime Text 2 and 3 package for the Papyrus scripting language.
55

66
Includes function/event snippets and syntax definitions for Skyrim (1.9.32.0.8), [SKSE](http://skse.silverlock.org) (1.7.1), [SkyUI SDK](https://github.com/schlangster/skyui/wiki) (4.1), [FISS](http://www.nexusmods.com/skyrim/mods/48265/) (1.21), [NetImmerse Override](http://www.nexusmods.com/skyrim/mods/37481/) (2.9.6), [DienesTools](http://www.nexusmods.com/skyrim/mods/54325/) (1.0), [JContainers](http://www.nexusmods.com/skyrim/mods/49743/) (3.1.1), [PapyrusUtil](http://www.nexusmods.com/skyrim/mods/58705/) (2.8), [SkyUILib](https://github.com/schlangster/skyui-lib/wiki) (1), and [UIExtensions](http://www.nexusmods.com/skyrim/mods/57046/) (1.0.0).
77

88
How do I use the package?
9-
- Install Sublime Text 2, if you do not have it yet. Launch it once in order to make sure all necessary folders are created.
10-
- Get a copy of SublimePapyrus from the repository (recommended) or the CK wiki, if the repository is inaccessible.
11-
- Loose files: Copy the folder labeled "Papyrus" to "%AppData%\Sublime Text 2\Packages" or "\Sublime Text 2\Data\Packages", if you are using the portable version of Sublime Text 2. Copy the contents of the other folders, if you intend to use those resources, and paste them into the folder labeled "Papyrus".
12-
- Packaged: Copy SublimePapyrus.sublime-package (and any other .sublime-package files you want) to "%AppData%\Sublime Text 2\Data\Installed Packages" or "\Sublime Text 2\Data\Installed Packages", if you are using the portable version of Sublime Text 2.
9+
- Install Sublime Text 2 (or 3), if you do not have it yet. Launch it once in order to make sure all necessary folders are created.
10+
- Get a copy of SublimePapyrus from the repository (recommended), the Creation Kit wiki, if the repository is inaccessible.
11+
- Loose files: Copy the folder labeled "Papyrus" to "%AppData%\Sublime Text 2\Packages" (or "%AppData%\Sublime Text 3\Packages") or "\Sublime Text 2\Data\Packages" (or "\Sublime Text 3\Data\Packages"), if you are using the portable version of Sublime Text 2 (or 3). Copy the contents of the other folders, if you intend to use those resources, and paste them into the folder labeled "Papyrus".
12+
- Packaged: Copy SublimePapyrus.sublime-package (and any other .sublime-package files you want) to "%AppData%\Sublime Text 2\Data\Installed Packages" (or "%AppData%\Sublime Text 3\Data\Installed Packages") or "\Sublime Text 2\Data\Installed Packages" (or "\Sublime Text 3\Data\Installed Packages"), if you are using the portable version of Sublime Text 2 (or 3).
1313
- If you have Skyrim installed outside of "C:\Program Files (x86)\Steam\steamapps\common\skyrim\" or "C:\Program Files\Steam\steamapps\common\skyrim\", then you need to open the Command Palette (CTRL+SHIFT+P), type in "SublimePapyrus INI". An option called "SublimePapyrus INI: Create default INI file" should show up. Select it and a file called "SublimePapyrus.ini" will be created in My Documents. This file contains paths to compiled scripts, script sources, the Papyrus compiler, and paths to libraries you wish to import (optional). Edit the paths according to where you have the relevant files (usually where Skyrim has been installed).
1414

1515

0 commit comments

Comments
 (0)