HLSW Update

Started by Anonymous, August 12, 2004, 08:34:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Anonymous

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

OldBloke

"War without end. Well, what was history if not that? And how would having the stars change anything?" - James S. A. Corey

Anonymous

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.

Norm

How do I get HLSW to work through my router,atm I cant use rcon through it via Hlsw. <_<

Anonymous

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".

Norm

Thx BB,much appreciated. :D

TeaLeaf

QuoteOriginally posted by BlueBall+Aug 13 2004, 09:15 PM-->
QUOTE (BlueBall @ Aug 13 2004, 09:15 PM)
TL.
Wisdom doesn\'t necessarily come with age. Sometimes age just shows up all by itself.  (Tom Wilson)
Talent wins games, but teamwork and intelligence wins championships. (Michael Jordan)

Anonymous

QuoteOriginally posted by Norm@Aug 14 2004, 11:53 AM
Thx BB,much appreciated. :D
I can cut'n'paste like the best of them ;)