-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a0492b
commit 334400a
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
[mesecons] | ||
|
||
mesecon.resumetime (Startup delay) int 4 1 10 | ||
mesecon.overheat_max (Device heat limit) int 20 1 100 | ||
mesecon.cooldown_time (Device cooldown time) float 2.0 0.1 10.0 | ||
mesecon.cooldown_granularity (Cooldown step length) float 0.5 0.0 1.0 | ||
|
||
|
||
[mesecons_blinkyplant] | ||
|
||
mesecon.blinky_plant_interval (Plant blinking interval) int 3 1 5 | ||
|
||
|
||
[mesecons_detector] | ||
|
||
mesecon.detector_radius (Player detector scanning radius) int 6 3 16 | ||
mesecon.node_detector_distance_max (Node detector distance limit) int 10 1 16 | ||
|
||
|
||
[mesecons_luacontroller] | ||
|
||
mesecon.luacontroller_string_rep_max (string:rep result length limit) int 64000 1000 1000000 | ||
mesecon.luacontroller_digiline_maxlen (Digiline message size limit) int 50000 1000 1000000 | ||
mesecon.luacontroller_maxevents (Controller execution time limit) int 10000 1000 100000 | ||
mesecon.luacontroller_memsize (Controller memory limit) int 100000 10000 1000000 | ||
|
||
|
||
[mesecons_movestones] | ||
|
||
mesecon.movestone_speed (Speed) int 3 1 10 | ||
mesecon.movestone_max_push (Max push) int 50 1 100 | ||
mesecon.movestone_max_pull (Max pull) int 50 1 100 | ||
|
||
|
||
[mesecons_pistons] | ||
|
||
mesecon.piston_max_push (Max push) int 15 1 100 | ||
mesecon.piston_max_pull (Max pull) int 15 1 100 | ||
|
||
|
||
[mesecons_pressureplates] | ||
|
||
mesecon.pplate_interval (Check interval) float 0.1 0.1 1.0 |