-
Posts
24,934 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
New release, 0.2.1.1 Disabled log spam when not compiled in debug mode
-
[1.12.x] Toolbar Controller (for modders)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
It appears to be a Ckan bug, because the .version files are correct. Ive already opened an issue about this -
[1.11.1] Hullcam VDS Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
You want to play with the cameraPosition. Only change one number at a time, and use small values, like 0.1 to see how things change. Hard to say beyond this because which value to change depends on the other settings Good luck, and if you do it it working, send the settings to me for future incorporation into the mod -
[1.12.x] ShipEffects Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Should be possible to put it in a cfg page -
No one ever mentioned this. Thanks, I’ll get it fixed asap
-
Looks interesting, I’ll read it. But I already have a workflow similar to it for all my mods. The problem he ran into was that this mod currently has an older build configuration. My concern about the csproj file is that it is used both to do local development and as a reference for the files to be referenced and compiled on my Jenkins server. I have my build info documented here: https://github.com/linuxgurugamer/KSP-Build-Scripts with the exception of my local Jenkins config file. Correct me if I’m wrong, but using this seems to require that the mod be compiled outside of this process? If this is so, then I may be able to use it as an addition to my current process
-
Head over to the thread and happy downloading:
-
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Yes -
A Set of Mods for a Complete KSP Experience
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mods Discussions
CKAN supports modpacks via ckan files. It's part of the way I'm going to make this available, eventually -
This is the beginning of a project I'm working on, what could be considered a "modpack", although the only bundling I'll be doing will be a .ckan file. Understand that this is my vision, and your ideas, while welcome for discussion, may not appeal to me. In fact, I'd love to see other people do the same thing. This OP will be continuously edited until complete. I will also engage in discussions in the thread as appropriate. So, some ground rules to start: The license on a mod needs to be such that if the maintainer goes away, someone can take it over and update/release new versions CKAN preferred: If at all possible, only use mods that are available via CKAN. This will make it easier for people to install. Parts mods: Avoid extreme duplication of parts. For example, Airplanes Plus & C.E.D.A Aeronautics Division Airplane Parts Pack are two somewhat similar mods, but there are differences. See below for more discussion on this RO/RSS, etc: No. I would like to keep this using stock & stockalike values, see the next line Planet Pack: As of now, I am thinking of having four different systems: Stock KSP, New Horizons, Galileo's Planet Pack for a bit more challenge and better (?) scenery, and JNSQ to provide a challenge to the more advanced players. Interstellar: Eventually. Possibly this: https://forum.kerbalspaceprogram.com/index.php?/topic/183536-181-galaxies-unbound-nova-kirbani-123-1-08-february-2020/ I'm going to try hard to keep the number of mods lower than my normal install, which is usually more than 200. While nothing is going to be dependent on any DLC, both DLC packages will be fine. So, to start, here are some initial mods for the pack. This first set of mods mostly ignores parts, and is concentrated on Quality of Life, Playability, Visuals and Audio: Base Mods (not mods for bases) Recommended mods (not necessary, but extremely useful): In terms of parts mods, I'll be looking for the following: Aircraft parts. This includes propeller as well as jet engines Fuel Tanks. This includes both aircraft as well as rocket tanks, not necessarily in the same mod Rocket engines. Colonization. Civilian Population comes to mind, but I am aware of some others as well Launch pads, as in EPL, etc. While AlphaMensae's Modular Launch Pads is an absolutely stunning mod, they don't add functionality, so they might end up in the optional extras Construction. This includes things like Kerbal Construction Time, OSE Workshop, etc Manufacturing For all parts mods, I'll be looking for good to excellent detailing, good to excellent effects and a nice range of options. There should be more than one way to do anything, which does imply there there will be some duplication of mods/parts, but not to excess. My example earlier may actually be doable, but I would want to avoid more than two or three of the same kind of parts mods. It would be very useful if, when suggesting or discussing a specific mod, that a link to it is provided. That should be enough to get a discussion going. Edit: 3/1/2020 Exploration & Colonization (rovers, bases, etc) Civilian Population (or Orbital Colony if you just want the parts) Kerbal Planetary Base System Feline Utility Rovers I'm adding a "Gentle Suggestions" section, for things that various people think would add in one way or another to the experience. Gentle Suggestions (mods which can be useful, but not necessary) Per @pmborg's suggestion, I will be revamping this into several categories. Initially I'll start with the following, but this can and will change if needed: Simulation of Life Support / Realism Better Visual Effects ( scatter, BLO and so on ) Parts & More Technology (engines, tanks, drills and so on) Optional's (quick search this and that for example) Planet packs, (Like real Exo planets and Real Solar System or even Real Solar System with Stock)
-
[1.12.x] Civilian Population Modernized
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Not necessary, but I'll see if I can configure it I noticed that as well. It's a collider issue, I will see if I can find someone to fix it. I'll look into the issue of why they aren't dying. -
[1.12.x] Kerbin Date Calendar Recalculated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I'd have to look, but I think that is for initial Kerbal date. 2020 may be running into a floating point overflow -
[1.12.x] Filter Extensions (No localization)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 3.2.4.1 Thanks to forum user @Gordon-Dry for these: Bluedog_DB fix Update SubCategories_Electrical.cfg (KSP-IE quick fix) Tantares fix Update SubCategories_Electrical.cfg -
New release, 1.4.6.24 for KSP 1.7.3, 1.4.7.13 for KSP 1.8+ Thanks to @siimav for these: Apparently there are mods that define custom KSC facility types. Those cannot currently be resolved to the KSP SpaceCenterFacility enum and will cause facility upgrade attempts to fail. I made KCT_UpgradingBuilding.facilityType field nullable so that any custom facilities would just be null there. In the process I also found out that KSP is unable to automatically persist nullable enums so a workaround had to be written for that. All spent funds that are related to vessel building & rollout are now logged under TransactionReasons.VesselRollout. This is rather important for RP-1 career logger
-
HazardousBody corrosion effect
linuxgurugamer replied to JadeOfMaar's topic in KSP1 Mods Discussions
Anything is possible, but is it worth it? I don’t think so -
[1.8.1] DaMichels Parts [1.1.0.0](2020 02 17)
linuxgurugamer replied to zer0Kerbal's topic in KSP1 Mod Releases
For radiating, Im pretty sure its the exposed surface area that is important, not the angles.