Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
So I crafted this little script right here, which makes backups of my save files, stores them conveniently in folders with date and time stamp, and then starts the game.
(updated a goof in the code, script now works with directories which contain spaces in them)
For anyone who doesn't trust Steam Cloud either... ;)
Just save it into a .bat file and run the game with it.
INcredible! You did more than the developers, thank you good sir.
I'm not that good with scripts. Could you explain how much of your above written i do have to put into the file to make it work? Thanks in advance!!
Thank you for the fast answer captain. You forgot to fly away!
It'd be a pain to lose the custom stuff you got.
I actually pass 100% main story + 80% treasure.
Thanks for the little script
If not, two things to check:
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>for /F "delims=" %a in ('wmic OS Get localdatetime | find "."') do set dt=%a
:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>set dt=20170714153457.671000+060
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>set YYYY=2017
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>set MM=07
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>set DD=14
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>set HH=15
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>set Min=34
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>set Sec=57
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>set stamp=2017-07-14_15-34-57
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>mkdir TekkenBackups
A subdirectory or file TekkenBackups already exists.
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7>cd TekkenBackups
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7\TekkenBackups>mkdir 2017-07-14_15-34-57 && cd 2017-07-14_15-34-57
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7\TekkenBackups\2017-07-14_15-34-57>xcopy /e \Users\nick\AppData\Local\TekkenGame\Saved\SaveGames\TEKKEN7 F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7\TekkenBackups\2017-07-14_15-34-57
Invalid number of parameters
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7\TekkenBackups\2017-07-14_15-34-57>start steam://rungameid/389730
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7\TekkenBackups\2017-07-14_15-34-57>timeout 5
Waiting for 0 seconds, press a key to continue ...
F:\Program Files (x86)\steam\steamapps\common\TEKKEN 7\TekkenBackups\2017-07-14_15-34-57>pause