mod: descriptive files

This commit is contained in:
2022-07-12 18:29:33 +08:00
parent 310793aff3
commit 7d92caf327
Signed by: LuoRain
GPG key ID: 16B4D3D5372966A6
3 changed files with 74 additions and 34 deletions

View file

@ -2,7 +2,7 @@ JBGM LICENSE
VERSION Xx420xX4, 05 May 2018
Copyright <EFBFBD> 2018 William Moodhe
Copyright © 2018 William Moodhe
Anyone is allowed to copy, upload, or distribute copies of this license, but changing it is not allowed.

View file

@ -1,41 +1,37 @@
ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
ZZZ ZZZ
ZZZ ZOMBIE SURVIVAL ZZZ
ZZZ THE DEFINITIVE ZOMBIE EXPERIENCE ZZZ
ZZZ A GAMEMODE FOR GMOD ZZZ
ZZZ ZZZ
ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
English | [中文(简体)](readme_zh-CN.md)
# Zombie Survival
The definitive zombie experience.
A gamemode for Garry's Mod.
## Credits
Created and programmed by William "JetBoom" Moodhe
E-mail: williammoodhe@gmail.com
Alternate e-mail: jetboom@noxiousnet.com
Web: http://www.noxiousnet.com
Additional credits:
Zombie view models 11k (tjd113@gmail.com)
Zombie kill icons Eisiger (k2deseve@gmail.com)
Some HUD textures Typhon (lukas-tinel@hotmail.com)
Ambient beat sounds Austin "Little Nemo" Killey (austin_odyssey@yahoo.com)
Melee weapon models Zombie Panic: Source (http://www.zombiepanic.org/)
Board Kit model Samuel (samuel_games@hotmail.com)
### Addtional credits
|Contribution |Credit |
|-------------------|------------------------------------------------------|
|Zombie view models |11k (tjd113@gmail.com) |
|Zombie kill icons |Eisiger (k2deseve@gmail.com) |
|Some HUD textures |Typhon (lukas-tinel@hotmail.com) |
|Ambient beat sounds|Austin "Little Nemo" Killey (austin_odyssey@yahoo.com)|
|Melee weapon models|Zombie Panic: Source (http://www.zombiepanic.org/) |
|Board Kit model |Samuel (samuel_games@hotmail.com) |
|Current maintainer |LuoRain (luotianyi@luotianyi.me) |
ZZZZZZZZZZZZZZZZZZZZZZZZZ
ZZ ZZ
ZZ INSTALL ZZ
ZZ ZZ
ZZZZZZZZZZZZZZZZZZZZZZZZZ
## Install
1. Put the zombiesurvival folder in garrysmod/gamemodes with all the other gamemode folders.
2. In console: gamemode zombiesurvival
3. Run a zs_ map.
ZZZZZZZZZZZZZZZZZZZZZZZZZ
ZZ ZZ
ZZ RUNNING SERVERS ZZ
ZZ ZZ
ZZZZZZZZZZZZZZZZZZZZZZZZZ
## Running servers
1. Get srcds and configure it for garrysmod (requires steamcmd).
2. Put the zombiesurvival folder in garrysmod/gamemodes with all the other gamemode folders.
@ -45,11 +41,6 @@ ZZ ZZ
srcds.exe -port 27015 -console -game garrysmod -secure +ip 24.102.103.104 +hostport 27015 +gamemode zombiesurvival +maxplayers 32 +map zs_oldhouse +hostname "Your ZS Server"
6. Run it. You now have a server. See other guides on the web for setting up sv_downloadurl.
## Legal jargon
ZZZZZZZZZZZZZZZZZZZZZZZZ
ZZ ZZ
ZZ LEGAL JARGON ZZ
ZZ ZZ
ZZZZZZZZZZZZZZZZZZZZZZZZZ
See license file
See [license](LICENSE) file

49
readme_zh-CN.md Normal file
View file

@ -0,0 +1,49 @@
[English](readme.md) | 中文(简体)
# 僵尸生存
终极僵尸体验。
一个Garry's Mod游戏模式。
## 作者
William "JetBoom" Moodhe 创建和编写
电子邮件: williammoodhe@gmail.com
备用电子邮件: jetboom@noxiousnet.com
网站: http://www.noxiousnet.com
### 其它作者
|贡献 |作者 |
|-----------|------------------------------------------------------|
|僵尸视角模型|11k (tjd113@gmail.com) |
|僵尸击杀图标|Eisiger (k2deseve@gmail.com) |
|一些HUD材质 |Typhon (lukas-tinel@hotmail.com) |
|环境击打音效|Austin "Little Nemo" Killey (austin_odyssey@yahoo.com)|
|搏斗武器模型|Zombie Panic: Source (http://www.zombiepanic.org/) |
|木板包模型 |Samuel (samuel_games@hotmail.com) |
|当前维护者 |LuoRain (luotianyi@luotianyi.me) |
## 安装
1. 将zombiesurvival目录与其他游戏模式目录一起放到garrysmod/gamemodes里。
2. 在控制台输入gamemode zombiesurvival
3. 切换到一个zs_地图。
## 运行服务器
1. 获取srcds并将其配置为garrysmod服务器需要steamcmd
2. 将zombiesurvival目录与其他游戏模式目录一起放到garrysmod/gamemodes里。
3. 弄点地图。互联网上有许多的ZS_地图并且游戏也支持其它的地图类型如CS:S, Zombie Mod, Zombie Horde, Zombie Panic! Source
4. 可以自己装一个自定义投票脚本或者使用mapcycle_zombiesurvival.txt。在garrysmod目录创建一个名为mapcycle_zombiesurvival.txt的文件。将不带.bsp后缀的地图名字放进去。一个一行。
5. Make your auto-start batch file or whatever you use. The line should look like this:
srcds.exe -port 27015 -console -game garrysmod -secure +ip 24.102.103.104 +hostport 27015 +gamemode zombiesurvival +maxplayers 32 +map zs_oldhouse +hostname "Your ZS Server"
5. 制作你自己的自动启动脚本或别的什么东西。它看起来应该是这样的:
`srcds.exe -port 27015 -console -game garrysmod -secure +ip 24.102.103.104 +hostport 27015 +gamemode zombiesurvival +maxplayers 32 +map zs_oldhouse +hostname "Your ZS Server"`
6. 运行它。你现在就有了一个服务器。看看网上的其他教程来设置sv_downloadurl。
## 法律用语
查看[license](LICENSE)文件