Page 1 of 1
[MOD] Powerthirst download
Posted: Tue Jun 02, 2015 6:11 pm
by Articsledder
I was browsing these forums for the first time in a while and came across the thread for the powerthirst mod. This was an actual mod, which allowed 64 players and longer names and other stuff made by Greasemonkey, who disassembled the source code, added some stuff and the end result was an actual mod (not skin or script).
The downloads in the original thread have been taken down by dropbox, but I still had some copies on my computer and figured someone might find messing around with this interesting.
Latest Version:
http://www.mediafire.com/download/f4aj4 ... -16-00.zip
Source Dump:
http://www.mediafire.com/download/7uryu ... e-dump.zip
Re: [MOD] Powerthirst download
Posted: Tue Jun 02, 2015 7:48 pm
by LeCom
o.o never thought of PT
You should upload it on BnS too, it's less likely to get deleted from here.
Re: [MOD] Powerthirst download
Posted: Tue Jun 02, 2015 10:12 pm
by Articsledder
LeCom wrote:o.o never thought of PT
You should upload it on BnS too, it's less likely to get deleted from here.
I have no idea how to upload to BnS, could you explain?
Re: [MOD] Powerthirst download
Posted: Wed Jun 03, 2015 2:24 am
by Articsledder
The source dump is too big to attach, but here's the latest version.
iirc it was backwards compatible too, when I used to play .75 I had it installed and could connect to any server.
Re: [MOD] Powerthirst download
Posted: Sat Jun 06, 2015 5:03 pm
by Lincent
Articsledder wrote:I was browsing these forums for the first time in a while and came across the thread for the powerthirst mod. This was an actual mod, which allowed 64 players and longer names and other stuff made by Greasemonkey, who disassembled the source code, added some stuff and the end result was an actual mod (not skin or script).
The downloads in the original thread have been taken down by dropbox, but I still had some copies on my computer and figured someone might find messing around with this interesting.
Latest Version:
http://www.mediafire.com/download/f4aj4 ... -16-00.zip
Source Dump:
http://www.mediafire.com/download/7uryu ... e-dump.zip
Do you have the server version file for Powerthirst?
Re: [MOD] Powerthirst download
Posted: Sun Jun 07, 2015 9:44 am
by LeCom
Lincent wrote:Articsledder wrote:I was browsing these forums for the first time in a while and came across the thread for the powerthirst mod. This was an actual mod, which allowed 64 players and longer names and other stuff made by Greasemonkey, who disassembled the source code, added some stuff and the end result was an actual mod (not skin or script).
The downloads in the original thread have been taken down by dropbox, but I still had some copies on my computer and figured someone might find messing around with this interesting.
Latest Version:
http://www.mediafire.com/download/f4aj4 ... -16-00.zip
Source Dump:
http://www.mediafire.com/download/7uryu ... e-dump.zip
Do you have the server version file for Powerthirst?
It's on one of these open source hosting pages (Google code or github or similar).
Re: [MOD] Powerthirst download
Posted: Sun Jun 07, 2015 5:03 pm
by longbyte1
Lincent wrote:Do you have the server version file for Powerthirst?
Found a patch for PySnip here:
https://gist.github.com/iamgreaser/5545670
What a big mess the source is. I can't even tell what is needed for compilation and what isn't.
Re: [MOD] Powerthirst download
Posted: Sun Jun 07, 2015 10:21 pm
by Lincent
longbyte1 wrote:Lincent wrote:Do you have the server version file for Powerthirst?
Found a patch for PySnip here: https://gist.github.com/iamgreaser/5545670
What a big mess the source is. I can't even tell what is needed for compilation and what isn't.
How do I use this file with my server?
Re: [MOD] Powerthirst download
Posted: Sun Jun 07, 2015 10:41 pm
by longbyte1
Lincent wrote:longbyte1 wrote:Lincent wrote:Do you have the server version file for Powerthirst?
Found a patch for PySnip here: https://gist.github.com/iamgreaser/5545670
What a big mess the source is. I can't even tell what is needed for compilation and what isn't.
How do I use this file with my server?
If you have Git, use `git apply <patch_file>` and Git will try to make the changes, assuming that those lines haven't already changed in a more recent commit.
Re: [MOD] Powerthirst download
Posted: Mon Jun 08, 2015 6:06 pm
by LeCom
longbyte1 wrote:Lincent wrote:Do you have the server version file for Powerthirst?
Found a patch for PySnip here: https://gist.github.com/iamgreaser/5545670
What a big mess the source is. I can't even tell what is needed for compilation and what isn't.
I guess everything xd
Probably partly fucked up by the Cython usage (the .pyx, .pxd and C/C++ files).
Re: [MOD] Powerthirst download
Posted: Mon Jun 08, 2015 9:12 pm
by longbyte1
LeCom wrote:I guess everything xd
Probably partly fucked up by the Cython usage (the .pyx, .pxd and C/C++ files).
No, there's no cython in here. However MinGW is silently erroring out for no apparent reason on scriptstdstring.cpp. That's always nice.