Forums Archived

This forum has been archived. No new posts can be made and no new users can sign up. It remains here for reference only.

Find the new forums here

Trouble mounting CS:S files in GMOD server.

  • 194 Views
  • Last Post 21 June 2021
  • Topic Is Solved
Demigawd posted this 19 June 2021

I am hoping some one here can help me, I have been fighting this for a couple hours and can not find any information related to AMP and using Counter Strike: Source files in a GMOD server.

So far I have copied the files from CS:S and put them in the "instances/gmod/srcds/4020/cstrike" folder but now I need to figure out what to put in the mount.cfg file so they get loaded but every tutorial online seems to be specific to the hosting provider you use and since I am not using a hosting provider I have now hit a brick wall in setting this up.

Thank you to anyone that can help.

Order By: Standard | Newest | Votes
AbhorrentJoel posted this 20 June 2021

In the mount.cfg, you just put the path to the folder in quotes as an entry following cstrike (also in quotes). I think absolute paths may be necessary (not just relative to the directory you're currently in), so in your mount.cfg it will probably look something like this:

"mountcfg"
{
    "cstrike"   "/home/amp/.ampdata/instances/gmod/srcds/4020/cstrike/"
}

The above is correct with Linux, but will look a bit different if you're using Windows (the mount.cfg contains an example anyway).

Demigawd posted this 21 June 2021

That was exactly what I needed thank you.

The problem I had was I wasn't sure what the absolute path was inside the instance and this was a huge help.

Close