Jump to content

Assaro

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Assaro

  1. I would easily pay more than 9$ per month on that. Cloud Backups services are expensive to run. But i sure as hell can't afford to pay more than 200$ a month on it. I will at some point probably just built a second server and leave it at a friends place or sth like that. But currently that is not feasible. None of them have anything near gigabit speeds.

  2. Hey,

    i have a problem. I wanted to set a password on my garrysmod server.

    This is normally done by editing the server.cfg in garrysmod/cfg/ and adding

    sv_password "PASSWORD"

    to it. However i cannot connect to my server using that password. Gmod tells me it is wrong. Have you encountered this yet?

  3. Hey i am currently in the process of transferring my Minecraft Server to your docker Container. I got most things figured out, however i got two questions

    • Are there any relevant changes to server.properties i need to implement in my old server.properties, aside the different IP?
    • How do I add custom JVM Flags? I found the STARTUP_CMD key, however I don't know what to put into it. Just the custom flags, my complete startup script or just the location of my start.sh?

    Thank you for your work and time

  4. 7 hours ago, ich777 said:

    I see the folder but the actual folders for the game content are not in there from what I see in your screenshot.

    Please also keep in mind the full path to the files in the container is: /serverdata/serverfiles

     

    I don‘t understand what TheForest and GarrysMod have to do with each other…

    You can run multiple instances from TheForest and/or GarrysMod and/or any other game server from me without interfering with each other, when configured right.

    So after a little bit more talking the solution was found to be moving the data folders of the needed games to the appdata/garrysmod folder with the server install and change the mount.cfg to /serverdata/serverfiles/data_folder_name for each game.

    Thanks again btw

    Bild_2022-03-19_224048.png

    • Like 1
  5. 6 hours ago, ich777 said:

    What path are you using?

     

    where the files that you copied over from a Windows machine?

     

    Do you have already other games installed?


     

    "mountcfg"
    {
    "cstrike"	"/gmod_custom_content/css/cstrike"
    "tf"		"/gmod_custom_content/tf2/tf"
    "hl2"		"/gmod_custom_content/hl2/hl2"
    "episodic	"/gmod_custom_content/hl2e1/episodic"
    "ep2"		"/gmod_custom_content/hl2e2/ep2"
    "hl1mp"		"/gmod_custom_content/hl_deathmatch_source"
    
    }
    


    gmod_custom_content is a folder at the root of the gmod folder

    Everything has been downloaded on my old ubuntu server using Steamcmd.

    It has been moved using Windows though.
    Used TheForest for  a while, but completely removed all files before installing garrysmod, including the steamcmd folder 

    Bild_2022-03-19_134321.png

    Bild_2022-03-19_134339.png

  6. 13 minutes ago, ich777 said:

    What have you done so far (maybe I will answer tomorrow, getting a bit late here and I‘m really tired today :/ ).

    I took my old settings and config files and put them into the gmod install in the container, adjusted the start parameters and then downloaded the cs:source files and moved them to a separate folder. i then created a path that linked to it and set the path in the mount.cfg

×
×
  • Create New...