mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 22:59:02 +00:00
Reorganised css files, some work on the home page design, console screen is now in a resizable panel
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
# File management
|
||||
save_interval=5
|
||||
save_interval=30
|
||||
log_limit=2000000
|
||||
log_count=10
|
||||
#ssl
|
||||
use_ssl=1
|
||||
log_count=1
|
||||
#SSL
|
||||
use_ssl=0
|
||||
keyStore_path=certificates/keystore.jks
|
||||
keyStore_password=mar
|
||||
keyStore_password=
|
||||
#Server
|
||||
mar_port=4567
|
||||
mar_address=localhost
|
||||
server_name=Official MAR server
|
||||
|
||||
#Database
|
||||
mongo_dbname=mar_beta
|
||||
#Biomass
|
||||
@@ -21,6 +22,7 @@ maxBiomassRespawnCount=6
|
||||
biomassEnergyValue=4000
|
||||
biomassRespawnTime=64
|
||||
biomassRespawnThreshold=1
|
||||
|
||||
#World generation
|
||||
wg_centerPointCountMin=5
|
||||
wg_centerPointCountMax=15
|
||||
@@ -36,8 +38,8 @@ stack_bottom=65536
|
||||
memory_size=65536
|
||||
user_timeout=100
|
||||
#User creation
|
||||
new_user_worldX = 32767
|
||||
new_user_worldY = 32767
|
||||
new_user_worldX=32767
|
||||
new_user_worldY=32767
|
||||
new_user_dimension=w-
|
||||
# Default user code
|
||||
new_user_code=; Welcome to Much Assembly required!\n\
|
||||
@@ -60,10 +62,11 @@ harvester_regen=5
|
||||
harvester_biomass_drop_count=8
|
||||
#Vaults
|
||||
vault_door_open_time=4
|
||||
electric_box_hp=250
|
||||
min_electric_box_count=1
|
||||
min_electric_box_respawn_count=1
|
||||
max_electric_box_respawn_count=4
|
||||
#ElectricBox
|
||||
electric_box_hp=250
|
||||
electric_box_respawnTime=256
|
||||
electric_box_damage=5
|
||||
electric_box_energy_given=70
|
||||
Reference in New Issue
Block a user