Jump to content

Sapphirewolf

Member
  • Content Count

    10
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Sapphirewolf

  • Rank
    Private
  1. As the topic title says: is it possible to provide the ammo for a M2 or any other static weapon out of a soldiers inventory? i'm trying to make a deployable / carriable static gun which is supplied with ammo from a soldier. the whole idea is to avoid using a script with ammo values for the weapon. and afaik the ammo of the weapon would be filled up again if it's created with createVehicle. and with a scriptbased ammo value the rearming would be a bit complicated (atleast i think so)
  2. Sapphirewolf

    drop pod problem

    you are genious!!! finaly it works! and as you said: no lags!
  3. Sapphirewolf

    drop pod problem

    the different heights of the first pod and the others is just for testing purpose. there is also just one seat in a pod. and the pods won't get dammaged due to the crash. and even if... i don't know why but the passanger isn't harmed even if the pod explodes... but back to topic: i already thought about a height check but 1. i'm not sure how to make one and 2. afaik i would have to write a second script and let EVERY pod/soldier execute it separately to continue the spawning fluently. so the worst case would be 11 height-check scripts running simultaneously. and since my PC isn't that good i'm afraid of having the framerate dropping even faster as the pods would fall...
  4. Sapphirewolf

    drop pod problem

    no, it doesn't work... but thanks for trying. anyway i had a mistake in the script because i changed it a bit for testing purpose... so i forgot to add the unassignvehicle to the other spawns. this is the correcte4d script with the addition of trappers end-goto. but i cannot believe that noone else knows how to fix it... this is just a chopper, spawned with createVehicle which is supposed to land and to disembark its crew. if they join the players grop just after spawning or after getting out does not really matter...
  5. i want to use the drop pods from the terran infantry mod as a substitude for parachutes. i found a script somewhere on this forum and changed it to spawn support at radio command. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">? ParaInProgress : exit ParaInProgress = true _i = Count Units Group Player _grp = Group Player ? _i > 11 : ParaInProgress = false; exit _x = (getPos Player select 0) - 50 + Random 100 _y = (getPos Player select 1) - 50 + Random 100 _z = 200 _unit = "TerSolM" xName = _i + 1; POD = "terran_podb" CreateVehicle [_x,_y,_z] xName = _unit CreateUnit [[_x,_y,_z], _grp, "this moveInDriver POD", Random 1, "PRIVATE"] POD setPos [_x,_y,200] ~.5 _pilot = driver POD [_pilot] ordergetin false unassignvehicle _pilot _i = _i + 1 #drop ? _i > 11 : ParaInProgress = false; exit _x = (getPos Player select 0) - 50 + Random 100 _y = (getPos Player select 1) - 50 + Random 100 _z = 200 _Ax = 1+ random 6 _unit = _unitArray select _Ax _unitArray = ["TerSolR","TerSolM","TerSolRocket","TerSolRocket2","TerSolGL","TerSolAT", "TerSolMGSN"] POD = "terran_podb" CreateVehicle [_x,_y,_z] _unit CreateUnit [[_x,_y,_z], _grp, "this moveInDriver POD", Random 1, "PRIVATE"] POD setPos [_x,_y,1500] ~.5 _i = _i + 1 goto "drop" the problem is that i want them to leave the pods after landing (they're actually helicopters w/o any fuel) without giving the order to do so. can anyone help? EDIT: maybe i should say that those pods drop from a height of about 1500 (even if placed in the editor and set to fly). due to the lack of fuel and the design for its purpose they fall straight to the ground. my problem is to check if the pods have reached the ground to disembark the soldiers atomatically
  6. Sapphirewolf

    Musical instruments

    <s>and again i have to reanimate a dead thread, sry... does anyone still have this addon? and if: could this someone pls reup it?</s> forget it... the file on ofp.gamepark.cz is not broken... the ftp just doesn't like me and i had to DL it 6 times to get a working zip... for those interested: http://ofp.gamepark.cz/index.php?showthis=9401 still aviable. sry again for the resurrection. *burries this threat again*
  7. Sapphirewolf

    Looking for the power armor some made

    could someone pleas reup the "matrix"-one? (filename on dead rapidshare-link: pcapu.rar)
  8. Sapphirewolf

    Little request

    Thank you verry much
  9. Sapphirewolf

    Little request

    could someone kindly reupload the Powered Suit addon?
×