-
Posts
24,931 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
Originally written by @strideknight, original thread is here: https://forum.kerbalspaceprogram.com/index.php?/topic/94517-*Taken up by @zer0Kerbal, he disappeared last summer from everywhere, so I'm picking this up. His thread is here: https://forum.kerbalspaceprogram.com/index.php?/topic/191525-prerelease-173-moarkerbals-populate-your-colony-in-space-1110-2020-02-09/ Beta Download on SpaceDock, Github. Available on CKAN. MoarKerbals (MK) adopted for curation by linuxgurugamer - Originally created by strideknight Kerbthulhu Kinetics Program's MoarKerbals Populate your colony in space! This mod installs a Klone Bay that you can use to replicate new kerbals wherever you feel like. It takes a fair amount of electricity, and when combined with USI's MKS mod or TAC Life Support, it will require biomatter as well. There is a small chance for a freakish accident to occur, which can be disabled in the part's .cfg file, or you can just quicksave before kloning This is a fairly simple mod that adds the ability to use resources to create a new kerbal. Requires resources and the presence of a living kerbal. There's a small chance that an accident can happen - this is experimental technology after all. You can disable accidents or change the requirements in the part's .cfg file if you want, or just save before operating. MoarKerbals adds two parts: orbital station ground station (Klone Bay) It requires a large amount of electricity to operate, and @strideknight has always played with Roverdude's MKS and TAC's Life Support, so it automatically integrates with them to require Biomass or other materials. Also, [strideknight] included configs for the Community Tech Tree. Both require ModuleManager to integrate. MoarKerbals was inspired by [strideknight]'s desire to have a small colony of Kerbals living in zeppelins around Jool who populate the planet, evolve their own society, and then to go to war with the "grounders" back on Kerbin. This is [strideknight]'s first mod and it runs fine installs, so let me know if you find any bugs. All constructive feedback/suggestions are also welcome. Enjoy! Known issue Because [strideknight] used the stock lander can for internals, which is only sized internally for two, if you clone a third kerbal into the bay it won't show up in the kerbal profiles at the bottom right. They will show up properly once you transfer them to another module though. Features Added functionality for the Mobile Processing Lab in the late game Simple, configurable and adds levels of depth to the gameplay without a learning curve Availability Source: https://github.com/linuxgurugamer/MoarKerbals Download (beta): https://github.com/linuxgurugamer/MoarKerbals/releases License: CC 4.0 BY-NC-SA Dependencies Module Manager SpaceTuxLibraries Recommends KerbalStats Community Resource Pack Suggests Mining Expansion Hot Beverages Irradiated KGEx (coming soon) B9StockPatches Kerbal Inventory System Kerbal Attachment System Not So SimpleConstruction (NSSC) Infernal Robotics - Next SimpleConstruction SimpleLogistics On Demand Fuel Cells (Refueled) Supports Kerbal Change Log USI-LS MKS SimpleLife
-
Well, yes, but you do have physical time warp. I suppose I should ask if you are on console or pc, it does make a difference. Airplanes can be a significant part of the game. There's a lot to do, and you do have to start off small
- 121 replies
-
- 2
-
- totm april 2021
- whats hard for you in ksp?
-
(and 1 more)
Tagged with:
-
Use airplanes for things like that
- 121 replies
-
- totm april 2021
- whats hard for you in ksp?
-
(and 1 more)
Tagged with:
-
Getting ready for the first manned trip to Duna, with life support
-
Can you provide a set of steps which will reliably reproduce the error? I'll look into it, sounds like there is a nullref causing the failure. Sad about @zer0Kerbal, I have no idea what happened to him. We were working well together You realize, of course, that this is going to make me adopt all of his "simple" mods?
-
New release, 0.1.8.4 Fixed kerbals not walking in 1.11.x
-
New release, 1.1.1.12 Added ability to start follow while in water Fixed issue of kerbals not moving in new KSP version 1.11.2
-
I support two mods: Eva Follower Walk About which both make kerbals walk around. Walk About was actually written using code from Eva Follower, so it makes sense the problem is in both. In 1.11.2 (what I've been testing on), the kerbals it's trying to move animate, but stay in place. After a few hours of digging and an off-hand suggestion from a Twitch viewer, it seems that the collider(s) for the kerbals is hitting the ground, and they aren't moving. It could also be there is some new code which essentially "locks" a kerbal in place to keep it from sliding. I did add the new ResetRBAnchor() call, but that didn't seem to help. I should add that the Vessel.isAnchored is false, so I didn't think the ResetRBAnchor work do anything, but didn't hurt to try it out This is the code in question: Quaternion from = eva.part.vessel.transform.rotation; Quaternion to = Quaternion.LookRotation(move, eva.fUp); Quaternion result = Quaternion.RotateTowards(from, to, eva.turnRate); eva.part.vessel.SetRotation(result); Rigidbody rigidbody = null; eva.GetComponentCached<Rigidbody>(ref rigidbody); //move if(rigidbody != null) { eva.vessel.ResetRBAnchor(); // Just added as test rigidbody.MovePosition(rigidbody.position + move); } I did notice that if I added an "up" component to the movement, they would move, but in a jerky manner. My assumption is that the "up" movement is breaking the contact with the ground. One more thing: This is only a problem on land. When in the water, the mod works fine (ie: kerbals move (slowly), and followers do follow properly. Suggestions? Thanks
-
[1.12.*] KerBalloons Reinflated - Real Science?
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
First off, the popping is very dependent on the altitude. How high above their limits are they flying? Second, the "flicker" is odd, sounds like something is going on, I'll need to see the log file to be able to do anything. Finally, could you get me a short video showing the configuration save issue. -
[1.8.x, 1.9.x, 1.10.x] PartInfo
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.0.6.1 Added code to deal with embedded character sequence @"\n", found in new ModuleCargoPart -
New release, 0.0.2.1 Fixed nullrefs caused by UniversalStorage.GetInfo() begin called by ModuleCargoPart during initialization I've converted this beta into a full release. No changes from the dropbox version
-
I know the problem, working on it
-
Propulsion Mods
linuxgurugamer replied to The Blazer's topic in KSP1 Technical Support (PC, modded installs)
SpaceTux Recycled Parts has a nuclear jet engine -
[1.12.x] Cacteye 2 Refocused Full Release
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Was added by myself -
If I don't hear anything bad by this evening, I'll convert this beta into a full release
-
[1.3] NavBallTextureChanger v1.6 (8/7/17)
linuxgurugamer replied to TheRagingIrishman's topic in KSP1 Mod Releases
Feel free to suggest any changes or do any PRs