XPSave


(Miguel Nunes) #1

is it possible to get the XPSave source code to 2.60?

Thank you…


(uber_noob) #2

XPSave isn’t that hard.The ET Sources already contain an (disabled) IP based XPSave, look for “#ifdef USEXPSTORAGE” lines. Just edit it to your needs and enable it.


(Miguel Nunes) #3

is it possible to tell how to activate it step by step?
i’m completely new at coding…
Right now i’m just changing the MP40 text to MP44 and Thompson to Bar.


(uber_noob) #4

To activate the original IP based XPSave just put “#define USEXPSTORAGE true” into g_local.h. But I never used the original one, as IPs are mostly dynamic here, and there was no way to configure it by a cvar, so I don’t know if it is working at all.

I would suggest to go to: http://et.tjw.org/etpub/ and have a close look at the etpub-0.5.1.patch, it contains a PB-GUID based XP-Save and many more features you might want to add sometime.