Jump to content
Spartans Home

{CtC}+Doc+

5-Spartiates
  • Posts

    25
  • Joined

  • Last visited

Posts posted by {CtC}+Doc+

  1. Hello gents...

     

    Long time no see... Been playing a bit of BFBC2 and having a good time at it. I thought Id log on your forums and see what is what and it appears you guys are playing the same... Possibly I will log on TS and play a few rounds with ya..

     

    MW2 was a big disappointment and even more so with their new "stimulus package" what a joke. Hackers everywhere and no way to kick, ban, or control them. We were actually going to try to ladder that but after a couple months and the lack of any type of support from IW... BLEH... I'll stick to BFBC2 for a while...

     

    Not much is new with me just looking for the next game and I think I found it.

     

    Its called APB and EA is working on it. Not sure if you heard of it but from what I saw it appears its running on the BF type engine. Kind of a MMO really, but without the pay as you play charge. My suggestion is to go take a peek for yourself and see what you think. Kinda hard to explain it all...

     

    APB.com

     

    Hope to see you soon..

     

    Doc

     

     

     

     

  2. Hello this is the code for a helicopter insertion:

     

    function onMissionStart()

    OFP:setVehicleMountableStatus("seahawk",1)

    OFP:isAllMounted("Echelon", true)

    OFP:move("pilot", "waypointp", "ADDTOFRONT")

    end

    function onArriveAtWaypoint_seahawk_waypointI2(entityName, waypointName)

    OFP:land("seahawk", "ADDTOFRONT")

    end

    function onLand_seahawk(helicopterName)

    OFP:dismountVehicle("weng", "OVERRIDE")---this is your other teammates

    OFP:dismountVehicle("verwayne", "OVERRIDE")--this is your other teammates

    end

    function onDismount_seahawk_player1_Player(vehicleName, UnitName, echelonName)

    OFP:isAllMounted("Echelon", false)

    OFP:addTimer("timer1", 5000)

    end

     

    function onTimer_timer1(name)

    OFP:move("pilot", "waypointI3p", "ADDTOFRONT")

    OFP:removeTimer("timer1")

    end

     

    Create a chopper, add pilot, gunner etc... name it "seahawk"

    Create an echelon for your chopper = Echelon

    create your team name your team Player

    Your player = player1

     

    Create a series of waypoints make sure to add chopper height for how high you want the chopper to fly.

     

    Say at waypointI2 you want the chopper to land. This is your final waypoint in this series.

     

    Create a new series of waypoints for your chopper to take off and go to. this is waypointI3p. (the p after waypointI3 indicates a path or more than one waypoint)

     

    done..

     

    Hope this helps...

     

    Doc

  3. I have been using a Thrustmaster Tactical board for years. Its has mutilple and i mean mutiple buttons that are fully programable and not to mention a movable thumb that can slide to adjust to your hand. I have rather large hands which makes this a lot more easy to use and enjoyable for FPS.

     

    Review of the board..

     

    http://www.lanparty.com/articles/tacticalboard/

     

    Its been around for ages and I'm not even sure of Thrustmaster even makes them anymore. But I swear by it. Its takes a bit to get used to and setting up new games is always a challenge as far as what buttons i want where but when this one breaks its going to be very hard to replace with like a N50. There just is not enough buttons on that thing.

×
×
  • Create New...