Skip to content

cborac/wadlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WADLib

WADLib is a library that allows reading throguh Wii WAD files, and modify their tickets in JavaScript.

Installation

npm install wadlib

Usage

import { readFileSync, writeFileSync } from "fs"
import { WAD } from "./wad"

const zelda = WAD.from(readFileSync("./Legend of Zelda, The - Skyward Sword - Save Data Update Channel (Europe) (Channel).wad"), true);

zelda.ticket.consoleID = 1001; // IDK

writeFileSync("./Channel_Modified.tik", zelda.ticket.toBuffer());

Contributing

Contributions are welcome! Please open issues or submit pull requests.

License

MIT License. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors