Crowbar: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[File:Crowbar software.PNG|thumb|A screenshot of Crowbar]]
[[File:Crowbar software.PNG|thumb|A screenshot of Crowbar]]


'''Crowbar''' is a tool written by ZeqMacaw.<br>
{{crowbar|4}} is a tool written by ZeqMacaw.<br>
Its original intended was to be a replacement for [[Mdldecompiler]], made by Cannonfodder. MDLDecompiler has not been updated for many years and can't fully decompile the latest model versions used in Source engine games. Crowbar is being developed to handle these later versions.
Its original intended was to be a replacement for [[Mdldecompiler]], made by Cannonfodder. MDLDecompiler has not been updated for many years and can't fully decompile the latest model versions used in Source engine games. Crowbar is being developed to handle these later versions.


Line 9: Line 9:


==Uses==
==Uses==
*Viewing, packing and unpacking [[vpk]], [[gma]] and [[fpx]] files. Either separately or an entire folder worth of files at once.
*Viewing, packing and unpacking [[VPK]], [[gma]] and [[fpx]] files. Either separately or an entire folder worth of files at once.
*Compiling and decompiling an entire folder of files in a batch process.
*Compiling and decompiling an entire folder of files in a batch process.
*Viewing the content of a [[MDL]] model file. Useful for learning which MDL file version is used, which [[ANI]] and [[PHY]] files are used, what textures are used and in which folders they are found in.
*Viewing the content of a [[MDL]] model file. Useful for learning which MDL file version is used, which [[ANI]] and [[PHY]] files are used, what textures are used and in which folders they are found in.
Line 16: Line 16:
*Publishing addons to the workshop as an alternative to the original uploader
*Publishing addons to the workshop as an alternative to the original uploader


== See also ==
==See also==
* [[Studiocompiler]]
* [[Studiocompiler]]
* [[Compiling a model]]
* [[Compiling a model]]
* [[Source_model_skin_editor|Source model skin editor]]
* [[Source_model_skin_editor|Source model skin editor]]


== External links ==
==External links==
* [http://steamcommunity.com/groups/CrowbarTool Steam Group]
* [http://steamcommunity.com/groups/CrowbarTool Steam Group]
* [https://github.com/ZeqMacaw/Crowbar Changelog and Source Code]
* [https://github.com/ZeqMacaw/Crowbar Changelog and Source Code]
{{sdktools|0}}
[[Category:Modeling]]
[[Category:Modeling]]
[[Category:Third Party Tools]]
[[Category:Modding]]
[[Category:Modding]]
[[Category:Open Source]]
[[Category:Open Source]]
[[Category:English]]

Revision as of 10:29, 26 July 2022

English (en)日本語 (ja)Русский (ru)中文 (zh)Translate (Translate)
For the Half-Life 2 weapon entity, see weapon_crowbar.
A screenshot of Crowbar

Crowbar Crowbar is a tool written by ZeqMacaw.
Its original intended was to be a replacement for Mdldecompiler, made by Cannonfodder. MDLDecompiler has not been updated for many years and can't fully decompile the latest model versions used in Source engine games. Crowbar is being developed to handle these later versions.

The download page for this tool and its source code can be accessed on its Steam Group.

Uses

  • Viewing, packing and unpacking VPK, gma and fpx files. Either separately or an entire folder worth of files at once.
  • Compiling and decompiling an entire folder of files in a batch process.
  • Viewing the content of a MDL model file. Useful for learning which MDL file version is used, which ANI and PHY files are used, what textures are used and in which folders they are found in.
  • Setting up games to easily switch compiling from a source engine game to another. Useful for making sure you use the correct compiler for each game
  • Downloading workshop addons outside of the game
  • Publishing addons to the workshop as an alternative to the original uploader

See also

External links