bladex
Emperor
- Joined
- Oct 29, 2010
- Messages
- 1,358
Because this mods are not compatible with CCTP.![]()
but i used perfect world with cctp? takes even longer to load too

Because this mods are not compatible with CCTP.![]()
but i used perfect world with cctp? takes even longer to load too![]()
Custom Map Scripts like Perfectworld or Terra Incognito work just fine with CCTP, you just have to select Set Up Game not Custom Game(This is for Earth Maps/PreMade Maps mainly, although I do belive FireForever included the vanilla mapscripts in this bundle).
Edit:
@Chrome or FireForever - Attached a rar that has a bunch of missing text fixes, updated AssignStartingPlots.lua(Just a missing Print Statment to make debugging easier), added Policy and Promotion Saving on as Default in the GlobalDefines.xml and the Destroyer fix everyone seems to be mentioning. Small Addition at the bottom of the GamePaceRules.sql for balancign Epic/Marathon game speeds(all 4 included for easy of use).
I guess these error's are also related to the DLC's??
Spoiler :[57754.690] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_HARALD" does not exist in Leaders
[57754.690] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_KAMEHAMEHA" does not exist in Leaders
[57754.690] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_PACHACUTI" does not exist in Leaders
[57754.690] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[57754.690] Invalid Reference on Leader_MinorCivApproachBiases.LeaderType - "LEADER_NEBUCHADNEZZAR" does not exist in Leaders
[57754.690] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_HARALD" does not exist in Leaders
[57754.690] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_HARALD" does not exist in Leaders
[57754.690] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_KAMEHAMEHA" does not exist in Leaders
[57754.690] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_KAMEHAMEHA" does not exist in Leaders
[57754.690] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_PACHACUTI" does not exist in Leaders
[57754.690] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_PACHACUTI" does not exist in Leaders
[57754.690] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[57754.690] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_SEJONG" does not exist in Leaders
[57754.690] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_NEBUCHADNEZZAR" does not exist in Leaders
[57754.690] Invalid Reference on Leader_Flavors.LeaderType - "LEADER_NEBUCHADNEZZAR" does not exist in Leaders
And the missing Atlases?
Spoiler :[57755.298] Invalid Reference on TechTreeCat.IconAtlas - "TECH_ATLAS" does not exist in IconTextureAtlases
[57755.298] Invalid Reference on TechTreeCat.IconAtlas - "TECH_ATLAS" does not exist in IconTextureAtlases
[57755.298] Invalid Reference on TechTreeCat.IconAtlas - "TECH_ATLAS" does not exist in IconTextureAtlases
[57755.298] Invalid Reference on TechTreeCat.IconAtlas - "TECH_ATLAS" does not exist in IconTextureAtlases
[57755.298] Invalid Reference on TechTreeCat.IconAtlas - "TECH_ATLAS" does not exist in IconTextureAtlases
[57755.298] Invalid Reference on PolicyTreeCat.IconAtlas - "POLICYTREECAT_ATLAS" does not exist in IconTextureAtlases
[57755.298] Invalid Reference on PolicyTreeCat.IconAtlas - "POLICYTREECAT_ATLAS" does not exist in IconTextureAtlases
[57755.298] Invalid Reference on PolicyTreeCat.IconAtlas - "POLICYTREECAT_ATLAS" does not exist in IconTextureAtlases
[57755.298] Invalid Reference on PolicyTreeCat.IconAtlas - "POLICYTREECAT_ATLAS" does not exist in IconTextureAtlases
[57755.298] Invalid Reference on PolicyTreeCat.IconAtlas - "POLICYTREECAT_ATLAS" does not exist in IconTextureAtlases
An this has me stumped, at a guess Id say its a Vanilla problem?
Spoiler :[57755.111] Invalid Reference on Unit_FreePromotions.PromotionType - "PROMOTION_WITHDRAW_BEFORE_MELEE" does not exist in UnitPromotions
[57755.111] Invalid Reference on Unit_FreePromotions.PromotionType - "PROMOTION_WITHDRAW_BEFORE_MELEE" does not exist in UnitPromotions
This too:
Spoiler :
[57754.549] Invalid Reference on Policy_Flavors.PolicyType - "POLICY_STATE_CHRUCH" does not exist in Policies
[57754.549] Invalid Reference on Policy_Flavors.PolicyType - "POLICY_POWER_STRUCUTURES" does not exist in Policies
Cant find it anywhere in CCTP mod.
Bah U posted before my edit took effect!![]()
i only see a custom game option no setup? there's a setup game option but not in mods meaning no mods will be used?
Hmm, I get all 3 options in the menu, maybe its linked to the runtime error I get fires?
@ FiresForever - Theres a duplicate TXT_KEY_NEWPOLICY_MONARCHY_HELP in the PolicyText.xml that I posted, its right above the one that should be there![]()
I think so as I also only get the 1 option
ah ok thx now it works with tanksIam not sure but i cant make the land vehicle(the one befor tanks) i could just upgrade units to this,or iam blind...
Some other thinks: I really like your mod,but with 2 oil are the factorys to cheap in my eyes.In 2 games i had never research agreements,because its to expensive for the KI.
And a unit between crossmen and gatling gun for range would be nice,saw in other mods a grenadier.
-- Calender Adjustment
DROP TABLE IF EXISTS "GameSpeed_Turns";
CREATE TABLE GameSpeed_Turns ('GameSpeedType' text , 'MonthIncrement' integer , 'TurnsPerIncrement' integer , foreign key (GameSpeedType) references GameSpeeds(Type));
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_MARATHON',180,100);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_MARATHON',120,300);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_MARATHON',60,170);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_MARATHON',24,201);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_MARATHON',12,129);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_MARATHON',6,180);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_MARATHON',3,264);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_MARATHON',1,156);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_EPIC',245,155); -- About 3200 years(4000BC - 800BC)
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_EPIC',120,140); -- About 1400 Years(800BC - 600AD)
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_EPIC',120,40);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_EPIC',60,90);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_EPIC',24,70);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_EPIC',12,100);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_EPIC',6,220);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_STANDARD',480,75);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_STANDARD',300,60);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_STANDARD',240,25);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_STANDARD',120,50);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_STANDARD',60,60);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_STANDARD',24,50);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_STANDARD',12,120);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_STANDARD',6,60);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_QUICK',720,50);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_QUICK',480,30);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_QUICK',360,20);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_QUICK',240,30);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_QUICK',120,25);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_QUICK',60,40);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_QUICK',24,65);
INSERT INTO "GameSpeed_Turns" VALUES('GAMESPEED_QUICK',12,70);