Jump to content

HebaruSan

Members
  • Posts

    5,225
  • Joined

  • Last visited

Reputation

6,518 Excellent

Contact Methods

Profile Information

  • Interests
    https://kerbalx.com/HebaruSan
    https://steamcommunity.com/profiles/76561197970804764/screenshots/

Recent Profile Visitors

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

  1. You would need something that persists in the save file, so a ScenarioModule. Looks like they moved after I posted that; updated to the new locations.
  2. Maybe you should share a screenshot so we don't have to guess what it looks like.
  3. If you enlarge the planets, sometimes the surface features can be positioned below the ground. Maybe that's it?
  4. I believe you will have to create all of that yourself in C#, since the game would have to track whether your neo-anomalies or pseudo-ground-scatter had been picked up individually, and no current mechanism exists for that. I don't mean to make this sound trivial; it's likely to be quite challenging, so you should be ready for a substantial, sustained effort. See this for how to create a plugin: https://gist.github.com/HB-Stratos/f95fd86264013f82c66e6cd344452dbf And this for how to interact with the game in code (click the links to find other classes as needed): https://kspmoddinglibs.github.io/KSPDocsSite/class_celestial_body.html https://kspmoddinglibs.github.io/KSPDocsSite/class_vessel.html https://kspmoddinglibs.github.io/KSPDocsSite/class_part.html Good luck!
  5. That mod's wiki is probably the best place to get started: https://github.com/LGhassen/Singularity/wiki Looks like it assumes some general planet modding knowledge, which you can get in many places, but I would probably start here: https://kopernicuswiki.org/
  6. Looks like you're missing at least one dependency: [ERR 11:45:54.853] AssemblyLoader: Exception loading 'PhotonSail': System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 at AssemblyLoader.LoadAssemblies () [0x000e6] in <4b449f2841f84227adfaad3149c8fdba>:0 Additional information about this exception: System.IO.FileNotFoundException: Could not load file or assembly 'Interstellar_Redist, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. File name: 'Interstellar_Redist, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null' Also, for some reason, it's loading your oldest ModuleManager rather than the newest. Consider installing only the latest version: [LOG 11:45:54.928] [AddonLoader]: Instantiating addon 'ModuleManager' from assembly 'ModuleManager' [LOG 11:45:54.936] [ModuleManager] version 4.1.3.0 at D:\Games\Kerbal Space Program\GameData\ModuleManager.4.1.3.dll won the election against Version 4.1.3.0 D:\Games\Kerbal Space Program\GameData\ModuleManager.4.2.1.dll Version 4.1.3.0 D:\Games\Kerbal Space Program\GameData\ModuleManager.4.2.2.dll Version 4.1.3.0 D:\Games\Kerbal Space Program\GameData\ModuleManager.4.2.3.dll This looks like the error you mentioned. I don't know what it means, but posting in case someone else does: [LOG 11:46:05.927] [KSPe.Light.TweakScale] Version 2.5.4.4 /L for TweakScale [LOG 11:46:05.943] [KSPe] CKAN was detected on this KSP instalment using alternative dataset. [LOG 11:46:05.959] [TweakScale] Version 2.4.8.6 /L [LOG 11:46:05.960] [KSPe.Binder] Hooked. [LOG 11:46:06.133] [TweakScale] ERROR: System.TypeInitializationException: The type initializer for 'KSPe.IO.Hierarchy`1' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Version`1' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <9577ac7a62ef43179789031239ba8798>:0 at KSPe.Util.SystemTools+Type+Find.ByQualifiedName (System.String qn) [0x00039] in <4596164eec694c33b823d99d5882d3b1>:0 at KSPe.Util.SystemTools+Type+Find.By (System.String ns, System.String name) [0x0000c] in <4596164eec694c33b823d99d5882d3b1>:0 at KSPe.Util.SystemTools+Reflection+Version`1[T]..cctor () [0x0000f] in <4596164eec694c33b823d99d5882d3b1>:0 --- End of inner exception stack trace --- at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr) at KSPe.IO.Hierarchy`1[T].calculateTypeRoot () [0x00000] in <4596164eec694c33b823d99d5882d3b1>:0 at KSPe.IO.Hierarchy`1[T].CalculateTypeRoot () [0x00022] in <4596164eec694c33b823d99d5882d3b1>:0 at KSPe.IO.Hierarchy`1[T]..ctor (KSPe.IO.Hierarchy hierarchy) [0x00007] in <4596164eec694c33b823d99d5882d3b1>:0 at KSPe.IO.Hierarchy`1[T]..cctor () [0x0000a] in <4596164eec694c33b823d99d5882d3b1>:0 --- End of inner exception stack trace --- at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr) at KSPe.Util.SystemTools+Assembly+Loader`1[T].TryPath (System.String path, System.String[] subdirs) [0x00000] in <4596164eec694c33b823d99d5882d3b1>:0 at KSPe.Util.SystemTools+Assembly+Loader.buildSearchPath (System.String[] subdirs) [0x00018] in <4596164eec694c33b823d99d5882d3b1>:0 at KSPe.Util.SystemTools+Assembly+Loader..ctor (System.String[] subdirs) [0x0001b] in <4596164eec694c33b823d99d5882d3b1>:0 at KSPe.Util.SystemTools+Assembly+Loader`1[T]..ctor (System.String[] subdirs) [0x00000] in <4596164eec694c33b823d99d5882d3b1>:0 at TweakScale.Startup.Start () [0x00023] in <a0215a363ff4444b8af39cd776b22000>:0 at error:0 [ERR 11:46:06.134] Unable to use a named GUIStyle without a current skin. Most likely you need to move your GUIStyle initialization code to OnGUI [ERR 11:46:06.135] Unable to use a named GUIStyle without a current skin. Most likely you need to move your GUIStyle initialization code to OnGUI [LOG 11:46:06.135] [TweakScale] "Houston, we have a Problem!" about Missing DLLs was displayed. Missing class: The type initializer for 'KSPe.IO.Hierarchy`1' threw an exception. [ERR 11:46:06.154] Unable to use a named GUIStyle without a current skin. Most likely you need to move your GUIStyle initialization code to OnGUI [ERR 11:46:06.154] Unable to use a named GUIStyle without a current skin. Most likely you need to move your GUIStyle initialization code to OnGUI [LOG 11:46:06.154] [TweakScale.WatchDog] Version 2.4.8.6 /L [LOG 11:46:06.157] [TweakScale.WatchDog] **YOUR ATTENTION PLEASE!** This TweakScale™ packaging is not meant to be used under CKAN. It's usually a bad idea to do manual installings when using CKAN, futurelly this may break things for you! Please CKAN to install TweakScale™ on CKAN managed rigs.
  7. Google Reader and iGoogle are the ones that still hurt.
  8. This "READ FIRST" pinned thread will help you gather logs so people can help you investigate:
  9. You can buy the game on Steam here: https://store.steampowered.com/app/220200/Kerbal_Space_Program/ Or if you have it from some other source, you can add it as a non-Steam game: https://help.steampowered.com/en/faqs/view/4B8B-9697-2338-40EC
  10. Hi @TheGhastModding, a user has requested to have this mod and Avali Space Program added to CKAN. Would it be OK with you if we did that? We only add mods to CKAN if it's OK with the author. Cheers!
  11. This thread has several links to tutorials that you might find helpful:
  12. I see. In that case, I can confirm that I did not miss your point at all, but rather understood it fully. I was pointing out the reasons why it was a poorly supported, bad point to be making. There is a simple, plausible alternative: Perhaps people are merely disagreeing with you.
  13. Howso? If you had a point that somehow everyone else is missing, please feel free to restate it more clearly.
×
×
  • Create New...