| Home | Contact
Worm

Personified

Personified is a QuakeWorld Location Reporter where players on the same team connect to a personification server and they can see the location and details of their teammates.
We originally used scripts which would report your location when you pressed a key:

bind "x" "say_team $\report location"
msg_trigger reportloc "report location" -l t
alias reportloc "say_team I'm at %l (%a/%h)"

This worked well but unfortunately it takes up chat space and often other people would have the trigger that you didn't need to know about. Also, older clients also do not have msg_trigger.

When you and your team use personified, you (and only you) see the location and stats of your teammates:

bind "x" "packet 127.0.0.1:27104 report"

Supported Clients

Download

Personified v1.25, 78KB
Source code

History

v1.25 2004-07-21 Rewrote detection and fixed mqwcl
v1.22 2004-07-12 First public release
v1.00 2004-06-13 Initial Release (private)
Programming Language: C.
Personified and Personification are my first UDP client/server which is modelled after QuakeWorld (of course). In addition, personified is basically a memory hook where it identifies the Quake process and then reads out certain memory locations and does useful things with that information.