Results 1 to 5 of 5
  1. #1
    peter7612's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    How to let Valkyrie Rocket fly in Quarantine Chaos Zombie Mod?

    I've modified the QCZM 3.2 and add Valkyrie Rocket to this mod. Valkyrie is the 3rd weapon in "exchange weapon" of human shop menu. When brought it, i can launch it, but it can't be steered. No matter what direction i tried, it never changed.

    Please help me solve the problem.
    Last edited by Insane; 01-02-2011 at 04:18 PM.

  2. #2
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    No outside links. Paste the source here.

    Ex Middleman

  3. #3
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,680
    My Mood
    Breezy
    You sure you have this line?
    Code:
    player ControlsLinkTo(valkyrie);
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  4. #4
    tjwjdqls75's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    4
    I also setup a zombie dedicated server on AlterIWnet. You probably saw that, CallUp's Zombie Dedicated Server.

    Anyway, I also put valkyrie rocket into my mod.

    You need to change "self setclientdvar" to "setDvar" if it doesn't work.

    Code:
    setDvar("missileRemoteFOV", 35);//camera fov
    setDvar("missileRemoteSpeedTargetRange", "1700 2300");//(speed, speed with boost)
    setDvar("missileRemoteSteerPitchRange", "-180 180");//steering degrees
    setDvar("missileRemoteSteerPitchRate", 200);//steering, higher = easier
    setDvar("missileRemoteSteerYawRate", 200);//steering, higher = easier
    setDvar("missileRemoteSpeedUp", 900);//speed at launch

  5. #5
    peter7612's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    I know this server! Are you the Korean guy?
    I've played your server, it's fun. Thanks for your replying. I'll try it!
    Do you have any contact information?
    I want to discuss more about Mod development with you and share my idea.

Tags for this Thread