wowserhq / stormjs

StormLib for Javascript, powered by Emscripten
MIT License
14 stars 6 forks source link

Feature: MPQ patching #27

Closed fallenoak closed 5 years ago

fallenoak commented 5 years ago

MPQ patching requires the initial MPQ be opened as read-only, so the signature of MPQ.open has been adjusted to make specifying access modes straightforward.

Closes #18