Rich Presence for Folding@Home
- Make sure you have Node.js installed
- Download
- Run
getModules.bat - Edit config if necessary
- Run
start.bat(Folding@Home must be running)
- mode: The "mode" you want it to run with
nameDisplays your user name and total pointsteamDisplays your team name and points contributedslotsDisplays what your slots are folding
- doCycle: Whether or not to cycle between modes
trueCycle between modesfalseDon't cycle modes
- cycles: Number of cycles to wait between switching modes where each cycle is one time through the loop
- cycleModes: Array of modes to cycle through, see mode for valid modes
- primary: The primary slot to be displayed
CPUDisplays CPU as primary slotGPUDisplays GPU as primary slot
- autoPrimary: Whether or not to automatically switch primary slot if it's idle
NOTE: if only one slot exists that one will be primary no matter what is selectedtrueSwitch primary slot when idlefalseDon't switch primary slot when idle
- logging: Whether or not to log info to console
trueLog infofalseDon't log info