Civ 2 locked alliance?

wonx2150

Chieftain
Joined
Sep 5, 2006
Messages
69
Location
Denmark
Hey boys and girls :)

Im working on improving a map i made based on the German invasion of Denmark and I'm having a problem with them not wanting to fight each other. After Germany takes 1 or 2 danish citys they dont want to fight any more and request a peace treaty, even offer me large amounts of money for one.

Does anyone know how i can make them really hate each other or be locked at war?

Ive edited the kings on both sides so they have vandettas and are are war and dislike each other 100% but it dosnt seem to help..

Thanks for your help :)
 
You need to add an event to stop them talking, that way they cannot offer peace:

@BEGINEVENTS

@IF
NEGOTIATION
talker=Germany
talkertype=Computer
listener=Denmark
listenertype=Human
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Denmark
talkertype=Computer
listener=Germany
listenertype=Human
@THEN
@ENDIF

@ENDEVENTS
 
Top Bottom