We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a21bf commit 8fdcc2dCopy full SHA for 8fdcc2d
README.md
@@ -2,3 +2,13 @@
2
A Quake3Arena BSP and MAP file parser written in Java
3
4
Update: Now contains a Quake2 Map to Prodeus Map Converter!
5
+
6
+Here are the steps needed to convert Quake2 Base1 to Prodeus:
7
8
+1. Buy, install and run Prodeus at least once.
9
+2. Download and extract Base1.map from https://icculus.org/gtkradiant/downloads/1.5/gamepacks/q2-example-maps-2004-12-06.tar.gz
10
+3. Download and extract quake2-neural-upscale-textures-2.0.1.zip from https://github.com/Calinou/quake2-neural-upscale
11
+4. Download MapConverter from https://github.com/rhulha/Q3BSPParser/releases
12
+5. If you want to decompile BSPs to Maps, I had great success using this: https://github.com/wfowler1/bsp-decompiler
13
14
0 commit comments