Open WildCard65 opened 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"
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)
Did you get the debug to appear?
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)
change README.MD for smac.inc: In smac.inc, if you see:
find:
then add the following to the top of it(or above Detection_CvarViolation):
otherwise if you see:
find:
then add the following to the top of it(or above DetectionType_CvarNotEqual):
then save smac.inc with chances Now for changes that need to be done for freak_fortress_2.sp:
to