Aciz

Results 132 issues of Aciz

Prints produced by various components of the mod are all over the place when it comes to formatting and color coding. The prints should be redone so that they are...

Enhancement
Priority: Normal

Allow players to use `/revive` command to revive themselves (normally cheat protected).

Feature
Priority: Low

It's useless to have in the mod and takes up unnecessary space in `CS_SERVERINFO`.

Enhancement
Priority: Low

TJMod's `tj_drawYaw`, shows little arrows left/right when moving mouse left/right.

Feature
Priority: Low

There are several old maps which have broken arena files inside them. Since they are only few kb in size mostly, we could provide fixes for those in the mod...

Priority: Low

This makes it clearer why vote might fail even in situations where it seemingly should pass. Example scenario: * 4 players, 4 specs * vote is called by a player,...

Enhancement
Priority: Normal

Now that we have callvote devmap, it's a much more realistic scenario that someone might actually change a cheat protected cvar directly that we have a shadow cvar for. This...

Bug
Priority: Normal

Now that clients have the ability to turn of banners (#805), we should still provide a way to get around this on code level, in case we want print out...

Feature
Priority: Normal

Mounted MG42s are handled mostly on server side, when a client mounts MG42, cgame never gets the correct heat value that the MG currently has (`pmext->weapHeat[WP_DUMMY_MG42]` is only updated on...

🐞 Bug
cat: mod QAGAME
cat: mod CGAME

When using `video-pipe` to pipe video/audio to `ffmpeg`, the extension is hardcoded to be `mp4`. https://github.com/ec-/Quake3e/blob/14e33fbe196a10f272b35a1fda584ff1edd74a9a/code/client/cl_main.c#L3539-L3562 However, `ffmpeg` allows overriding the auto-determined container with `-f ` flag. Combining this with...