mvdevs / jk2mv

JK2MV - improved, modernized JK2 client and server
https://jk2mv.org
GNU General Public License v2.0
105 stars 33 forks source link

remove "following player" text from demo playback #109

Closed carmesie closed 5 years ago

carmesie commented 5 years ago

Hello, im a fellow JK2 player from 1.02 scene, i want to render some clips that were recorded in spectator mode and id love to remove the "following x player" text that is displayed in the next image..in order to render the scene. is there anyway to do this without cg_draw2d? shot0002

ouned commented 5 years ago

I think there is no other way.

The code for that should be in the cgame module. You can make a simple mod which removes the text.

aufau commented 5 years ago

You need to either make a mod that disables it, have someone make such mod for you (very easy, relevant code: https://github.com/mvdevs/mvsdk/blob/master/code/cgame/cg_draw.c#L3521-L3538) or maybe use jomme that I believe has cvars for this: https://jkhub.org/files/file/1861-jomme/

JK2MV alone doesn't provide such option. Unless you are fine with cg_draw2d 0.