VMEX: Difference between revisions
m (Notifying users that decompiled maps may not be 100% accurate.) |
MossyBucket (talk | contribs) (Provided step-by-step instructions for how to make VMEx run on Windows Vista.) |
||
Line 17: | Line 17: | ||
=== BSPSource (formerly VMEX Mod) === | === BSPSource (formerly VMEX Mod) === | ||
BSPSource is a VMEX 0.98g derivate by [[User:Barracuda|Barracuda]] that has been created to continue development for the original, abandoned project to support newer Source engine maps and fix some bugs. See the project's website below for more information and downloads. | BSPSource is a VMEX 0.98g derivate by [[User:Barracuda|Barracuda]] that has been created to continue development for the original, abandoned project to support newer Source engine maps and fix some bugs. See the project's website below for more information and downloads. | ||
== Windows Vista Java fix == | |||
The current VMEx version (098g) does not work with Windows Vista until you manually set the environmental variable path for Java. (The application will refuse to open, and if you run it from a command prompt, you will also get the error message "Java is not recognized as an internal or external command".) | |||
To set the path, follow these steps: | |||
# Locate the Java executable (<code>Java.exe</code>) and make a note of where it is located. It should be either in <code>C:\Program Files\Java\jre6\bin</code> (on 32 bit Windows) or in <code>C:\Program Files (x86)\Java\jre6\bin</code> (on 64 bit Windows). Remember this path. (If you are unable to locate a Java executable, this might mean that Java (Runtime Environment) is not even installed on your computer. If not, go to [http://www.java.com Javas official site] to download and install it.) | |||
# Click on the ''Start'' icon in the lower left corner, then ''Control Panel'', then ''System'', and then ''System'' again. | |||
# Click on the ''Advanced System Settings'' link on the left. | |||
# Under the current tab, click the ''Environment Variables'' button. | |||
# In the lower section (labeled ''System Variables''), scroll through and find the item labeled ''Path'' and double-click it to edit it. | |||
# In the field labeled ''Variable value'', go to the end of the long line, and add a semicolon (;), and then the previously mentioned path of ''Java.exe'' (either <code>C:\Program Files\Java\jre6\bin</code> or <code>C:\Program Files (x86)\Java\jre6\bin</code>). | |||
== See also == | == See also == |
Revision as of 20:52, 21 February 2011
Valve Map Extractor (VMEX) is a decompiler for Source engine maps. It converts BSP format files back into VMF format maps that can be loaded into Hammer. Since version 0.98g it supports all of Valve's games up to Left 4 Dead.

The Ship
To decompile maps for The Ship, download the modified version: VMEX (v0.98e) here.
Left 4 Dead
A modified version of vmex was created for decompiling Left 4 Dead maps by TerabyteDragon with permission by the original author. This modification resolves an issue with static props (specifically how large the entries are in the BSP file). This version can be downloaded from the link below. Note: This version of vmex is NOT guaranteed to work with maps from any other game.
Left 4 Dead 2
A pre-processor to modify Left 4 Dead 2 BSPs to be decompilable by VMEX written by Omnicoder can be downloaded below.
BSPSource (formerly VMEX Mod)
BSPSource is a VMEX 0.98g derivate by Barracuda that has been created to continue development for the original, abandoned project to support newer Source engine maps and fix some bugs. See the project's website below for more information and downloads.
Windows Vista Java fix
The current VMEx version (098g) does not work with Windows Vista until you manually set the environmental variable path for Java. (The application will refuse to open, and if you run it from a command prompt, you will also get the error message "Java is not recognized as an internal or external command".)
To set the path, follow these steps:
- Locate the Java executable (
Java.exe
) and make a note of where it is located. It should be either inC:\Program Files\Java\jre6\bin
(on 32 bit Windows) or inC:\Program Files (x86)\Java\jre6\bin
(on 64 bit Windows). Remember this path. (If you are unable to locate a Java executable, this might mean that Java (Runtime Environment) is not even installed on your computer. If not, go to Javas official site to download and install it.) - Click on the Start icon in the lower left corner, then Control Panel, then System, and then System again.
- Click on the Advanced System Settings link on the left.
- Under the current tab, click the Environment Variables button.
- In the lower section (labeled System Variables), scroll through and find the item labeled Path and double-click it to edit it.
- In the field labeled Variable value, go to the end of the long line, and add a semicolon (;), and then the previously mentioned path of Java.exe (either
C:\Program Files\Java\jre6\bin
orC:\Program Files (x86)\Java\jre6\bin
).
See also
- VMEX - the official website.
- VMEX 0.98g - download mirror for the latest version.
- VMEX 0.98g for Left 4 Dead
- Pre-processor for Left 4 Dead 2
- BSPSource - unofficial VMEX derivate
- Decompiling Maps
- Map Obfuscator