Jump to content

Drakkhen

Member
  • Content Count

    85
  • Joined

  • Last visited

  • Medals

Everything posted by Drakkhen

  1. Drakkhen

    Getting vehicles data

    Ah??? Got the Bronco too but on the version I have, only the HUD lines gyro seems to work. I haven't seen the dash one turning. Ok for the burner. But it will remain difficult to make scripts using RPM (overheat etc) except if I copy the FDF_Mig21 system where you have an action to switch AB on/off. I'll feedback this thread if I ever find something with the gyro. Fly-Bye!
  2. Hi, does anyone know if there is a way to get RPM value, control X/Y, etc...? The reason of this is that we have an RPM hand on the instruments, I guess it relies on an RPM value somewhere in the PC memory, but while there is two commands to get the bearing of a vehicle (getdir, direction), there's no one to get the RPM value. So are these invisible data: - Sight (direction but in 3D vector) - Absolute Z (visible in baro alt) - Fuel level - Fwb/Bckwd control pos (somthin'like -1.0 to 1.0 value) Since I currently work on a plane, does someone know if there is a way to have (like on choppers) TWO gyros? Thanx alot for any clue.
  3. Drakkhen

    Getting vehicles data

    Needed it for AB, overheating and outakes configuration routines, also to make my airbrakes script work more precisely. You think you have the solution? Yep... got quite that trick already, "quite" because mine use more CPU (I didn't simply substract), but I wondered if there was another lighter way (a function name or a global variable) since they have one to make the altitude indicator work. Got that one too... and you're right again, "not perfect but works". I tried to take account of (velocity _this select 2) to avoid animating the brakes while I climb or retrieve them while I dive but even with that... it's pretty messy, mostly when the plane tight-turns."gyro" is the artificial horizon. In choppers we can have two but in planes, it seems we are limited to ONE. I tried to derivate the class, simply add a "2" behind "horizont" and its "osa" but nothing seems to work. Thanks anyway for the "absolute altitude" tip... faster and lighter than the previous I did.
  4. Drakkhen

    Double chopper guns.

    Why not just say we want to be able to put as many turrets, guns, missiles we want on planes, cars, boats and not only choppers... every vehicles. "who can do the most, can do the less". Just allow to do the most...
  5. Drakkhen

    Getting vehicles data

    No one has any clue about all this? - rpm - absolute Z - controls - gyros - how to put other weapons on vehicles (grenade launcher, etc... on planes, helos, boats)... Where could I find an answer... at least?
  6. Drakkhen

    Getting vehicles data

    Thought being able to get a value proportional to the RPM, catching the current fuel amount and computing the difference every 0.3s but while I can precisely set the RPM with the joy throttle, the fuel consumption only returns 2 values (X depending on sampling frequency-burning fuel OR 0-idle). I wonder if it's simply possible.
  7. Drakkhen

    Getting vehicles data

    Great idea but the animationphase constantly returns 0. Are you sure of the animation name or that it's really an animation? Drop's fine for creating a custom oriented object (set it), but how could you get the 3Dsight axis of an already existing object? Yeah... absolute height... is there a function for this? (this getpos select 2 returning the relative height) Ok... mistaken by the "fuel" eventhandler. I meant that when you pull the [down arrow] key... it's a negative acceleration (not like the joy throttle set to the min). It makes A-10's/Su25's airbrakes deploy. I would like to get this event. I guess that if your animation phase trick works, I could get it (if I manage to find the correct aileron animation name ;)). Multi props, yes... two altimeters, yes... but not with gyros in planes. And I've never seen two of them working in any plane mod.
  8. Drakkhen

    Feigning death script

    It has become systematic in every MP game allowing this trick. Beside... since it's not irrealistic, and turns players into paranoid shooters, it should be great to see it back. Hemmmm... anyway, MP dead bodies don't disappear? Because if they do, the trick will be quickly discovered.
  9. Drakkhen

    Skinning feature

    Hi, I noticed that most of the mods that proposed different skins for a vehicle had to provide a P3D per skin (while the same P3D allowed many WeaponConfigs). Viewing the DammageHalf and DammageFull way of working, I was wondering why there couldn't be a DammageNone cluster where we could set the skin for a model without multiplying P3Ds!?!? If somebody found a way to make it in OFP... I apologise. Otherwise, it could be a great option for the second opus of this symphony.
  10. Drakkhen

    Lighting ambiance

    Hi, one of the main lacks in the game, to me, was the fact that a night mission was always an NV mission. Whatever the cloud cover was, the ground was simply full dark and without NVs, there was no way to play it. I really would love Full Moon lighting on plains play a real role. There's currently no difference between a NewMoon and a FullMoon night. It should have more importance since infiltration/sabotage missions often rely on that. Here would be the difference: OFP1 and how it would be great to be in OFP2 My second point would be a simple correction about the direction of lighting on ground surface. In OFP you can notice (pic below) that the sun is to the right and according to the relief, the light source is to the left. For the rest... it's being discussed in other threads Â
×