-
Posts
24,936 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
To find your log file: Windows (32-bit): See {KSP}\KSP_Data\output_log.txt Windows (64-bit): See {KSP}\KSP_x64_Data\output_log.txt Mac OSX: Open Console, on the left side of the window there is a menu that says 'files'. Scroll down the list and find the Unity drop down, under Unity there will be Player.log. Aka Files>~/Library/Logs>Unity>Player.log Linux: See ~/.config/unity3d/Squad/Kerbal Space Program/Player.log
-
[1.12.x] Vessel Viewer Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
That kind of makes sense. I'll have to do some testing when I get time with large part-count vessels -
[1.2, 1.3] KW Rocketry Redux 3.1.1.1 released
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I have to merge in a very large PR, and will then see if I can do something about some new images -
[1.12.x] Vessel Viewer Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
So it is related to the number of parts, or number of mods? -
[1.7] KVV - Kronal Vessel Viewer = Exploded ship view
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Oh, that makes sense then, it displays when the Center of Mass is displayed. I still think I'm going to pull it out, though -
[1.7] KVV - Kronal Vessel Viewer = Exploded ship view
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Show com??? I'm probably going to pull it out into its own modlet -
[1.7] KVV - Kronal Vessel Viewer = Exploded ship view
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
For positioning, i guess. It's from the original mod -
[1.7] KVV - Kronal Vessel Viewer = Exploded ship view
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
The grid is from KVV, interesting that it appears like that. I thought it wasn't active. I'll have to take a look at it -
For me, once I'm ready to release, takes about 10 minutes. I keep a changelog up-to-date as I make changes, so I don't bother rewriting the read-me that often: Update .version file Rebuild release code Run script to build release package (mostly a Windows batch file, a few use a bash shell script) Commit all changes to Git Push changes to github Upload new file to Spacedock (I don't bother with curseforge) Upload new file to Github (this also tags the release for me) Update KSP-AVC web site with correct version Post in appropriate forum What takes time for me is when I'm doing an initial release for a new (or newly adopted) mod. Also, I update the version file first because part of the build process embeds the version into the assembly, so that when someone has a problem and send me the log file, I can immediately see which version they are running. This has helped solve some issues very quickly, when people say that they are running the latest and it turns out they aren't. So rather than calling someone out, I can simply point to the log file and say that they made a mistake. Anyway, regarding a quick patch, why don't you do the coding and just make an unofficial dll available?
-
[1.1] Navball docking alignment indicator (Community Edition)
linuxgurugamer replied to Leeman's topic in KSP1 Mod Releases
Hi Everybody, I noticed that @Leeman hasn't been around since Sept. 27. That being the case, I wouldn't mind adopting this and keeping it going. let me know -
New release: 0.1.7: Fixed sort of sizes Added text "Adapter" to adapter sizes Moved initial window position right 100 pixels Added code so that window will have a minimum height of 10 buttons, and a maximum height of 20 Fixed sort so that: The line with "larger" appears at the end Lines beginning with "Adapter" appear after the other lines
-
[1.12.x] Vessel Viewer Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
What are the specs of your system? What kind of video card? It's a resource intensive mod, I haven't heard of anyone else having problems. Please send me your log file, maybe there will be some info there. Thanks