mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Change example map to Kobra
This commit is contained in:
parent
8db3ad04f0
commit
3fc879728a
Binary file not shown.
Binary file not shown.
BIN
data/maps/Kobra.map
Normal file
BIN
data/maps/Kobra.map
Normal file
Binary file not shown.
|
@ -2,7 +2,7 @@ sv_name "Testserver with DDraceNetwork Features"
|
||||||
sv_gametype "TestDDRace"
|
sv_gametype "TestDDRace"
|
||||||
sv_port 8303
|
sv_port 8303
|
||||||
sv_rcon_password "rcon"
|
sv_rcon_password "rcon"
|
||||||
sv_map "Hulk"
|
sv_map "Kobra"
|
||||||
sv_register 1
|
sv_register 1
|
||||||
sv_test_cmds 1
|
sv_test_cmds 1
|
||||||
sv_fast_download 1
|
sv_fast_download 1
|
||||||
|
|
|
@ -59,7 +59,7 @@ shutil.rmtree(package_dir, True)
|
||||||
os.mkdir(package_dir)
|
os.mkdir(package_dir)
|
||||||
|
|
||||||
print("adding files")
|
print("adding files")
|
||||||
shutil.copy("readme.txt", package_dir)
|
#shutil.copy("readme.txt", package_dir)
|
||||||
shutil.copy("license.txt", package_dir)
|
shutil.copy("license.txt", package_dir)
|
||||||
shutil.copy("storage.cfg", package_dir)
|
shutil.copy("storage.cfg", package_dir)
|
||||||
shutil.copy("example.cfg", package_dir)
|
shutil.copy("example.cfg", package_dir)
|
||||||
|
|
Loading…
Reference in a new issue