Irkalla
ENTP POWWWEEEEEER
I think he's more referring to the fact that Civ IV called the civ Sumeria instead of the more correct Sumer.
Reported

Spoiler :
I'm joking

I think he's more referring to the fact that Civ IV called the civ Sumeria instead of the more correct Sumer.
I went with Hayam Wuruk because that seems to be the one everyone is familiar with. I'll do a bit of reading up about finding a better leader. I'll generally violate familiarity if the familiar leader is bollocks (Like how I violated it for Sumer. Eannatum's only really known to people that have read about Sumerian history. Whereas Gilgamesh probably never even existed. But if he did, it was before the Sumerian people began to see themselves as one people.)
About Candi, I'm thinking 2 faith, 2 culture, and 1 maintenance. Shrine replacement. Maya's shrine replacement is this strong. For the icon, do you think I should go with the newer kind, or the older style? I think the newer style look cooler, and that the older style are kinda indistinguishable from south east asian stuff.
About the unique unit, I haven't really found anything unique about Indonesian warfare. Anything you can tell me?
About the symbol, I realise that it wasn't the -best- logo I could have went with. I just chose it because it was the most distinctive out of the bunch that I could find. Unless something significant comes along, I'll be sticking with it.
About the colours, no real reason. Anything you would suggest?
By the way, all my icons and stuff are named Majapahit. I just went Indonesia as a broad name to keep folks from getting pissed that their tiny island isn't being represented... No offence meant or anything. Same reason Polynesia is Polynesia or Denmark is Denmark.
Because that would require a DLC and limit compatibility
Not necessarily, I think. It should be possible to make the original icon be used if the player has the DLC , but if he doesn't, the icon defaults to the custom one.
I don't think so. You have to set the icon atlas and index. You can't dynamically change this setting in-game if the DLC isn't present.
Well.. For most of us, the most famous ancient hero is Gajah Mada..
But I'm personally prefer to stare at the picture of Majapahit King/Queen rather than the scary big guy..
So, I'm fine with whatever you choose..
Majapahitan candi of course..
Spoiler :![]()
Cool..![]()
Some of Indonesian warfare that was relevan with CiV content..
Land unit :
Bhayangkara; Gajah Mada once was the commander of Bhayangkara, the Majapahit imperial guard..
Pendekar (Silat warrior); Not an imperial unit, but used to address masters of the silat, southeast asian martial arts.. Silat was used by Majapahits forces..
For the armor and weapon, they usually barechested or use leather armor and wielding spear or kris (the unique prized asymmetrical dagger .., further information :this link..
Naval unit :
Jong/Jung; Derivered from Chinese Junk, but modified with different construction. Hull formed to connect the planks on the hull of the ship. Then connect the wooden pegs without using the framework, bolts, or iron nails.
Lanchara; Kind of flat-bottomed fast sailing ship..
Majapahit ships usually equipped with small swivel-guns known as "cetbang"..
Hmm.. About the colour, maybe Red and white (Majapahit), or red and gold (Yogyakarta, Majapahit Successor)..
I don't think so. You have to set the icon atlas and index. You can't dynamically change this setting in-game if the DLC isn't present.
-- Huscarl
UPDATE Units SET Type =
( CASE WHEN EXISTS(SELECT Type FROM Civilizations WHERE Type="CIVILIZATION_DENMARK" )
THEN "UNIT_SAXON_HUSCARL"
ELSE "REMOVE_THIS" END
) WHERE Type = "UNIT_SAXON_HUSCARL";
DELETE FROM Units WHERE Type = "REMOVE_THIS";
You don't need to change it after a game has started, but rather only when the database is being loaded. For instance, let's say I wanted to have a Huscarl unit in a mod, and that unit uses art assets from the Denmark DLC. I would only have to put this code in a .sql file:
Code:-- Huscarl UPDATE Units SET Type = ( CASE WHEN EXISTS(SELECT Type FROM Civilizations WHERE Type="CIVILIZATION_DENMARK" ) THEN "UNIT_SAXON_HUSCARL" ELSE "REMOVE_THIS" END ) WHERE Type = "UNIT_SAXON_HUSCARL"; DELETE FROM Units WHERE Type = "REMOVE_THIS";
...and the mod would work for both those who have the DLC, and those who don't, allowing those who do have the DLC to enjoy the dependent content (the Huscarl unit in this case).
I imagine something similar could be done for changing the icon field in the XML. So, from a technical point of view, this should be possible to do. Whether it is desirable or worth it to do so in this particular case is another matter though, of course.
Hmm, interesting. I didn't know it could be done like this. I'll have to fool around with this a bit.
...
If I did a land unit, I'd like to go with something wielding a keris... But I also feel like a keris would have been a fairly rare sight and fairly ineffective in warfare. I mean, imagine having a unit that had little curvy daggers with them going against greek hoplites and winning. You know?
About the ships, what would they do? Fast explorer unit? Settler replacement? Perhaps a scout replacement that can embark and disembark to change forms?
About the colour, I went red and white because of the Majapahit banner and also because it's the modern colours of indonesia. Red and gold is out of the question. Red and white is almost out of the question too.
In addition to all this, I'm considering scrapping the idea of adding religions that don't belong to a civ that I'm not going to release. Input?
Which would be?