You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background:
I noticed there isn’t an iOS version of an IC2 Reactor Planner, so I took it upon myself to make one in Pythonista 3, which uses Python 3.6 as it’s primary programming language. I’ve gotten stuck with the simulation end of things for the EU reactor type, my current focus, and cannot decompile IC2 due to personal constraints I won’t bring up.
Question:
Is it possible to retrieve the sequence of events (Fuel rods or Coolant first) for the EU reactor simulation in the source files of the Java application? If yes, may I take a look at it please?
Notes:
I can’t make a GitHub page for it, the code isn’t easily transferrable.
Since I’m writing my app in Python 3.6, the code will have to be different to match syntax and other things caused by differences between Java and Python 3.6, making plagiarism unlikely.
I understand if you don’t want to help me. People have their views on this and some may be more accepting than others.
Thanks,
thebloxxer11
The text was updated successfully, but these errors were encountered:
Is it possible to retrieve the sequence of events (Fuel rods or Coolant first) for the EU reactor simulation in the source files of the Java application? If yes, may I take a look at it please?
There are two functions in there that I’m curious about: component.dissipate(); and component.transfer();. What do each of them do? I don’t see any void functions for that in that file. And it ended up as a link.
Background:
I noticed there isn’t an iOS version of an IC2 Reactor Planner, so I took it upon myself to make one in Pythonista 3, which uses Python 3.6 as it’s primary programming language. I’ve gotten stuck with the simulation end of things for the EU reactor type, my current focus, and cannot decompile IC2 due to personal constraints I won’t bring up.
Question:
Is it possible to retrieve the sequence of events (Fuel rods or Coolant first) for the EU reactor simulation in the source files of the Java application? If yes, may I take a look at it please?
Notes:
Thanks,
thebloxxer11
The text was updated successfully, but these errors were encountered: