S3rgeus
Emperor
I've got two somewhat separate tasks that are eluding me right now:
I'm trying to create a CityState that goes to war with everyone it meets, and I've found that I can get it to declare war, but not permanent war. (Otherwise any major civ it goes to war with will just make peace right away.) I see SetPermanentWar() and other related functions, but haven't been able to get them to work. Also, the TeamMeet GameEvent doesn't seem to fire for me; has anyone else gotten that working?
Second task:
I'm trying to add a second civilization that functions in the same sort of way as the Barbarians. (With some differences, otherwise I'd just use the barbarian civ) But basically, no cities, just units, at constant war with everyone, and trying to burn down/kill everything it finds. But whenever I use the AddPlayer() function to try to get it started, I lose the game. o.O I'm clearly using the AddPlayer function incorrectly; can someone explain how you use it? (I've looked up the argument list on the wiki, and I'm not 100% sure on what the first argument should be: "PlayerTypes eNewPlayer")
I'm trying to create a CityState that goes to war with everyone it meets, and I've found that I can get it to declare war, but not permanent war. (Otherwise any major civ it goes to war with will just make peace right away.) I see SetPermanentWar() and other related functions, but haven't been able to get them to work. Also, the TeamMeet GameEvent doesn't seem to fire for me; has anyone else gotten that working?
Second task:
I'm trying to add a second civilization that functions in the same sort of way as the Barbarians. (With some differences, otherwise I'd just use the barbarian civ) But basically, no cities, just units, at constant war with everyone, and trying to burn down/kill everything it finds. But whenever I use the AddPlayer() function to try to get it started, I lose the game. o.O I'm clearly using the AddPlayer function incorrectly; can someone explain how you use it? (I've looked up the argument list on the wiki, and I'm not 100% sure on what the first argument should be: "PlayerTypes eNewPlayer")