1
This commit is contained in:
parent
b6eff03c38
commit
64da364d4e
4
hlna.py
4
hlna.py
@ -420,8 +420,8 @@ def modextract(id_mods_ark, id_game_workshop):
|
||||
modnamelen = len(modname)
|
||||
modpath = ("../../../" + "ShooterGame" + "/Content/Mods/" + id_mods_ark + "\x00").encode('utf-8')
|
||||
modpathlen = len(modpath)
|
||||
modfile_bytes += struct.pack('<LLL{}sL{}sL'.format(len(modname.decode('utf-8')), len(modpath.decode('utf-8'))), id_mods_ark, 0, len(modname.decode('utf-8')), modname.decode('utf-8'), len(modpath.decode('utf-8')), modpath.decode('utf-8'), nummaps)
|
||||
# modfile_bytes += struct.pack('<LLL{}sL{}sL'.format(modnamelen, modpathlen), id_mods_ark, 0, modnamelen, modname, modpathlen, modpath, nummaps)
|
||||
|
||||
modfile_bytes += struct.pack('<LLL{}sL{}sL'.format(modnamelen, modpathlen), id_mods_ark, 0, modnamelen, 1, modpathlen, 1, nummaps)
|
||||
for _ in range(nummaps):
|
||||
mapfilelen = struct.unpack_from('<L', data, offset=pos)
|
||||
mapfilelen = mapfilelen[0]
|
||||
|
Loading…
Reference in New Issue
Block a user