Page 1 of 1

Fatal error game_mod

Posted: 13 May 2017, 01:42
by Maverick00
Hi,
I have this error :

Code: Select all

[UASECO Fatal Error] [Gameinfo] UASECO can only be used for scripted Gamemodes! Please set in "UserData/Maps/MatchSettings/TM2-crosspro.txt" <playlist><gameinfos><game_mode> to "0" and <script_name> to e.g. "TimeAttack.Script.txt". on line 78 in file /home/teamjtt/TM2/xaseco2/crosspro/includes/core/gameinfo.class.php
I think that path

Code: Select all

UserData/Maps/MatchSettings/
in gameinfo.class.php is just a text, because the folder Maps is in GameData now.

Here are my files :

Image
Image

I don't find my error :?

Re: Fatal error game_mod

Posted: 13 May 2017, 07:10
by undef.de

Code: Select all

UserData/Maps/MatchSettings/
Isn't just a text, that's the path in where the dedicated server is looking for the MatchSettings file by default. I'm unsure, but you can't change that.

So your file "TM2-crosspro.txt" should be placed into that directory and your startup file of the dedicate server should point to that. And don't forget to restart the dedicated server to let the changes take into account.

See also https://www.uaseco.org/documentation/in ... atedServer