50DKP / FF2-Official

Freak Fortress 2 is a one versus all mod for Team Fortress 2. It is the successor to the Vs. Saxton Hale plugin.
https://forums.alliedmods.net/forumdisplay.php?f=154
GNU General Public License v3.0
54 stars 27 forks source link

URGENT: smac integration fix. #58

Open WildCard65 opened 10 years ago

WildCard65 commented 10 years ago

change README.MD for smac.inc: In smac.inc, if you see:

#define SMAC_VERSION    "0.8.6.0"

find:

enum DetectionType {

then add the following to the top of it(or above Detection_CvarViolation):

    Detection_CvarNotEqual,

otherwise if you see:

#define SMAC_VERSION    "0.8.5.1"

find:

enum DetectionType {

then add the following to the top of it(or above DetectionType_CvarNotEqual):

    Detection_CvarViolation,

then save smac.inc with chances Now for changes that need to be done for freak_fortress_2.sp:

if(type==Detection_CvarViolation)

to

if(type==Detection_CvarViolation || type==Detection_CvarNotEqual)
winstliu commented 10 years ago

Did you get the debug to appear?

WildCard65 commented 10 years ago

I will once a friend of mine's cousin can get a test server for me running(one I run I'm using to test my rewrite of ff2)