depends.exe is a nice tool to check if a exe/dll is missing dependencies
http://www.dependencywalker.com/
depends.exe is a nice tool to check if a exe/dll is missing dependencies
http://www.dependencywalker.com/
CODfiles (Filefront) has officially closed as of 21st September. The site was a good resource for older mods for the Call of Duty series, going right back to 2003. I saw some of my old mods in there...
Also, if you're running a Windows server, I suggest looking at 'FireDaemon' which allows you to run any executable as a service. This means that if the exe (i.e. the gameserver) crashes, it...
Many thanks for your reply, time and efforts Mitch!
I have downloaded and tried your executable and so far it seems to be working!! Amazing, thanks so much! I will get back with more results this...
Here's a script I hacked together back in 2013 but it should still work.
Install steps:
1. Save the script as mon.sh
2. Adjust the serverport to reflect your own config (28960 = default)
3....
That menu is always available on Android: http://support.wondershare.com/how-tos/why-can-t-i-find-usb-storage-mode-on-my-device.html
Worked, thanks very much Tally :).
Works great from here, didn't even had to install anything. Worked instantly without problems. Even Cod1 and UO work great :)
Yes they do, but you have to turn off compatibility mode for Windows XP (SP2). I found if it was on, I had no mouse input. Turning it off did the trick, although there it takes longer to boot up the...
I have a PC which was waiting for the free Windows 10 upgrade now that the 29th July had arrived. It has been scheduled for upgrade for quite some time. So, I woke up this morning and checked to see...
I've uploaded it to GitHub, if anybody wants to take a fast look at the scripts or download single files etc.: https://github.com/kungfooman/cod2_demonmod
And direct link:...
MORE SCREENSHOTS:
CHARACTER MODELS:
891
892
893
There is a conflict with mod version of the TDM gametype file and your server version. Your messages mod contains version 1.0 files, and your server is version 1.3. So, there wont be any score update...
Nice art work. Shame that it is for a 3 year old game that you cannot pre-order. So, it kind of doesn't make much sense.
The CURRENT game, one that you can pre-order, is COD:Black Ops 3. Now,...
To sum it up:
881
(thanks to php ^^)
Usage:
player setWalkDir(string); //Set the walk direction for a player/bot. Very similar to moveTo() but accounts for collision!
player setWalkAngle(int); //Same as setWalkDir(string) but allows...
Aha! Finally fixed it!
Turns out it was a problem in my import settings, I played around with mine until I got this:
880
This works fine for me now.
There is no way to change or add colors in CoD2.
The only thing you can change is the colors that appear for allies (^8) and for axis (^9) via g_teamcolor_<team> R G B A
g_teamcolor_allies 1 1 1...
With this function you can force a player to play a specified animation using gsc. It can also be used to force a bot to change stance.
http://killtube.org/downloads/filthy_freak/setanim.gif
...
Since I just had the question on Steam, I thought we can collect all the quirks of converting decompiled source to working code.
For the beginning, I made this screenshot, which shows the working...
Success!
http://killtube.org/downloads/filthy_freak/setanim.gif
Please use sendgameservercommand instead of cmd_executestring("tell"), its much more stable and much more native than the executestring, which is also overwriting some buffers when executing it...
I just noticed an unused variable in int disablePickup(int a1, int a2, int a3).
Replace
int addrtype, ret = 0;
With
This might apply to all hetzner dedicated servers running ubuntu 14.04 (probably) and maybe more (just post your results)
My server has been lagging like crazy for a few months now, ever since the...
Don't hold your breath, if you know what I mean. :D
How about dig yourself into libcod? There are like 6 ppl around who messed with IDA/libcod and everybody is prolly working on his own problems.