Truinto / ONI-Modloader-SimpleMods

OxygenNotIncluded Mods
MIT License
16 stars 6 forks source link

Problem in a Tuning Setting (SO DLC) #20

Closed Albert0501 closed 2 years ago

Albert0501 commented 2 years ago

There are tuning settings for rocket engine power, however the hydrogen engine power was actually affecting the radbolt engine, and there is no way to change hydrogen engine power

Truinto commented 2 years ago

I made the tuning settings on request. I checked almost non of them. I just exposed all of the tuning options that I found. Pretty sure there are even more. So if a setting doesn't work or is swapped that's either because I mixed them up or they are badly named.

I am willing to correct any mistake. Just tell me what exactly is wrong. In this case, what's the setting's exact name and on which building does it affect which parameter?

Note that I haven't played the DLC at all. I have no experience with the space stuff.

Albert0501 commented 2 years ago

the ingame name: mod->config->tunning->"Engine Power: Hydrogen Engine" name in Documents\Klei\OxygenNotIncluded\modsCustomizeBuildings.json: "TuningEnginePowerLateStrong" I set the value 3 times as testing (125, 250, and 500) However, in the game play, I click the "hydrogen engine" rocket module, under the "status" page, "rocketry" section, under the description of "rocket speed" it said "rocket engine power: 48" and not changing at all (by the way, I'm not setting any value to be 48, so this value must be unadjusted) Also I checked the "radbolt engine" rocket module (DLC new rocket engine), under the "status" page, "rocketry" section, under the description of "rocket speed" it said "rocket engine power: 500" (first 125, then 250), so this was affected by the setting. And other rocket engine modules are affected by setting preciously, so the hydrogen engine is the only one that is not affected by the setting. I hope this info will help u, have a nice day.

By the way, each time I save the change from the ingame interface, these code: { "Id": "TravelTube", "MaterialAppend": true, "MaterialOverride": "Glass Ice" }, { "Id": "TravelTubeWallBridge", "MaterialAppend": true, "MaterialOverride": "Glass Ice" } in the setting file will copy itself once, no idea this was the issue of the mod or due to other issues, I just mention it in case it may the issue of this mod too.

Truinto commented 2 years ago

Engine and Fuel Cost Per Distance has been update. Let me know, if there are more issues.