|
Other BBSes »
| |
|
|
|
CT60 and related things BBS
Old pak file support |
Posted by: Patrice Mandin
|
Sep,09.2006-09:53
|
Here is a little diff I apply on my ports:
Index: common.c
===================================================================
RCS file: /home/cvs/pmquake/src/common.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -U3 -r1.2 -r1.3
--- common.c 25 Aug 2006 14:35:18 -0000 1.2
+++ common.c 25 Aug 2006 15:29:03 -0000 1.3
@@ -45,6 +45,7 @@
// if a packfile directory differs from this, it is assumed to be hacked
#define PAK0_COUNT 339
#define PAK0_CRC 32981
+#define PAK0_CRC2 62751
char com_token[1024];
int com_argc;
@@ -1656,7 +1657,7 @@
CRC_Init (&crc);
for (i=0 ; i<header.dirlen ; i++)
CRC_ProcessByte (&crc, ((byte *)info)[i]);
- if (crc != PAK0_CRC)
+ if ((crc != PAK0_CRC) && (crc != PAK0_CRC2))
com_modified = true;
// parse the directory
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
quake4falcon060
|
mikro
|
Sep,07.2006-11:20
|
Re: quake4falcon060
|
Peter
|
Sep,07.2006-16:52
|
Re: quake4falcon060
|
Coda
|
Sep,07.2006-17:59
|
Re: quake4falcon060
|
mikro
|
Sep,07.2006-20:03
|
Re: quake4falcon060
|
calimero
|
Sep,08.2006-11:15
|
Re: quake4falcon060
|
mikro
|
Sep,08.2006-12:00
|
Re: quake4falcon060
|
calimero
|
Sep,08.2006-12:25
|
Re: quake4falcon060
|
mikro
|
Sep,08.2006-12:38
|
Re: quake4falcon060
|
ggn
|
Sep,07.2006-19:02
|
Re: quake4falcon060
|
neo_rg
|
Sep,07.2006-19:46
|
Re: quake4falcon060
|
evil
|
Sep,07.2006-20:35
|
Re: quake4falcon060
|
CiH
|
Sep,07.2006-21:28
|
Re: quake4falcon060
|
mikro
|
Sep,08.2006-09:44
|
Re: quake4falcon060
|
mikro
|
Sep,08.2006-09:50
|
Re: quake4falcon060
|
GokMasE
|
Sep,07.2006-23:56
|
Re: quake4falcon060
|
Kalms
|
Sep,08.2006-11:20
|
Re: quake4falcon060
|
mikro
|
Sep,08.2006-12:08
|
Re: quake4falcon060
|
samf
|
Sep,08.2006-17:41
|
Re: quake4falcon060
|
mikro
|
Sep,09.2006-00:01
|
Re: quake4falcon060
|
samf
|
Sep,09.2006-00:30
|
Re: quake4falcon060
|
mikro
|
Sep,09.2006-13:51
|
Re: quake4falcon060
|
samf
|
Sep,09.2006-16:09
|
Re: quake4falcon060
|
Peter
|
Sep,09.2006-09:18
|
Old pak file support
|
Patrice Mandin
|
Sep,09.2006-09:53
|
Re: Old pak file support
|
mikro
|
Sep,09.2006-13:50
|
Re: Old pak file support
|
vlg
|
Sep,13.2006-17:03
|
Re: Old pak file support
|
mikro
|
Sep,14.2006-12:37
|
Re: Old pak file support
|
vlg
|
Sep,14.2006-14:18
|
Re: Old pak file support
|
Peter
|
Sep,15.2006-07:21
|
Re: Old pak file support
|
Creature XL
|
Sep,15.2006-19:32
|
Re: Old pak file support
|
Creature XL
|
Sep,15.2006-19:34
|
Re: Old pak file support
|
Patrice Mandin
|
Sep,15.2006-23:12
|
ST RAM size
|
Creature XL
|
Sep,16.2006-11:16
|
Re: Old pak file support
|
Peter
|
Sep,16.2006-15:59
|
Let's play QUAKE :)
|
Creature XL
|
Sep,20.2006-00:40
|
Re: quake4falcon060
|
Creature XL
|
Sep,11.2006-20:50
|
Re: quake4falcon060
|
Creature XL
|
Sep,12.2006-01:23
|
Re: quake4falcon060
|
Patrice Mandin
|
Sep,12.2006-23:06
|
Re: quake4falcon060
|
Creature XL
|
Sep,13.2006-09:57
|
Re: quake4falcon060
|
Xerus
|
Sep,09.2006-04:39
|
Re: quake4falcon060
|
Peter
|
Sep,09.2006-09:19
|
Re: quake4falcon060
|
mikro
|
Sep,09.2006-13:48
|
Re: quake4falcon060
|
Peter
|
Sep,09.2006-16:10
|
Re: quake4falcon060
|
Crature XL
|
Sep,11.2006-23:53
|
Re: quake4falcon060
|
Crature XL
|
Sep,12.2006-00:46
|
Re: quake4falcon060
|
ray
|
Sep,09.2006-10:48
|
Re: quake4falcon060
|
MacFalcon
|
Sep,10.2006-15:57
|
Re: quake4falcon060
|
Peter
|
Sep,11.2006-07:39
|
WORKING DATAFILES
|
evil
|
Sep,14.2006-18:00
|
Re: WORKING DATAFILES
|
mikro
|
Sep,14.2006-21:57
|
Re: WORKING DATAFILES
|
vulgar
|
Sep,17.2006-20:46
|
Re: WORKING DATAFILES
|
Saulot
|
Sep,18.2006-09:20
|
Re: WORKING DATAFILES
|
Creature XL
|
Sep,18.2006-16:46
|
Re: WORKING DATAFILES
|
mikro
|
Sep,18.2006-17:31
|
Re: WORKING DATAFILES
|
Creature XL
|
Sep,18.2006-18:05
|
Re: WORKING DATAFILES
|
vulgar
|
Sep,19.2006-10:58
|
Re: WORKING DATAFILES
|
evil
|
Sep,21.2006-09:08
|
Re: WORKING DATAFILES
|
Creature XL
|
Sep,21.2006-15:27
|
Re: WORKING DATAFILES
|
evil
|
Sep,21.2006-19:54
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|
|
|