Jump to content

2ndBattalionBard

Member
  • Content Count

    22
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About 2ndBattalionBard

  • Rank
    Private First Class
  1. 2ndBattalionBard

    Car crashing into bus

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ;crash.sqs _car = _this select 0 _bus = _this select 1 _speedms = (speed _car) / 3.6 #check _posc = getPos _car _posb = getPos _bus _dir = ((_posb select 0)-(_posc select 0)) atan2 ((_posb select 1)-(_posc select 1)) _car setDir _dir _car setVelocity [sin(_dir)*_speedms,cos(_dir)*_speedms, -1] ~0.005 ?(_car distance _bus > 1): goto "check" Exit Should I just copy and paste that into teh same mission folder?
  2. 2ndBattalionBard

    Car crashing into bus

    Ok, well if this helps, the scene goes like this: The car is going down the street very fast and hits a bus that pulls out in front of it (this part is done from the driver's prespective, so I control this crash). The the camera goes to the other side of the bus (the left side, the car hits the right side) and shows the resulting destruction from that angle while the pursuing cars swerve around the wreck.
  3. 2ndBattalionBard

    Car crashing into bus

    The trigger is now working, but there seems to be something wrong with the trigger. Though the car is hitting the bus without stopping, it still sinks into the ground when the trigger activates, so it just sort of slides under the bus and explodes, which isn't the effect I want. I find it odd that something so simple is so difficult to do...
  4. 2ndBattalionBard

    Car crashing into bus

    Ok, apparently the script is at lest having some effect, because now the car is getting its wheels stuck in the ground...
  5. 2ndBattalionBard

    Car crashing into bus

    Ok, now I'm confused again... do I put both the script and the [car, bus]exec "crash.sqs" thing into the initialization bar of the car, the bus, or in a trigger?
  6. 2ndBattalionBard

    Car crashing into bus

    Thank you verrrry much, I'm so used to the two-click copy and paste... EDIT: Ok, I put the whole thing in, but when I finish it says "Unknown Operator"... what am I doing wrong now?
  7. 2ndBattalionBard

    Car crashing into bus

    Is there any way to pimort that script without having to remember the whole thing? I'm still pretty new to this, and I tried writing it all down, but it still didn't work. The other trigger script didn't work either. I need HELP!!
  8. 2ndBattalionBard

    Car crashing into bus

    Sooo... is this a trigger or.... what should I put this into?
  9. 2ndBattalionBard

    Car crashing into bus

    Rounding the corner at 80 miles per hour, the sports car barrels down the city street narrowly missing bystandards and traffic. Suddenly, a loaded bus pulls out in front of him and WHAM! Smoke and debris flying in every direction, the car flipping end over end, the bus rolls over.... This is the kind of scene I was hoping to make, and its what I get when I'm the driver. However, when I leave it up to a computer driver in order to operate a camera (I just set a waypoint through the bus and set speed for full, which I know isn't enough) he successfully bypasses the bus, or at least slows down enough to keep anything from happening outside of a few blown tires. How can I make the driver take his own personal safety out of the equation so he'll fly into the bus and make the awsome crash sequence I'm looking for?
  10. 2ndBattalionBard

    Cameras?

    Ok, when I put that script into the soldier's "initialization" box, it says "unknown camera operator".
  11. 2ndBattalionBard

    Cameras?

    hope that will help, Thanks  . Does this also apply to OFP?
  12. 2ndBattalionBard

    Cameras?

    I noticed that there are cameras that can be used to focus in on a particular unit, such as rotating around a unit. Is there a way to position any kind of in game camera to catch a certian (stationary) angle?
  13. 2ndBattalionBard

    Prblem with DXDLL

    Thanks, could you link it? I'm having trouble finding it with Google...
  14. 2ndBattalionBard

    Shooting in FFUR 2007

    I never really noticed any difference, but its still better than just about any other FPS out there
  15. 2ndBattalionBard

    US soldier replacers

    I'm using FFUR 2007 and the unit models are great, but I dislike the color of the U.S. uniforms. What good packs are there of similar quality with woodland camo (or both)?
×