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
-**Resource Usage**: Minimal CPU/GPU usage for pure game logic execution
249
+
-**Server Deployment**: Ideal for cloud-based bot training
250
+
251
+
#### Implementation Details
252
+
253
+
The configuration system is implemented in `src/lua/settings.lua` and provides:
254
+
255
+
-**Environment Detection**: Reads environment variables on mod initialization
256
+
-**Love2D Patches**: Modifies game engine behavior for performance optimization
257
+
-**Balatro Integration**: Configures game-specific settings through global variables
258
+
-**Fallback Handling**: Graceful degradation when graphics context is unavailable
259
+
260
+
This configuration system enables BalatroBot to run efficiently in diverse environments, from local development with full graphics to high-performance server deployments with headless operation.
0 commit comments