https://github.com/ravbug/filescrambler
Simple file shuffler
https://github.com/ravbug/filescrambler
Last synced: 19 days ago
JSON representation
Simple file shuffler
- Host: GitHub
- URL: https://github.com/ravbug/filescrambler
- Owner: Ravbug
- Created: 2021-02-06T22:40:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T22:44:18.000Z (over 5 years ago)
- Last Synced: 2025-03-02T17:50:06.511Z (over 1 year ago)
- Language: C++
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FileScrambler
Simple file shuffling utility, written in C++
## Compilation
This project uses CMake.
```sh
mkdir build && cd build
cmake .. && cmake --build . --config Release
```
## Targets provided
1. HellpackGen
- This is a utility for shuffling Minecraft textures and sounds. To use, copy the `sounds` and `textures` directories from your
Minecraft Java Edition install into the same directory as the executable, and run `./HellpackGen`
- You can get the `textures` folder by unzipping the version jar, and you can get the `sounds` folder by using my [Minecraft Sounds Extractor](https://github.com/Ravbug/MCSoundsExtractorCPP)