Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with SimpleConstruction #7

Open
RobotGuy opened this issue Jun 19, 2022 · 0 comments
Open

Compatibility with SimpleConstruction #7

RobotGuy opened this issue Jun 19, 2022 · 0 comments

Comments

@RobotGuy
Copy link

RobotGuy commented Jun 19, 2022

Hi,
I was trying to replace EPL with SimpleConstruction in my current game but found that it had issues working with SandCastle based on the errors coming from B9PartSwitch. I notice others have had this issue.

I worked out a patch that seems to fix the issues and at least passes a smoke test.

  • It fixed the B9PartSwitch on the RocketParts container to us the SimpleConstruction tank types to get the ratios it uses and the base volume to prevent it working like a Tardis and better match the large holding tank in SimpleConstruction
  • It adds a new EL_ConverterRecipe that uses Ore rather than MetalOre (on a like for like bases) and adjusted the recipe to account for the differenct densities. It will convert the same amount of Ore/LF/EC to Metal as it did MetalOre/LF/EC to Metal in the same time. The conversion rate is slightly less than the SimpleConsrtuction Convert-o-tron but much faster unless you have a 5* engineer on board.
  • Patches the smelter to use the new recipe, switches out the MetalOre resource container for an Ore one and removes the ScrapMetal to Metal conversion

I'm sort of new at his but that patch appears to be okay. I don't know what would happed if you switched EPL to SimpleConsrtuction while having the Smelter or the SandCastle RocketParts container being used within the game.

Please feel free to include it if you find it appropriate.
SimpleConstruction.cfg.txt

(BTW this was against the SimpleConstruction-4.0.99.7-prerelease)

Also, sorry I wasn't paying attention and missed seeing the same issue as issue#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant