fteqw
fteqw copied to clipboard
This is the official GitHub mirror for the FTEQW project.
Hello, I've been attempting to compile FTEQW for an ARM Mac platform, but after running `make makelibs`, it will throw the following error after downloading and testing `jpegsrc`: ```shell checking...
Hey guys! Having a specific issue after compiling from latest source: When I try to connect using WS protocol, it does connect to the FTEQWSV, but it does not initiate...
How exactly should I must configure FTEQWSV server.cfg to allow to only download assets from a specific site? ``` set sv_allowdownload 0 set sv_allowdownloads 0 sv_downloadurl "http://gameassets.aqtiongame.com/" sv_dlURL "http://gameassets.aqtiongame.com/" s...
hey guys, I am trying to host the web wasm version into a HTTPS server, but with that, I can only connect on servers using WSS. If i try to...
Hey! I am trying to implement the "nextmap" command in a FFA FTEQW server (to go automatically to the next map in the rotation). But, in compilation the code below...
Attempt to disassemble `progs.dat` from [Something Wicked This Way Comes](https://www.quaddicted.com/filebase/something_wicked.zip) via `fteqcc -d` crashes randomly at [this location](https://github.com/fte-team/fteqw/blob/09768089c006f242c10be2a044968d15ecb99d29/engine/qclib/decomp.c#L1119). ```c QC_snprintfz(fname, sizeof(fname), "%s %s", builtins[bi].text, GetString(functions[i].s_name)); ``` ``` DecompileCalcProfiles at decomp.c:1119:5...
Hello guys, Is it possible to add Bots on FTEQW Dedicated Server? In special, on Quake2 using the mod Action?
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?