To change the target export, go to bridge/client.lua around lines: 111 - 117 and integrate your own logic.
111 - 117
To integrate your own framework or to make a standalone version, you can fully edit the bridge to accomodate to your needs.
To remove the version and dependencies checks, you can do it by changing this value to false
false
To change the duration of the laundromat resets change this value in minutes. (default: 60 minutes)Each 60 minutes, the laundromat will reset doors and washers.
To change the duration of the laundromat resets change this value in minutes. (default: 60 minutes)
Each 60 minutes, the laundromat will reset doors and washers.
Integrate your dispatch export / event there. Triggered when someone breaks a washing machine / hack a door. Only called one time.
Last updated 1 year ago