SLGray
Emperor
YNEAMP: Giant Earth
Does Nazca support TSL? I can only see it random or random & TSL It always starts in Asia.
Does Nazca support TSL? I can only see it random or random & TSL It always starts in Asia.
--==========================================================================================================================
-- R.E.D. / Ethnic Units
--==========================================================================================================================
-- Civilizations
------------------------------
UPDATE Civilizations
SET ArtStyleSuffix = (CASE WHEN EXISTS(SELECT ArtStyleSuffix FROM Civilizations WHERE ArtStyleSuffix = '_INCA' )
THEN '_INCA'
ELSE '_AMER' END)
WHERE TYPE = 'CIVILIZATION_MC_NAZCA';
--==========================================================================================================================
-- YnAEMP v24
--==========================================================================================================================
I was looking in the mod support sql for Nazca and was wondering if this part of the code was correct?
Code:--========================================================================================================================== -- R.E.D. / Ethnic Units --========================================================================================================================== -- Civilizations ------------------------------ UPDATE Civilizations SET ArtStyleSuffix = (CASE WHEN EXISTS(SELECT ArtStyleSuffix FROM Civilizations WHERE ArtStyleSuffix = '_INCA' ) THEN '_INCA' ELSE '_AMER' END) WHERE TYPE = 'CIVILIZATION_MC_NAZCA'; --========================================================================================================================== -- YnAEMP v24 --==========================================================================================================================
If it is not, it could be the reason why Nazca TSL is not working. When I look at other civ mods that support R.E.D. Units, there are double quotes ", not single '.
Is the current one not working?
Hello there when I download MC gallic civilization I got Mansa musa and not Vercingetorix, does anyone know where I can get the vercingetorix civ ?