Fixed the checksum thing. Assets0.pk3 file now with the right checksum. Ready for pure servers.

This commit is contained in:
q3rally 2011-03-08 03:03:48 +00:00
parent bd15b40ac9
commit 3633368852
4 changed files with 12 additions and 8 deletions

View file

@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// second version that must match between game and cgame
// STONELANCE
#define GAME_VERSION "Q3Rally v0.1 Pre-Alpha build 14"
#define GAME_VERSION "Q3Rally v0.1 Pre-Alpha build 16"
// END
#define DEFAULT_GRAVITY 800

View file

@ -198,7 +198,7 @@ typedef struct
const purePak_t com_purePaks[] =
{
{BASEGAME, "assets0", 4075197396u},
{BASEGAME, "assets0", 2112408126u},
#if 0
{"baseq3", "pak0", 1566731103u},

View file

@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#endif
#ifdef _MSC_VER
#define PRODUCT_VERSION "0.1 build 14"
#define PRODUCT_VERSION "0.1 build 16"
#endif
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION

View file

@ -860,18 +860,19 @@ q3rallycode
4=engine\code\qcommon\q_shared.h
5=engine\code\q3_ui\ui_menu.c
6=engine\code\q3_ui\ui_credits.c
7=engine\code\qcommon\files.c
[Selected Project Files]
Main=
Selected=engine\code\q3_ui\ui_credits.c
Selected=engine\code\qcommon\q_shared.h
[engine\misc\nsis\q3rally.nsi.in]
TopLine=1
Caret=1,18
TopLine=89
Caret=1,103
[engine\misc\nsis\q3rally-q3ctc.nsi]
TopLine=1
Caret=24,29
[engine\misc\setup\setup.xml.in]
TopLine=8
Caret=1,22
TopLine=56
Caret=1,70
[engine\code\game\bg_public.h]
TopLine=20
Caret=65,34
@ -884,3 +885,6 @@ Caret=74,490
[engine\code\q3_ui\ui_credits.c]
TopLine=289
Caret=62,298
[engine\code\qcommon\files.c]
TopLine=187
Caret=34,201