Hello, I m new to the game and I want to ask some questions concerning mostly the cartographer and modding the game:
1. Is there any way to create new heroes on a map I create from cartographer?
2. Is there any way to set preferences on cartographer to limit units move only incide the town or even disable their training at all?. I want to create a hero only game. (the heroes in this game have great potential)
3. When I create new faction can I give the names of the cities so when I build new cities to get the names I have given, especially if they are pc-controlled (enemies)?
4. Is there any way to create custom races like orcs, elves dwarves etc?
and finally
5. When I create a new faction is it possible to set the names and the appearance for the units they can train?
Thank you very much in advance
1. You can mod quests that reward you with specific heroes. You'll just have to write the xml yourself instead of working with the in-game tools. Just make quests that automatically begin at a specific turn and has only 1 step: you selecting 'Yes' or 'No'.
3. I don't know if the game remembers the names you give cities in-game. The easiest way is to add the names to the RaceConfig of your custom race. <Capital>[city name]</Capital> for the capital, <City></City> for all following cities (the game just uses them in the order they are listed)
4. Sure, but you need to mod them yourself. You'll need a bloodtype, raceconfig, racetype and unittypes. Just look at the code for the existing factions and modify the parts you want. (CoreAbilities for bloodtype, CoreRaceConfig, CoreRaceType and CoreUnits for the necessary units) You'll need to write the code for certain units before your faction becomes playable: Generic_[Race]_Sovereign_Male (and _Female), Generic_[Race]_Male (and _Female), Unit_Pioneer_[Race], Unit_Scout_[Race], Unit_Spearman_[Race], Unit_CityArcher_[Race], Unit_CityDefender_[Race], Unit_Spearman_[Race] and Unit_Peasant_[Race].
5. Yup. Here's an example of a Skeleton Spearman. DisplayName is the name the unit gets in game. Looks are determined by Color_Skin, EyeTexture, ModelPath, SkeletonPath, Texture_Skin and UnitModelType. Color_Hair is normally also a part of it, but skeletons usually don't have hair... Color of clothing and metal is usually already defined by the faction the unit belongs to.
thanks
No problem. I hope some other people (that are better in modding than I am) chime in as well.
1 more thing about 5.: All units that you design in game will also be used by the AI when it plays that faction.
Hello, I m new to the game and I want to ask some questions concerning mostly the cartographer and modding the game:3. When I create new faction can I give the names of the cities so when I build new cities to get the names I have given, especially if they are pc-controlled (enemies)?
4. Is there any way to create custom races like orcs, elves dwarves etc?and finally5. When I create a new faction is it possible to set the names and the appearance for the units they can train? [/quote]
Everything of this is possible, but it requires some fair amount of modding. Check out the Children of Storm mod to see some new races and factions at play, and you can look at the .xml files there as well to give you an idea how to do that kind of thing very well
Yes, but it also uses the default units plus the new ones
I will try maybe find a way to disable the old ones and keep the new ones only.
I want for my Spartan civ, naked over waist chars (like the movie) hahah
Find the xml for the old units and change the tags to <!---UnitType InternalName='[name]"></UnitType---> The game will not read the code in between those tags, so it won't use the units. You can just restore the tags to normal when you want the AI to use the base units again. It's easier to undo than just deleting all the code for said units
There are many great features available to you once you register, including:
Sign in or Create Account