gd-rs ยท
The crate is in development
If you have any questions dm me on discord @lolikarbuzik
Getting started
Install the crate
cargo add gd-rs
Now in your file import gd_rs
use *;
let cclocallevels = new; // loads all the levels from the savefile
let my_level = cclocallevels.get; // returns option GDLocalLevel
println!;
I will start updating this crate soon
Features in progress
- Levels into a plist so basically GDCCLocalLevels into their raw form
- Saving (so also 'encrypting') save files into their original form