acamp04 Posted July 5, 2019 Report Posted July 5, 2019 Hi! I've been having some issues setting up the fuel control switches for the PMDG 744 on my TM Warthog. I'm trying to control 4 fuel control switches with 2 switches on my throttle. I want to have one switch control switches 1 and 2, and then the second switch control switches 3 and 4. I've tried using mouse macros to do this, but I've had no success there. Then I tried using the custom control numbers with the same result. Whenever I edit the ini file and add another command to the same switch, then save, and then try it in the sim, for some reason the ini file gets changed to just one command instead of the two I typed in. For example: This is what is written before I try it in the sim. 24=P1,15,C70600,0 -{Custom control: <70600>}- 25=U1,15,C70600,1 -{Custom control: <70600>}- 26=P1,15,C70600,0 -{Custom control: <70601>}- 27=U1,15,C70600,1 -{Custom control: <70601>}- 28=P1,16,C70602,0 -{Custom control: <70602>}- 29=U1,16,C70602,1 -{Custom control: <70602>}- 30=P1,16,C70602,0 -{Custom control: <70603>}- 31=U1,16,C70602,1 -{Custom control: <70603>}- Then when I try it in the sim the only control switches that move are 1 and 3, and the ini file looks like this afterwards. 24=P1,15,C70600,0 -{Custom control: <70600>}- 25=U1,15,C70600,1 -{Custom control: <70600>}- 26=P1,15,C70600,0 -{Custom control: <70600>}- 27=U1,15,C70600,1 -{Custom control: <70600>}- 28=P1,16,C70602,0 -{Custom control: <70602>}- 29=U1,16,C70602,1 -{Custom control: <70602>}- 30=P1,16,C70602,0 -{Custom control: <70602>}- 31=U1,16,C70602,1 -{Custom control: <70602>}- I'm not sure I just misunderstand how to edit the ini correctly, but from the other posts I've read on the subject this is what they seem to be suggesting. Any help would be appreciated!
John Dowson Posted July 6, 2019 Report Posted July 6, 2019 The text between the '-{..}-' characters are comments to make the ini file more readable. As you are not changing the controls, the comment is being re-written to the specified control. You just need to change the actual controls, so it would be: 24=P1,15,C70600,0 -{Custom control: <70600>}-25=U1,15,C70600,1 -{Custom control: <70600>}-26=P1,15,C70601,0 -{Custom control: <70601>}-27=U1,15,C70601,1 -{Custom control: <70601>}-28=P1,16,C70602,0 -{Custom control: <70602>}-29=U1,16,C70602,1 -{Custom control: <70602>}-30=P1,16,C70603,0 -{Custom control: <70603>}-31=U1,16,C70603,1 -{Custom control: <70603>}-
acamp04 Posted July 6, 2019 Author Report Posted July 6, 2019 Oh wow, I can't believe I didn't catch that. Thanks for the response, I'll try that!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now