-
Posts
25,051 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
Thank you for the feedback. Regarding the performance issue, could you please uninstall it and run the same game and see how your performances in the editor please. Someone else reported the same problems and it turned out to be other mods giving him performance issues. It doesn't do anything in the editor which it isn't doing in the flight scene so it doesn't make sense that it's causing an issue in the editor. I will be addressing the typos, thank you very much
-
[1.3.0] Launch Numbering 0.4.0
linuxgurugamer replied to Damien_The_Unbeliever's topic in KSP1 Mod Releases
Ok, so a couple of comments, I was just testing this for my use: Initial vessel of a series does not have a number. Maybe put in an option to the settings to always number vessels If the last digit of a vessel name is a digit, it doesn't assign any numbers. This is, IMHO, not great. At least provide an option in the settings about it Having a standard format for the numbering is fine, until someone wants something different. I suggest creating a very simple template which would have three substitutable values: <<name>> <<launchNumber>> <<blocNumber>> or [name] [launchNumber] [blocNumber] Using these, and a single rule that text immediately in front of a field is only used if the field itself has data, a simple default template to do the same as what you currently have would be: <<name>> <<launchNumber>>-<<blocNumber>> [name] [launchNumber]-[blocNumber] so, given a name: My Big Launcher the final result would be (for launch 2, bloc 3): My Big Launcher 2-3 You can have the template in a config file, where people can change it if they want, but if they don't, then they won't see any change. This would allow the people who don't want to be technical to use the mod, while those who want a bit more customizations to have it available -
[1.3.0] Launch Numbering 0.4.0
linuxgurugamer replied to Damien_The_Unbeliever's topic in KSP1 Mod Releases
Correct me if I'm wrong, but does this not put a number on the first launch of a model? Edit: I confirmed in code it doesn't, see my next post for comments -
Deleted is easy. Overwritten is much harder, if at all possible. Ram, forget it
-
At the very least, use your computer for permanent storage and sign up with a good offsite backup service . I use Backblaze, but there are other good services available.
-
Yes, do you like it?
-
Never heard of you :-) welcome back
-
Adding this as a feature request
-
Weird terrain error on Google Earth
linuxgurugamer replied to UnionPacific1983WP's topic in The Lounge
Most likely the software misread the river as being much higher, maybe due to reflections of light from when the original picture was taken -
Finally! Release Candidate!!!!! 0.0.1.15-RC1: Fixed internal index counter Added space between thumbnails Added check on load to be sure the index isn't greater than logIdx, this can happen from a crash, or a revert/exit. If check fails, sets logIdx to 1 greater than loaded index value Moved permanent screenshotcnt to ScenarioModule Merged both Scenario Modules Disabled the "Log Entry Saved" message Added check to NOT record log entry if debris got modified/destroyed https://github.com/linuxgurugamer/KaptainsLog/releases/tag/0.0.1.15
-
Crashing on Launch
linuxgurugamer replied to curtisp's topic in KSP1 Technical Support (PC, unmodded installs)
What are you system specs? What version of Windows are you running? Do you have anything else running at the same time? -
Crashing on Launch
linuxgurugamer replied to curtisp's topic in KSP1 Technical Support (PC, unmodded installs)
The logs will be at one of the following locations (Windows): KSP_win\KSP_Data\output_log.txt KSP_win64\KSP_x64_Data\output_log.txt (64bit) %USERPROFILE%\AppData\LocalLow\Squad\Kerbal Space Program\output_log.txt Replace the "KSP_win" or "KSP_win64" with the actual directory where the game is. If you don't see them there, then copy the ENTIRE third line and paste it into the windows search -
Crashing on Launch
linuxgurugamer replied to curtisp's topic in KSP1 Technical Support (PC, unmodded installs)
Wrong files. Please read this:http://forum.kerbalspaceprogram.com/index.php?/topic/83212-how-to-get-support-read-first/ We need the output_log.txt file -
[1.12.x] Loading Screen Manager
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I've looked at the code, I don't see any way this could be happening? Is it possible that those "tips" are being included in the stock tips? Please enable the "DumpTips" and start the game, then send me the log file. -
Crashing on Launch
linuxgurugamer replied to curtisp's topic in KSP1 Technical Support (PC, unmodded installs)
Did you delete the entire KSP directory and then reinstall? And, the log file would be very helpful -
Crashing on Launch
linuxgurugamer replied to curtisp's topic in KSP1 Technical Support (PC, unmodded installs)
Do you have any mods installed? -
New release, 0.0.8: Refactored code to deal with issues related to the pre-installed mods
-
[1.12.x] Loading Screen Manager
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Issues now open on github, please add there