Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
mooviies

Draconic Reactor Emulator

Recommended Posts

This is an emulator of the Draconic Evolution's reactor. Basically, it emulates all inputs and outputs of the reactor with great precision. It is based on the actual Draconic Evolution's code. 

I made that to be able to test automatic control softwares without blowing up my base or needing to go in a creative world.

Here's the pastebin link https://pastebin.com/WduATMTF

To use it you simply use a require like always. The functions all have the same name than the Draconic Evolution's API.

I also added some custom functions to control stuff like fake flux gate for example. Here they are.

fluxGates.input and fluxGates.output -- Provides access to the virtual input and output flux gate. I didn't implemented all the methods for those, only what I thought was used by an automatic control system.

  • setOverrideEnabled (boolean) : doesn't do anything. Just there to prevent error when calling it on a real flux gate.
  • getFlow () : returns the current flow of the gate
  • setFlowOverride (number) : set the current flow to the input

setFuel(number)  : Set the fuel quantity in the reactor. This can only be changed when the reactor is cold. The minimum for the reactor to be able to start is 144 (equivalent to 1 awakened draconium ingot) and the maximum is 10368 (8 awakened draconium block)

reset() : Reset the reactor completely. Everything is set back to 0.

update() : This needs to be called in the main loop of the control software. This method manage the call so the reactor is only updated each minecraft ticks.

setUpdateSpeed(number) : Set the simulation speed. 1 is the default speed, 2 is two time the speed, etc. Increasing the speed over 100 will exponentially give inaccurate values.

To display the status simply use the fields in getReactorInfo() like with the Draconic Evolution's API.

Edited by mooviies
Added new function setUpdateSpeed
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.