-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with XJoyMap initializing #5
Comments
Hi Will,
Some custom plugin or plane datarefs take a little to register to the sim
if xjoymaps loads before they register they won't work until you
restart-them.
I have to add some kind of delay before the first load. You can try to put
the config on the plane folder; it may work that way.
Cheers.
Joan.
…On Wed, Oct 27, 2021 at 8:23 AM willwinborne ***@***.***> wrote:
Weird issue: when starting X-Plane, none of my xJoymap controls work. As
soon as I open the python control panel and reload the scripts, it wokrs
totally fine. I have attached my xJoymap.ini as a .txt file, maybe that is
the issue?
xjoymap.txt <https://github.com/joanpc/xJoyMap/files/7423665/xjoymap.txt>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB3YQIZMDSQRZ3JEOZIDD3UI6LF7ANCNFSM5GZP6EOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi Joan, thanks so much for your fast reply. This is with the popular ToLiss A321. Which has many many plugins and datarefs, which would explain the issue. Unfortunately I did try the .xjm file in the aircraft’s folder, it didn’t seem to change anything for me. Although, I did not delete the original .ini in plugins when testing this, do I need to? If you are able to add a setting with a small load delay, please do let me know and I will test it out. Obviously this isn’t a huge deal. I will look into adding it myself, but I have already looked through your code a bit and it is way over my head! Maybe adding the delay on the Xpluginenable method? I am not sure. If you can tell me where that delay might sit in the code, I will be happy to add it. Either way, thanks for this amazing plugin, it is really important for me to have a good experience with X-Plane. Regards, |
If you add a simple delay it will freeze the sim during the delay.
You'll have to register a new flight loop to run with some delay. I've
implemented-it years ago but I lost the code, I don't have much time
lately, sorry.
Joan.
…On Wed, Oct 27, 2021 at 8:00 PM willwinborne ***@***.***> wrote:
Hi Will, Some custom plugin or plane datarefs take a little to register to the sim if xjoymaps loads before they register they won't work until you restart-them. I have to add some kind of delay before the first load. You can try to put the config on the plane folder; it may work that way. Cheers. Joan.
…
Hi Joan, thanks so much for your fast reply.
This is with the popular ToLiss A321. Unfortunately I did try the .xjm file in the aircraft’s folder, it didn’t seem to change anything for me.
If you are able to add a setting with a small load delay, please do let me know and I will test it out. Obviously this isn’t a huge deal. I will look into adding it myself, but I have already looked through your code a bit and it is way over my head! Thanks for this amazing plugin, it is really important for me to have a good experience with X-Plane.
Regards,
Will
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Thanks for your replies, no worries. I will just workaround the problem by reloading the scripts each flight. Thanks again for your work on this plugin. |
Weird issue: when starting X-Plane, none of my xJoymap controls work. As soon as I open the python control panel and reload the scripts, it works totally fine. I have attached my xJoymap.ini as a .txt file, maybe that is the issue?
xjoymap.txt
The text was updated successfully, but these errors were encountered: