Search found 1 match

+
by Guenseli
Mon 8. Aug 2011, 15:28
Forum: FSX Bf 108 Taifun
Topic: little Tut: Assigning Prop pitch to an axis with FSUIPC
Replies: 3
Views: 22314

little Tut: Assigning Prop pitch to an axis with FSUIPC

Hi Gents,

Mathias asked me about some info to assign the PropPitsch to an axis. Here it is:


LVarSet = "L:Bf108PropVerstellung"
var = math.floor(((ipcPARAM*-1)+16384)/32768*100)

ipc.writeLvar(LVarSet, var)


- copy the code, open Editor and paste it
(be sure to use Editor, not Word, because ...