Can't spawn on shipped maps
Posted: Tue Apr 17, 2018 9:05 am
Hi. Could someone help me with this error I keep getting when I try to play my modded stock Tatooine Dune Sea map it has these things
- the map on the right was black
- there were no spawn points to join in at
- and at the top it said Victory in 20 sec
It happens when I try to edit the stock map to switch which sides spawn at what command post. But when I use the default map in my lua code instead of my edited one it works but the command post have not been switched.
-- THIS DOESN'T WORK ReadDataFile("dc:TATS\\tat1.lvl") or ReadDataFile("dc:TATS\\dc:tat1.lvl")
-- THIS WORKS ReadDataFile("TAT\\tat1.lvl")
- the map on the right was black
- there were no spawn points to join in at
- and at the top it said Victory in 20 sec
It happens when I try to edit the stock map to switch which sides spawn at what command post. But when I use the default map in my lua code instead of my edited one it works but the command post have not been switched.
-- THIS DOESN'T WORK ReadDataFile("dc:TATS\\tat1.lvl") or ReadDataFile("dc:TATS\\dc:tat1.lvl")
-- THIS WORKS ReadDataFile("TAT\\tat1.lvl")