Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -urpX nodiff bspc-2.1h/bspc.c bspc/bspc.c
- --- bspc-2.1h/bspc.c 2005-08-19 13:06:22.000000000 +0200
- +++ bspc/bspc.c 2006-03-27 00:30:26.000000000 +0200
- @@ -516,6 +516,7 @@ int main (int argc, char **argv)
- Log_Open("bspc.log"); //open a log file
- Log_Print("BSPC version "BSPC_VERSION", %s %s\n", __DATE__, __TIME__);
- + Log_Print("%s\n", WQ3_MESSAGE);
- DefaultCfg();
- for (i = 1; i < argc; i++)
- diff -urpX nodiff bspc-2.1h/map.c bspc/map.c
- --- bspc-2.1h/map.c 2005-08-19 13:06:22.000000000 +0200
- +++ bspc/map.c 2006-03-27 00:29:54.000000000 +0200
- @@ -954,6 +954,7 @@ qboolean WriteMapFileSafe(FILE *fp)
- if (fprintf(fp,"//=====================================================\n"
- "//\n"
- "// map file created with BSPC "BSPC_VERSION"\n"
- + "// "WQ3_MESSAGE"\n"
- "//\n"
- "// BSPC is designed to decompile material in which you own the copyright\n"
- "// or have obtained permission to decompile from the copyright owner. Unless\n"
- diff -urpX nodiff bspc-2.1h/qbsp.h bspc/qbsp.h
- --- bspc-2.1h/qbsp.h 2005-08-19 13:06:22.000000000 +0200
- +++ bspc/qbsp.h 2006-03-27 00:41:24.000000000 +0200
- @@ -38,6 +38,7 @@ Foundation, Inc., 51 Franklin St, Fifth
- #include "l_qfiles.h"
- #define BSPC_VERSION "2.1h"
- +#define WQ3_MESSAGE "Customized for the WQ3 team v0.1"
- #define ME
- #define DEBUG
- @@ -233,8 +234,8 @@ extern char source[1024];
- // map.c
- //=============================================================================
- -#define MAX_MAPFILE_PLANES 256000
- -#define MAX_MAPFILE_BRUSHES 65535
- +#define MAX_MAPFILE_PLANES 512000
- +#define MAX_MAPFILE_BRUSHES (65535*2)
- #define MAX_MAPFILE_BRUSHSIDES (MAX_MAPFILE_BRUSHES*8)
- #define MAX_MAPFILE_TEXINFO 8192
- Only in bspc: Release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement