Skip to content

hampta/WOG-dump

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 7, 2023 03:59
bin
October 7, 2023 03:59
October 7, 2023 04:13
October 1, 2023 03:35
October 1, 2023 03:35
October 1, 2023 03:35
October 7, 2023 03:59
October 5, 2023 00:42

πŸ”« World of Guns model dumper

World of Guns

πŸ“™ Description

This script allows you to download, decrypt and unpack models from the game World of Guns: Gun Disassembly

πŸ”— Requirements

  • Python 3.10+
  • AssetStudio - for unpacking assets
  • C compiler - for compile xor.c (optional)

πŸͺ„ How it works

  1. Download asset with texture atlas and filter weapons from it
  2. Download key for decryption
  3. Decrypts and unpacks models
  4. Ez profit

πŸ§‘β€πŸ­ Usage

Windows

git clone https://github.com/hampta/WOG-dump    # Clone repository
cd WOG-dump                                     # Go to directory
pip install -r requirements.txt                 # Install requirements
python wog_dump.py                              # Run

Linux

git clone https://github.com/hampta/WOG-dump    # Clone repository
cd WOG-dump                                     # Go to directory
pip3 install -r requirements.txt                # Install requirements
python3 wog_dump.py                             # Run

βž• Addtional

Use xor decrypter:

# Windows 64 bit
./bin/windows/64bit/xor.exe <encrypted_file> <key> <output_file>

# Windows 32 bit
./bin/windows/32bit/xor.exe <encrypted_file> <key> <output_file>

# Linux
./bin/linux/64bit/xor <encrypted_file> <key> <output_file>

Convert Unity normal maps:

# Windows
python convert_normal_map.py <path> 

#Linux 
python3 convert_normal_map.py <path> 

πŸ«‚ Special thanks

DeadZoneGarry - helping with decryption

Noble Empire Corp. - game and assets

About

πŸ”« This script allows you to download, decrypt and unpack models from the game World of Guns: Gun Disassembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published