From 1a5d70450f1de87224334e550706c67ad0cde6b8 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 13 Apr 2011 20:00:54 +0200 Subject: added "reimplemented menu music by teetow-the-great-teetow" by Choupom --- scripts/cmd5.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/cmd5.py') 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) -- cgit 1.4.1