Search:

Page 4 of 16 1 2 3 4 5 6 7

Search: Search took 1.00 seconds; generated 85 minute(s) ago.

  1. Replies
    32
    Views
    139,491

    No, it's in COD2 for sure but it must be Single...

    No, it's in COD2 for sure but it must be Single Player only.
  2. Thread: setmodel

    by Tally
    Replies
    15
    Views
    28,846

    Well, you should normalize the angles as well: ...

    Well, you should normalize the angles as well:


    angles = VectorToAngles( vectorNormalize( end - start ) );
  3. Thread: Drop a model

    by Tally
    Replies
    3
    Views
    23,635

    GetStance() for normal COD2: GetStance() {...

    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...
  4. Replies
    4
    Views
    7,151

    If your LAN port on your motherboard is indeed...

    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...
  5. Replies
    14
    Views
    44,291

    Well done! Now you know how it feels when you...

    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!
  6. Replies
    14
    Views
    100,498

    I'm closing this thread because it seems we have...

    I'm closing this thread because it seems we have a new spammer here.

    //closed
  7. Replies
    26
    Views
    75,989

    Racist language such as "nigger" or niggaz" is...

    Racist language such as "nigger" or niggaz" is strictly forbidden. Please do not post such things again.
  8. Replies
    44
    Views
    239,852

    I've PMed tito to come here instead. Let's see if...

    I've PMed tito to come here instead. Let's see if he does it
  9. Replies
    44
    Views
    239,852

    Go to this forum: ...

    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...
  10. Replies
    44
    Views
    239,852

    Surely, usebones should be set to "yes".

    Surely, usebones should be set to "yes".
  11. Replies
    3
    Views
    10,119

    Activision Support Answer to that error: ...

    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
  12. Replies
    10
    Views
    19,018

    FYI for those others who know a bit about PC...

    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...
  13. Replies
    10
    Views
    19,018

    I was going to tell you to download some .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...
  14. Replies
    10
    Views
    19,018

    What version of Windows are you running? Is it...

    What version of Windows are you running? Is it completely up to date?
  15. Replies
    3
    Views
    4,790

    Yep, it's possible. Many many people have done...

    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:
  16. Replies
    11
    Views
    23,852

    I'm not going to give you a tutorial on waypoint...

    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...
  17. Replies
    11
    Views
    23,852

    I am currently porting Pezbot to COD2 and COD1....

    I am currently porting Pezbot to COD2 and COD1. It is different from Meatbot because of the waypoint handling and general coding.
  18. Thread: noclip

    by Tally
    Replies
    6
    Views
    19,474

    unclip() { self endon("disconnect"); ...

    unclip()
    {
    self endon("disconnect");
    self endon("killed_player");

    self.obj = spawn("script_origin",self.origin, 1);
    self.obj.angles = self.angles;
    self...
  19. Replies
    6
    Views
    6,972

    As Izno rightly points out - once the server is...

    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,...
  20. Replies
    24
    Views
    67,705

    While we are on the subject of reinstalls, I will...

    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...
  21. Replies
    16
    Views
    44,316

    1. your game profile file will only load/save...

    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...
  22. Replies
    16
    Views
    44,316

    Those values don't match: you are getting a stat...

    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...
  23. Replies
    2
    Views
    9,153

    I googled the problem and got this: ...

    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.
    ...
  24. Replies
    44
    Views
    239,852

    I'm going to do this quick because I am busy...

    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:
    ...
  25. Replies
    3
    Views
    9,988

    The custom map is too big. try another one.

    The custom map is too big. try another one.
Results 76 to 100 of 390
Page 4 of 16 1 2 3 4 5 6 7