27 lines
1.1 KiB
INI
27 lines
1.1 KiB
INI
# Configuration file
|
|
|
|
##########################################################################################################
|
|
# general
|
|
#--------------------------------------------------------------------------------------------------------#
|
|
# General configuration
|
|
##########################################################################################################
|
|
|
|
general {
|
|
# Set to true to automatically pick up sleeping bags after sleeping [default: true]
|
|
B:"Auto Pick-Up Sleeping Bag"=true
|
|
|
|
# Set to true to automatically use sleeping bags [default: true]
|
|
B:"Auto Use Sleeping Bag"=true
|
|
|
|
# Set to true to enable relaxing in hammocks without sleeping [default: false]
|
|
B:"Leisure Hammocks"=false
|
|
|
|
# If well rested is true, this value is used to determine how long you need before being able to sleep again (larger numbers = can sleep sooner) [range: 1.0 ~ 20.0, default: 2.0]
|
|
S:"Sleepy Factor"=2.0
|
|
|
|
# Set to true to activate an effect that prevents sleeping depending on how long you previously slept [default: false]
|
|
B:"Well Rested"=false
|
|
}
|
|
|
|
|