- Messages
- 1,749
- Country

I am trying to create a custom Lvar macro for FUIPC for one of my payware aircraft so users can have function of the autopilot with hardware. But since the functions all use Lvars we can only do this with FUIPC. But my issue is not customizing this FUIPC4.INI file it's making each assignment work with multiple functions. Or the button will fail to animate and function.
Here is my Macro to assign all single events
I assign the first entry to a button on my joystick and end up with this entry in the FUIPC4 ini file.
Works
And this as well.
Works
I managed to get the first entry to work but not all 3 together. i can also get the 2nd and 3rd entry to work without the 1st entry.
Does not work!!!
I read online this can be done but can't find any samples. What am i doing wrong?
Here is my Macro to assign all single events
Code:
[MACROS]
1=L:HDG=SET // L:MODE_HDG=TOGGLE (i WANT TO USE LVAR THIS AS WELL)
2=L:BNC=SET
3=L:NAV=SET
4=L:BC=SET
5=L:LVL=SET
6=L:TST=SET
7=L:ENG=SET
8=L:SFT=SET
9=L:SPD=SET
10=L:VS=SET
11=L:GS=SET
12=L:ALTSEL=SET
13=L:ALTHLD=SET
14=L:AUTOPILOT=SET
I assign the first entry to a button on my joystick and end up with this entry in the FUIPC4 ini file.
Works
Code:
[Buttons.1LJ35A]
0=P0,7,CM1:1,1 -{Macro 1LJ35A: L:MODE_HDG tgl}- // TOGGLE MODE
And this as well.
Works
Code:
[Buttons.1LJ35A]
0=P0,7,CM1:1,1 -{Macro 1LJ35A: L:HDG SET}- // ANIMATION PRESSED
1=U0,7,CM1:1,0 -{Macro 1LJ35A: L:HDG SET}- // ANIMATION RELEASED
I managed to get the first entry to work but not all 3 together. i can also get the 2nd and 3rd entry to work without the 1st entry.
Does not work!!!
Code:
[Buttons.1LJ35A]
0=P0,7,CM1:1,1 -{Macro 1LJ35A: L:MODE_HDG tgl}- // TOGGLE MODE
1=P0,7,CM1:1,1 -{Macro 1LJ35A: L:HDG SET}- // ANIMATION PRESSED
2=U0,7,CM1:1,0 -{Macro 1LJ35A: L:HDG SET}- // ANIMATION RELEASED
I read online this can be done but can't find any samples. What am i doing wrong?
Last edited:


