Gordon Farrell
Apr 26, 2007, 02:41 PM
Anyone know how to take an existing building that's available to every civ and make it unique to one civ only? Any help would be much appreciated! Thanks!
|
View Full Version : Making a building unique? Gordon Farrell Apr 26, 2007, 02:41 PM Anyone know how to take an existing building that's available to every civ and make it unique to one civ only? Any help would be much appreciated! Thanks! Ploeperpengel Apr 26, 2007, 07:14 PM In buildinclassinfos: <BuildingClassInfo> <Type>BUILDINGCLASS_ACADEMY</Type> <Description>TXT_KEY_BUILDING_ACADEMY</Description> <iMaxGlobalInstances>-1</iMaxGlobalInstances> <iMaxTeamInstances>-1</iMaxTeamInstances> <iMaxPlayerInstances>-1</iMaxPlayerInstances> <iExtraPlayerInstances>0</iExtraPlayerInstances> <bNoLimit>0</bNoLimit> <bMonument>0</bMonument> <DefaultBuilding>NONE</DefaultBuilding> <VictoryThresholds/> </BuildingClassInfo> ->Noone can build it In civilizationinfos: <Building> <BuildingClassType>BUILDINGCLASS_ACADEMY</BuildingClassType> <BuildingType>BUILDING_ACADEMY</BuildingType> </Building> ->only the civ with this information can build it. Happy moddding;) Gordon Farrell Apr 26, 2007, 07:17 PM Outstanding! Thanks a million! Chuggi Apr 26, 2007, 08:41 PM This is really useful, you can use this to do the same thing with the units :D Thanks Ploeperpengel Apr 26, 2007, 09:47 PM Yep you definitly can.;) |
vBulletin® v3.6.8, Copyright ©2000-2009, Jelsoft Enterprises Ltd.