gd-rs

Crates.iogd-rs
lib.rsgd-rs
version0.1.1
sourcesrc
created_at2024-01-01 10:46:13.070619
updated_at2024-02-11 15:44:14.027087
descriptionEasily access gd save files
homepage
repositoryhttps://github.com/lolikarbuzik/gd-rs
max_upload_size
id1085253
size78,582
Lolikarbuzik (Lolikarbuzik)

documentation

README

gd-rs ยท Crates.io Version Status

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 gd_rs::prelude::*;

let cclocallevels = CCLocalLevels::new(); // loads all the levels from the savefile
let my_level = cclocallevels.get(String::from("my level")); // returns option GDLocalLevel
println!("{my_level:?}");

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
Commit count: 0

cargo fmt