Posts: 7
Threads: 1
Joined: Jan 2007
Reputation:
0
Hi.
I want to create a server for the HL2-mod Gutter Runners ( http://gr.hl2files.com) and I am useing Ubuntu Edgy. There is no help on their website.
I have come this far:
./steam -command update -game "hl2mp" -dir .
Obviously I want to change hl2dm to gr but how?
Help will be appreciated.
Posts: 728
Threads: 2
Joined: May 2006
Reputation:
0
if you read the news on that site:
Code:
Sign up closed + Release date - Mon Dec 11, 2006 7:41 am
Alright we've got 8 new testers. I hope that they will be active and help to speed up and improve our first release which will probably take place in mid february.
-Straken
it's not even released yet.....
Posts: 56
Threads: 8
Joined: Mar 2006
Reputation:
0
Quote:Sign up closed + Release date - Mon Dec 11, 2006 7:41 am
Alright we've got 8 new testers. I hope that they will be active and help to speed up and improve our first release which will probably take place in mid february.
-Straken
Yea it's still in Beta Testing.. lol
Posts: 7
Threads: 1
Joined: Jan 2007
Reputation:
0
k2chris1983 Wrote:Quote:Sign up closed + Release date - Mon Dec 11, 2006 7:41 am
Alright we've got 8 new testers. I hope that they will be active and help to speed up and improve our first release which will probably take place in mid february.
-Straken
Yea it's still in Beta Testing.. lol
Yes, and the mod team has asked me to try to set up a dedicated linux server to see if it works. Do I need to create this server myself or can I just make srcds load some files from the client?
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
You need the server files from the mod makers, you extract that into the main srcds folder where the cstrike/hl2mp/hl2 folders are located. Then you can run the server by changing setting -game <modfoldernamehere> as a startup param.
Posts: 56
Threads: 8
Joined: Mar 2006
Reputation:
0
bt86bt Wrote:k2chris1983 Wrote:Quote:Sign up closed + Release date - Mon Dec 11, 2006 7:41 am
Alright we've got 8 new testers. I hope that they will be active and help to speed up and improve our first release which will probably take place in mid february.
-Straken
Yea it's still in Beta Testing.. lol
Yes, and the mod team has asked me to try to set up a dedicated linux server to see if it works. Do I need to create this server myself or can I just make srcds load some files from the client?
The mod team or the Project Team Lead should know this answer, but what Drocona said should work. If there is any error which could happen because of Beta testing. You will need to talk with your Team about this, and go over what is going on. They should have a Forum or a Wiki for Beta Testers to talk about Errors, How to Setup and how to fix these Errors. You get the idea....
Posts: 7
Threads: 1
Joined: Jan 2007
Reputation:
0
k2chris1983 Wrote:bt86bt Wrote:k2chris1983 Wrote:Quote:Sign up closed + Release date - Mon Dec 11, 2006 7:41 am
Alright we've got 8 new testers. I hope that they will be active and help to speed up and improve our first release which will probably take place in mid february.
-Straken
Yea it's still in Beta Testing.. lol
Yes, and the mod team has asked me to try to set up a dedicated linux server to see if it works. Do I need to create this server myself or can I just make srcds load some files from the client?
The mod team or the Project Team Lead should know this answer, but what Drocona said should work. If there is any error which could happen because of Beta testing. You will need to talk with your Team about this, and go over what is going on. They should have a Forum or a Wiki for Beta Testers to talk about Errors, How to Setup and how to fix these Errors. You get the idea....
Yes I understand and I appreciate all of your help. But you see that even though I am not on the mod team I have been asked by the team if I can try to create a dedicated server for linux.
I might be able to create a dedicated server with the SDK but I am not sure how, so I am asking here.
Posts: 56
Threads: 8
Joined: Mar 2006
Reputation:
0
The Source SDK (Source Software Development Kit) is just a collection of tools compiled by Valve Software that is used to create levels or make mods. That is on a Windows Box on Steam under Tools, but if you want to setup a Source Dedicated Server that is not what you need.
You can pick Windows or Linux to setup a Server, from the looks you already have Ubuntu also have SRCDS installed. You just have to extract the server files (Which your Team Lead gives you) "into the main srcds folder where the cstrike/hl2mp/hl2 folders are located. Then you can run the server by changing setting -game <modfoldernamehere> as a startup param." -Drocona
The Big Question is, are you new to Linux? If so try using Windows first and see if that works, then try Linux.
Posts: 7
Threads: 1
Joined: Jan 2007
Reputation:
0
01-07-2007, 01:12 AM
(This post was last modified: 01-07-2007, 01:16 AM by bt86bt.)
Hmm, I am more used to windows... guess I can try it in windows first. Also will check with team leader if he now what the server files are.
Edit: He had no idea, what are "the server files"?
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
In order to host a mod you need files for the server to use. These things are materials, dll's, models, sounds everything.
Posts: 7
Threads: 1
Joined: Jan 2007
Reputation:
0
Ah, okey I understand. So: (gr is folder name)
./steam -command update -game "gr" -dir .
Checking bootstrapper version ...
Getting version 18 of Steam HLDS Update Tool
And then after a minute or so back to terminal and nothing has happend. Next step would be: (gr_narrow is a gr map)
./srcds_run -console -game gr +map gr_narrow -maxplayers 16 -autoupdate
But it says that the file or catalog can't be found, and that is not strange since I do not have srcd, only steam in the folder... what is wrong?
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
as I said before, you cannot update a mod, you have to install it manually with the files provided by the mod makers. It's not a steam mod, it's a third party mod which is in no way supported by steam.
You have to get the mod files from the mod makers, then extract the folder "gr" which you got into the main folder of the srcds. then run the commandline you mentioned above and it should work.
Posts: 7
Threads: 1
Joined: Jan 2007
Reputation:
0
Drocona Wrote:as I said before, you cannot update a mod, you have to install it manually with the files provided by the mod makers. It's not a steam mod, it's a third party mod which is in no way supported by steam.
You have to get the mod files from the mod makers, then extract the folder "gr" which you got into the main folder of the srcds. then run the commandline you mentioned above and it should work.
Okey, then I understand. I have the gr folder and now I only need "srcds_run". Guess I have to solve the problem "Cannot open output file 'LinuxHldsUpdateTool_18.pkg'" to get it...
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
oh sorry my mistake, remove the -autoupdate command since you can't update a mod via steam, it should be all set then.
Posts: 7
Threads: 1
Joined: Jan 2007
Reputation:
0
Thanks for all your help. The program works and now I only need to create the makefile for the linuxserver.
|