SRCDS Steam group


How to make a link "connect server"?
#1
I know how to make with HLSW but it requires HLSW program for clients who use this link, i want to make link with steam engine.
This links looks smthng like this: steam: "-applaunch 240 -game cstrike +connect 84.55.62.45:27015"
The problem is that using "A href" doesn't support space (should be %20 - but steam doesn't support this key) and doesn't support " ".
Reply
#2
<a href='steam: "-applaunch 240 -console -game cstrike +connect 84.55.62.45:27015"'>Clicky!</a>

That one works Smile
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#3
I use php-nuke and inserted it in Content, seems he automaticaly changes code and writes " back isntead of ' automaticaly. Any idea how to turn off this useless function? Or maybe make link to another page, and another page will redirect to steam?
Reply
#4
yes you can do the redirect, point to a page called serverconnect.html for example.
enter this code in the page:
Code:
<html>
<head>
<meta http-equiv="Refresh"
content='0;url=steam: "-applaunch 240 -console -game cstrike +connect 84.55.62.45:27015"'>
</head>

<body>

<p>
If the game doesn't start or you are not getting a warning message to continue please click <a href='steam: "-applaunch 240 -console -game cstrike +connect 84.55.62.45:27015"'> >>here<< </a> to connect to the server.
</p>

</body>
</html>
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)