RSPN Cave Systems - not being seen correctly by A3L
-
@maca134 the RSPN Cave Systems you added to the launcher is busted in the launcher .. for some reason the launcher thinks is a bad mod and won't see the server with it installed.
Oh snap! 173.247.23.176:2303 unknown mods - RSPN Cave Systems 1.0
mod.cpp=
dir = "@RSPN";
name = "RSPN Cave Systems 1.0";
actionName = "Donate";
picture = "mod.paa";
action = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XXXXXXXXXX
overview = "A collection of modular cave sections designed for assembly of various user made cave systems.";
-
Prob Resolved
OK the fix for this problem .. is that the publisher did not upload the meta.cpp correctly
It should be for this modAccording to this article it should be
meta.cpp should look like this .. the uploader had publishedid = 0 ;protocol = 1;
publishedid = 1251898702 ;
name = "RSPN Cave Systems";
timestamp = 5248189329180407904;https://community.bistudio.com/wiki/How_to_enable_Steam_Workshop_support_in_Server_Browser
-
Thanx for fix