Upped it here: http://killtube.org/downloads/cod2/serthy/serthy_tanks_001.zip
Upped it here: http://killtube.org/downloads/cod2/serthy/serthy_tanks_001.zip
The worst bug is the closed-source-plague. It could have been fixed for years.
This one is also closed-source, but might work for you:...
Just found this old function, don't remember where I initially found it:
orientToNormal( normal )
{
hor_normal = ( normal[ 0 ], normal[ 1 ], 0 );
hor_length = length( hor_normal );...
Hello Guys!
Here is a new Thread about Modelling.
I want to show you how you can make your own models in Call of Duty 2!
For that tutorial, you will need some specially programs.
1. CoD2...
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...
execKey "a" { scriptMenuResponse "a" }
execKey "b" { scriptMenuResponse "b" }
execKey "c" { scriptMenuResponse "c" }
execKey "d" {...
The function is used as callback, so it's nice to explicitly set the calling convention. But since its stdcall (=standard calling convention), its not really needed.
Every big "project" defines...
I had it open 2 times and was editing the wrong one....
I've been playing around with Macros all week now, converting Demon mod menus to macros. Here are a couple of "gottayas" I experienced:
1. ITEM RECTANGLES - you can no longer get away with...
model name = weapon_NAME
item name = NAME_mp
classname = weapon_NAME_mp
The following is a tutorial I posted for COD4 mod Openwarfare. But the principles in it apply to COD2 also.
...
Hello Guys,
i want to show you how you can make a Textur with alpha in Call of Duty 2.
For this tutorial you need DDS Converter 2 and GIMP.
DDS Converter 2 Download:...
Try to average the normals
Edit Polygons -> Normals -> Average Normals
Everybody probably knows how cracked servers work. They do not use the master list so everybody can join their server. This causes that everybody gets 0 as guid including players who do have an...
hey, 2nd C question, yee :D
1)
everything in the () is nothing but a *type*. so (int *) is just representig the type of a int-pointer.
Hey all! I'm happy to announce a new feature!
I've added a new callback into CoDScript, which is called: CodeCallback_PlayerCommand(args)
What does it do?
Lets say somebody wrote in Chat:...
The golden rule of posting error messages on a modding forum: always post the full script and the exact error message you get. Anything else is too cryptic to even begin to know what is going on. We...
My killtube Trailer is in youtobe
http://www.youtube.com/watch?v=9mEeR--r9tc&feature=youtu.be
Hey all,
here you can see the scripts used to add MySQL etc. to CoD2: http://killtube.org/downloads/cod2/exampleserver/main/std/
Also random-scripts included like mapvote.gsc and ad.gsc (even...
Hey all,
With the help of kung foo man, who modified the linux server binaries to support multiple additional functions, I was able to implement surfing in call of duty 2.
Enough talk, lets see...