-
Posts
13,406 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by NathanKell
-
[1.0.5] Advanced Jet Engine v2.6.1 - Feb 1
NathanKell replied to camlost's topic in KSP1 Mod Releases
1. Describe the problem 2. Reproduction steps. 3. Cause the problem. Quit KSP (if it hasn't crashed). Upload your entire output log (NOT ksp.log) to dropbox or something. Windows: KSP_win\KSP_Data\output_log.txt OR KSP_win64\KSP_x64_DATA\output_log.txt (depending on which used) Mac OSX: Open Console, on the left side of the window there is a menu that says 'files'. Scroll down the list and find the Unity drop down, under Unity there will be Player.log ( Files>~/Library/Logs>Unity>Player.log ) Linux: ~/.config/unity3d/Squad/Kerbal\ Space\ Program/Player.log -
What If: User Support Intermediary Organization
NathanKell replied to Greys's topic in KSP1 Mods Discussions
A spur-of-the-moment suggestion. One way to informally try this out: if modders add a section to our OPs thanking particularly exemplary users for the help they've been providing. This will flag out those users as having a bit of official weight behind them, and also add some positive reinforcement, without creating a formal structure. -
Very nice!
-
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
NathanKell replied to rbray89's topic in KSP1 Mod Releases
rbray, I was talking with asmi (who wrote a new render for Orbiter with truly amazing graphics...) and he mentioned this site: http://www-evasion.inrialpes.fr/Membres/Eric.Bruneton/ It even has sample GLSL code. Looks like it would be very useful to you, especially since the techdemos were done on a GeForce 8800 (!) not anything more modern. -
LLL - Lack Luster Labs - Development Thread
NathanKell replied to Lack's topic in KSP1 Mod Development
Am I wrong to think that 1.25m engine is deeply inspired by the Gamma cluster on Black Arrow? -
This sounds very useful!
-
shrx: Bodies without an existing atmosphere won't have an AtmosphereFromGround created for them. Kopernicus will do that, I think, if not now, soon. Regarding the temperatureCurve: not sure why it's not loading. I'll check.
-
Um. Since thus far it seems to work for most people, I'm not sure what a hotfix would even fix? Now that those files, at least, do look to be installed correctly, please follow the issue reporting steps: 1. Describe the problem 2. Reproduction steps. 3. Cause the problem. Quit KSP (if it hasn't crashed). Upload your entire output log (NOT ksp.log) to dropbox or something. Windows: KSP_win\KSP_Data\output_log.txt OR KSP_win64\KSP_x64_DATA\output_log.txt (depending on which used) Mac OSX: Open Console, on the left side of the window there is a menu that says 'files'. Scroll down the list and find the Unity drop down, under Unity there will be Player.log ( Files>~/Library/Logs>Unity>Player.log ) Linux: ~/.config/unity3d/Squad/Kerbal\ Space\ Program/Player.log thanks!
-
mecki: When you right click on a part in the catalog to get more info, it will give you more info on the modules, including the MFT module (and will say what type). Per responses elsewhere, only the ServiceModule has *enough* pressurization for pressure-fed engines (like the SPS, or like all RCS thrusters) to work. While all tanks have some pressurization, it's usually not much; you need quite high pressure for pressure-fed stuff to work. ThorBeorn: @PART[foo] { @MODULE[ModuleEngineConfigs] { @CONFIG[whatever] { curveResource = SolidFuel thrustCurve { key = 0.0 0.13 key = 0.01 0.2 key = 0.064 0.7 key = 0.1 0.72 key = 0.56 0.88 key = 0.85 1.09 key = 0.9 1.1 key = 0.97 1.08 key = 0.99 1.14 key = 1.0 0.55 } } } }
-
[0.25] Realism Overhaul w/ RedAV8R [Terminated]
NathanKell replied to RedAV8R's topic in KSP1 Mod Releases
Yes. Given these things are usually more or less piecewise linear you probably should just do piecewise linear integration? -
In your second image, the paths are wrong. The textures go in GameData/RealSolarSystem/Plugins/PluginData/ not GameData/RealSolarSystem/Plugins/PluginData/RealSolarSystem/Plugins/PluginData/
-
You don't use Unity for coding; you write the plugin in C# and compile it. Here's the (old but AFAIK still valid) guide: http://wiki.kerbalspaceprogram.com/wiki/Plugins You might want to, instead, do what FireSpitter does: have the ModuleEngines use a resource that the part itself (via a ModuleGenerator) creates. Check out FireSpitter's electric engines; they do this (using FSCoolant IIRC).
-
Your problem: you have a RealSolarSystem_v7 folder in GameData. You need to extract the *contents* of the zip (RealSolarSystem, CustomBiomes, CustomAsteroids) into GameData. So drag everything in the RealSolarSystem_v7 folder out into GameData, then delete the now-empty RealSolarSystem_v7 folder. Apparently OS unzipping methods suck now, and generate extra folders. I'll make the install easier in future.
-
[0.25] Engine Ignitor (Workaround for some bugs V3.4.1: Aug.31)
NathanKell replied to HoneyFox's topic in KSP1 Mod Releases
That's because only the ServiceModule is pressurized. Well, all tanks are pressurized. But only the ServiceModule is pressurized *enough* for pressure-fed engines. -
That seems very strange indeed. Have you tried just replacing the RSS dll with the new one? If all else fails, v7 should be fine. It has an error with AFG, but if you're seeing atmosphere, it's all fine.
-
Stockalike RF Engine Configs v3.2.6 [01/20/19][RF v12]
NathanKell replied to Raptor831's topic in KSP1 Mod Releases
Note that you'll need ModuleRCSFX, since there's a bug with the stock ModuleRCS and PROPELLANT nodes. :\ You can get the latest version from Realism Overhaul (or the repo https://github.com/NathanKell/ModuleRCSFX/ ) -
Changing the size of fx
NathanKell replied to Biotronic's topic in KSP1 C# Plugin Development Help and Support
I believe both will get loaded into fxgroups internally. I'd ask sarbian (who did SmokeScreen) for more info, too. -
metaphor: on it. hydropos: you need to remove *all* mods before using steam's verify tool; the verify tool will not delete extra files added by you. So you should nuke GameData *entirely* and then run the tool (to redownload clean Squad and NASAMission folders). *Then* download RSS v7.1 fresh, and install that. *Then* try again and see what happens. If it works, replace the cfg with jsimmons' cfg and try again.