removed RLE-Compression prevents plates from working ingame

This commit is contained in:
q3rally 2021-02-24 22:22:28 +00:00
parent 57d3c2b6b2
commit e42db69cdb
6 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define BASETA "missionpack"
#ifndef PRODUCT_VERSION
#define PRODUCT_VERSION "v0.0.3.0_r298"
#define PRODUCT_VERSION "v0.0.3.0_r299"
#endif

View file

@ -885,6 +885,7 @@ q3rallycode
24=engine\code\cgame\cg_draw.c
25=engine\code\game\bg_pmove.c
26=engine\code\q3_ui\ui_cinematics.c
27=engine\code\cgame\cg_players.c
[Selected Project Files]
Main=
Selected=engine\code\qcommon\q_shared.h
@ -969,3 +970,6 @@ Caret=1,2029
[engine\code\q3_ui\ui_cinematics.c]
TopLine=21
Caret=1,35
[engine\code\cgame\cg_players.c]
TopLine=183
Caret=1,29