mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-05 15:48:19 +00:00
Replace Kobra 4 and Goo! with Gold Mine
and add maps7 version
This commit is contained in:
parent
53c43536d5
commit
4da0592d78
|
@ -1102,21 +1102,10 @@ set(EXPECTED_DATA
|
|||
mapres/winter_mountains.png
|
||||
mapres/winter_mountains2.png
|
||||
mapres/winter_mountains3.png
|
||||
maps/Goo!.map
|
||||
maps/Kobra\ 4.map
|
||||
maps/ctf1.map
|
||||
maps/ctf2.map
|
||||
maps/ctf3.map
|
||||
maps/ctf4.map
|
||||
maps/ctf5.map
|
||||
maps/ctf6.map
|
||||
maps/ctf7.map
|
||||
maps/dm1.map
|
||||
maps/dm2.map
|
||||
maps/dm6.map
|
||||
maps/dm7.map
|
||||
maps/dm8.map
|
||||
maps/dm9.map
|
||||
maps/Gold\ Mine.map
|
||||
maps/license.txt
|
||||
maps7/Gold\ Mine.map
|
||||
maps7/readme.txt
|
||||
particles.png
|
||||
shader/bordertile.frag
|
||||
shader/bordertile.vert
|
||||
|
|
|
@ -33,7 +33,7 @@ sv_rcon_mod_password ""
|
|||
sv_rcon_helper_password ""
|
||||
|
||||
# Map to start server with
|
||||
sv_map "Kobra 4"
|
||||
sv_map "Gold Mine"
|
||||
|
||||
# Whether this is a test server and rcon cheats are allowed. Also indicated in
|
||||
# the server type, which is:
|
||||
|
@ -127,8 +127,7 @@ sv_reset_file "reset.cfg"
|
|||
#
|
||||
# You can learn more about tunes on http://ddnet.tw/settingscommands/#tunings
|
||||
|
||||
add_vote "Map: Kobra 4" "change_map \"Kobra 4\""
|
||||
add_vote "Map: Goo!" "change_map Goo!"
|
||||
add_vote "Map: Gold Mine" "change_map \"Gold Mine\""
|
||||
add_vote " " "info"
|
||||
add_vote "Option: Normal gravity" "tune gravity 0.50"
|
||||
add_vote "Option: Moon gravity" "tune gravity 0.25"
|
||||
|
|
BIN
data/maps/Gold Mine.map
Normal file
BIN
data/maps/Gold Mine.map
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
data/maps/license.txt
Normal file
3
data/maps/license.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Gold Mine:
|
||||
Copyright <BµmM>
|
||||
CC-BY-SA license
|
BIN
data/maps7/Gold Mine.map
Normal file
BIN
data/maps7/Gold Mine.map
Normal file
Binary file not shown.
2
data/maps7/readme.txt
Normal file
2
data/maps7/readme.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Maps in this directory are created using the map_convert_07 tool for
|
||||
server compatibility with Teeworlds 0.7 clients
|
|
@ -120,7 +120,7 @@ MACRO_CONFIG_INT(SvIpv4Only, sv_ipv4only, 0, 0, 1, CFGFLAG_SERVER, "Whether to b
|
|||
MACRO_CONFIG_INT(SvPort, sv_port, 0, 0, 0, CFGFLAG_SERVER, "Port to use for the server (Only ports 8303-8310 work in LAN server browser, 0 to automatically find a free port in 8303-8310)")
|
||||
MACRO_CONFIG_INT(SvExternalPort, sv_external_port, 0, 0, 0, CFGFLAG_SERVER, "External port to report to the master servers")
|
||||
MACRO_CONFIG_STR(SvHostname, sv_hostname, 128, "", CFGFLAG_SAVE|CFGFLAG_SERVER, "Server hostname (0.7 only)")
|
||||
MACRO_CONFIG_STR(SvMap, sv_map, 128, "Kobra 4", CFGFLAG_SERVER, "Map to use on the server")
|
||||
MACRO_CONFIG_STR(SvMap, sv_map, 128, "Gold Mine", CFGFLAG_SERVER, "Map to use on the server")
|
||||
MACRO_CONFIG_INT(SvMaxClients, sv_max_clients, MAX_CLIENTS, 1, MAX_CLIENTS, CFGFLAG_SERVER, "Maximum number of clients that are allowed on a server")
|
||||
MACRO_CONFIG_INT(SvMaxClientsPerIP, sv_max_clients_per_ip, 4, 1, MAX_CLIENTS, CFGFLAG_SERVER, "Maximum number of clients with the same IP that can connect to the server")
|
||||
MACRO_CONFIG_INT(SvHighBandwidth, sv_high_bandwidth, 0, 0, 1, CFGFLAG_SERVER, "Use high bandwidth mode. Doubles the bandwidth required for the server. LAN use only")
|
||||
|
|
Loading…
Reference in a new issue