Search:

Type: Posts; User: randall

Page 1 of 5 1 2 3 4

Search: Search took 0.00 seconds; generated 44 minute(s) ago.

  1. Replies
    17
    Views
    20,095

    There are two ways to spawn bots: 1.) Use...

    There are two ways to spawn bots:
    1.) Use script_models

    Advantage:

    It is the cheapest solution, you dont have to rent 64-slots server.

    Disadvantage:

    You have to model and precache...
  2. Replies
    21
    Views
    14,799

    After you hit the perk button, press shift+0,...

    After you hit the perk button, press shift+0, find something similar to "Response: "+response+"/nWarn: "+warn" and paste here what the game printed. Maybe you can put another iprintln before the "if"...
  3. I made a similar solution in the past. If you...

    I made a similar solution in the past. If you dont know how to start, I pasted my old code below, but dont forget: its only an example!!! Dont try to implement the script into your mod, because it is...
  4. Replies
    27
    Views
    109,440

    If you only see the original windows cursor and...

    If you only see the original windows cursor and cant control the ingame one, just alt+tab to the desktop and back to the game.
  5. Replies
    27
    Views
    109,440

    Just ignore this message, set the compatible to...

    Just ignore this message, set the compatible to XP SP2 or SP3 and the game will work.
  6. Replies
    27
    Views
    109,440

    CoD2 runs better (=r_gamma is working :D) on...

    CoD2 runs better (=r_gamma is working :D) on Win10 Pro x64 than the same edition of W8.1.
  7. Thread: CoD2 Airstrike

    by randall
    Replies
    3
    Views
    22,162

    Lol, there is my minimap :D Advice: If you use...

    Lol, there is my minimap :D

    Advice: If you use distanceSquared() instead of distance(), the script would be much faster.

    Edit: Déjá vu
  8. Replies
    6
    Views
    6,230

    Well, if there is no way to run the complete...

    Well, if there is no way to run the complete libcod on win, i have to install an ubuntu :( But first i want to make the AI, maybe a simple barrel script_model will enough for it. Thanks both of you!
  9. Replies
    6
    Views
    6,230

    Im sorry to hear that :( I want to forget the...

    Im sorry to hear that :( I want to forget the waypoint-based pathfinding and make navmesh but i cant without collision detecting. So it would be important to move the bots somehow, i dont like the...
  10. Replies
    6
    Views
    6,230

    Libcod2 Linux -> Win

    Hi guys!

    I'd like to make a botmod with high AI, but for this i need some functions such as setAnim(), setStance(), player movement, firing, etc..
    I could inject Mitch's dll and the basic...
  11. Replies
    19
    Views
    23,345

    Max array size: ~4096

    Max array size: ~4096
  12. At use_touch you can see the "Use hand" icon.

    At use_touch you can see the "Use hand" icon.
  13. Replies
    2
    Views
    4,015

    Im not sure keyboard shortcuts are enabled. Try...

    Im not sure keyboard shortcuts are enabled. Try it out!
    http://en.wikipedia.org/wiki/ASCII

    If doesnt work, then make a button for @;
  14. Replies
    25
    Views
    16,067

    You are totally unsuitable for scripting :( At...

    You are totally unsuitable for scripting :(
    At first:
    What is checklogin?
    Password contains only numbers? If no, why the hell you convert to integer the string?
    Please use that frigging...
  15. Thread: Sticky bombs

    by randall
    Replies
    4
    Views
    4,590

    At first get the grenade entity and monitor the...

    At first get the grenade entity and monitor the path with bullettrace. If the trace touches a wall, then link the grenade to the position.

    Functions what could maybe useful:...
  16. Replies
    25
    Views
    16,067

    Print the value of "self.typedvalutelogin" -.-...

    Print the value of "self.typedvalutelogin" -.- And what kind of extension .czolg? Do not try to create your own extension please. Maybe it also can be an error.
  17. Replies
    25
    Views
    16,067

    On localhost you can read files only from iwds.

    On localhost you can read files only from iwds.
  18. Replies
    5
    Views
    4,645

    Its just general math. If you know nothing about...

    Its just general math. If you know nothing about graphs or vectors, forget the botzom and make easier scripts, for example opening doors, moving plates etc.
  19. Replies
    5
    Views
    4,645

    Hi, in cod2 iwds you can find an astar.gsc...

    Hi,

    in cod2 iwds you can find an astar.gsc file, its a pathfinding algorithm. Use it for search the path between the bots and players. Write a function what searches the shortest path and get the...
  20. Replies
    1
    Views
    2,808

    http://killtube.org/showthread.php?1597-Rotation-i...

    http://killtube.org/showthread.php?1597-Rotation-issue
  21. Replies
    3
    Views
    4,383

    So you're a cod2 server xd Joking aside,...

    So you're a cod2 server xd

    Joking aside, google for "firewall flood protection". Or write an email to the attacker, DoS is illegable and you can report him.
  22. Replies
    6
    Views
    4,783

    Lame modders cant write complex scripts, so they...

    Lame modders cant write complex scripts, so they have to be achieved with these simple lines. They cant understand if they wanna an outstanding server then they have to learn more about scripting....
  23. Replies
    7
    Views
    5,516

    (Cut off the line where entTarget is declared and...

    (Cut off the line where entTarget is declared and paste out of the cycle. It's not error, only optimisation.)
  24. Replies
    5
    Views
    4,753

    I tried it, its only enable to hit the trigger by...

    I tried it, its only enable to hit the trigger by throwing the grenade in. But funny :D
  25. Replies
    5
    Views
    4,753

    I already have a server and dont want to pay for...

    I already have a server and dont want to pay for another one with libcod. :D
    The hitboxes look like:
    trigger_damage linked to a brushmodel (for collision)
    and brushmodel is linked to the bots
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4