I have done many, many, many things. I have re-checked everything over and over and I am at a a loss of words. Everytime I try to open up the game, the screen turns black and goes to the desktop.
Here is an error when I try to use the third age shortcut
Windows cannot find 'kingdoms.exe'. Make sure you typed the name correctly, and then try again.
Also
Script: C:/Program Files
(x86)/Steam/steamapps/common/Medieval II Total War/mods/crusades/G5BAISwitcher.vbs
Line: 41
Char: 23
Error: Path not found
Code: 800A004C
Source: Microsoft VBScript runtime error
When I installed it I made sure it wasn't the SEGA location.
Inside of the Third Age Batch file this is what was there
start kingdoms.exe @mods\Third_Age_3\TATW.cfg
cd mods\Third_Age_3\
wscript G5BAISwitcher.vbs
Inside the G5BAISwitcher.vbs this is what was in it
Dim ScriptDelay
ScriptDelay = 40
strProcess = "kingdoms.exe"
strComputer = "."
Set oFSO = CreateObject("Scripting.FileSystemObject")
Set oWSH = CreateObject("WScript.Shell")
sCurDir = oFSO.GetParentFolderName(WScript.ScriptFullName)
Function IsProcessRunning( strServer, strProcess )
Dim Process, strObject
IsProcessRunning = False
strObject = "winmgmts://" & strServer
For Each Process in GetObject( strObject ).InstancesOf( "win32_process" )
If UCase( Process.name ) = UCase( strProcess ) Then
IsProcessRunning = True
Exit Function
End If
Next
End Function
intHighNumber = 2
intLowNumber = 1
Randomize
intNumber = Int((intHighNumber - intLowNumber + 1) * Rnd + intLowNumber)
If intNumber = 1 then oFSO.CopyFile sCurDir & "\data\AIMisc1\*.*", sCurDir & "\data\", True
If intNumber = 2 then oFSO.CopyFile sCurDir & "\data\AIMisc2\*.*", sCurDir & "\data\", True
Do While True
ScriptDelay = ScriptDelay + 1
if ( ScriptDelay >= 40 ) Then
ScriptDelay = 0
intHighNumber = 5
intLowNumber = 1
Randomize
intNumber = Int((intHighNumber - intLowNumber + 1) * Rnd + intLowNumber)
If intNumber = 1 then oFSO.CopyFile sCurDir & "\data\AiSet1\*.*", sCurDir & "\data\", True
If intNumber = 2 then oFSO.CopyFile sCurDir & "\data\AiSet2\*.*", sCurDir & "\data\", True
If intNumber = 3 then oFSO.CopyFile sCurDir & "\data\AiSet3\*.*", sCurDir & "\data\", True
If intNumber = 4 then oFSO.CopyFile sCurDir & "\data\AiSet4\*.*", sCurDir & "\data\", True
If intNumber = 5 then oFSO.CopyFile sCurDir & "\data\AiSet5\*.*", sCurDir & "\data\", True
End if
WScript.Sleep 10000
if ( IsProcessRunning( strServer, strProcess ) = False ) Then
WScript.Quit
End if
WScript.Sleep 10000
if ( IsProcessRunning( strServer, strProcess ) = False ) Then
WScript.Quit
End if
WScript.Sleep 10000
if ( IsProcessRunning( strServer, strProcess ) = False ) Then
WScript.Quit
End if
Loop
I made everything under crusade, so and made sure that a file was not named " Third_Age_3 "
I made sure all the files were in order, etc.
I also was looking at the VirtualStore thing, and that had no content of Third Age at all, it was just empty.
I am in need of dire help.




Reply With Quote





