move out the config files to .example files so that they
don't clobber people's configs all the time, and that we don't get new changes pulled in randomly from people's configsafrisby
parent
6804f9affb
commit
1d5ec16865
|
@ -13,7 +13,7 @@ serverside_object_permissions = false
|
||||||
; asset_database = "db4o"
|
; asset_database = "db4o"
|
||||||
; to try sqlite as the asset database , comment out the above line, and uncomment following one
|
; to try sqlite as the asset database , comment out the above line, and uncomment following one
|
||||||
asset_database = "sqlite"
|
asset_database = "sqlite"
|
||||||
noverbose = false
|
verbose = true
|
||||||
|
|
||||||
[StandAlone]
|
[StandAlone]
|
||||||
accounts_authenticate = true
|
accounts_authenticate = true
|
|
@ -0,0 +1,4 @@
|
||||||
|
terrain load-tile f32 islandterrain_1024x512.raw 512 1024 1000 1000
|
||||||
|
terrain multiply 0.1
|
||||||
|
terrain add 5
|
||||||
|
|
Loading…
Reference in New Issue