-
Posts
24,927 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.12.x] Crew R&R - Crew Rest & Rotation
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Thanks. I've updated CKAN, it should now allow both in a 1.2.2 install -
[1.3.0] Launch Numbering 0.4.0
linuxgurugamer replied to Damien_The_Unbeliever's topic in KSP1 Mod Releases
Why not use a very simple template, something like this: anytexhere<<#>>anytexthere Where you would replace the <<#>> with the number. The first would be how many leading zeros to put there. So for example: STS-<<0>> Would generate names like: STS-1 STS-2 etc. and: STS-<<1>> would generate names like: STS-01 STS-02 etc You could get fancy and start having two numbers, the first number being the major number, and use the minor number for variants. But that may be getting too far beyond what you want to do, cause then you have to start figuring out how to determine variants. -
[1.9.x] QuizTech Aero Pack Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Well, try reading my signature to start. Here, I'll help you: Read this BEFORE asking for support: http://forum.kerbalspaceprogram.com/index.php?/topic/83212-how-to-get-support-read-first/ -
Not caused by my actions, but I did the Retro Solar Orbit rescue challenge in 99 days, using life support. Rescue ship had about 60,000 m/sec dV , the first if the two launch vehicles weighed over 20,000 tons
-
Ill update the OP today
-
Can't change part name? [1.3]
linuxgurugamer replied to UbuntuLinuxKing's topic in KSP1 Mods Discussions
Ok, so here is your problem: This is from the file: title = #autoLOC_500445 //#autoLOC_500445 = RE-M3 "Mainsail" Liquid Fuel Engine manufacturer = #autoLOC_501637 //#autoLOC_501637 = Rockomax Conglomerate description = #autoLOC_500446 //#autoLOC_500446 = A monster of an engine for heavy lifting purposes, the Mainsail's power rivals that of entire small nations. Anything following the two slashes is a comment. So what is really there is: title = #autoLOC_500445 manufacturer = #autoLOC_501637 description = #autoLOC_500446 Those strange autoLOC tags are localization tags, and reference strings elsewhere What you want to do is this: title = My Title Here manufacturer = My Manufacturer description = This is my new description Why did you say this? This is someone trying to be creative, and is using this part to learn. Change the values as I described will not hurt the game at all -
Can't change part name? [1.3]
linuxgurugamer replied to UbuntuLinuxKing's topic in KSP1 Mods Discussions
I'm on mobile right now, I'll take a look when I get home. -
Can't change part name? [1.3]
linuxgurugamer replied to UbuntuLinuxKing's topic in KSP1 Mods Discussions
Probably localization at work -
[1.12.x] Crew R&R - Crew Rest & Rotation
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Well, there's a problem. KCT isn't listed on CKAN as being available for 1.3 I've contacted @magico13 about it -
[1.12.x] Crew R&R - Crew Rest & Rotation
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
CKAN is being updated now, it should be available to install with KCT in a few minutes. Sorry for the wrong info earlier, I deal with so many mods, sometimes I forget what I've done with each one -
[1.12.x] Danger Alerts Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.4.2: Fixed name of Terrain Warning (had extra t) Fixed collision alarm not sounding Changed all Debug.Log to Log.Info, & added logging class Renamed ResourceAlertCnt to ResourceAlertRepetation for better clarity -
Reentry Effects and Plasma
linuxgurugamer replied to AlamoVampire's topic in KSP1 Suggestions & Development Discussion
Actually, you're wrong. The mod is licensed under the GPL, but there is nothing preventing @pizzaoverhead from giving a different license to it. He owns that code, he can change the license anytime he wants to. The license prevents Squad from just taking it and using it, but if they want, they could license it from @pizzaoverhead in a different manner. -
[1.12.x] Crew R&R - Crew Rest & Rotation
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Aarrggghhh! I'll lpok into the CKAN issue. -
[1.12.x] Kerbal Alarm Clock v3.13.0.0 (April 10)
linuxgurugamer replied to TriggerAu's topic in KSP1 Mod Releases
I've always wondered about that. Any way to turn it off? -
Not that I'm aware of
-
Consider you having been asked
-
[1.2.2] Stock Part Revamp, Update 1.9.6. Released Source Files!
linuxgurugamer replied to Ven's topic in KSP1 Mod Development
PR submitted for the tank volumes and masses -
Corrupted Save is Corrupted
linuxgurugamer replied to CptAWatts's topic in KSP1 Gameplay Questions and Tutorials
You could just delete the settings.CFG and restart the game that will recreate the settings file