trying to set up custom map downloads
-
I have a web server setup but I'm a bit stuck with what to put in the seta fs_game part of the server.cfg
the web server itself is setup using apache + WAMP
I've tried
C:\usermaps (this is the root folder)
C:\usermaps\mods
usermaps\mp_raid (example of using a folder with the map files directly insideI've allowed all the MIME types listed in the guide
I've tried just putting all the files .ff etc in the root folder
it just keeps telling me it's invalid when the mw3 server starts up
anyone gone through this setup before an know the formatting for it?
-
The URL in the CFG needs to serve a page where the relevant folders are presented (usermaps, mods etc), you don't directly serve the usermaps folder for example
-
so if I'm trying to have it auto download maps then the fs_game variable doesn't need to be populated?