-
Posts
24,896 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
how do i update a mod?
linuxgurugamer replied to noobkerblkat's topic in KSP1 General Mod Development Help and Support
Just like that :-) Welcome to the forums. I found some time, and have uploaded a initial pass to github. @Clamp-o-Tron has offered to do a balancing pass, I'm going to wait for his input before checking the tank volumes. It does work now, the repo is here: https://github.com/linuxgurugamer/Taerobee -
[1.4.X] Taerobee - Stockalike X-1 and More [27/01/2017]
linuxgurugamer replied to Beale's topic in KSP1 Mod Releases
Would you remember what the original license for this would be? The version uploaded to github by @Peter JY doesn't seem to have a license file -
how do i update a mod?
linuxgurugamer replied to noobkerblkat's topic in KSP1 General Mod Development Help and Support
Sure. I'm looking at it right now. If you like, I've already cloned the repo and have done a basic pass through it, converting images to dds, fixing the categories, adjusting max temps, adding missing bulkheadProfiles, adding tags and formatting. I will commit my changes in a little while, -
how do i update a mod?
linuxgurugamer replied to noobkerblkat's topic in KSP1 General Mod Development Help and Support
I will have a few minutes to look at it later tonite, will at least know what it will need -
[1.4.X] Taerobee - Stockalike X-1 and More [27/01/2017]
linuxgurugamer replied to Beale's topic in KSP1 Mod Releases
Link? -
how do i update a mod?
linuxgurugamer replied to noobkerblkat's topic in KSP1 General Mod Development Help and Support
Hi, My understanding is that there are better X1 mods out there. At this time I do not have time to be able to work on this If I get some time I'll look at it -
I have the following patches for SpaceDust and SCANsat, please take a look. They are NOT finished, need to be adjusted with the right values: SCANsat: SpaceDust:
-
yes, I found that while looking for it. I'll be looking into adding patches for it and scansat into this before a full release Would be nice if someone sent me patches...
-
It has been confirmed in the past that the answer is no.
- 201 replies
-
- ksp 2
- creative director
-
(and 1 more)
Tagged with:
-
I have no idea what Space Dust is ( looks like a new mod in development). I'd be happy to integrate patches like these in the adopted version I'm working on. I’ll write them myself if no one sends me any. My list of fixes has gotten longer, I just fixed a nullref in the CactEyeAsteroidSpawner. Also updated most of the parts with various missing things. I hope to get a beta out this weekend for you all to try to break :-)
-
New release, 0.0.1.2 Fixed error caused by kerbalEVA parts Added code to prevent filenames of ".csv" It was the kerbalEVA parts which were causing the problems I'll add it to a feature request. But I want to wait a bit to be sure the current code is stable before adding that
-
For curiosity's sake, can you try a different mod? Also try without the parts attributes, would like to see what happens Edit: No need for that, it's the kerbalEVA parts causing the problem
-
Can you tell me what you are selecting for export? It's a new error, happening in a different spot
-
Nuts. Looks like I cleaned up a little too much. I'll get it fixed later this morning New release, 0.0.1.1 Fixed nullref during export due to not exporting all the partattrs
-
[1.11.1] Hullcam VDS Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Yes. This link in my signature is helpful: Read this BEFORE asking for support: http://forum.kerbalspaceprogram.com/index.php?/topic/83212-how-to-get-support-read-first/ Install the ZeroMiniAVC mod: https://spacedock.info/mod/1614/ZeroMiniAVC -
It's getting the data from the GameDatabase, which is what the game uses
-
Having needed to get data from lots of parts for balancing purposes over the years, I finally wrote and finished this little mod which will allow you to select mods and part modules inside the mod, and export the data to one or more CSV files Availability Download: https://spacedock.info/mod/2566/KSP DataDump/download Source: https://github.com/linuxgurugamer/KSP_DataDump License: ARR Available via CKAN The following is the first dialog to be shown. The first button toggles between two values: Selected Modules Applies to all Parts A module and any properties selected will be applied to all mods, not just the mod you selected it in Selected Modules Only Selections apply only to the mod they were selected in Part Attributes are values common to all parts. A small selection are available to export, as shown in the following: Once a mod has been selected in the first window, the Part Module Selection window will open up and show all the part modules that are used in the mod: Finally, after selecting a part module, you can then select various properties which are specific to that part module: When done, click the Export button
- 23 replies
-
- 10
-
According to what I dump to the log file, the asset names are: DockingCameraKURS: assetName: assets/dockingcamera-crt.shader DockingCameraKURS: assetName: assets/dockingcamera-grayscale.shader DockingCameraKURS: assetName: assets/dockingcamera-nightvision.shader DockingCameraKURS: assetName: assets/dockingcamera-nightvisionclear.shader DockingCameraKURS: assetName: assets/dockingcamera-none.shader DockingCameraKURS: assetName: assets/dockingcamera-thermalvision.shader DockingCameraKURS: assetName: assets/dockingcameratextures/dockingcam.png DockingCameraKURS: assetName: assets/dockingcameratextures/image6.png DockingCameraKURS: assetName: assets/dockingcameratextures/lampoff.png DockingCameraKURS: assetName: assets/dockingcameratextures/lampon.png DockingCameraKURS: assetName: assets/dockingcameratextures/selfrot.png DockingCameraKURS: assetName: assets/dockingcameratextures/targetpoint.png DockingCameraKURS: assetName: assets/dockingcameratextures/targetrot.png I've committed my changes, and am holding off to see what you can come up with, you seem to know more about the cameras than I do
-
It's always bothered me that animations didn't use any power. This addresses that issue. This is a little mod which will make animations (stock parts for now) use EC. Availability Download: https://spacedock.info/mod/2565/Realistic Power Draw Source:https://github.com/linuxgurugamer/RealisticPowerDraw License: GPLv2 Dependencies Module Animate Generic Resource Usage CKAN soon