Template:Archived Page History/BSPSource/en: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{Language subpage}} {{Bspsource|4}} is a GUI map decompiler for Source games, written in Java. Based on VMEX, it converts BSP f...")
 
mNo edit summary
Line 7: Line 7:
:{{ModernWorkaround|Decompiling the file again or more times may generate better results, such as avoiding some of these issues.}}
:{{ModernWorkaround|Decompiling the file again or more times may generate better results, such as avoiding some of these issues.}}
{{note|Depending on the decompilation protection present in some community-made maps, the conversion may be more difficult to work with.}}
{{note|Depending on the decompilation protection present in some community-made maps, the conversion may be more difficult to work with.}}
== BSP with File Packing ==
Use [[BSPSource]] in the tab "other" set tick in in "Extract embedded files". Then put downloaded files and folders in game derictory. Done.


== External Links ==
== External Links ==
* [https://github.com/ata4/bspsrc/releases BSPSource on GitHub]
* [https://github.com/ata4/bspsrc/releases BSPSource on GitHub]
* [https://www.java.com/download/ Java 8] (required in order to use BSPSource)
* [https://www.java.com/download/ Java 8] (required in order to use BSPSource)

Revision as of 01:12, 27 August 2023

Flag-white.pngEnglish (en)

BSPSource BSPSource is a GUI map decompiler for Source games, written in Java.

Based on VMEX, it converts BSP files into VMF ones that can be loaded in Hammer. It also includes numerous bug fixes over VMEX and new features for doing the conversion, such as extracting embedded assets, processing multiple BSPs at once, and more.

Note.pngNote:Due to technical reasons, decompiling maps doesn't accurately recreate their original VMF state, often presenting issues such as invalid geometry solids or misplaced areaportal brushes in the decompiled file.
Template:ModernWorkaround
Note.pngNote:Depending on the decompilation protection present in some community-made maps, the conversion may be more difficult to work with.

BSP with File Packing

Use BSPSource in the tab "other" set tick in in "Extract embedded files". Then put downloaded files and folders in game derictory. Done.

External Links