jfedor2 / quake3-proxy-aimbot

Quake 3 Proxy Aimbot
GNU General Public License v2.0
27 stars 5 forks source link

broken, spews errors about invalid opcodes #1

Open hellidox opened 1 year ago

hellidox commented 1 year ago

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

jfedor2 commented 1 year ago

What version of Quake 3?

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

hellidox commented 1 year ago

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

jfedor2 commented 1 year ago

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.

hellidox commented 1 year ago

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