Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

kbinani/dxrip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

dxrip

dxrip is a command line tool to rip off mesh and texture data from DirectX application.

requirements

  • Windows OS
  • python (3.3 or later)
  • Blender (2.66 or later)

subcommands

init

Initialize mesh and texture data repository for specified application executable.

synopsis

dxrip init [target]

options

N/A

example

>C:
>cd Program Files\Foo              <1>
>dir /b                            <2>
Data
Settings
Foo_Client.exe
Updater.exe
>dxrip init Foo_Client.exe         <3>
>dir /b
.dxrip                             <4>
Data
Settings
d3d9.dll                           <4>
d3d9callback.dll                   <4>
Foo_Client.exe
Updater.exe
  1. cd to application directory
  2. shows target application directory
  3. execute init subcommand
  4. created directory and files: these are managed by dxrip

scene

Show objects in a scene using Blender.

synopsis

dxrip scene [scene_number]

options

N/A

#license GNU General Public License version 2

#note

About

A command line tool to rip off mesh and texture data from DirectX application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published