Re-organize the repository, Begin the minetest.conf file

This commit is contained in:
Quentin BUISSON-DEBON 2015-09-01 15:10:29 +02:00
parent e492f0fbf6
commit f982d7616e
326 changed files with 4410 additions and 4362 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.patch

22
LICENSE
View File

@ -1,22 +0,0 @@
The MIT License (MIT)
Copyright (c) 2015 MinetestForFun
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

1
game.conf Normal file
View File

@ -0,0 +1 @@
name = Minetest Bros

View File

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

0
minetestforfun-bros/menu/icon.png → menu/icon.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

78
minetest.conf Normal file
View File

@ -0,0 +1,78 @@
### GENERAL SETTINGS SERVER ###
###############################
name = Darcidride
# 0 = none, 1 = errors and debug, 2 = action, 3 = info, 4 = verbose
debug_log_level = 2
# Désactivation de l'anti-cheat qui fait ce téléporter en arrière si l'on va trop vite
disable_anticheat = true
# Options pour le type du serveur
creative_mode = false
enable_damage = true
disallow_empty_password = true
server_dedicated = true
# If true, actions are recorded for rollback
enable_rollback_recording = true
# Desactivate fire
disable_fire = true
mg_flags = nocaves, nodungeons
# no mapgen, and no lua mod for mapgen
mg_name = singlenode
# Activated the minimap usage if true
enable_minimap = true
### SERVER PERFORMANCE SETTINGS ###
###################################
max_block_send_distance = 8
max_simultaneous_block_sends_per_client = 10000
max_simultaneous_block_sends_server_total = 10000
active_block_range = 1
server_map_save_interval = 300
### Game balance ###
####################
movement_speed_walk = 5
movement_speed_crouch = 2
time_speed = 0
### SERVER ANNOUNCEMENT ###
###########################
server_announce = 1
server_url = http://minetestforfun.com/
server_name = MinetestForFun BROS
server_description = Bros server hosted by MinetestForFun Team.
motd = Welcome to MinetestForFun Team Bros server.
max_users = 20
serverlist_url = servers.minetest.net
server_address = 212.83.148.178
#port = 300??
strict_protocol_version_checking = false
#Sert à quoi ?
#remote_media = http://hugo.pro/minetest-data/
### Mods ###
############
# Mobs
#spawn_hostile_mobs = false
# HudBars
#hudbars_sorting = health=0,breath=1,hunger=2,thirst=3
# Random_Messages
#random_messages_interval = 900
# Bottom layout of death blocks
bottom_layout = -100
### IRC CHAT ###
################
#irc.server = digitalaudioconcepts.com
#irc.channel = #minetestforfun-hg
#irc.interval = 2.0
#irc.nick = MFFSB-Bot
# irc.password = # Empty because no channel password
#secure.trusted_mods = irc # Mod security
#irc.debug = false
#irc.disable_auto_connect = false
#irc.disable_auto_join = false
#irc.send_join_part = true
### TIME TO REMOVE DROPPED ITEMS ###
####################################
#item_entity_ttl = 30

View File

@ -1 +0,0 @@
name = minetestforfun-bros

View File

@ -1,9 +0,0 @@
# Game configuration file
mg_name = singlenode
time_speed = 0
# Bottom layout of death blocks
bottom_layout = -100
# Desactivate fire
disable_fire = true

View File

View File

Before

Width:  |  Height:  |  Size: 105 B

After

Width:  |  Height:  |  Size: 105 B

View File

Before

Width:  |  Height:  |  Size: 123 B

After

Width:  |  Height:  |  Size: 123 B

View File

Before

Width:  |  Height:  |  Size: 134 B

After

Width:  |  Height:  |  Size: 134 B

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

View File

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Some files were not shown because too many files have changed in this diff Show More