-
Posts
24,952 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.8.1] ETT - Engineering Tech Tree - May 4, 2020
linuxgurugamer replied to Probus's topic in KSP1 Mod Releases
There is/was the Historical Progression Tech Tree- 1,028 replies
-
- 1
-
-
- tech tree
- engineering
-
(and 1 more)
Tagged with:
-
[1.9.x] RCS Build Aid Continued - New Dependencies
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Im guessing you installed it by hand. Check the OP for the new dependencies. -
I guess you missed the release of Structural Tubing and ABookCase Orbital Reference System
-
An old mod by @m4v, hasn't been updated since 1.1 This started out as a simple framerate counter in the top right corner of the screen. Major update 0.3.0 Added a graph window to show FPS over time. The Graph shows current FPS, a moving average of the FPS, and the Simulation rate (ie: how much is it lagging, related to yellow/red clocking). It can also show a line of a normal sim rate (no lagging). Along the left of the graph will be a scale for the FPS. Along the right will be a scale for the symrate New Dependencies Click Through Blocker ToolbarController Usage Press F8 for toggle it. Ctrl+F8 will enable a *very* minimalist benchmark showing the average and lowest framerate. (must be visible first) Benchmark is disabled You can drag the counter to where you like and change the default shortcut in the settings.cfg file. To open/close the window, use the new toolbar button: Graph Window Graph Window Controls Buttons Refresh Redraw the graph Clear Clear all data form graph Rescale Rescale the graph to fix all the data. Toggles Show Max Symrate Show a grey line of what the normal (no losses) symrate should be Periodic auto-rescale Will automatically rescale the graph once a minute, if necessary Sliders Transparency Lets the background of the graph be transparent. Only takes effect on newly drawn lines or by resizing the graph Frequency How often to plot a datapoint Resizer A resizer control is at the lower right of the screen. Click and drag it to resize the window The toggle and slider settings are saved between game sessions Source Code: https://github.com/linuxgurugamer/ShowFPS SpaceDock: https://spacedock.info/mod/1757/ShowFPS It is available in CKAN, CKAN has been updated with the new dependencies License: LGPL https://www.patreon.com/linuxgurugamer
- 68 replies
-
- 13
-
-
Maybe he is getting ready for a release
-
[1.9-1.10] Throttle Controlled Avionics
linuxgurugamer replied to allista's topic in KSP1 Mod Releases
Sounds like you may have compiled it in a debug mode. -
[1.12.x] Tweakable Everything Continued (replacement)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Actually, yes, it's a waste of my time. It is not supported, it is not updated, please don't waste time with bug reports until the modder says it's been updated. Of course, if a modder hasn't been around for a while, this doesn't really apply -
It would have helped if you had mentioned that you were running on Linux. your log is filled with exceptions from KSP-AVC, like the following: KSP-AVC -> System.ArgumentException: Getting control 0's position in a group with only 0 controls when doing Repaint Aborting at UnityEngine.GUILayoutGroup.GetNext () [0x00000] in <filename unknown>:0 at UnityEngine.GUILayoutUtility.BeginLayoutGroup (UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options, System.Type layoutType) [0x00000] in <filename unknown>:0 at UnityEngine.GUILayout.BeginHorizontal (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0 at UnityEngine.GUILayout.BeginHorizontal (UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0 at KSP_AVC.Toolbar.ToolbarWindow.Window (Int32 windowId) [0x00000] in <filename unknown>:0 Remove KSP_AVC and see if that solves the problem
-
[1.2.*] ABookCase Orbital Reference System 0.4.1.0
linuxgurugamer replied to zentarul's topic in KSP1 Mod Releases
Now released for 1.4.1: -
[1.12.x] Toolbar Controller (for modders)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.1.5.4 Fix for fuzzy buttons -
For anyone who need to know, I figured this out. It's Unity :-( The old way of getting textures from the game database: Texture2D texture = GameDatabase.Instance.GetTexture(MainMenu.flagURL, false); doesn't work well because of Unity needed it to be a power of 2. You need to manually read the file using something like: tex.LoadImage(System.IO.File.ReadAllBytes(fileNamePath));
-
Forum user @zentarul made this nice little mod at the request of Twitch streamer ABookCase. It hasn't been updated since KSP 1.2, and I had a request to update it. Original thread is here:https://forum.kerbalspaceprogram.com/index.php?/topic/131706-12-abookcase-orbital-reference-system-0410/& This is a request from ABookCase who wanted a simple mod that displays altitude of an orbit at a point by hovering the mouse over it. Download: https://github.com/linuxgurugamer/abcors/releases Spacedock: https://spacedock.info/mod/1756/ABookCase Orbital Reference System Updated Github: https://github.com/linuxgurugamer/abcors License: MIT Now available via CKAN Main change is that there is now a Settings page, available in the stock settings page, and no more need for a local config file. The mouse is not shown in the screenshots, but I'm sure you can imagine it. Imgur Gallery: http://imgur.com/a/K6wiA
- 17 replies
-
- 14
-
-
[1.2.*] ABookCase Orbital Reference System 0.4.1.0
linuxgurugamer replied to zentarul's topic in KSP1 Mod Releases
And that is why I rebuild all my mods for each major version of KSP. -
[1.12.x] Smart Parts Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I have never tested it using KAS or KIS, it wasn't designed to work with them. That being said, your problem is probably that you didn't set it up before sending it up. For now, you will have to edit the save file to fix this, I'm not planning on adding any ability to change the resource on the fly. -
[1.12.x] Part Commander Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
First, Is Blizzy even showing on screen? If so, then click the dropdown and see if it's there but not set to be show. If that doesn't help, please make sure you have the latest versions of the following mods: Part Commander: 1.1.3.3 Toolbar Controller: 0.1.5.3 Click Through Blocker: 0.1.6 If you have the correct versions, then send me a log file -
[1.12.x] Smartstage, intelligent VAB reset button
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
There is a very good reason for that. I haven't updated it yet