-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Scobalula/Husky
- Loading branch information
Showing
1 changed file
with
39 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,40 @@ | ||
# Husky | ||
Call of Duty BSP Extractor | ||
Husky is a BSP Extractor for Call of Duty. It can rip the raw vertex/face data to a file that can be opened in software such as Autodesk Maya (currently only OBJ). It also includes UVs and material names, and in the future, will export other data such as static models, dynamic models, etc. | ||
|
||
### Supported Games | ||
|
||
* Call of Duty: World at War | ||
* Call of Duty: Modern Warfare 3 | ||
* Call of Duty: Modern Warfare 2 | ||
* Call of Duty: Advanced Warfare | ||
* Call of Duty: Ghosts | ||
* Call of Duty: Modern Warfare Remastered | ||
|
||
### Downloading/Using Husky | ||
|
||
To download Husky, go to the [Releases](https://github.com/Scobalula/Husky/releases) and download the latest build. | ||
|
||
To use Husky, simply run the game, load the map you want to extract, and run Husky. | ||
|
||
### License/Disclaimers | ||
|
||
Husky is licensed under the GPL license and it and its source code is free to use and modify under the. Husky comes with NO warranty, any damages caused are solely the responsibility of the user. See the LICENSE file for more information. | ||
|
||
All BSP data extracted using Husky is property of the developers, etc. Husky simply parses the data out, what you do with the data is your reponsibility. | ||
|
||
Some of the exported models can get pretty big. While all have loaded in Maya with no issue, make sure to have available resources available to load and view them. | ||
|
||
**Husky is currently in alpha, and with that in mind, bugs, errors, you know, the bad stuff.** | ||
|
||
## Credits | ||
|
||
* DTZxPorter - Normal Unpacking Code from Wraith + Other misc info from Wraith, SELib | ||
* Anna Baker - [Icon](https://thenounproject.com/term/husky/1121992/) ([https://thenounproject.com/anna.baker194/](https://thenounproject.com/anna.baker194/)) | ||
|
||
## Support Me | ||
|
||
If you use Husky in any of your projects, it would be appreciated if you provide credit for its use, a lot of time and work went into developing it and a simple credit isn't too much to ask for. | ||
|
||
If you'd like to support me even more, consider donating, I develop a lot of apps including Husky and majority are available free of charge with source code included: | ||
|
||
[![Donate](https://img.shields.io/badge/Donate-PayPal-yellowgreen.svg)](https://www.paypal.me/scobalula) |