项目作者: rhulha

项目描述 :
A Quake3Arena BSP and MAP file parser written in Java
高级语言: Java
项目地址: git://github.com/rhulha/Q3BSPParser.git
创建时间: 2017-10-15T03:42:21Z
项目社区:https://github.com/rhulha/Q3BSPParser

开源协议:MIT License

下载


Q3BSPParser

A Quake3Arena BSP and MAP file parser written in Java

Update: Now contains a Quake2 to Prodeus Map Converter!

Please Note: If you have issues with getting the converter to run,
I have uploaded the resulting file (base1.emap) and the needed Materials to the downloads page as well.
You can find the converted map and the Materials here: https://github.com/rhulha/Q3BSPParser/releases

Please click on “Assets” to open up the hidden file section.

Here are the steps needed to convert Quake2 Base1 to Prodeus:

  1. Buy, install and run Prodeus at least once.
  2. Download and extract Base1.map from https://icculus.org/gtkradiant/downloads/1.5/gamepacks/q2-example-maps-2004-12-06.tar.gz
  3. Download and extract quake2-neural-upscale-textures-2.0.1.zip from https://github.com/Calinou/quake2-neural-upscale
  4. Download MapConverter from https://github.com/rhulha/Q3BSPParser/releases
  5. If you want to decompile BSPs to Maps, I had great success using this: https://github.com/wfowler1/bsp-decompiler

Update2: Now contains a Quake3 to glTF Converter!