Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iswenzz/q3cod4bsp

This program converts .BSP files from Quake 3 levels to Call of Duty 4’s .MAP. format. The purpose of this program is mainly to speed up the process of porting Quake3 levels to Call of Duty 4.
https://github.com/iswenzz/q3cod4bsp

bsp cod4 converter map python q3

Last synced: about 1 month ago
JSON representation

This program converts .BSP files from Quake 3 levels to Call of Duty 4’s .MAP. format. The purpose of this program is mainly to speed up the process of porting Quake3 levels to Call of Duty 4.

Awesome Lists containing this project

README

        

# Q3COD4BSP

[![Checks](https://img.shields.io/github/check-runs/Iswenzz/Q3COD4BSP/master?logo=github)](https://github.com/Iswenzz/Q3COD4BSP/actions)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/Iswenzz/Q3COD4BSP?label=codefactor&logo=codefactor)](https://www.codefactor.io/repository/github/iswenzz/Q3COD4BSP)
[![CodeCov](https://img.shields.io/codecov/c/github/Iswenzz/Q3COD4BSP?label=codecov&logo=codecov)](https://codecov.io/gh/Iswenzz/Q3COD4BSP)
[![License](https://img.shields.io/github/license/Iswenzz/Q3COD4BSP?color=blue&logo=gitbook&logoColor=white)](https://github.com/Iswenzz/Q3COD4BSP/blob/master/LICENSE)

![](https://i.imgur.com/XOoinJ1.png)

This program converts `.BSP` files from Quake3 levels, and converts them to Call of Duty 4's `.MAP` format. These files can be opened and edited using Call of Duty 4's level editor Radiant. This program also creates a `.GDT` file which stores all of the materials used in the level, as well as any properties those materials may have. The `.BAT` file generated by this program allows the user to compile the materials much faster than trying to do it manually. The purpose of this program is mainly to speed up the process of porting Quake3 levels to Call of Duty 4.

## Instructions
1. Place Q3 ``.BSP`` in the ``bsp`` folder.
2. Run q3cod4bsp.exe.
3. Move the generated files from the ``out`` folder to the ``CoD4 SDK``.

```t
.MAP in "CoD4/map_source"
.GDT in "CoD4/source_data"
.BAT in "CoD4/bin"
```
*The map textures and the default quake3 textures must be in:*
``CoD4/texture_assets/quake3``

## Pre-Requisites
1. [Python](https://www.python.org/)

### [Download](https://github.com/Iswenzz/Q3COD4BSP/releases)

## Contributors:
***Note:*** If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.