Wow! I haven't seen this version of my sprint mod for about 10 years. I think I made this version for the "Battle for Europe" online game site in 2006 or maybe 2007. I can't remember, it was that...
Wow! I haven't seen this version of my sprint mod for about 10 years. I think I made this version for the "Battle for Europe" online game site in 2006 or maybe 2007. I can't remember, it was that...
Hello Killtube. You could see the old thread with documentation, but it's too old. Some functions no longer exist, some of them changed their name and also a lot of new. But there is a Git repo, so I...
Nevermind, fixed it =)
Here are the correct asset manager settings;
http://killtube.org/downloads/filthy_freak/4.png
Requested by IzNoGoD
left CoD2 1.0 out as it's easy to get the offsets if you compare them with the other cod2 patches.
(If you're gonna rip code, please leave a thanks/credit)
...
Requested by IzNoGoD
void PlayerCmd_IsMantling(int self) {
/*
mantling m8 a1=fff9d750, a2=fff9d500, *(int*)a1 = 8705480
Yeah, got a nice mod.
I hid it somewhere, now it's up to you to seek it.
Just check out http://www.origin.com and grab your free copy to play!
Maybe we can start a KillTube Group on there!?
+1 from me for that
steam/origin: the_serth
Cheers
Then just do it!
...
Well, if its not in motion then there will probably no collision...
Okay... CoD2 is a 9 year old game and since the first days there are quadrillions of public...
Good for you! So what? Why mention it? If it is giving you errors, please state the nature of the medical emergency.
You can easily tell where the code is from, just join `nL.Zombies* server, and by the way, do any of you think someone who asks such a basic questions like Here and here, could possibly make a script...
The source code has got two problems.
jsonrpc/include/jsonrpc.h: Change line 16 to:
#include "../../json/src/json_object_private.h"
(now it doesn't use kung's home directory)
In...
The actual source code (you don't need this, if you don't want to learn/add functions):
http://dbg.killtube.org/libcod_src/
The binaries with the memory shell (cod2 memory displayed in web...
The following is a tutorial I posted for COD4 mod Openwarfare. But the principles in it apply to COD2 also.
...
This should go to almost every beginner:
when you want to start modding or anything like that, please, do a quick search on google before!
there you will find ALOT of tutorials referring to the...
Log files have nothing to do with B3. You need to add settings to your server config file:
set g_logsync "2" // 0 = no log, 1 = buffered, 2 = continuous, 3 = append
set g_log...
Just to express that in code. :D
From:
self thread files\_propertiesguid::load(guid); // Load self.oldweapon
To:
self files\_propertiesguid::load(guid); // Load self.oldweapon
There is no "SORT BY" in MySQL, instead use "ORDER BY".
Also give the subtable a name with "AS":