1
This commit is contained in:
parent
b9a8f69de3
commit
ec55fa148d
2
hlna.py
2
hlna.py
@ -504,7 +504,7 @@ def modextract(id_mod, id_game_workshop):
|
||||
with open(f"{dir_ark_mods}.mod", "wb") as mod:
|
||||
print(type(modnamelen))
|
||||
print(type(modpathlen))
|
||||
mod.write(struct.pack('<LLL{}sL{}sL'.format(modnamelen, modpathlen), int(id_mod), 0, modnamelen, modname, modpathlen, str(modpath), nummaps))
|
||||
mod.write(struct.pack('<LLL{}sL{}sL'.format(modnamelen, modpathlen), int(id_mod), 0, modnamelen, modname, modpathlen, modpath, nummaps))
|
||||
for mapnum in range(nummaps):
|
||||
mapfilelen = struct.unpack_from("<L", data, pos)[0]
|
||||
mapfile = data[mapnamelen+12:mapnamelen+12+mapfilelen]
|
||||
|
Loading…
Reference in New Issue
Block a user