diff options
| author | oy <Tom_Adams@web.de> | 2011-04-13 20:00:54 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-04-13 20:00:54 +0200 |
| commit | 1a5d70450f1de87224334e550706c67ad0cde6b8 (patch) | |
| tree | 2b39cfbbb5b87c1fcdb6b60dfb780f171e193b60 /scripts | |
| parent | 2179ae011302ecc48a2289a88cc865cdcb4d9f72 (diff) | |
| download | zcatch-1a5d70450f1de87224334e550706c67ad0cde6b8.tar.gz zcatch-1a5d70450f1de87224334e550706c67ad0cde6b8.zip | |
added "reimplemented menu music by teetow-the-great-teetow" by Choupom
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmd5.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/cmd5.py b/scripts/cmd5.py index 91e22f63..0eac2a33 100644 --- a/scripts/cmd5.py +++ b/scripts/cmd5.py @@ -29,4 +29,7 @@ for filename in sys.argv[1:]: f += cstrip([l.strip() for l in open(filename, "rb")]) hash = hashlib.md5(f).hexdigest().lower()[16:] +#TODO 0.7: improve nethash creation +if hash == "e20714704d311d78": + hash = "626fce9a778df4d4" print('#define GAME_NETVERSION_HASH "%s"' % hash) |