help with flying ships on a ground level
Moderator: Moderators
help with flying ships on a ground level
I've done everything I could think of, read the documentation and added the AddLandingRegion(side-CPxCon) to the LUA and added said region to the map. All it ever does is crash to desktop whenever I put a flying vehicle in the map. I've added the vehicle to the LUA, made sure I had flyers in the memory pool, I've even tried using a BFI ship with a ground based ODF and still nothing. Is there something else I'm missing/forgetting?
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
RE: help with flying ships on a ground level
Are you using quotes with AddLandingRegion? You have to have the quotation marks in there.
ex: AddLandingRegion("side-CPxCon")
not: AddLandingRegion(side-CPxCon)
ex: AddLandingRegion("side-CPxCon")
not: AddLandingRegion(side-CPxCon)