Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvvcz/cyperus
Toolkit for Bethesda's Papyrus language used for modding Skyrim and Fallout 4.
https://github.com/dvvcz/cyperus
bethesda fallout4 formatter modding papyrus parser rust skyrim
Last synced: 6 days ago
JSON representation
Toolkit for Bethesda's Papyrus language used for modding Skyrim and Fallout 4.
- Host: GitHub
- URL: https://github.com/dvvcz/cyperus
- Owner: DvvCz
- License: gpl-3.0
- Created: 2022-12-12T09:57:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T08:12:48.000Z (almost 2 years ago)
- Last Synced: 2023-10-22T22:25:07.237Z (about 1 year ago)
- Topics: bethesda, fallout4, formatter, modding, papyrus, parser, rust, skyrim
- Language: Rust
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cyperus
Toolkit for Bethesda's Papyrus language used for modding Skyrim and Fallout 4.## Features
* Parser using [Pest](https://github.com/pest-parser/pest)
* Optimizer
* [Constant Folding](https://en.wikipedia.org/wiki/Constant_folding#Constant_folding)
* Formatter## Sources Used
Creation Kit (Fallout 4) - https://www.creationkit.com/fallout4/index.php?title=Main_Page)
Creation Kit (Skyrim) - https://www.creationkit.com/index.php?title=Main_Page