[過去ログ] トロピコ・Tropicoであなたもカリブの独裁者![45] (1001レス)
上下前次1-新
このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
523(4): 2013/12/09(月)20:25 ID:fTdYkMER(1/5) AAS
説明は下に書く
**************************
Option Explicit
Dim objFSO
Dim strFilePath
Dim strSrchTxt
Dim strRepTxt
Dim objFile
Dim strTxt
Dim WshShell
set WshShell = WScript.CreateObject("WScript.Shell")
'↓にトロピコ4のインストールディレクトリを指定
WshShell.CurrentDirectory = "C:\Program Files\Steam\SteamApps\common\tropico 4"
WshShell.Run "tropico4.exe"
WScript.Sleep 10000
strFilePath = "InstallScript.vdf"
strSrchTxt = """language"""&vbTab&vbTab&"""English"""
strRepTxt = """language"""&vbTab&vbTab&"""Japanese"""
Set objFso = CreateObject("Scripting.FileSystemObject")
Set objFile = objFso.OpenTextFile(strFilePath, 1, False)
strTxt = objFile.ReadAll
strTxt = replace(strTxt,strSrchTxt,strRepTxt)
objFile.Close
Set objFile = objFso.OpenTextFile(strFilePath, 2, False)
objFile.WriteLine (strTxt)
objFile.Close
Set objFile = Nothing
Set objFso = Nothing
CreateObject("Wscript.Shell").RegWrite "HKCU\Software\Haemimont Games\Tropico 4\Language" , "Japanese" , "REG_SZ"
**************************
上下前次1-新書関写板覧索設栞歴
あと 478 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル
ぬこの手 ぬこTOP 0.122s*