PDA

View Full Version : Pagan buildings and agents.



Qilue
09-07-2003, 08:32
I've been experimenting with making the horde playable complete with agents and such. I've made the following changes and I was wondering if there was anything I've missed.

Game files - In each pair, the first was copied into the second.

campmap\info_pics\agents\muslim
campmap\info_pics\agents\pagan

campmap\info_pics\buildings\muslim
campmap\info_pics\buildings\pagan

campmap\info_pics\buildings\muslim\coloured
campmap\info_pics\buildings\pagan\coloured

campmap\info_pics\units\muslim
campmap\info_pics\units\pagan

campmap\pieces\agents\muslim
campmap\pieces\agents\pagan

campmap\pieces\ships\muslim
campmap\pieces\ships\pagan

campmap\pieces\titles\muslim
campmap\pieces\titles\pagan

campmap\pieces\units\muslim
campmap\pieces\units\pagan

campmap\pieces\units\muslim\shields
campmap\pieces\units\pagan\shields

campmap\portraits\muslim\assassin
campmap\portraits\pagan\assassin

campmap\portraits\muslim\emissary
campmap\portraits\pagan\emissary

campmap\portraits\muslim\king
campmap\portraits\pagan\king

campmap\portraits\muslim\mullah
campmap\portraits\pagan\mullah

campmap\portraits\muslim\spy
campmap\portraits\pagan\spy

campmap\portraits\muslim\ulama
campmap\portraits\pagan\ulama

campmap\review_panel\agents\muslim
campmap\review_panel\agents\pagan

campmap\review_panel\buildings\muslim
campmap\review_panel\buildings\pagan

(I copied the Islamic pics and stuff since they were closest to what the pagan version would look like.)

crusader_build_prod13.txt
Column 15 - Specific religion if this building belongs to one.
Added ,PAGAN to following

CHANCELLERY
CONSTABLES_PALACE
MARSHALS_PALACE
ADMIRALTY
COLLEGE_OF_SURGEONS
MILITARY_ACADEMY
MOSQUE
GRAND_MOSQUE
RIBAT

crusaders_unit_prod11.txt
Column 54 - Specific cultures this unit belongs to.
Added ,PAGAN to following

MortarCrew
DemicannonCrew
SiegecannonCrew
Spy
Assassin
Emissary
Mullah
Ulama

Early.txt
Sections - added following
//Active Factions
SetActiveFaction:: FN_GOLDEN_HORDE FT_MINOR

//Starting Treasury
SetTreasury:: FN_GOLDEN_HORDE 10000 8000 6000 4000

//Region Owners
SetRegionOwner:: ID_KHAZAR FN_GOLDEN_HORDE
SetRegionOwner:: ID_VOLGA_BULGARIA FN_GOLDEN_HORDE
(if this one is rebel when the horde appears, it joins the horde so it seemed appropiate)

//Faction Offices
AddOffice:: FN_GOLDEN_HORDE royal_palace "Guardian of the Khan's Gold"
AddOffice:: FN_GOLDEN_HORDE constables_palace "Commander of the Keshik"
AddOffice:: FN_GOLDEN_HORDE marshals_palace "Khan of the Western Tumans"
AddOffice:: FN_GOLDEN_HORDE chancellery "Gatherer of the Tributes"
AddOffice:: FN_GOLDEN_HORDE admiralty "Khan of the Great Waters"
AddOffice:: FN_GOLDEN_HORDE cathedral "Archbishop of Khazar"

//Place Faction Leaders
SetStartLeader:: FN_GOLDEN_HORDE 0 1 0 0 0 0 0 0 0

PlaceLeader:: ID_KHAZAR FN_GOLDEN_HORDE

AddHeir:: FN_GOLDEN_HORDE 1 12
AddHeir:: FN_GOLDEN_HORDE 1 11
AddHeir:: FN_GOLDEN_HORDE 1 8

The royal palace and chancellery titles I copied from someone on here, but I can't remember who. I had spent days trying to think of something appropiate, so if you see this. http://www.totalwar.org/forum/non-cgi/emoticons/pat.gif

An help will be appreciated. http://www.totalwar.org/forum/non-cgi/emoticons/smile.gif

EDIT - this is for MTW 1.1 (I don't have VI yet http://www.totalwar.org/forum/non-cgi/emoticons/frown.gif )

The_678
09-12-2003, 15:53
I'm not an experianced modder But i noticed you put SetActiveFaction:: FN_GOLDEN_HORDE FT_MINOR
I believe to be playable change the Minor to major. All the rest means nothing to be but i'm pretty sure of this.

NagatsukaShumi
09-12-2003, 16:03
Yes, its true, you will need to make it FT_MAJOR, I'll edit my post after I've read your post properly.