Jump to content

AlaskanGrizzly

Members
  • Posts

    456
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by AlaskanGrizzly

  1. 1. Yes it will be persistent until DCS is updated, repaired, or you select a different profile. 2. No, KB does not need to remain open once a profile has been set. Regarding the error, I will take a look at it this weekend. The issue is likely related to a 3rd party aircraft. ED follows the same folder structure with all of their aircraft but don't require 3rd party aircraft to do the same so it can be difficult to code around. An interesting experiment would to select that profile individually for each aircraft and see which ones cause the crash. I have not looked at nor used it in a long time, so that very well could be the case. I am tempted to remove that feature from future builds as it is the most code heavy, difficult to manage, and time intensive feature to keep up to date with DCS updates and new aircraft and mods. I would be interested to know how many people want to continue using the feature and how many wouldn't mind seeing it disappear.
  2. No, I don’t believe so. I haven’t looked into interfacing with any of the new upgrades they have added to the kneeboard since I first created this program.
  3. Yes, those tutorial videos are quite out of date. Currently you can select and deselect images using CTRL-CLICK and SHIFT-CLICK with your mouse and keyboard.
  4. Kneeboard Builder Update to Version 1.9.1.1 -Fixed Kneeboardbuilder.exe targeting wrong architecture This fixes the issue with Ghostscript during PDF conversions. If you have version 1.9.1.0 Kneeboard Builder should auto-update if you have given it permission to do so in the Preferences page or you can just double-click the 'updater.exe'. If you have an older version of Kneeboard Builder you will need to manually install this update by downloading the full Kneeboard Builder app from the website at: https://dcskneeboardbuilder.com/download.html and copy just the KneeboardBuilder.exe from the .zip file to your Kneeboard Builder folder, replacing the existing .exe. I also need to note that Kneeboard Builder is now required to be run as an administrator in order to continue accessing and modifying kneeboards that are stored by DCS within the DCS install directory. The downside is this disables the drag-and-drop feature due to Windows access control restrictions. I am all ears if anyone knows a solution to this that is not a security risk.
  5. That's a new one. I'll look into it.
  6. Kneeboard Builder Update to Version 1.9.1.0 After a catastrophic loss of my dev machine and a very long while trying to get motived to get things rebuilt, I have finally put together an update that will hopefully fix most (I can only hope all) of the crashes you all have been experiencing. I apologize for the long absence. This update should also restore the auto-update feature but you will need to manually install this update by downloading the full Kneeboard Builder app from the website at: https://dcskneeboardbuilder.com/download.html and copy just the KneeboardBuilder.exe from the .zip file to your Kneeboard Builder folder, replacing the existing .exe. As I stated in my last post long ago, I appreciate the feedback and bug reports. I may not respond to all of them in a timely fashion,if at all, but they do help me track down the issues and put together a fix. My kids and career haven't slowed down at all, but now that my dev machine is up and going again I am hoping that it will be easier to get motivated to stay on top of any bugs that popup after future DCS updates. Thanks again for the patience and support. --Alaskan Grizzly
  7. You will need to modify the 'init.lua' file located at: ...\Program Files\DCS World (or DCS World OpenBeta\Scripts\Aircrafts\_Common\Cockpit\KNEEBOARD\indicator Add the following code after scan_path(user_path) around line #92. --Adds an additional kneeboard location for 'Maps' at the directory: ...Saved Games\DCS(or DCS.openbeta)\Maps local maps_path = lfs.writedir().."Maps" --Scans our custom made maps directory path and adds its images to the in-game kneeboard scan_path(maps_path) I've attached an init file with the above lines already added; just replace your original with this one. Be aware that any update or repair of DCS will reset the init file, so keep a copy of your modified file for quick replacement. You can add additional 'scan_path' lines to have it scan subfolders within your Maps folder as well to make things a bit more organized: scan_path(maps_path ..'/Syria') scan_path(maps_path ..'/Persian Gulf') scan_path(maps_path ..'/Sinai') Make sure you create a folder named 'Maps' in your DCS saved games folder and create any subfolders to avoid any 'directory not found' errors that might make your in-game kneeboard stop working or load incorrectly. init.lua
  8. Kneeboard Builder Update to Version 1.9.0.0 I have put together a fix for the crashes due to different file structures in newer modules like the AH-64 and Mirage F-1. Unfortunately due to a hosting issue on my end, the auto update feature is no longer working so you can either: 1) Download the new KneeboardBuilder.exe and manually copy it to your Kneeboard Builder folder from here: https://firebasestorage.googleapis.com/v0/b/kneeboardbuilder.appspot.com/o/betas%2FKneeboardBuilder 1.9.0.0.zip?alt=media&token=208c991c-0a7e-4dbc-924e-85c32418836c or 2) Redownload the full Kneeboard Builder app from the website at: https://dcskneeboardbuilder.com/download.html I appreciate feedback and bug reports so keep them coming, just be aware that there may be long periods between my responses and bug fixes. When I first made this mod public I had two kids and a job, and now I have five kids and an extremely time consuming career. Real life will take precedence. --Alaskan Grizzly
  9. I'll have to look into those mods, but for now you can disable using Kneeboard Builder for user mods by opening the KneeboardBuilder.exe.config file in a text editor and change the UserMods key value to 'False'.
  10. Have you installed or uninstalled any user mod aircraft lately?
  11. My apologies to everyone for the long absence and lack of updates. When I first began developing Kneeboard Builder I had two kids and a job that still left me with a decent amount of free time. Eight years later, I now have five kids (3 still under 10 years old) and an executive level position that sucks up any remaining spare time and energy. It seems I rarely even get to fly in DCS anymore, but I still plan on supporting this project as much as I can. Currently I likely won’t have the time to fix many of the smaller bugs that you may be experiencing but my goal is to at least keep it running for as many users as possible. The auto-update feature is currently broken due to a web server issue and I hope to have that fixed in the next update. (Not sure when that will be yet) I appreciate your patience and want to thank all of you that stepped in to help the new users with any problems or questions they had. ~AlaskanGrizzly
  12. I haven't tried this in a long while but you can give it a shot. See the readme on where to put the files. https://www.digitalcombatsimulator.com/en/files/1542827/
  13. The 'device_init.lua' is the only DCS file modified when you set a custom profile using Kneeboard Builder and it will be restored after a DCS repair or update. The cause of your problem may appear in the dcs log file in your DCS saved games 'Logs' folder. If you send it to me I can take a look for you too.
  14. If it is still not working after performing a DCS repair and without using a Kneeboard Builder profile then the problem is likely not being caused by Kneeboard Builder. Kneeboard Builer only modifies one .lua file for each aircraft in the DCS install directory only when a profile is applied. That single file is reset after a DCS repair. It may be an issue with the new DCS kneeboard system not liking multi-monitor configurations.
  15. In the Kneeboard Builder go to Options -> Kneeboard Profiles -> Restore Defaults and then run a DCS repair to clear out any remaining old configuration files that may be interfering with the new kneeboard setup. With the new resizable and movable DCS kneeboard system the kneeboard profiles from Kneeboard Builder are no longer necessary to use unless you want the kneeboard to default to a certain size and position.
  16. Running a DCS repair will probably be your best option. Select the repair option that removes all non-native files from the DCS install to make sure you get rid of any old kneeboard related configuration files that are no longer needed after the latest DCS update. I am still looking into how the new kneeboard works and how well it plays with Kneeboard Builder.
  17. Version 1.8.0.6 is now available. -Fixed 'Value cannot be null' crash on startup after update to DCS 2.5.6.57949 Open Beta
  18. Yes is it looks like they made some major upgrades to the in-game kneeboard which will likely render a portion of Kneeboard Builder obsolete. I'll have to put out a new update to Kneeboard Builder to compensate for the changes. I haven't had a chance to look at what has changed yet so I don't have a time frame on when you can expect a Kneeboard Builder update.
  19. Is it throwing an error or just crashing?
  20. In the Options -> Preferences page, try setting your saved games path to point directly at your DCS saved games folder like "...\Saved Games\DCS.openbeta"
  21. Version 1.8.0.5 is now available. -Fixed A-10C kneeboard profiles overwriting A-10C_2 kneeboard profiles -Fixed crash when setting kneeboard profile for all aircraft -Standalone FC3 aircraft and FC3 package aircraft now use separate kneeboard profiles (still use same kneeboard image directory though)
  22. Try deleting these two files: "...\DCS World OpenBeta\Mods\aircraft\F-16C\Cockpit\Scripts\device_init.lua" "...\DCS World OpenBeta\Mods\aircraft\F-16C\Cockpit\Scripts\device_init_original.lua" Then run DCS Repair and retry setting a custom kneeboard profile in Kneeboard Builder. If you continue to run into issues please let me know at s13solutions@gmail.com.
  23. Yes there is an issue with the A-10C profiles overwriting the A-10C_2 profiles. I am working on a fix for it. EDIT: I just put out an update for Kneeboard Builder that should fix this issue.
  24. Terrain specific kneeboards go in the terrain kneeboard folder. The Caucasus kneeboard path would be ...\DCS World OpenBeta\Mods\terrains\Caucasus\Kneeboard
  25. It sounds like either your DCS directory or your Saved Games directory is not pointing to the right directories in the preferences page. Try using a 'custom' setup in preferences and set your Saved Games to point directly at '.../Saved Games/DCS.openbeta'
×
×
  • Create New...