Skip to content

benhall-7/paracobNET

Repository files navigation

paracobNET

Param (.prc / .stprm / .stdat) class library for Smash Ultimate, written in C#, and the central tool for other projects in this repository. Can open, manipulate, save, and create param files. Dependent on .NET Standard 2.0

Note: for a faster, stand-alone alternative of ParamXML, see: https://github.com/ultimate-research/prc-rs/

Prerequisites to run

prcEditor

GUI for editing param files using a TreeView -> DataGrid format (Windows only)

ParamXML

Command line program to convert params to XML format and back. For help information use the -h argument.

prcScript

Interfaces param editing methods through a lua context. Script your edits!

For help information use the -h argument. For for the API available in scripts, use -a. See the Wiki for an example script.