• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Great! And one day, think to text.csv for a final version available on AGCEEP website. :)

Be aware we made some modifications for Byzantine Empire in standard events file and 1.57 version.
 
Error

Since i dont know where else to put this, Ive tried installing the Byzantium Triumphant yet i keep getting Couldnt open file: AGCEEP/Scenarios/1419/1419_AMI_Lanxang.inc. Does anyone know how to solve this or whats causing the problem?
 
Welcome!

It is 1419_AMI_Lan_Xang.inc now. You will have to modify Countries.inc in Byzantium Triumphant inc folder.

Check AGCEEP\Scenarios\1419 folder for other possible name changes.
 
Last edited:
YodaMaster said:
Welcome!

It is 1419_AMI_Lan_Xang.inc now. You will have to modify Countries.inc in Byzantium Triumphant inc folder.

Check AGCEEP\Scenarios\1419 folder for other possible name changes.

The name is proper, but regardless it keeps coming up as the error, even having changed it. Should i simply uninstall everything and re-do?
 
Did you properly extract the content of the zip file inside AGCEEP "Scenarios" folder? Do you use Vista?

I see donm61873 will have some modifications to make for full compatibility with current AGCEEP 1.57 version.
First thing should be replacing "Byzantium Triumphant" with "Byzantium_Triumphant" for the name of the folder, just in order to avoid spaces and last thing should be extracting text for inclusion in text.csv... and full HC support of this fantasy scenario in the end (i.e. me for this particular task).

EDIT: I checked and only thing to change in countries.inc file of the scenario is indeed 1419_AMI_Lan_Xang.inc for "minimal" compatibility with AGCEEP 1.57.
 
Last edited:
Is it? My son pulled down 1.57, and called me up to tell me I'd screwed things up.

And while I've got it open, I suppose it's FINALLY time to fix some bugs. Since my guinea pig/tester is home from college over Thanksgiving, it's time to get back into this.

And yes, Yodamaster, I know you want that text. Let's see, 1.57 compatibility, extant bugs, and then text. And limited distractions...

I should be ok on compatibility -- I actually had done some testing on 1.57b4, so I guess it's time to get back to work.
 
hello, I accidentaly opened a new tread as I did not see this one,

I have downloaded the last version of agceep and started fantasy bizantium but there were no events just 2 leaders, no bosforus controler, no otoman killer, nothig. could someone send me a folder with the events and tell me where to put them?

I have played biz 3-4 years ago using your mod and I want to see what has been done... (at that time there were good events that lead to the reconstruction of Iustinian's empire)
untill now I have started 2 useless biz campaigns, and after 50 years I noticed no events
 
Last edited:
it doesn't work, it sais that some DB file was not found
See post #388 in this thread.


and just to make it right, the fantasy bizantium was deleated and bizantium triumfal was created
or it was a continuation of fantasy biz?
No, Byzantium Triumphant is a combination of Fantasy Byzantium and the Byzantine Annex, much more extended than Fantasy Byzantium but without Byzantine Annex outcomes going way too "far" for the taste of the author.
 
This is "simple". Edit Byzantium_Triumphant.eue and extract all texts in the events. See example below with the first two events:

Code:
#(1419-1500) Turks demand withdrawal from Hellas
event = {
	id = 3001000
	trigger = {
		exists = TUR
		NOT = { war = { country = BYZ country = TUR } }
		NOT = { countrysize = 5 }
		NOT = { vassal = { country = BYZ country = TUR } }
		OR = {
			owned = { province = 359 data = -1 } #Hellas
			vassal = { country = BYZ country = ATH }
		}
	}
	random = NO
	country = BYZ
	name = "Turks Demand Withdrawal from Hellas"
	desc = "Careful to keep us from growing too strong, the Sultan threatens war if we do not withdraw from Hellas. Do we dare risk his wrath?"

	date = { day = 1 month = january year = 1419 }
	offset = 1 #immediate
	deathdate = { day = 1 month = january year = 1500 }

	action_a = {
		name = "No. The Duchy of Athens is free." #No
		command = { type = independence which = ATH }
		command = { type = badboy value = -1 }
		command = { type = relation which = TUR value = -50 }
		command = { type = trigger which = 3001002 } #ATH: Sultan Forces Greeks to Retreat
		command = { type = trigger which = 3001507 } #TUR: Athens Bows before the Sultan
	}
	action_b = {
		name = "By the Pantokrator, yes!" #Yes
		command = { type = relation which = TUR value = -150 }
		command = { type = breakvassal which = TUR }
		command = { type = trigger which = 3001001 } #TUR: Byzantium Repeats Its Mistake
	}
}

#(1419-1500) Turks respond to provocation in Hellas
event = {
	id = 3001001 # triggered by BYZ_3001000 B
	random = NO
	country = TUR
	name = "Byzantium Repeats its Mistake"
	desc = "We have already warned the Romans once, milord, about expanding into the Frankish kingdom in Hellas. Now, they disregard your wishes a second time. What shall be done?"

	action_a = {
		name = "Glory to God! We march on Constantinople!" #Crush them
		command = { type = relation which = BYZ value = -100 }
		command = { type = breakvassal which = BYZ }
		command = { type = casusbelli which = BYZ value = 200 }
		command = { type = war which = BYZ }
	}
	action_b = {
		name = "They are so weak, it is no matter" #Let them be
		command = { type = relation which = BYZ value = 100 }
	}
}
After the extraction:
Code:
#(1419-1500) Turks demand withdrawal from Hellas
event = {
	id = 3001000
	trigger = {
		exists = TUR
		NOT = { war = { country = BYZ country = TUR } }
		NOT = { countrysize = 5 }
		NOT = { vassal = { country = BYZ country = TUR } }
		OR = {
			owned = { province = 359 data = -1 } #Hellas
			vassal = { country = BYZ country = ATH }
		}
	}
	random = NO
	country = BYZ
	name = "EVENTNAME3001000" #Turks Demand Withdrawal from Hellas
	desc = "EVENTHIST3001000"
	#-#Careful to keep us from growing too strong, the Sultan threatens war if we do not withdraw from Hellas. Do we dare risk his wrath?

	date = { day = 1 month = january year = 1419 }
	offset = 1 #immediate
	deathdate = { day = 1 month = january year = 1500 }

	action_a = {
		name = "ACTIONNAME3001000A" #No. The Duchy of Athens is free!
		command = { type = independence which = ATH }
		command = { type = badboy value = -1 }
		command = { type = relation which = TUR value = -50 }
		command = { type = trigger which = 3001002 } #ATH: Sultan Forces Greeks to Retreat
		command = { type = trigger which = 3001507 } #TUR: Athens Bows before the Sultan
	}
	action_b = {
		name = "ACTIONNAME3001000B" #By the Pantokrator, yes!
		command = { type = relation which = TUR value = -150 }
		command = { type = breakvassal which = TUR }
		command = { type = trigger which = 3001001 } #TUR: Byzantium Repeats Its Mistake
	}
}

#(1419-1500) Turks respond to provocation in Hellas
event = {
	id = 3001001 # triggered by BYZ_3001000 B
	random = NO
	country = TUR
	name = "EVENTNAME3001001" #Byzantium Repeats its Mistake
	desc = "EVENTHIST3001001"
	#-#We have already warned the Romans once, milord, about expanding into the Frankish kingdom in Hellas. Now, they disregard your wishes a second time. What shall be done?

	action_a = {
		name = "ACTIONNAME3001001A" #Glory to God! We march on Constantinople!
		command = { type = relation which = BYZ value = -100 }
		command = { type = breakvassal which = BYZ }
		command = { type = casusbelli which = BYZ value = 200 }
		command = { type = war which = BYZ }
	}
	action_b = {
		name = "ACTIONNAME3001001B" #They are so weak, it is no matter
		command = { type = relation which = BYZ value = 100 }
	}
}
And resulting text file for inclusion in text.csv:
###########################################
###### Scenario: Byzantium Triumphant #####
###########################################
#;
EVENTNAME3001000;Turks Demand Withdrawal from Hellas;;;;;;;;;;
EVENTHIST3001000;Careful to keep us from growing too strong, the Sultan threatens war if we do not withdraw from Hellas. Do we dare risk his wrath?;;;;;;;;;;
ACTIONNAME3001000A;No. The Duchy of Athens is free!;;;;;;;;;;
ACTIONNAME3001000B;By the Pantokrator, yes!;;;;;;;;;;
#;
EVENTNAME3001001;Byzantium Repeats its Mistake;;;;;;;;;;
EVENTHIST3001001;We have already warned the Romans once, milord, about expanding into the Frankish kingdom in Hellas. Now, they disregard your wishes a second time. What shall be done?;;;;;;;;;;
ACTIONNAME3001001A;Glory to God! We march on Constantinople!;;;;;;;;;;
ACTIONNAME3001001B;They are so weak, it is no matter;;;;;;;;;;
#;

You can find all the conventions for events in this post. Don't hesitate to ask me by PM for any question about this task.