https://github.com/xubiod/rpg-patcher
An in-development TUI application for managing RPG Maker XP/VX/VX Ace projects and mods.
https://github.com/xubiod/rpg-patcher
csharp net-core rpg-maker rpg-maker-vxace rpg-maker-xp text-user-interface
Last synced: 4 months ago
JSON representation
An in-development TUI application for managing RPG Maker XP/VX/VX Ace projects and mods.
- Host: GitHub
- URL: https://github.com/xubiod/rpg-patcher
- Owner: xubiod
- License: mit
- Created: 2019-07-12T15:36:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T14:46:37.000Z (about 2 years ago)
- Last Synced: 2024-03-07T16:00:14.281Z (about 2 years ago)
- Topics: csharp, net-core, rpg-maker, rpg-maker-vxace, rpg-maker-xp, text-user-interface
- Language: C#
- Homepage:
- Size: 162 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPG-Patcher
[](http://unmaintained.tech/)
An in-development TUI application using .NET Core for managing RPG Maker XP/VX/VX Ace projects and archives.
The application is more like a compilation of more tools into one application.
## External Resources
Uses a .NET Core port of [uuksu's RPGMakerDecrypter](https://github.com/uuksu/RPGMakerDecrypter/) which was compiled to a DLL, and [migueldeicaza's gui.cs](https://github.com/migueldeicaza/gui.cs) which was added via NuGet.
## Compilation
### External Resources
* [RPGMakerDecrypter](https://github.com/uuksu/RPGMakerDecrypter/)
- Was converted to .NET Core 2.1 LTS
- Converted project was named `RPGMakerDecrypter.Decrypter.Core`
* [RM2k2XP.NETCore](https://github.com/xubiod/RM2k2XP.NETCore)
- Was forked from [uuksu's RM2k2XP](https://github.com/uuksu/RM2k2XP) to add a .NET Core 3.1 project
- Uses `RM2k2XP.NETCore.Converters`