-
Posts
287 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Krzeszny
-
GTX 1070 Ti in minimum specs is still too high, but could be ok during EA. There's a lot of room for improvement. The performance of large crafts could be significantly improved by adding the option to enable "simplified internal physics" which would disable joint flexing whenever the player wants. I've never really understood the point in flexing. In KSP 1 there's the mod Kerbal Joint Reinforcement Next and I was hoping for KSP 2 physics to be more rigid without struts, but that's just a personal thing.
-
Whoa there, I'm not suggesting you should work on anything. In fact, me and Rodger have done all the work. I only wanted to remind you about a one-character pull request I've made, and not for myself (I've already fixed it months ago on my PC), but for all other Kerbonauts who use SystemHeat and might not know how to fix it. Anyway, if anyone else wants to fix the harvester addon which enables SystemHeat for modded drills, all you need to do is edit the file in Kerbal Space Program/GameData/SystemHeatHarvesters/genericHarvesters.cfg and change `Thermalefficiency ` into `ThermalEfficiency ` (as mentioned a few posts above).
-
Wow you're amazing. It finally works, after nearly 1 year from my report. I'm making a pull request on GitHub. There's also another problem, but this time not game-breaking by any means: The first time you start mining, `Ore rate` shows `Load <value>`. When you restart it, it'll only show `Operational`. I tested it without SystemHeat and it only doesn't show Load in vanilla when the temperature is optimal. With SystemHeat installed, it'll never show Load after initially starting a given drill, even if the system has cooled down, even after time warping (tested in KRASH, didn't test reloading a save). I'm also reporting this in SH's GitHub (not expecting it to be fixed tbh.)
-
Since @Eskandare seems to have abandoned the maintenance of @BahamutoD's Baha EPL Redrilled, maybe it could be incorporated into EPL (if that's allowed) or someone else could adopt? That mod adds really cool parts to EPL and still works, just with minor config bugs that I've found in 2021
-
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
Krzeszny replied to nightingale's topic in KSP1 Mod Releases
1. There's no warning not to press the button. 2. The button is there. You'd assume that a bug as easy to fix as by removing a button would have been already fixed but... CC has dozens of unsolved issues on GitHub.- 5,206 replies
-
- 1
-
[1.8.1] DaMichels Parts [1.1.0.0](2020 02 17)
Krzeszny replied to zer0Kerbal's topic in KSP1 Mod Releases
There's no progress though In the meanwhile I found a bug that breaks GAP contracts if AJE isn't installed. https://github.com/zer0Kerbal/Fuselage/issues/5 Using :FOR[external mod] is a big no-no! ModuleManager's wiki says: "It is not recommended to use the :FOR directive to refer to other mods than the one you are writing." There's also this suspicious line in ODFC.cfg (the patch) that could be ok or could be not ok. Since :FOR ignored :NEEDS, maybe this one also ignores it? I don't know. @PART[DM-RFC]:NEEDS[ODFC,DaMichel/AeroRadial]:BEFORE[ODFC] -
I can't read either. Ok, so it's FOR. I looked for :FOR[Ferram and [AJE in GameData and found something. First, there's a file called Custom_FARAeroData.cfg in GameData root directory and it contains the line "@FARAeroData:FOR[FerramAerospaceResearch]" Second, there's AJE.cfg in DaMichel/Fuselage/Patches and it contains "@PART[DM-fuselage-intake]:NEEDS[AJE]:FOR[AJE]" The first file obviously shouldn't be in GameData but is the second one also coded wrong? It would seem like MM loads FOR despite the NEEDS part not being correct. Anyway, I'm removing both and seeing if KSP works now. EDIT: It works! So this is what was causing the bug that prevents the Wright group contracts from appearing.
- 1,046 replies
-
- 1
-
- contract configurator
- contract pack
-
(and 1 more)
Tagged with:
-
This looks interesting, but I don't know what it means: Non-DLL mods added (:FOR[xxx]): FerramAerospaceResearch (other mods listed here) AJE
- 1,046 replies
-
- contract configurator
- contract pack
-
(and 1 more)
Tagged with:
-
btw it's :HAS, not HAS: (to be clear, the same error is caused by missing FerramAerospaceResearch and AJE) I checked the last ModuleManager.log without launching the game and there's no :HAS[Ferram or [AJE The only [AJE] mentions are these [LOG 00:08:12.064] :BEFORE[AJE] pass [LOG 00:08:12.064] :FOR[AJE] pass [LOG 00:08:12.066] :AFTER[AJE] pass
- 1,046 replies
-
- contract configurator
- contract pack
-
(and 1 more)
Tagged with:
-
You don't understand and I didn't explain it well. FAR isn't installed. AJE isn't installed either. Those folders don't exist in GameData. That's why the requirements that cause the errors shouldn't be trying to load at all. In other words, NEEDS[FerramAerospaceResearch] is not functioning properly (same with the one that needs AJE).
- 1,046 replies
-
- contract configurator
- contract pack
-
(and 1 more)
Tagged with:
-
I'm getting a bug I can't debug. It shouldn't be happening. Wright group contracts aren't loading because CC can't find modules from FerramAerospaceResearchand AJE. But the config files have proper requirements so these errors shouldn't be showing up. REQUIREMENT:NEEDS[FerramAerospaceResearch] { name = PartModuleUnlocked type = PartModuleUnlocked title = Aileron or Elevon partModule = FARControllableSurface }
- 1,046 replies
-
- contract configurator
- contract pack
-
(and 1 more)
Tagged with:
-
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
Krzeszny replied to nightingale's topic in KSP1 Mod Releases
Clicking "Reload Contracts" in the debug menu reloads... all the models from all mods. But wait, there's more! It doesn't reload the contracts! I waited until it reloaded all the models and the contracts didn't reappear in the debug menu. Then I went to main menu and got this:- 5,206 replies
-
[1.12.2] S.A.V.E Resaved - Automatic Backup System
Krzeszny replied to linuxgurugamer's topic in KSP1 Mod Releases
I found it, thanks. I'd suggest WARNING or ERROR by default. -
[1.12.2] S.A.V.E Resaved - Automatic Backup System
Krzeszny replied to linuxgurugamer's topic in KSP1 Mod Releases
Can you please remove the log spam for real? It generates exactly 2 copied of the same message per second and that really disturbs debugging when you're trying to read the logs. Nvm, I read the OP and found a way to disable the log spam. I assume it's disabled by default? -
[1.4.1] Fuel Tanks Plus 2.0.2 (2018-03-14)
Krzeszny replied to NecroBones's topic in KSP1 Mod Releases
Oh, that's good to hear. Here's something not so good to hear, errors I found while trying to find why MM doesn't let KSP launch (and it's most likely not those): [WRN 16:36:28.034] Cannot create config from file 'E:\SteamLibrary\steamapps\common\Kerbal Space Program\GameData\FuelTanksPlus\Probe\000_TPtankP_MM.cfg'. [ERR 16:36:28.040] Error: Empty part config file [WRN 16:36:28.040] Cannot create config from file 'E:\SteamLibrary\steamapps\common\Kerbal Space Program\GameData\FuelTanksPlus\Size0\000_TPtank0m_MM.cfg'. [ERR 16:36:28.044] Error: Empty part config file [WRN 16:36:28.044] Cannot create config from file 'E:\SteamLibrary\steamapps\common\Kerbal Space Program\GameData\FuelTanksPlus\Size1\000_TPtank1m_MM.cfg'. [ERR 16:36:28.052] Error: Empty part config file [WRN 16:36:28.052] Cannot create config from file 'E:\SteamLibrary\steamapps\common\Kerbal Space Program\GameData\FuelTanksPlus\Size2\000_TPtank2m_MM.cfg'. [WRN 16:36:28.062] Cannot create config from file 'E:\SteamLibrary\steamapps\common\Kerbal Space Program\GameData\FuelTanksPlus\Size3\000_TPtank3m_MM.cfg'. [ERR 16:36:31.021] Error: Empty part config file Those files are empty. Why are they even there? -
I tested the Resource Harvester Configuration addon again today (in KSP 1.12.2.3167) to see if anything has changed, just in case. It hasn't. I've created a ticket on GitHub, too https://github.com/post-kerbin-mining-corporation/SystemHeat/issues/91 For those who don't know, SystemHeat doesn't work with modded drills (for example with SME) because the Resource Harvester Config addon is broken (don't install it).
-
[1.9.x] Contract Pack: Bases and Stations Reborn
Krzeszny replied to linuxgurugamer's topic in KSP1 Mod Releases
Well, new station contracts already force players to have a docking node, 4 crew spaces, power generation and at least 1 unit of supplies. If the contract is meant to be a station core, I see nothing wrong with challenging players to bring 1 out of 5 cores of their choosing, if they have SSPXR installed. I think it would make more sense to require a station core part but not require 4 crew spaces and supplies, perhaps not even power generation if it's just a literal station core with docking ports, when it comes to restricting players. -
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
Krzeszny replied to nightingale's topic in KSP1 Mod Releases
You're not saying the exception is normal and it's ok that the message that says "Avoid saving your game and backup yous save immediatelly", right? If this exception doesn't break anything, it shouldn't be an exception.- 5,206 replies
-
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
Krzeszny replied to nightingale's topic in KSP1 Mod Releases
(lol, I forgot to change that test name.) No, I see all of them: And the CC debug menu shows only what should be there without SSPXR installed: I'm pretty sure it's because I uninstalled the mod that adds those labs and I keep loading a save that has a contract for them. At the same time I wasn't expecting CC to throw an exception because of uninstalling a mod.- 5,206 replies
-
- 1
-
[1.10.1+] Contract Configurator [v1.30.5] [2020-10-05]
Krzeszny replied to nightingale's topic in KSP1 Mod Releases
Here's the log from these settings (triple DEBUG because I didn't know what to choose): https://drive.google.com/file/d/1-QmLtpFuqF8NzSZphk17B7XttWIa4fJ4/view?usp=sharing- 5,206 replies