Jump to content

Cowboy_F

Member
  • Content Count

    17
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Cowboy_F

  • Rank
    Private First Class
  1. Problem is car wheels. They dont fit in rails. Use M1A2, it works better. We need vechile with very wide wheels and no suspension.
  2. I trying it like this: rail = position this nearestobject 962253; train setpos [getpos rail select 0, getpos rail select 1, 0.05]; train setDir (getdir rail); train setVelocity [(sin (getdir rail)*70), (cos (getdir rail)*70), 0]; But I dont find how get next rail position and direction. Edit: They have change rail ID:s in 1.03. If you have 1.03 installed change object ID to 962536 if you want to see how train moving near Baloga station.
  3. Cowboy_F

    Ground object ID:s

    That display only given object ID and name. But I found it: hint format ["nearest:%1", nearestObjects [player1, [], 300]] That display all object ID:s including ambient animals.
  4. Cowboy_F

    Ground object ID:s

    Yes, but my scripts can´t read them from there.
  5. Can I see ground object (trees, rocks...) ID:s? I was searching those like this: hint format ["nearest:%1", nearestObjects [player1, ["all"], 300]] but I find only buildings and vechiles.
  6. You can edit mission.sqm. Change side="EMPTY"; to side="EAST"; but do it when mission is ready. You can´t use editor after or it change back.
  7. Cowboy_F

    Floating ships

    this attachTo [boat1, [0,10,-5]]; this setdir 180
  8. Testing with different parameters.
  9. You can make ships floatable, driveable and sinkable by attach them to fishing boat. Example fregata: " this attachTo [fishingboat1, [0,10,-5]]; this setdir 180 "
  10. Cowboy_F

    Object altitude

    SetposASL seems to workinkg. Thanks.
  11. Why I cant set object altitude accurately? Some objects can set 1m (AA pod) accurately and some 10m (M2 tripod). Example: this setpos [getpos this select 0, getpos this select 1, 13.58745]
  12. I download it here. 8h left with 1M connection.
  13. Cowboy_F

    Hacks & Cheating..

    When you are near ammotruck, you can fire ~5min non-stop. Then ammotruck is empty.
  14. Vehicles with multiple magazines gun don´t reload new magazines. Only it reloads one magazine to full. Army 4X4 M2 don´t show amount of ammo.
×