Code: Select all
ReadDataFile("dc:SIDE\\rep.lvl", "rep_inf_ep3_trooper")Moderator: Moderators
Code: Select all
ReadDataFile("dc:SIDE\\rep.lvl", "rep_inf_ep3_trooper")
I'm not sure if this helps, but you've got an extra space in there.Flinti wrote:ReadDataFile("dc:SIDE\\rep.lvl", "rep_inf_ep3_trooper")
Code: Select all
ReadDataFile("dc:SIDE\\rep.lvl","rep_inf_ep3_trooper")

Code: Select all
BattlefrontII.exe /gamename "Testing Map" /win /norender /resolution 200 200 /autonet dedicated /playercount 1 /bots 15 geo1c_con 400 400Code: Select all
BattlefrontII.exe /gamename "Testing Map" /win /norender /resolution 200 200 /autonet dedicated /playercount 1 /bots 15 dc:geo1c_con 400 400Code: Select all
BattlefrontII.exe /gamename "Testing Map" /win /norender /resolution 200 200 /autonet dedicated /playercount 1 /bots 15 addon\geo1c_con 400 400