Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1. Browse to the "garrysmod\gamemodes\morbusgame\gamemode\server" folder and open up "sv_ent_replace.lua" in a text editing program (I recommend Notepad++, as it provides proper indentation etc. to the file). Be careful which program you use, as the indentations (number of spaces tabs etc. might be important for a piece of code to work and removing something might crash the entire game mode) may or may not show up properly or cleanly in the program.
2. Find the
That's more or less how I fixed it on my end. Haven't tested with my friends on, as I managed to figure out how to make the game start or rather be in the mode where weapons spawn with 1 player on. It's good for debugging and making sure it actually is working, and can be done by following these few steps:
1. Browse to the "garrysmod\gamemodes\morbusgame\gamemode\server\round" folder and open up "sv_roundengine.lua" in a text editing program. Same warning as step 1 in the above guide.
2. Find the
3. Save changes and exit. If you had your server running, restart it.