Change Barbarian CityList in CivBeyondSwordWBSave

Vlacatocc

Chieftain
Joined
Sep 16, 2007
Messages
15
Hi, I've been messing around with a new Final Fantasy XI map I created and I've added 18 civilizations to it each with their own city list of 40 cities. Now I was wondering whether it is possible to add a custom city list for the Barbarian state inside the WBSave file without having to create a separate mod.

Eventually, I plan to turn this project into real mod with custom leaderhead graphics, unique units and buildings, etc. I know it will be easy to edit the city list for the Barbarians in that separate mods, but for now, I'd like to do it in the WBSave file, if it is possible.

Here's an example of how I handled it for the other civs:
Code:
BeginPlayer
	Team=4
	LeaderType=LEADER_GENGHIS_KHAN
	LeaderName=Overlord Bakgodek
	CivDesc=Orcish Hosts
	CivShortDesc=Orcs
	CivAdjective=Orcish
	FlagDecal=Art/Interface/TeamColor/FlagDECAL_Ottoman.dds
	WhiteFlag=0
	CivType=CIVILIZATION_NATIVE_AMERICA
	Color=PLAYERCOLOR_MIDDLE_GREEN
	ArtStyle=ARTSTYLE_SOUTH_AMERICA
	PlayableCiv=1
	MinorNationStatus=0
	StartingGold=0
	StateReligion=
	StartingEra=ERA_ANCIENT
	RandomStartLocation=false
	CivicOption=CIVICOPTION_GOVERNMENT, Civic=CIVIC_DESPOTISM
	CivicOption=CIVICOPTION_LEGAL, Civic=CIVIC_BARBARISM
	CivicOption=CIVICOPTION_LABOR, Civic=CIVIC_TRIBALISM
	CivicOption=CIVICOPTION_ECONOMY, Civic=CIVIC_DECENTRALIZATION
	CivicOption=CIVICOPTION_RELIGION, Civic=CIVIC_PAGANISM
	CityList=Davoi
	CityList=La Vaule
	CityList=Monastic Cavern
	CityList=Jugner
	CityList=Yughott
	CityList=Horlais Peak
	CityList=Gochakzuk
	CityList=Gadgquok
	CityList=Dvogzog
	CityList=Snatgat
	CityList=Galfmall
	CityList=Vjatvot
	CityList=Brukdok
	CityList=Byakzak
	CityList=Foddrud
	CityList=Gotblut
	CityList=Dnatbat
	CityList=Zapdjipp
	CityList=Bakdak
	CityList=Frazdiz
	CityList=Vatgit
	CityList=Dredvodd
	CityList=Buchzvotch
	CityList=Rojgnoj
	CityList=Gudrue
	CityList=Dradzad
	CityList=Grukjuk
	CityList=Prozpuz
	CityList=Ugghfogg
	CityList=Hajwaj
	CityList=Zhagtegg
	CityList=Wujroj
	CityList=Krugglug
	CityList=Prakpok
	CityList=Gwajboj
	CityList=Grosvez
	CityList=Onkzok
	CityList=Mippdapp
	CityList=Gnadgad
	CityList=Deshglesh
	Handicap=HANDICAP_NOBLE
EndPlayer

Any ideas?

The WBSave file is nearly finished. Custom Barbarian city names is the last feature I would like to add before testing a few full-length game.
 
Top Bottom