HLSW Version 1.0.0.30 is now available. Start HLSW and click the question mark then select "HLSW Auto Updater" to be, well automatically updated :D
Thanks BB. :)
From HLSW website:
QuoteSince the Steam-Update of 5th August, there is a major problem in connecting to Steam based servers via HLSW. The new HLSW beta version 1.0.0.30 fixes this problem. There are other bugfixes (ie. View-Manager split) and a Doom3-Support, too. More information are found in the ChangeLog.
Info
Everyone using the Steamloader or the parameter "applaunch" has to reedit the entry to default steam.exe.
Sadako, your prayers have been answered.
How do I get HLSW to work through my router,atm I cant use rcon through it via Hlsw. <_<
QuoteOriginally posted by Norm@Aug 13 2004, 08:08 PM
How do I get HLSW to work through my router,atm I cant use rcon through it via Hlsw. <_<
Router/Gateway Configuration:
You have to setup a port-redirection for port 7130 (UDP) from the Router/Gateway to the LAN-Ip-Adress where HLSW is running !
Example for a Win2k Gateway:
Properties of the dial-up Connection -> "Sharing" -> "Settings" -> Services
Add a news service. For name of the service enter "HLSW Service". The service port number, of course, is 7130, UDP. The name or address of server computer on private network is the IP-Adress where HLSW runs (eg 192.168.0.1).
Setting up port-redirection on a linux router:
/usr/sbin/ipmasqadm autofw -A -v -r tcp 7130 7130 -h $HLSW_IP
/usr/sbin/ipmasqadm autofw -A -v -r udp 7130 7130 -h $HLSW_IP
(for "HLSW_IP" you have to give the IP where HLSW is running)
Receive Logs with more than one PC:
You have to configure your Router/Gateway as shown above, but you give other port-numbers for every computer on LAN. That means port 7130 => PC1, 7131 => PC2, 7132 => PC3, etc. For PC2/PC3 you have to configure the correct Port (7131/7132) using the parameter "-PORT:xxxxx".
Thx BB,much appreciated. :D