-
Posts
24,896 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.12.3+] RealChute Parachute Systems v1.4.9.5 | 20/10/24
linuxgurugamer replied to stupid_chris's topic in KSP1 Mod Releases
Hi, I'm not sure what's going on, so any idea will help. This is a problem in my 1.0.2 AND 1.0.3 install Used to be that you could tweak things in Realchute such as the deployment altitude, atmo pressure, etc. I just noticed that I can't do that anymore. I have Realchute 1.3.2.3 installed Is anyone aware of any mods which might do this? I have a lot, so before I start listing everything, I'm hoping for a little direction. LGG -
[1.12.x] Kerbal Alarm Clock v3.13.0.0 (April 10)
linuxgurugamer replied to TriggerAu's topic in KSP1 Mod Releases
The only difference between the two is a bug fix. -
[1.2] Procedural Fairings 3.20 (November 8)
linuxgurugamer replied to e-dog's topic in KSP1 Mod Releases
I'm having a strange problem when using these and MechJeb. I use the Mechjeb Ascent Guidance computer, with Auto-warp set. Usually, I have to tell Mechjeb to stop at a specific stage or else it jettisons the fairing way too soon. What I saw was that Mechjeb does NOT autowarp until I manually jettison the fairing, then it works fine. I'm not sure where the problem is, I'll post this also in the Mechjeb thread. This is on 1.0.3, which I know it hasn't been updated for yet. But I think I've seen this on 1.0.2 as well. -
1.1.2 Magic Smoke Industries Infernal Robotics 2.0.2
linuxgurugamer replied to sirkut's topic in KSP1 Mod Releases
Take a look at this: http://forum.kerbalspaceprogram.com/threads/65365 -
[1.12.x] Heat Control - More radiators! (August 18, 2024)
linuxgurugamer replied to Nertea's topic in KSP1 Mod Releases
The following code will allow AutoPruner to prune the thermal parts, just put it into a file such as: thermal.prnl and run it: pruner -prune thermal.prnl File: # # Delete the new Squad radiators # Squad/Parts/Thermal -
[1.8.x] CraftHistory - 2.2.1 - 18.10.2019
linuxgurugamer replied to SpaceTiger's topic in KSP1 Mod Releases
Where are the history files stored? -
I just installed the latest version (0.40 I think). and yes, i did install Git. I'm getting a lot of the following in the liquid.exe window: Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. I tried deleting all the .git directories and restarting, but it continued. I have three saves here, it appears to only be in one save, but I'm not sure It does appear to be working, since I can see things in the browser Any ideas? Thanks in advance LGG
-
[1.12.x] DeepFreeze (v0.31.0) 12th Sep 2021
linuxgurugamer replied to JPLRepo's topic in KSP1 Mod Releases
Well, that does make sense, since when in cryo, they aren't doing anything to earn xp -
[DEVTHREAD]Pathfinder - Space Camping & Geoscience
linuxgurugamer replied to Angelo Kerman's topic in KSP1 Mod Development
I've taken the liberty to set up 3 different zip files. While I think these are correct, you need to test them yourself. DeepSpaceExplorationVessels Pathfinder WildBlueIndustriesSA I saw you had a png file there in the Squad folder, I'm not sure what it is, and I'm not sure if you need to put it in that directory, I'd suggest you see if you can put it somewhere else. Hope this helps LGG -
[1.1] RemoteTech v1.6.10 [2016-04-12]
linuxgurugamer replied to Peppie23's topic in KSP1 Mod Releases
Thank you! -
[DEVTHREAD]Pathfinder - Space Camping & Geoscience
linuxgurugamer replied to Angelo Kerman's topic in KSP1 Mod Development
Hi, The Netkan people contacted me. There is a problem with your two mods, in that they have conflicting/duplicated files (the Agencies dir and the WildBlueTools.dll). Because of this, you will need to do the following: Create a WildBlueIndustriesSA mod, containing the following: 1. Agencies & Flags 2. The WildBlueTools.dll 3. The following files: license.txt, MiniAVC.dll 4. I don't think you need the MiniAVC.xml file in the Pathfinder release, that is written by the miniavc.dll 5. I would suggest putting the WildBlueTools.dll into a directory called Plugins Once this is done, then: 1. Upload the SA mod to kerbalstuff 2. Upload both updated mods to kerbalstuff (the updated mods will have the Agencies and the other files removed) 3. Either let me know so I can modify the Pathfinder.netkan to add this new mod as a dependency, or you could do it 4. Write a netkan file for the Deep Space Exploration Vessels; this would be essentially be very similar ot the Pathfinder.netkan I'd also suggest moving the following files from the Deep Space Exploration Vessels into the Plugins directory: Cooldown.dll DSEVUtils.dll Overall, since you are putting multiple mods in a single master directory (WildBlueIndustries), it would be best if the WildBlueIndustries directory only contain other directories. This way each mod would be mostly self-contained. Let me know if you want any help. I'm going to be available on and off most of the day/week, so send me a PM if you want help or have questions LGG -
I came across a problem where I had pruned some files, then went ahead and updated (via CKAN) the mod, then did an unprune operation. It just went ahead and overwrite the newer files. So I went ahead and modified the pruner.pl file with the following code : Around line 97, where it says: rename($file, $+{base}); replace that line with the following: if ( -e $+{base} ) { say "$+{base} exists" # Uncomment the following line if you want the .pruned file deleted # unlink $+{base}; } else { say "Unpruning $file..."; rename($file, $+{base}); } I deliberately did not add a check when doing the prune function, but it really should be there, if nothing else than to remove the old .pruned file before renaming the current file to .pruned. LGG
-
[1.1] RemoteTech v1.6.10 [2016-04-12]
linuxgurugamer replied to Peppie23's topic in KSP1 Mod Releases
Will ModuleManager be able to edit the RemoteTech_Settings.cfg file before RT reads it, once it's been created? Alternatively, could MM just totally replace the entire cfg file, or, if it doesn't exist, create it? Thanks -
[1.12.x] Docking Sounds!! v2.1.13 (1/30/2023)
linuxgurugamer replied to tg626's topic in KSP1 Mod Releases
Hi, Nice mod, have some rep. Two things: First, you left out a colon in the URL for this forum thread. You have the following on Kerbalstuff.com: http//forum.kerbalspaceprogram.com/threads/125901 Second, do you think you could get this added to CKAN? It's a fairly simple mod, and would make life easier to keep updated. Other than that, thanks for a nice simple mod. LGG - - - Updated - - - Think of it as some small mechanism pulling two large masses together. It will act like a pump, pulling a little at a time.- 137 replies
-
- sound effects
- docking
-
(and 1 more)
Tagged with:
-
So what is a KSP float curve?
-
[DEVTHREAD]Pathfinder - Space Camping & Geoscience
linuxgurugamer replied to Angelo Kerman's topic in KSP1 Mod Development
Your welcome. Hopefully they will have done the merge by tomorrow morning and I'll be able to try it out. LGG -
[DEVTHREAD]Pathfinder - Space Camping & Geoscience
linuxgurugamer replied to Angelo Kerman's topic in KSP1 Mod Development
Ok, it's done, I had to make a single line addition: "x_netkan_license_ok": true, - - - Updated - - - Yes. I called the file: Pathfinder.netkan LGG -
[DEVTHREAD]Pathfinder - Space Camping & Geoscience
linuxgurugamer replied to Angelo Kerman's topic in KSP1 Mod Development
I'll do it now, here are the steps: 1. On Github, clone the NetKAN repository 2. Create a local clone using the git command 3. Add the file to the proper directory (NetKAN/NetKAN) 4. Add it to the repo: git add . 5. Commit it: git commit 6. Push it back to Github: git push you will need your github userid/password to do this 7. Once done, you need to get onto Github and create a pull request. -
[DEVTHREAD]Pathfinder - Space Camping & Geoscience
linuxgurugamer replied to Angelo Kerman's topic in KSP1 Mod Development
It's easiest to just add it to NetKAN and watch the update, it only takes a couple of minutes. Let me know if you'd like me to do that for you. LGG -
[DEVTHREAD]Pathfinder - Space Camping & Geoscience
linuxgurugamer replied to Angelo Kerman's topic in KSP1 Mod Development
Well, I've found that that little checkbox doesn't work all the time. One issue is your license: CC-BY-NC SA 4.0 Try changing it to CC-BY-NC-SA-4.0 - - - Updated - - - Also, I downloaded your mod, and was a bit confused by what was in there. I assume that the directory WildBlueIndustries is the mod itself, but what about the CommunityResourcePack directory? Are these files already in the CRP? Edit: Oh, I see. You just included it so to make it easy to download. This makes the netcan file pretty easy, let me know if you want some help with it. - - - Updated - - - Hi, I took the liberty to write this up for you: { "spec_version" : "v1.4", "identifier" : "Pathfinder", "$kref" : "#/ckan/kerbalstuff/933", "release_status" : "stable", "depends" : [ { "name": "CommunityResourcePack" }, { "name": "ModuleManager" } ], "install" : [ { "find" : "WildBlueIndustries", "install_to" : "GameData/WildBlueIndustries" } ] } This should work, you will need to add and merge it to the NetKAN repo. LGG -
[DEVTHREAD]Pathfinder - Space Camping & Geoscience
linuxgurugamer replied to Angelo Kerman's topic in KSP1 Mod Development
It's on Kerbalstuff, but not yet in CKAN. I just checked the NetKAN repo, I don't see a file for this there yet. Looks like a really nice mod, I'll be checking it out soon. LGG -
I'd like to report a bug with this: The following file installed by the CraftHistory mod: { "NAME":"KerboKatzUtilities", "URL":"https://github.com/Xarun/KerboKatzUtilities", "DOWNLOAD":"https://github.com/Xarun/KerboKatzUtilities/releases", "GITHUB": { "USERNAME":"Xarun", "REPOSITORY":"https://github.com/Xarun/KerboKatzUtilities", "ALLOW_PRE_RELEASE":false, }, "CHANGE_LOG_URL":"https://github.com/Xarun/KerboKatzUtilities/blob/master/changelog.txt", "VERSION": { "MAJOR":1, "MINOR":2, "PATCH":6, "BUILD":0 }, "KSP_VERSION": { "MAJOR":1, "MINOR":0, "PATCH":2 }, "KSP_VERSION_MIN": { "MAJOR":1, "MINOR":0, "PATCH":0 }, "KSP_VERSION_MAX": { "MAJOR":1, "MINOR":0, "PATCH":2 } } gets reported at startup time as being that the mod was compiled for 1.0, not 1.0.2 I did report this as an issue on GitHub