This article's documentation is for the "GoldSrc" engine. Click here for more information.
This article's documentation is for anything that uses the Source engine. Click here for more information.
This article's documentation is for Source 2. Click here for more information.

XBLAH's Modding Tool/Docs/Mod/File Explorer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Nesciuse moved page XBLAH's Modding Tool/Docs/Mod/File Explorer/en to XBLAH's Modding Tool/Docs/Mod/File Explorer without leaving a redirect: Move en subpage to basepage)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Language subpage}}
{{LanguageBar}}
{{gldsrc topicon}}
{{Source topicon}}
{{Source 2 topicon}}
 
 
{{note|This tutorial was written for {{xblahmt|4}} v1.18.1. Please be aware that subsequent updates might have introduced alterations in terminologies, introduced novel features, or reorganized certain elements within the interface.}}
{{note|This tutorial was written for {{xblahmt|4}} v1.18.1. Please be aware that subsequent updates might have introduced alterations in terminologies, introduced novel features, or reorganized certain elements within the interface.}}


Line 26: Line 31:


=== Extracting files ===
=== Extracting files ===
You can extract multiple files from the mounted [[VPK|VPKs]] by selecting the files and ''' Right Click > Extract to VPK '''.
You can extract multiple files from the mounted [[VPK|VPKs]] by selecting the files and {{key|rmb}} + {{Path|Extract to VPK|icon=custom|customico=Pointer.png}}.


=== Decompiling maps ===
=== Decompiling maps ===
You can decompile multiple GoldSrc and Source maps, straight from the [[VPK|VPK]] or from loose files, by selecting the files and ''' Right Click > Decompile '''.
You can decompile multiple {{gldsrc|4}} and {{source|4}} maps, straight from the [[VPK|VPK]] or from loose files, by selecting the files and {{key|rmb}} + {{Path|Decompile|icon=custom|customico=Pointer.png}}.


== See also ==
== See also ==
* [[Game Directory]]
* [[Game Directory]]
[[Category:Modding]]
[[Category:XBLAH's Modding Tool]]

Latest revision as of 12:30, 12 July 2024

English (en)Translate (Translate)


Note.pngNote:This tutorial was written for XBLAH's Modding Tool XBLAH's Modding Tool v1.18.1. Please be aware that subsequent updates might have introduced alterations in terminologies, introduced novel features, or reorganized certain elements within the interface.


All the files mounted into the game info can be previewed with XBLAH's Modding Tool XBLAH's Modding Tool in the File Explorer. The File Explorer replaces the GCFScape GCFScape as the ultimate file browsing tool, since it will mount all the VPKs and loose files according to the game info, to show the modder a comprehensive list of files. This relieves the modder of having to browse VPKs individually, and the integrated features of the tool usually dismisses the necessity of extracting the files from the VPKs, since they can be accessed natively by double-clicking the file (or right-clicking for more options).

Accessing the feature

The File Explorer tree can be accessed within the tool through the File Explorer Panel.

Additionally, a more complete File Explorer can be accessed within the tool via Custom IconTop Menu > Mod > File Explorer.

Exploring Files

The File Explorer contains context menus for each file, targeting them to their respective native editor, if available.

File Search

When you don't know where the file is, there is a search field in the top-right corner.

Context Menu

Different actions can be accessed by selecting one or multiple files and right clicking them.

Extracting files

You can extract multiple files from the mounted VPKs by selecting the files and RMB + Custom IconExtract to VPK.

Decompiling maps

You can decompile multiple GoldSrc GoldSrc and Source Source maps, straight from the VPK or from loose files, by selecting the files and RMB + Custom IconDecompile.

See also