1
This commit is contained in:
		
							
								
								
									
										2
									
								
								hlna.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								hlna.py
									
									
									
									
									
								
							| @@ -475,7 +475,7 @@ def modextract(id_mod, id_game_workshop): | |||||||
|                     name, ext = os.path.splitext(file) |                     name, ext = os.path.splitext(file) | ||||||
|                     if ext == ".z": |                     if ext == ".z": | ||||||
|                         src = os.path.join(curdir, file) |                         src = os.path.join(curdir, file) | ||||||
|                         dst = os.path.join(dir_extract, os.path.relpath(os.path.join(dir_steam_workshop, subdirs[i]), file)) |                         dst = os.path.join(dir_extract, os.path.relpath(os.path.join(dir_steam_workshop, subdirs[i]), name)) | ||||||
|                         uncompressed = os.path.join(curdir, file + ".uncompressed_size") |                         uncompressed = os.path.join(curdir, file + ".uncompressed_size") | ||||||
|                         unpack(src, dst) |                         unpack(src, dst) | ||||||
|                         print("[+] Extracted " + file) |                         print("[+] Extracted " + file) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user