Skip to content

Simgenics RBMK-1000 simulator modified so you can go above 100% neutron flux without the simulation terminating.

License

Notifications You must be signed in to change notification settings

SakuruWasTaken/simgenics-rbmk-no-meltdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

simgenics-rbmk-no-meltdown

This is a modified version of itchy-avacado's improved version of the Simgenics RBMK simulator, the only difference is it won't terminate the simulation if you go above 100% neutron flux.

How to run the pre-patched simulator

You can download the files here

Then extract them into a folder.

Then open the folder named "Chernobyl Reactor Simulator" and run RXMODEL.exe

You do not need to follow the below instructions if you just want to run it.

How to patch the simulator manually

First, you need to open RXMODEL.exe in dnspy (which you can download here, then navigate to the class "model_timer", then do ctrl+f and search "meltdown"

Now, you will see a line that says flag3 = (flx > 1f); right click on it, and click "Edit IL Instructions" You need to change the value "1" to something higher, for instance 1 = 100%, 2 = 200% and so on, i just set it to 999, but you can set it to anything you want, you can also completely disable it by NOPing the instructions, but i will not be covering how to do that.

Once you've changed the value, click OK, then go to File, then Save Module, then set the path to whatever you want, then click OK.

Now open the simulator with the executable you saved.

About

Simgenics RBMK-1000 simulator modified so you can go above 100% neutron flux without the simulation terminating.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published