Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    24,969
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. That's great, I'll look at it. Keep in mind that I haven't yet committed my changes for this, so what you are getting from github is the released version I'll review your suggested changes, they look good at first glance
  2. Yup. I'll get to the toolbarcontroller update, but low priority right now
  3. Ummm, that's from 3 years ago, sorry, I don't have it anymore
  4. Your icons are the wrong size, the stock toolbar should be 38x38, instead they are 36x36 The Blizzy icon is fine
  5. Another beta: https://www.dropbox.com/s/pvh7g53eskkwnvv/KRnD-1.16.0.11.zip?dl=0 And I need the Player.log, either way, if this fixes it or it doesn't. Thanks
  6. Been a while since I really looked at this mod, would have to spend some time looking at these. Bug fixes are good, I'll look at the models in a little bit to compare Only the experiments Bug fixes are good, of course I'm streaming this evening (my modding stream) about 6:30 US Eastern (EDT). I _might_ look at this mod to review the models and compare the new vs the old. I somewhat in agreement about not having duplicates, but will need to be careful with the changes. I haven't merged anything yet. There are 4 PRs waiting, two by @Grimmas, one by @spoonyboobah and one by @jd284. This might be a good time to review the whole thing, would be great if either or both of you could jump into my stream to discuss this real-time (https://twitch.tv/linuxgurugamer) Looking at the patch by @jd284, I see it's removing the settings from cfg files for the old experiments. Other than cleaning up the cfgs, @jd284 is there any reason to remove those lines from GameData/StationScience/StationScience.cfg Just rambling right now, have to get to work and will look back at this later
  7. That's the wrong one. From the link I provided: Windows:- 1.8 or newer: %USERPROFILE%\AppData\LocalLow\Squad\Kerbal Space Program\Player.log- 1.7.3 or older:KSP_win\KSP_Data\output_log.txt (32bit) orKSP_win64\KSP_x64_Data\output_log.txt (64bit) or%USERPROFILE%\AppData\LocalLow\Squad\Kerbal Space Program\output_log.txt
  8. I'm removing the space from the directory names, I totally agree with you about that.
  9. Start off with what Windows says (I assume you are on Windows, if not please let me know) See this for the log files: http://forum.kerbalspaceprogram.com/index.php?/topic/83212-how-to-get-support-read-first/ Your theory is reasonable, I'll need to see all the data to know for sure
  10. Understood, thanks So it's probably the space in the file name.
  11. What resolution is your display set to? What does the Player.log say it is? And what are you trying to set it to?
  12. @Lisias What does this message mean? I looked at the file, nothing obvious to me 30667 [TweakScale] WARNING: NULL ConfigNode for CTN/Parts/3Sat/Small Solar/3satSmallSolar/3Sat_smallSolar (unholy characters on the name?). Trying partConfig instead!
  13. Bah, humbug Ok, I've found several other places where the 0.1 is hardcoded, I'll work on those
  14. If those additional changes are imminent, I'll wait to do a release, please give me an ETA on them
  15. New release, 1.3.3.1 Added GameEvents for the following engine events: onEngineThrustPercentageChanged onEngineActiveChange onMultiModeEngineSwitchActive Moved all game events into new VesselModule Eliminated the now unnecessary EngineGimbalController Now only touches engines on the active vessel Only loads defaults one time, not every time the Flight scene is loaded NEW DEPENDENCY: SpaceTuxLibrary CKAN is being updated for the new dependency, as is the OP
  16. I'll take a look, but you have to understand that there are hundreds if not thousands of different controllers available for PCs. Not sure if I can do anything, this hasn't been reported for any other controllers. I have a RealFlight controller, with multiple buttons, and haven't noticed this either.
  17. Ummm, all I can say at first glance is: Huh?? You have 165 mod DLLs, in total at least 182 mods installed. I'd like to see the Player.log, if possible, the KSP.log shows somewhat different information. From what I can tell, you are running on an i9-10900, 64g of memory and an RTX 3070. So that pretty much rules out memory or any other system limitation. The glaring thing I see is that you obviously didn't install any mods using CKAN, I found the following error: [ERR 00:19:39.975] [AddonLoader]: Exception iterating assemblies: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. Additional information about this exception: System.TypeLoadException: Could not load type of field 'StationScience.StationExperiment:Log' (3) due to: Could not load file or assembly 'KSP_Log, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. assembly:KSP_Log, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null type:<unknown type> member:(null) signature:<none> System.TypeLoadException: Invalid type StationScience.StationExperiment for instance field StationScience.StationExperiment+<UpdateStatus>c__Iterator0:$this for multiple mods. This tells me you are missing a dependency, which CKAN would have installed for you. Specifically, you need to install the SpaceTuxLibrary Hopefully this will fix your problems. I do strongly suggest that you stop using the Steam directory, AND start using the CKAN mod manager, both will make your life easier
  18. Look for a part like that. The mod comes with it's own parts, that's probably what it's looking fir
×
×
  • Create New...