Jump to content

cybutek

Members
  • Posts

    390
  • Joined

  • Last visited

Reputation

807 Excellent

8 Followers

Profile Information

  • About me
    Post-Kappatalist

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Assuming that you're talking about the ksp-avc.cybutek.net website? Send me a PM on here with your new username and I'll change it for you... I've verified that you currently have PartTweaks hosted there and you're the legitimate owner, so it's all good
  2. Looking to get in touch with you about TwitchCaptions.  I wanted to know if you still are able to update it, because I wanted to request a feature.

    1. CallMeSabs

      CallMeSabs

      Please whisper me on Twitch, where I go by CallMeSabs, as I likely won't be hanging around KSP forums.  This was the only way I could find to reach you, as your website CYBUTEK Solutions doesn't have email contact information anywhere and GitHub doesn't even have a messaging option.

  3. Sorry for not being around. I've been very busy lately with IRL stuff. The original reason why a "built for" ksp version is required if min/max is used was due to how the user interface makes use of this value. I have looked over the pull request but would rather the fix be in the "IsCompatibleVersion" property due to dependencies. This on its own will not be the complete fix though as it will only cascade the bug down into the user interface. I'm busy all weekend but should have some time on monday to sort this out.
  4. Not revamped, as I had no idea that mod even existed. I generally just check the pinned list of compatible mods available on this forum and it doesn't list it. This mod's definitely not the same under the bonnet though by looking at the source. Store My Reports is a lot more efficient as it doesn't check every part on a vessel every frame, only once upon closing the Experiments Results Dialog. It also doesn't use LINQ which creates memory garbage that requires cleaning up causing hiccups in frame rates. Hope this answers your question Also in the works: I'm going to be adding an optional feature that saves the position of the Experiments Results Dialog so that it doesn't always pop-up in the middle of the screen every time you collect science. I find this annoying because it often ends up blocking the right click menus and gets in the way. Having it pop-up in the same position where you last left it (e.g. at the side of the screen out of the way) would be nice. EDIT: Forgot to mention that Store My Reports is now also available on CKAN as the pull request I made was finally merged the other day
  5. Version 1.1 is now available for download! This mod has reached my current feature goals, but if you have any suggestions please let me know... Enjoy! Implemented configuration system: - Separated the configuration from the main StoreMyReports class. - Created application launcher button that shows in the Space Centre scene. - Created configuration dialog using the stock popup dialog system. - The default value for `Discard Duplicates` is now set to `false`.
  6. Good point that I hadn't actually thought of and might be a good reason for the default to be changed to not discard (I just personally preferred it to discard which is why it's default). With this being the case it's also a good reason for me to actually think about having the toggle as an in-game option rather than just in the config. I haven't tested it, but there's no reason why it shouldn't be compatible. The automated sampler mods generally bypass the in-game collecting mechanic altogether anyway. Also this mod only runs when the experiments result popup window is closed (the one where you choose to discard/keep/transmit science data), it's not constantly running.
  7. Store My Reports Version 1.1 The primary job of this mod is to fix the inability for Kerbals to find glove-boxes within their vessel or pockets on their EVA suits. You can now make crew reports and have them stored without the need to exit the vessel, take all of the reports out, then put them all back in again. It also allows Kerbals on EVA to store science data within pockets on their EVA suits. Although this mod's primary goal is to alleviate the ridiculousness of crew report storage, it will also work with any other science experiments that have their own separate science containers within the same part. Experiment data will be automatically stored within these containers making room for further experiments. Download (CurseForge) Source (GitHub) Installation Place the `StoreMyReports` folder found within the downloaded zip file into `GameData` found within the game's installation directory. Configuration To change these settings you can open the configuration dialog by clicking on the `SMR` button found on the toolbar at the bottom right of the Space Centre. Automatically Discard Duplicates When enabled this feature will automatically discard any duplicate science data if it already exists within the container (i.e capsule for crew reports and kerbal for eva reports). Licensed under the GNU General Public License v3. This mod includes version checking using MiniAVC. If you opt-in, it will use the internet to check whether there is a new version available. Data is only read from the internet and no personal information is sent. For a more comprehensive version checking experience, please download the KSP-AVC Plugin. If you wish to show your appreciation in ways other than words, this button will help you do just that. P.S. The year in the title is not a typo, it's using the Holocene Era calendar system.
  8. So far my implementation list goes: MiniAVC Ability to ignore specific alerts forever that matches the combined local+remote version files used to display them. This is so that if one of the version files change, the update/conflict message will be re-shown with the new information (this can then be re-ignored until something else changes again). KSP-AVC A "silent mode" toggle button next to the drop-down in the top left which'll suppress the issue monitor window from being displayed. KSP-AVC already overrides MiniAVC, so this will essentially silence all AVC notifications from KSP-AVC and MiniAVC.
  9. I'd like to make it known that I'm watching the discussion unfold. The best ideas of which are feasible within my time restrictions have a good chance being implemented.
  10. Thanks for your guys' help... I have merged the pull request by @politas fixing the missing comma. Both MiniAVC and KSP-AVC are handling the missing comma without issue. All this fix does is allow the CKAN crawler to complete its job. So if you've already got KER, there's no need to re-download for this fix.
  11. Version 1.1.3.0 is now available! - You can download it here! Fixed: Check for NaN and Infinities before clamping angles, resolving a hang state caused by the Intercept Angle readout. Added: Setting for enabling/disabling whether the toolbar icon in-flight activates on mouse hover. Added: Body category with the following readouts: Body Name Has Atmosphere Has Oxygen High Atmophere Height Low Space Height High Space Height
  12. As long as 1.3 hasn't broken the mod in some crazy unexpected way, expect an update sometime this weekend.
  13. I have implemented a setting that allows you to toggle on and off whether mouse hovering is enabled on the in-flight toolbar button. I've also merged Padishar's fixes into the master branch so you can use the .dll available in the "Output" folder on GitHub to get the latest build until I can get a release out.
  14. Version 1.1.2.8 is now available! - GET IT HERE! Fixed: Compile errors caused due to game update. Fixed: Asset bundle errors due to engine update. Fixed: Part info overlay no longer visible when hovering over part selection panel. Fixed: Clamp360 now returns [0, 360]. (Pad) Fixed: Possible NRE when "Back to target selection" sets the target to null. (Pad) Fixed: Clamp value passed to Acos function within the impact processor to avoid potential NaN. (Pad) Fixed: Use inverseStage of tank for stage priority flow instead of decoupled stage count. (Pad) Changed: True Anomaly to be displayed in degrees rather than radians. (was changed in stock 1.1.x) (Pad) Changed: Typos in the post-burn apo/peri readout descriptions. (Pad) Changed: Added missing space before the 'W' in the target longitude readout formatting. (Pad) Changed: Simulation and logging to produces less GC. (Pad) Changed: Tweaked impact processor calculations. (Pad) Added: Target Latitude & Longitude readouts to the rendezvous section. (Pad) Added: Extra readout help strings. (rkagerer) Added: Planes and Relays to the target selector readout. (Pad) Added: Post-burn orbital period and inclination readouts. (Pad) Added: Support for balance and priority flow modes. (Pad) Added: Custom keybinding of the part info show/hide functionality.
×
×
  • Create New...