Hamguy31 Posted September 30, 2016 Posted September 30, 2016 I wanted to make a list of tools I found for scripting in papyrus for people, In case they didn’t know they exist or those that think they can’t mod because they can’t code in papyrus. I hope this also helps people who are already familiar with papyrus to improve their code and organize and better collaborate with others. hopefully this will help get mods out there faster and better written. Feel free to add to the list. PapyrusDotNet C# / VB PapyrusDotNet is a Papyrus compiler, difference between this one and Bethesda's is that this one takes .NET binaries and compiles it into Papyrus Binaries (.PEX files). This makes it possible for you to write your Papyrus scripts using C# or VB. http://www.codeandux.com/writing-your-skyrim-mods-using-c/ https://github.com/zerratar/PapyrusDotNet Advanced Papyrus A wrapper program that allows for more advanced use of the Papyrus compiler from within Creation Kit. https://github.com/Kapiainen/Advanced-Papyrus Papyrus Compiler Wrapper *NuGet* This library is an almost one to one wrapper around Bethesdas Papyrus compiler for the AAA-Title "Skyrim". It delegates the calls made directly to the Papyrus compiler and only does conversions where necessary. Some Changes have been made to make the code compliant with the Microsoft C# Rules https://www.nuget.org/ https://www.nuget.org/packages/PapyrusCompilerWrapper/1.0.0 Build-papyrus package for Atom Text Editor Papyrus build provider for atom-build https://atom.io/ https://atom.io/packages/build-papyrus Organization/Collaboration GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. guides.github.com/activities/hello-world/ https://github.com/ Caprica Alternative papyrus compiler with language extensions. From the same guy, there's Champollion which is a Papyrus file decompiler. https://github.com/Orvid/Caprica Papyrus Visual Studio Papyrus support for vsCode. https://marketplace.visualstudio.com/items?itemName=plankton020.papyrus
DexesTTP Posted September 30, 2016 Posted September 30, 2016 Thank you, very informative ! There's some other tools too, same effect but different implementations (if you want to add them to the main post) : Caprica : https://github.com/Orvid/Caprica Alternative papyrus compiler with language extensions. From the same guy, there's Champollion which is a Papyrus file decompiler. Papyrus for VS Code : https://marketplace.visualstudio.com/items?itemName=plankton020.papyrus or just "ext install papyrus" Papyrus syntaxic coloring for Visual Studio code.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.