-
Posts
703 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by FungusForge
-
When will the Kopernicus 1.9.1 be?
FungusForge replied to Faraon2134's topic in KSP1 Mods Discussions
When its done. Nothing else can really be said about it. -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
FungusForge replied to Thomas P.'s topic in KSP1 Mod Releases
Parent body. I set the LANS and inclination/angle of both Mun and the rings to the same values. -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
FungusForge replied to Thomas P.'s topic in KSP1 Mod Releases
Currently using KSP 1.6.1 and Kopernicus 1.6.1-2. Making some personal edits, changing Mun's orbit and replacing Kerbin with Gaia from GPO. I gave Mun an inclination of 12.9 and wanted to line up the ring with Mun, but the ring pivots as Gaia moves around the sun, so the two are only aligned once a year. Is there any way to get it to not do that, and have the ring and Mun aligned throughout the year? Config currently looks like this: Ring { angle = 12.9 longitudeOfAscendingNode = 110 lockRotation = true } -
What weapons work properly in space? From reading the thread I can see the HEKV functions, but I remember the last time I used this mod ages ago, bullet turrets flat out couldn't hit their targets.
-
Make an "Ultimate Edition" eventually
FungusForge replied to Jestersage's topic in KSP1 Suggestions & Development Discussion
In fairness, the title does say "eventually". -
Its generally good etiquette to not pester mod authors for updates, they have lives of their own, and the 1.1 version runs Kopernicus which itself was only recently updated to 1.6 as a dependancy. There's also a link to the 1.1 version with 2 inclination axes on the previous page.
-
So I just downloaded this and I gotta ask how you gave the stars their own icons in the tracking station.
- 419 replies
-
- kopernicus
- star systems
-
(and 2 more)
Tagged with:
-
Add-on to make antennas required for unmanned vehicles?
FungusForge replied to PTGFlyer's topic in KSP1 Mods Discussions
At all? Is it the same issue mentioned previously or a new one? Maybe try a full uninstall and reinstall if you haven't already, its a good way to clean out shenanigans. -
In regards to the Steam thing, you can opt into "betas" that are just previous versions of the game, going as far back as 1.0.5, which honestly sounds like Squad doing what they can for us, despite what Steam wants to do. Also, even though Steam doesn't let us just not update, you can also set the game to only update when you launch it. This will make it quite hard to not notice your game has been updated, and in KSP's case, will allow you to then decide to opt in to a previous version that works with your mods.
-
There's this link here which works for me. Alas, with "Temporary Kerbal Maps" being what the browser tab calls it I've no idea how long we can really expect it to remain.
-
I'm not sure if there's one out there already made, but if you don't mind getting your hands a little bit dirty you should be able to do it yourself with a MM config that adds the appropriate lines to the ModuleDockingNode modules of the docking ports. For example this should just outright disable the magnetic lock since it won't have any pulling force. @PART[dockingPort2] { @MODULE[ModuleDockingNode] { acquireForce = 0 } } Edit: This would require you have Module Manager downloaded.
-
@OhioBob Thank you!
-
Where are they hiding and how might I go about fiddling with them?
-
Messed up planets orbits...
FungusForge replied to EljOt's topic in KSP1 Technical Support (PC, modded installs)
The wiki has entries on the planets and includes all the orbital data on them. -
Time for KSP 2.0
FungusForge replied to Dicapitano's topic in KSP1 Suggestions & Development Discussion
The game already does exactly this. Within 300m an inactive vessels physics are loaded because they are relevant for interactions with the active vessel. Outside 300 meters they are physics-less props, no different from a construction within the editor. Outside 2.5km, this prop ceases to be rendered altogether, and is reduced to just a point riding its orbit "rail". Also This, in an extremely crude sense, exists within the Making History mission builder. You can make it stage, or activate action groups based on various inputs (speed, mass, mission time, if a specific stage has fired). Crude as I said, but with some more inputs, as well as some actual control focused outputs (roll angle, heading, attitude, throttle), I imagine even somebody like me could actually hammer out a rough program to get a rocket to Mun orbit. I believe Scott Manley (or was it someone else?) actually got a rocket to orbit only using the Mission Builder commands as an "auto-pilot", although its repeatedly mentioned crudeness provided a challenge all its own. This still would be limited to the active vessel, but it could conceivably be done. Even if they made a KSP2 I have doubts they'd make stuff like this run in the background, because optimizations or no, having a bunch of things running in the background will bog down active play. -
How to Stop a Resource from Spawning?
FungusForge replied to fenderzilla's topic in KSP1 Mods Discussions
You could probably just directly modify the Substrate.cfg in CRP, if you really want it to stop spawning. Otherwise, you'll probably get better answers asking around in the CRP thread, or the Module Manager thread since you are trying to do this through MM, and those guys'll know how to do it if you can. -
Just looking for some pointers to any mod with a wind turbine in it. I don't really care if it actually works or if the mod in question is up to date with KSP, I'm just wanting a wind turbine to goof around with.