Bytereader working. May not need Bitreader anymore, but it's already in use by D2Item, so we'll leave it.

This commit is contained in:
Hash Borgir
2022-06-22 01:34:39 -06:00
parent 95bcefe2cf
commit 69d4728d8c
5 changed files with 139 additions and 76 deletions

View File

@@ -2,7 +2,7 @@
require_once './src/D2Functions.php';
$filename = "D:\Diablo II\MODS\ironman-dev\save\Sorc.d2s";
$filename = "D:\Diablo II\MODS\ironman-dev\save\Barb.d2s";
$fp = fopen($filename, "rb+");
fseek($fp, 12);