Open MOARdV opened 8 years ago
I do not understand how GitHab works ((, so for me it will be easier if you upload files on dropbox.
I will replace the old config files to your (of course with your credits), then I have completed yet remaining configs.
That's okay. I'll put what I have on DropBox once I have a dev build of RPM out so that my changes work.
Okay, I have a file on DropBox now. All this file contains are the configs I updated for ASET props and ASET avionics. There are still many to update :(. But most config files will be easy copy-paste to replace the JSIVariableAnimator for backlight with JSICallbackAnimator.
The dev build of RPM should also make the ASET ALCOR perform better, because I have made changes to how the text on screens updates.
Latest pre-release build of ASET stuff
https://www.dropbox.com/s/myu5tziz5uffrby/ASET_Dev-6-11-2016-Fix01.zip?dl=0
I've got a couple of features in upcoming RasterPropMonitor v0.25.0 to make props less expensive on the CPU. The main change is to add a callback system so props get notified of changes instead of asking every N updates "what is the value of this variable?". The main reason for this feature is for use with CUSTOM_ALCOR_BACKLIGHT_ON - in the IVA I use for development, I was able to reduce the number of queries from more than 14 times per Fixed Update to about 3. I have updated a number of your props already, but not all of them.
Are you interested in putting these prop packs on GitHub, so I can send pull requests with changes? Or should I put my changes on DropBox?