quake3-proxy-aimbot icon indicating copy to clipboard operation
quake3-proxy-aimbot copied to clipboard

broken, spews errors about invalid opcodes

Open hellidox opened this issue 3 years ago • 4 comments

works as a proxy, but console spews about unknown svc_op and bytearray out of range log.txt

hellidox avatar Oct 22 '22 06:10 hellidox

What version of Quake 3?

Can you provide a dump (pcap) file of the network traffic, from Wireshark or similar?

jfedor2 avatar Oct 22 '22 06:10 jfedor2

the quest port of the io fork of the quake 3 engine may be relevant? not too familiar with quake code anymore. i'll provide a dump as soon as i re-work out how to do that

hellidox avatar Oct 25 '22 14:10 hellidox

Oh, I see.

ioquake3 uses a modified network protocol so that's probably why.

But it can fall back to the original protocol on both the client and the server so you can run an ioquake3 client and pretend to be original Quake 3, even if the server itself is running ioquake3. This works with the proxy.

I don't know how to do it on the Quest port, but on regular ioquake3 running on a computer you do it by adding +set com_protocol 68 to the command line.

jfedor2 avatar Oct 25 '22 17:10 jfedor2

thanks for the info, the Quest port reads from a file called commandline.txt in a seperate folder

hellidox avatar Oct 27 '22 00:10 hellidox