You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,23 @@
1
1
# bspc
2
2
3
3
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.
4
5
5
6
## Downloading
6
7
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).
8
9
9
10
## Compiling
10
11
11
12
Dead simple:
12
13
13
14
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
14
21
15
22
## Usage
16
23
@@ -39,9 +46,13 @@ Straight from the source:
39
46
forcesidesvisible = force all sides to be visible
40
47
grapplereach = calculate grapple reachabilities
41
48
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
+
42
53
## Support
43
54
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.
0 commit comments