Starfield
0 of 0

File information

Last updated

Original upload

Created by

Yeti

Uploaded by

RedxYeti

Virus scan

Safe to use

Tags for this mod

About this mod

A backup of clean vanilla scripts, separated native scripts for functions, a python script for finding functions in source and links to the compiler and decompiler.

Permissions and credits
This is mostly just a back up for clean starfield papyrus source, but it's also to provide any support people need. Feel free to ask any questions about new starfield functions in the posts and ill do my best to help you out. I'll also be adding tutorials if I think of any or if anyone needs them in the articles section.


Community Compiler Caprica - https://github.com/Orvid/Caprica/releases

Community Decompiler Champollion - https://github.com/Orvid/Champollion/releases



The python script in the files requires python to be installed. To use it correctly place the .py file where your python executable is, then click in the file path bar at the top and type cmd to open the console. then to search for a function or any string really type in

py search_files.py "path\to\where\your\papyrus\source\is" "TheFunctionYoureLookingFor"
and the python script will create/update a text file called matching_files.txt with all the files with that function or any string.

example:

py search_files.py "D:\Starfield\Scripts\Source" "delgado"
will put all the scripts that mention delgado into the matching_files.txt



Feel free to share any of the files in this mod.