Modified zip scripts

This commit is contained in:
Robert Beckebans 2021-04-30 18:56:30 +02:00
parent ae7dc33b5c
commit 7707dc222e
5 changed files with 8 additions and 5 deletions

View file

@ -1444,7 +1444,7 @@ public:
if( ( count + 1 ) >= nextTicCount )
{
// discard anything currently on the list
tr.SwapCommandBuffers( NULL, NULL, NULL, NULL, NULL, NULL );
//tr.SwapCommandBuffers( NULL, NULL, NULL, NULL, NULL, NULL );
// restore the original resolution, same as "vid_restart"
glConfig.nativeScreenWidth = sysWidth;
@ -1470,7 +1470,7 @@ public:
}
common->UpdateScreen( false );
common->UpdateScreen( false );
//common->UpdateScreen( false );
}
count++;

View file

@ -689,7 +689,7 @@ void R_RenderPostProcess( viewDef_t* parms )
{
viewDef_t* oldView = tr.viewDef;
//if( !( parms->renderView.rdflags & RDF_IRRADIANCE ) )
if( !( parms->renderView.rdflags & RDF_IRRADIANCE ) )
{
R_AddDrawPostProcess( parms );
}

View file

@ -0,0 +1,2 @@
7z a RBDOOM-3-BFG-1.3.0.31-base_bakedlightdata.7z -r base/env/ base/maps/*.lightgrid -x!generated
pause

View file

@ -0,0 +1,3 @@
#!/bin/sh
7z a RBDOOM-3-BFG-1.3.0.31-base_bakedlightdata.7z -r base/env/ base/maps/*.lightgrid -x!generated

View file

@ -1,2 +0,0 @@
7z a RBDOOM-3-BFG-1.3.0.26-base_envprobedata.7z -r base/env/ -x!generated
pause