Merge branch 'master' of http://nas.ultracombos.com:3400/19050-Frozen2/Deploy-19050-Frozen2-PC
commit
20e40673a0
14 changed files with 83 additions and 22 deletions
@ -0,0 +1 @@ |
||||
#gitkeep file |
||||
@ -0,0 +1 @@ |
||||
#gitkeep file |
||||
@ -1,15 +0,0 @@ |
||||
[Window][Debug##Default] |
||||
Pos=60,60 |
||||
Size=400,400 |
||||
Collapsed=0 |
||||
|
||||
[Window][AppEasyVideoPlayer] |
||||
Pos=10,10 |
||||
Size=450,686 |
||||
Collapsed=0 |
||||
|
||||
[Window][AppEasyVideoPlayer::Info] |
||||
Pos=400,266 |
||||
Size=177,71 |
||||
Collapsed=0 |
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,5 @@ |
||||
@ECHO OFF |
||||
TASKKILL /IM "Resilio Sync.exe" /F |
||||
COPY /Y conf\UnityBuild-05_BallPool_8M.conf "%USERPROFILE%\AppData\Roaming\Resilio Sync\sync.conf" |
||||
START "" "%USERPROFILE%\AppData\Roaming\Resilio Sync\Resilio Sync.exe" |
||||
REM PAUSE |
||||
@ -0,0 +1,16 @@ |
||||
//samples can be found here: http://internal.getsync.com/support/sample.conf |
||||
{ |
||||
"shared_folders" : |
||||
[ |
||||
{ |
||||
"secret" : "BRXWJM2IB2CEIDR3H3R7CWROWYSAGWUOM", |
||||
"dir" : "C:/UC/Project-19050-Frozen2/_Deploy_PC/05_BallPool/UnityBuild-20038-05_BallPool_8M", // * required field |
||||
"use_relay_server" : true, // use relay server when direct connection fails |
||||
"use_tracker" : true, |
||||
"search_lan" : true, |
||||
"use_sync_trash" : false, // enable SyncArchive to store files deleted on remote devices |
||||
"overwrite_changes" : true, // restore modified files to original version, ONLY for Read-Only folders |
||||
"selective_sync" : false//, // add folder in selective sync mode |
||||
} |
||||
] |
||||
} |
||||
@ -0,0 +1,11 @@ |
||||
set root=C:\UC\Project-19050-Frozen2\_Deploy_PC |
||||
set device=05_BallPool |
||||
timeout /t 8 |
||||
start "" "%root%\%device%\ucURGCalibration\ucURGCalibration.exe" |
||||
timeout /t 8 |
||||
start "" "%root%\%device%\ofxCCVApp\ofxCCVApp.exe" |
||||
timeout /t 8 |
||||
CD "%root%\%device%\UnityBuild-19050-05_BallPool_8M\Build" |
||||
start "" "Unity_2018_Frozen.exe" |
||||
timeout /t 8 |
||||
start "" "%root%\%device%\ucProjectionMappingUI\ucProjectionMappingUI.exe" |
||||
@ -1,6 +1,6 @@ |
||||
set root=C:\UC\Project-19050-Frozen2\_Deploy_PC |
||||
set device=09_TheUnknown |
||||
timeout /t 8 |
||||
CD "C:\Users\UltraCombos\Desktop" |
||||
CD "%root%\%device%" |
||||
start "" "unknown.act" |
||||
|
||||
|
||||
Loading…
Reference in new issue