The Gothic Homecoming gamemode is based on how the 2011's Gothic Multiplayer worked, where you simply join a server and choose a class.
- Multiple scenes in Main Menu
- Server List mockup (based on Virtual Worlds)
- Class Select on Join
- Global Chat under prefix (!) for everyone and distance chat by default
- Playerlist with Class Names (F1)
- World Map (F2)
- Animation Window (F3)
- Net Stats (F4)
- Player Visual change in Menu
- Server Settings in Menu
- Client Options in Menu
Clone the code repo:
git clone https://github.com/G2O-Script-Workshop/Gothic-Homecoming
cd Gothic-Homecoming
Put 0.3.0 server files in the repo and import the gamemode in config.xml
file
<import src="Homecoming/import.xml" />
Add the BASS and LocalStorage modules to the config.xml
file of your server. Downloading them is not needed.
<module src="LocalStorage.dll" type="client" />
<module src="sq_bass.dll" type="client" />
Allow the Addon to be loaded in the config.xml
:
<resource vdf="GMP_Assets.vdf" />
Make sure your players also get the correct version dll!