No, it's in COD2 for sure but it must be Single Player only.
No, it's in COD2 for sure but it must be Single Player only.
Well, you should normalize the angles as well:
angles = VectorToAngles( vectorNormalize( end - start ) );
GetStance() for normal COD2:
GetStance()
{
trace = bulletTrace( self.origin, self.origin + ( 0, 0, 80 ), false, undefined );
top = trace["position"] + ( 0, 0, -1); //find the ceiling, if...
If your LAN port on your motherboard is indeed fucked, just buy a LAN expansion card and put it in a spare PCI slot in your desktop. I had this problem once, and that's what I did. Cost about $10 for...
Well done! Now you know how it feels when you solve a difficult problem all by yourself. It's that feeling which makes me mod. There is nothing quite like it!
I'm closing this thread because it seems we have a new spammer here.
//closed
Racist language such as "nigger" or niggaz" is strictly forbidden. Please do not post such things again.
I've PMed tito to come here instead. Let's see if he does it
Go to this forum:
http://openwarfaremod.com/owforum/index.php
Personal Message a guy named Tito - tell him I sent you. He is an expert exporter. Perhaps the best in the community. He will...
Surely, usebones should be set to "yes".
Activision Support Answer to that error:
http://support.activision.com/articles/en_US/FAQ/Error-during-initilaization-couldnt-load-defaultcfg-Make-sure-Call-of-Duty-is-run-from-the-correct-folder
FYI for those others who know a bit about PC maintenance and shit, if you find you can't install COD2 on Windows 7 64 bit or Windows 8, download these .dll files:
msvcp71.dll
mfc71.dll...
I was going to tell you to download some .dll files that are needed to run legacy code like COD2, but if you don't even know how to update Windows, I think it would all be too much for you. So, let's...
What version of Windows are you running? Is it completely up to date?
Yep, it's possible. Many many people have done it. Post your rankTable.csv file
Edit - did you actually mean:
stringtable,ranktable
? Because it should be:
I'm not going to give you a tutorial on waypoint methods, but I will simply define the difference between the 2 - Pezbot uses Astar; meatbot does not. Astar is the best-established algorithm for the...
I am currently porting Pezbot to COD2 and COD1. It is different from Meatbot because of the waypoint handling and general coding.
unclip()
{
self endon("disconnect");
self endon("killed_player");
self.obj = spawn("script_origin",self.origin, 1);
self.obj.angles = self.angles;
self...
As Izno rightly points out - once the server is compiled, you cannot change the number of maxclients without restarting the server over again. It is not a dynamic dvar.
When you start a server,...
While we are on the subject of reinstalls, I will point out this excellent site:
http://www.win7productkeys.org/
I have used that site many times, and I will vouch for its genuineness. It is...
1. your game profile file will only load/save stock dvars. You cannot use it to store custom dvars. The only way to do that is to use the mpdata file and store your dvar settings there by using the...
Those values don't match: you are getting a stat for dvarInt( mc_tokens) + 3175; but you are trying to set the stat number 3175 when a dvar (mc_tokens) has a string value. In other words - mc_tokens...
I googled the problem and got this:
http://ubuntuforums.org/showthread.php?t=2071988
Follow post #3 - run in debugging mode and when you get the error again, backtrace to find the error.
...
I'm going to do this quick because I am busy right now:
You need a program named "Lemon" from Tom BMX. But he wont let you download it unless you join his forum, so go here:
...
The custom map is too big. try another one.