How to run Quake 2 on Web-Rel?
Opened this issue · 9 comments
Hey guys,
I was able to compile web-rel without problems, but was not successful on make Quake2 work...
Can you guys point me in the right direction?
Currently for the web build, you can only play Quake II as a client. So you cannot host listen/dedicated server games.
FTEQW doesn't compile the Quake II game-logic module into itself (that's an external dll/so file) but it can connect to Quake II servers without any game-logic being present.
You can add additional gamedirs with the basegame
argument:
https://fte.triptohell.info/moodles/web/hexen2demo.fmf
The web/ dir on that URL has some more examples if need be
and how I set the broker on the FTE server, so I can connect using sv_port_rtc ?
and how I set the broker on the FTE server, so I can connect using sv_port_rtc ?
With rtcbroker
in the manifest, like FreeHL does here:
https://code.idtech.space/fn/valve/src/branch/master/manifest.fmf
if a Q2 server is hosted with FTE, then sv_public 2
in console will
make it advertise on master.frag-net.com. that works.
currently no one seems to be advertising Quake 2 server games on master.frag-net.com.
didn't work... got this error:
"server requires credentials"
do I need to create an account somewhere on frag-net.com ?