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 // second version that must match between game and cgame
// STONELANCE // STONELANCE
#define GAME_VERSION "Q3Rally v0.1 Pre-Alpha build 14" #define GAME_VERSION "Q3Rally v0.1 Pre-Alpha build 16"
// END // END
#define DEFAULT_GRAVITY 800 #define DEFAULT_GRAVITY 800

View file

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

View file

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

View file

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