Skip to content

Commit 0791f77

Browse files
committed
add tc2_intel.bat
1 parent 890f618 commit 0791f77

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

game/tc2_intel.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
pushd %~dp0
3+
start .\tc2.bat -force_vendor_id 0X10DE -force_device_id 0xFFFE -disable_d3d9_hacks %* +mat_tonemapping_occlusion_use_stencil 1 +mat_disable_ps_patch 1
4+
popd

game_clean/copy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ if [ $PLATFORM = "win" ]; then
7777
FILES_REP+=(
7878
start_dedicated_tc2.bat
7979
tc2.bat
80+
tc2_intel.bat
8081
)
8182
elif [ $PLATFORM = "linux" ]; then
8283
declare -a EXES=(

game_clean/shared.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION="1.1.12"
1+
VERSION="1.1.13"
22
PAK_VERSION="0.76.0"
33
DEV_DIR=../game
44
CLEAN_DIR=../game_dist

0 commit comments

Comments
 (0)