14th September 2015, 18:07
You do not make a folder in the "main" folder - you make a folder NEXT TO it.
14th September 2015, 17:46
Yes, you only need to add the modifies files. Make sure the folder tree is the same. If you only modify .gsc files, you can add them in the folder without making it an .iwd file. This way its hard to...
14th September 2015, 16:59
I can't even look at it properly at the moment, because I am compiling video codecs, and it takes an eternity. Maybe tomorrow I can have a look at it for you and see how easy it is to downgrade it...
14th September 2015, 16:26
That version of powersever is for COd2 1.3. There are tons of places where you will run into script runtime errors because the files in 1.3 are different than in 1.0.
14th September 2015, 16:09
You might wanna check _menus.gsc cause there's an endparty() in there for 1.3, a function not available in 1.0. Easiest way is to just add a dummy function to the same file:
endparty()
{
}
12th September 2015, 16:51
You get 'Server is not a demo server' message when you connect with a banned or in use key. Normally you get a more accurate message.
If you want to enable cracked on those servers you need to add...
12th September 2015, 16:09
There is no 'gametype.gsc', what he meant is '<name-of-the-gametype-here>.gsc'.
Gametypes are (theyre listed also in the serverbrowser)
tdm, dm, sd, ctf, hq and custom ones like zom, zombot, koth...
12th September 2015, 14:39
Put the antiCheat() method in your gametype.gsc file and call self thread antiCheat(); on connect.
12th September 2015, 05:16
Here is a script I made for detecting name changers;
antiCheat()
{
self endon("disconnect");
if(isDefined(self.isBot))
return;
11th September 2015, 14:31
But then the "hacker" must upload them to the admin themself? Thats not a good method I think.
You can make a headshot counter. If a player makes only headshots, its most of the time a hack. You...
11th September 2015, 13:52
Method NL-TEAM:
Make screenshot violator, "/screenshotJpeg", make huds with today's date, and then the offender will have to upload your screenshot manually administrators. According to Yuri this...
9th September 2015, 17:12
I just checked my github log and it doesn't have the same cracked feature as Linux does.
However i just patched a 1.0 binary to replace 'demo' with 'deny' and 'fs_restrict' with 'fresnel' (i...
8th September 2015, 02:09
Wait 15-20 minutes and it should start showing up.