hiding names of npc from master list

Started by habi2, Jul 15, 2025, 02:12 PM

Previous topic - Next topic

habi2

How everybody is doing. With the help of openai models, i quickly made this tool which do what written in subject.

(mediafire) (library, how-to and source) (23.80 KB)

1. You need to create a text file npcnames.txt in server directory:
Alfred
John
medic
npc100
mike

2. Find libvcmpintercept.so in downloaded files and put it also in server directory.

3. Preload the library and specify the server port to run the server
VCMP_SERVER_PORT=8192 LD_PRELOAD=./libvcmpintercept.so ./mpsvrrel64_v39

Images

The npcs Alfred and mike are connected, their names entered at sl.no 1 and 5 respectively in npcnames.txt is not shown in the list to a client !

PS: The source could be more bit more optimized.

2b2ttianxiu


2b2ttianxiu