Results 1 to 8 of 8

Thread: Demonstration of K~Portal

  1. #1
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts

    Demonstration of K~Portal

    Here's my demonstration video of K~Portal



    Please watch the video before going first time to K~Portal, so you will know what to do

    Mod by: Kung Foo Man

    Watch straight from YouTube for HD 720p quality

    Thanks for watching

    ~EvoloZz
    Last edited by EvoloZz; 6th November 2012 at 18:30.

  2. The Following 7 Users Say Thank You to EvoloZz For This Useful Post:

    2ReaL (11th November 2012),Kangaroo (6th November 2012),kung foo man (6th November 2012),matkach (7th November 2012),Puhve (7th November 2012),STAUFFi (18th November 2012),XLxp|HUNT3R|HD (7th November 2012)

  3. #2
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    So nice the video, thanks

    Stickied also!
    timescale 0.01

  4. The Following User Says Thank You to kung foo man For This Useful Post:

    EvoloZz (6th November 2012)

  5. #3
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    That's quite clever. Well done!

    What does that use? GetEye() to place the portals where you look?

  6. #4
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Ty

    Yep, function is like:

    Code:
    lookAt(toIgnore)
    {
        player = self;
    
        originStart = player getEye() + (0,0,25);
        angles = player getPlayerAngles();
        forward = anglesToForward(angles);
    
        originEnd = originStart + std\math::vectorScale(forward, 1000000);
    
        trace = bullettrace(originStart, originEnd, false, toIgnore);
    
        if (trace["fraction"] == 1)
            return undefined;
    
        return trace;
    }
    timescale 0.01

  7. #5
    Private
    Join Date
    Oct 2012
    Location
    Netherlend
    Posts
    62
    Thanks
    36
    Thanked 35 Times in 26 Posts
    nice! i thanked

  8. #6
    Private Puhve's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    75
    Thanks
    48
    Thanked 55 Times in 38 Posts
    Good job!
    "Experience is the teacher of all things"
    -Julius Caesar

  9. The Following User Says Thank You to Puhve For This Useful Post:

    EvoloZz (7th November 2012)

  10. #7
    Private
    Join Date
    Nov 2012
    Location
    Turkey
    Posts
    44
    Thanks
    77
    Thanked 24 Times in 16 Posts
    I wasnt tryed that mod. Is it good?

  11. #8
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,010
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Just check it out: /connect 62.75.146.80:20000

    1.2
    timescale 0.01

  12. The Following User Says Thank You to kung foo man For This Useful Post:

    2ReaL (13th November 2012)

Posting Permissions

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