https://github.com/xubiod/rpgo
A port of uuksu/RPGMakerDecrypter.Decrypter from C# to Go.
https://github.com/xubiod/rpgo
go golang rpg-maker rpg-maker-vx rpg-maker-vxace rpg-maker-xp rpgmaker rpgmakervx rpgmakervxace rpgmakerxp
Last synced: about 1 year ago
JSON representation
A port of uuksu/RPGMakerDecrypter.Decrypter from C# to Go.
- Host: GitHub
- URL: https://github.com/xubiod/rpgo
- Owner: xubiod
- License: mit
- Created: 2022-07-21T20:23:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T16:02:12.000Z (over 1 year ago)
- Last Synced: 2025-02-15T00:54:06.677Z (over 1 year ago)
- Topics: go, golang, rpg-maker, rpg-maker-vx, rpg-maker-vxace, rpg-maker-xp, rpgmaker, rpgmakervx, rpgmakervxace, rpgmakerxp
- Language: Go
- Homepage:
- Size: 1.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPGO [](https://github.com/xubiod/rpgo/actions/workflows/go.yml) [](https://pkg.go.dev/github.com/xubiod/rpgo) [](https://goreportcard.com/report/github.com/xubiod/rpgo)
This is currently a direct translation of uuksuu's RPGMakerDecrypter project,
specifically the Decrypter namespace and the Tests namespace. You can go to that
version [here](https://github.com/uuksu/RPGMakerDecrypter/).
This was mainly an exercise with Go and the testing capabilities.
## CLI
The CLI has been moved to a [separate repository](https://github.com/xubiod/rpgo-cli).
## Tests
**Current coverage as reported by `go test -cover`: 90.9%**
|File|Coverage|
|-|-|
|[binary_utils.go](binary_utils.go)|100%|
|[project_generator.go](project_generator.go)|77.4%|
|[rgssad.go](rgssad.go)|85.5%|
|[rgssadv1.go](rgssadv1.go)|97.6%|
|[rgssadv3.go](rgssadv3.go)|97.9%|
|[rpgmaker_version.go](rpgmaker_version.go)|100.0%|