LeagueToolkit / league-toolkit

The home of tooling for League of Legends
GNU Affero General Public License v3.0
0 stars 1 forks source link

Implement new mod format #13

Open Crauzer opened 2 weeks ago

Crauzer commented 2 weeks ago

New format extension should be .modpkg

moonshadow565 commented 1 week ago

There are some things that need to be resolved in current implementation, mainly two things are important:

  1. Some way to group files belonging together(same wad)
  2. Making sure that ModpkgChunk is fixed size

See my review for more details: https://github.com/LeagueToolkit/league-toolkit/pull/22#pullrequestreview-2425590425

Crauzer commented 1 week ago

Tracking in #24