Results 1 to 6 of 6

Thread: Setup std files

  1. #1
    Private First Class
    Join Date
    Mar 2016
    Posts
    134
    Thanks
    48
    Thanked 11 Times in 10 Posts

    Setup std files

    I need help .. i don't know how to setup std files and make them works ://///

  2. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    What do you need the std files for?

    I basically just needed them, because the beginning of libcod was a dirty closer() function hack overwrite, but with time I added some other stuff: https://github.com/kungfooman/cod2_std

    You can just download them as .zip and put the /std/ folder into your fs_game

    Then you can call the code like:

    PHP Code:
    std\math::vectorScale(traceDir, -25
    timescale 0.01

  3. The Following 2 Users Say Thank You to kung foo man For This Useful Post:

    kubislav23 (18th April 2016),suck000 (18th April 2016)

  4. #3
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    You dont need them at all right? They are build in now? (correct me if im wrong)
    See script reference: https://znation.nl/cod4script/

  5. #4
    Private First Class
    Join Date
    Mar 2016
    Posts
    134
    Thanks
    48
    Thanked 11 Times in 10 Posts
    kung where to add the call code ?

  6. #5
    Private First Class
    Join Date
    Mar 2016
    Posts
    134
    Thanks
    48
    Thanked 11 Times in 10 Posts
    Please ? xD

  7. #6
    Brigadier General
    Join Date
    Dec 2012
    Posts
    1,012
    Thanks
    440
    Thanked 171 Times in 132 Posts
    F*cking hell ... Dont spam every 30 minutes and use the search button.
    also, FUCKING READ

    Quote Originally Posted by kung foo man View Post
    You can just download them as .zip and put the /std/ folder into your fs_game
    Then you can call the code like:

    PHP Code:
    std\math::vectorScale(traceDir, -25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •