Skip to content

The Gothic Homecoming gamemode is based on how the 2011's Gothic Multiplayer worked, where you simply join a server and choose a class.

Notifications You must be signed in to change notification settings

G2O-Script-Workshop/Gothic-Homecoming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gothic-Homecoming

The Gothic Homecoming gamemode is based on how the 2011's Gothic Multiplayer worked, where you simply join a server and choose a class.

Features

  • 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

How to Run

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!

About

The Gothic Homecoming gamemode is based on how the 2011's Gothic Multiplayer worked, where you simply join a server and choose a class.

Resources

Stars

Watchers

Forks

Packages

No packages published