-
Posts
1,869 -
Joined
-
Last visited
-
Days Won
77
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Dennis
-
Why not just look at Rust Dev or search on Google? The parameter he sent is correct if you use experimental, not if you use legacy.
-
Hi, I really didn't think this would be so hard to figure out, but it seems like creating a batch file that will open a cmd is no good. When creating a script that executes this command on service start, the service just "hangs" until the cmd window is closed manually. Anyone know a fix? Kind regards
-
Source. Tried -server.ip or +server.ip?
-
Probably whenever Luis rolls out the next update
-
Cant create a game server in remote windows server
Dennis replied to farenheitcx's topic in Windows Support
Already seems like that's the case (Selection: LessSlots) Are you sure that you have defined your server as a Windows server, and not Linux? Also try restarting the monitor. -
And you did follow the installation instructions, right?
-
Luis have implemented a working query protocol for Rising World, so everything is working now. However, the query protocol is not yet implemented into TCAdmin (but it will be in the next update, I think). I'm not going to tell how to update the control panel with the new query protocol - that way I won't have to be responsible if someone mess up their installation Wait till the next update, and then the config will be released.
-
You can start it with the -ip command line parameter. If I recall correctly, you should be able to use the HL2 new query protocol for query.
-
Bought the game last night to have a look at this. Good news - It took less than 20 minutes to have a working config going. Bad news - It doesn't seem like there's a working good way to make queries to the server (every information can however be seen in an xml response on the query port using the internal http server), so I've asked Luis if he could perform some magic for us It's working though. Don't expect that the config will be uploaded this weekend - I want to get a response from Luis before I upload this config, and it's weekend now
-
http://support.facepunchstudios.com/feedback/view/1598-rust-dedicated-won-t-download-on-debian I've seen someone say that Garry took the Linux files offline because the Linux bins didn't work.
-
That would be kind of you, Jus61 Btw, I perfectly understood your English. However, wait until I have created a game config that at least looks like it's starting.
-
I think you misunderstood him, tangogc
-
I can have a look at this tomorrow or in the weekend.
-
I don't own the game, thus I have no access to the dedicated server files. I can't create the config, but I'll be glad to help with any questions. It's not difficult setting up a config. You basically only need to know these things: - The game servers executable file - Ports that are going to be used - Query protocol - Config and/or commandline
-
I can help you build the config.
-
I've not ever had problems with TCAdmin crashing on Windows. Linux, on the other hand, is a motherf*****. We've seen so many crashes on all of our servers that it can't be counted on one hand. Usually we have to force the monitor process to close (kill -9 <PID>), simply because it won't react to any commands or won't shutdown otherwise. This is the thing that's bugging me the most because it can happen on a newly installed OS with ONLY TCAdmin and the requirements installed.
-
You're using the Windows variables. You need to use the ones for Linux. #!/bin/bash sed -i 's/name="ServerPort"\s*value=".*"/name="ServerPort" value="${ThisService_GamePort}"/g' serverconfig.xml; sed -i 's/name="ServerMaxPlayerCount"\s*value=".*"/name="ServerMaxPlayerCount" value="${ThisService_Slots}"/g' serverconfig.xml; sed -i 's/name="ControlPanelPort"\s*value=".*"/name="ControlPanelPort" value="${ThisService_RConPort}"/g' serverconfig.xml; sed -i 's/name="TelnetPort"\s*value=".*"/name="TelnetPort" value="${ThisService_QueryPort}"/g' serverconfig.xml;
-
I've had this issue before, and we just had to restart the monitor.
-
No, not in the root of cstrike, no. The client aren't able to download from there.
-
No, simply just don't put the cstrike\addons\ folder in "Files to Sync" - it's only syncing the files in this directory, you know... This is our field from "Files to Sync" for Source: cstrike/maps/* -r;cstrike/materials* -;cstrike/models* -r;cstrike/sound* -r;
-
Remove it under the fast download sync settings for the game.
-
Link for what?
-
Without giving any more info, we can only take a shot in the dark and guess what might be the problem.
-
No problem. Did you make it work?
- 32 replies
-
- automation
- create database
-
(and 1 more)
Tagged with:
-
There's nothing to fix. However, I've replaced all mysql commands with the default path to mysql.exe and emailed it back to you. If you've installed it somewhere else, you'll need to change the script a bit.
- 32 replies
-
- automation
- create database
-
(and 1 more)
Tagged with: