Skip to content

Commit 134cad8

Browse files
authored
Update README.md
Updated with my information
1 parent 14024cb commit 134cad8

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# bspc
22

33
This is the [Quake III: Arena](http://www.idsoftware.com/games/quake/quake3-arena/) BSP-to-AAS compiler.
4+
This is a slight variaction that combines a couple of different versions from github into one.
45

56
## Downloading
67

7-
You can download the latest version [here](https://github.com/bnoordhuis/bspc).
8+
You can download the latest version [here](https://github.com/sago007/bspc).
89

910
## Compiling
1011

1112
Dead simple:
1213

1314
make
15+
16+
Cross compile for Windows?
17+
The docker image sago007/mxe_basic is used.
18+
After checing out all that is required is:
19+
20+
CC=i686-w64-mingw32.static-gcc make && mv bspc bspc.exe
1421

1522
## Usage
1623

@@ -39,9 +46,13 @@ Straight from the source:
3946
forcesidesvisible = force all sides to be visible
4047
grapplereach = calculate grapple reachabilities
4148

49+
## Works on
50+
51+
This version is primarily targeted [OpenArena](http://www.openarena.ws). It is tested on http://files.poulsander.com/~poul19/public_files/intooa.pk3 and http://files.poulsander.com/~poul19/public_files/islandctf4a3.pk3
52+
4253
## Support
4354

44-
[File a bug report](https://github.com/bnoordhuis/bspc/issues) if you run into issues.
55+
[File a bug report](https://github.com/sago007/bspc/issues) if you run into issues.
4556

4657
## License
4758

0 commit comments

Comments
 (0)