zombiesurvival-evolved/readme.md

46 lines
2.1 KiB
Markdown
Raw Normal View History

2022-07-12 18:29:33 +08:00
English | [中文(简体)](readme_zh-CN.md)
# Zombie Survival
The definitive zombie experience.
A gamemode for Garry's Mod.
## Credits
2014-10-02 08:49:54 +08:00
Created and programmed by William "JetBoom" Moodhe
2022-07-12 18:29:33 +08:00
2014-10-02 08:49:54 +08:00
E-mail: williammoodhe@gmail.com
2022-07-12 18:29:33 +08:00
2014-10-02 08:49:54 +08:00
Alternate e-mail: jetboom@noxiousnet.com
2022-07-12 18:29:33 +08:00
Web: http://www.noxiousnet.com
2014-10-02 08:49:54 +08:00
2022-07-12 18:29:33 +08:00
### 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) |
2014-10-02 08:49:54 +08:00
2022-07-12 18:29:33 +08:00
## Install
2014-10-02 08:49:54 +08:00
1. Put the zombiesurvival folder in garrysmod/gamemodes with all the other gamemode folders.
2. In console: gamemode zombiesurvival
3. Run a zs_ map.
2022-07-12 18:29:33 +08:00
## Running servers
2014-10-02 08:49:54 +08:00
1. Get srcds and configure it for garrysmod (requires steamcmd).
2. Put the zombiesurvival folder in garrysmod/gamemodes with all the other gamemode folders.
3. Get some maps. ZS_ maps are plentiful on the Internet and the game also supports many other map types: CS:S, Zombie Mod, Zombie Horde, Zombie Panic! Source
4. Either setup a custom voting script or use mapcycle_zombiesurvival.txt. Make a file called mapcycle_zombiesurvival.txt in base garrysmod folder. Put in names of maps without the .bsp ending. One per line.
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"
6. Run it. You now have a server. See other guides on the web for setting up sv_downloadurl.
2022-07-12 18:29:33 +08:00
## Legal jargon
2014-10-02 08:49:54 +08:00
2022-07-12 18:29:33 +08:00
See [license](LICENSE) file