0 of 0

File information

Last updated

Original upload

Created by

IHateMyKite

Uploaded by

IHateMyKite

Virus scan

Safe to use

Tags for this mod

About this mod

This software can be used for headlining the papyrus script sources.

Permissions and credits
Changelogs
Idea was that when you are building mods with dependencies on other mods, you have to include all their sources.
And if you are developing on github, you need go get permission first so you can upload sources from other mod.
What this tool does is that it removes all functionality from scripts, and only keep code required for compiling the scripts (function names, properties, etc..).
This basically creates kind of a header file similar to C language.
After headlining the scripts, they will also be smaller, which makes it more compact for github.

After headlining the files, you can place them in new repo, and then create NG for your main repo. Example of such repo here

=== How to use ===
Download the PapyrusSourceHeadliner.exe and place it in same folder as sources. Then open it and write name of script you want to headline. If you want to headline all scripts in folder, then just type .


You can also place it in different folder, and just specify path to source file.

Lastly, you can also run the file directly from cmd. If no arguments are passed, it will ask for name. If argument is passed (without .psc extension), it will use it.

=== GitHub repo ===
https://github.com/IHateMyKite/PapyrusSourceHeadliner