BigFatStupidHead
Members-
Posts
513 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by BigFatStupidHead
-
[DEVTHREAD]Pathfinder - Space Camping & Geoscience
BigFatStupidHead replied to Angelo Kerman's topic in KSP1 Mod Development
I can't access the settings window; this is probably due to Linux's handling of the ALT key. Could you make the keys user configurable? Thanks! -
[1.0.x]Contract Pack: Base Constuction [v0.2.3]
BigFatStupidHead replied to CosmoBro's topic in KSP1 Mod Releases
Cool. I've been waiting for the release! -
I did the same!
-
I like these antennas, and I also like Antenna Range. So I made a config for module manager. Here you go! @PART[yagiAntenna]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 50000000 maxPowerFactor = 8 maxDataFactor = 4 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } @PART[vhfBlade]:NEEDS[AntennaRange] { %MODULE[ModuleDataTransmitter] name = ModuleLimitedDataTransmitter nominalRange = 300000 maxPowerFactor = 8 maxDataFactor = 4 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } @PART[helixAntenna]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 70000000 maxPowerFactor = 8 maxDataFactor = 4 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } @PART[quadHelix]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 100000 maxPowerFactor = 8 maxDataFactor = 4 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } }
-
Forgive my aerodynamics ignorance, but why shouldn't that fly?
-
[1.0.4] Instell Incorporated Experimental Technologies
BigFatStupidHead replied to 8bitsblu's topic in KSP1 Mod Releases
Pulse jets have a magnificent sound. Check out an older mod, SasquatchM's Pulse Detonation Engine. I'm very interested in seeing how you develop this mod, and your plans for the pulse detonation engine are icing on the cake. Keep up the good work! -
[1.12.x] Community Tech Tree (August 13)
BigFatStupidHead replied to Nertea's topic in KSP1 Mod Releases
@pawelz: This may be a problem with updated mods with a current save game. If a mod part was originally in a node you have researched, but the mod then updates the part to one that you have not yet researched, it will appear in the tech tree in the original location but will not be available to build until you have it's new node. -
[1.12.x] Freight Transport Technologies [v0.6.0]
BigFatStupidHead replied to RoverDude's topic in KSP1 Mod Releases
Turns out it's the large fan that has the backward node. -
The Linux Thread!
BigFatStupidHead replied to sal_vager's topic in KSP1 Technical Support (PC, unmodded installs)
I'm using Mint with the Cinnamon desktop. I've never gotten my Linux skills quite up to my old DOS wizardry... -
The Linux Thread!
BigFatStupidHead replied to sal_vager's topic in KSP1 Technical Support (PC, unmodded installs)
You know, I tried to find a way to do just that and came up with nothing. -
The Linux Thread!
BigFatStupidHead replied to sal_vager's topic in KSP1 Technical Support (PC, unmodded installs)
Here's an odd one. Starting KSP from a desktop link will give KSP some trouble with pathing. My KSP logs started being written to my desktop rather than the KSP directory, and SoundtrackEditor couldn't find its config file (so no new music). Nothing else had any trouble, though. Long story short, start KSP from the actual KSP directory. -
Another excellent contract pack from nightingale. I am very happy to see this, and out so quickly, too!
- 469 replies
-
- contract configurator
- contract pack
-
(and 1 more)
Tagged with:
-
I was having an issue with SoundTrackEditor, where it would not start playing correctly when I launched in the 64bit mode. Launching using 32bit mode would perform correctly. When I went to check the log, I discovered something peculiar - when running under x64, it not only wasn't finding the config for SoundTrackEditor (correctly installed in /~/Desktop/KSP_linux/GameData/SoundtrackEditor), but also wrote the KSP log to my desktop instead of in the KSP directory. x32 correctly wrote KSP.log in the KSP directory, and was able to correctly find the SoundTrackEditor config file. This problem occurs with a modded game as well as a clean install (plus SoundTrackEditor for testing pathing.) edit: An old log from .90 (which I just found in my home directory) also showed the same issue. edit ][ : Apparently starting from a desktop shortcut may cause some of the issues I've been having. Doesn't explain everything, but good enough for me.
-
[1.0.5] Atomic Age - Nuclear Propulsion - Red Hot Radiators
BigFatStupidHead replied to Porkjet's topic in KSP1 Mod Releases
From a quick glance, this looks like it will convert FireSpitter style prop engines also. Nothing quite like a Sopwith running on liquid hydrogen! -
[WIP] Mining and Processing Extension [KIMP] resumed
BigFatStupidHead replied to riocrokite's topic in KSP1 Mod Development
Nice animation. I really like how slowly it deploys; it gives a feeling of weight to the entire process, and super-rapid drill deployment isn't a priority in any mining development I know of. -
How much is too much to dock?
BigFatStupidHead replied to mackadelik's topic in KSP1 Gameplay Questions and Tutorials
It sounds like you might really benefit from RCS Build Aid. This will take the guesswork out of where you should be planting your RCS thrusters to avoid unwanted pitch and roll. -
I crave neither post count nor rep. (Which is good, as I think most of my rep has been awarded sarcastically). I'm happy enough just to help out or point out something useful.
-
[1.0.2][May20] WasdEditorCamera: FPS editor controls
BigFatStupidHead replied to FW Industries's topic in KSP1 Mod Releases
Swank! I can't count the number of problems this will solve for me!