-
Posts
24,936 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.12.x] Vessel Viewer Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
-
Without further ado: I present the first public BETA of the updated Kronal VesselViewer: https://www.dropbox.com/s/oan8e2dnehhut7j/KronalUtils.zip?dl=0 Due to the way that Unity has changed, I had to change some internals. Source is not yet uploaded, I still have some work to do before a final release. But as of now, I think I got all bugs squashed.
-
@Dman979 One thing I noticed was that it appeared that you are using a very old toolbar wrapper. If that is the wrapper for the Blizzy toolbar, you need to update it, it has a bug.
-
@Dman979 What's the problem you are having? I took a very quick look at the github, doesn't seem to be anything difficult.
-
Not incompatible per se, but unaware of it. They don't work together, so it is conceivable that the same part can fail in each mod You can make a part reliable by adding a NoFailureModules, for example, look in the directory: DangIt/ModuleManager/Entropy/Ignores, one is as follows: @PART[KWsrbUllageLarge]:BEFORE[DangIt] { MODULE { name = NoFailureModules } } @PART[KWsrbUllage]:BEFORE[DangIt] { MODULE { name = NoFailureModules } } And yes, you could add more resources to the blacklist using a MM patch
-
[1.12.x] Vessel Viewer Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I've started looking at it -
Public beta 2: https://www.dropbox.com/s/hnyw606bs75ufta/TestFlight-beta2.zip?dl=0 Please note: All Settings have been moved into the new KSP settings page. To access the settings for an active game, do the following, at any scene: Hit Esc Click the Settings button Click the Difficulty Options button Click the Test Flight button in the left column Following stock engines are not yet configured, and no mod engines are configured. To see what is configured, look at the file: Config.Squad_Engines.cfg: ionEngine turboJet JetEngine turboFanSize2 turboFanEngine smallRadialEngine liquidEngineMini toroidalAerospike microEngine radialEngineMini nuclearEngine SSME miniJetEngine omsEngine RAPIER Size2LFB Size3AdvancedEngine Size3EngineCluster sepMotor1 vernierEngine
-
New release: 0.1.3: New animated models supplied by forum user @steedcrugeon Code added to control animations Drives can now stack
-
I know a great many people that use it still! My team uses it for taking orthographic renders of rockets for our manual. Any sort of update would be greatly appreciated, even if it's just a one-off update to 1.2.1 with no promise/expectations of further support after that. I believe that there are issues with the shaders. As people have said elsewhere, features like the blueprint backgrounds and stuff are unimportant. All that really matters is getting the orthographic projections working again, and to a slightly lesser extent the exploded stage views. I did look at this a while ago, but didn't have time. I'll take a look this evening. I'm going to guess that the changes won't be that different than what VesselViewer had
-
How are you rotating the part, using the Rotate Gizmo or the Fine Adjust? Shouldn't matter. It rotates around the attach point The keys to change the symmetry count (the 1R above) is the X key, standard key for KSP. The key to change the amount of the snap (the 15 above) is the C key, also standard key for KSP. To change what snap values are available, move your mouse over the EEX toolbar button, and then select Settings, then in the settings window select Angle Snap
-
What mod? I'm not the author or maintainer for this, but, first, look at the existing configs, and second, read the post I did above in which I documented TweakScale (to the best of my ability). Beyond that, I suppose that knowing what mod you are talking about would be helpful
-
Entropy was merely additional failure modules for additional types of parts I'm currently in the process of getting TestFlight working again. There is no need to add yet another type of failure mod. If anything, I'll be looking to merge TestFlight and DangIt!, but, DangIt is a simpler mod, both in concept and in implementation
-
Not this version, use one compiled for 1.1.3
-
[1.9.x] QuizTech Aero Pack Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
This does not support FAR -
New version: 0.7.7 Changed minimum value for alarm from 1 to 0 Recompiled to fix issue of sound restarting when coming back from map view
-
In what way? Do you have something that isn't working? We need a little more information to help you
-
Ok, I'll look into it