Recent content by TreeSpawned

  1. TreeSpawned

    [PYTHON] How to make a leader only say his specific dialogue

    Thanks for your response. I did end up looking through that this documentation. But I couldn't find a function that would give me the id from the string. Using getInfoTypeForString is exactly what I was looking for and what I will use now. I agree there is no functional difference, but it just...
  2. TreeSpawned

    [PYTHON] How to make a leader only say his specific dialogue

    So I got it working. This it what it looks like: if (theirPlayer.getNameKey() == 'TXT_KEY_LEADER_MURKY' and diploInfo.getType().startswith('AI') and not self.isUsed(diploInfo.getLeaderHeadTypes, i, gc.getNumLeaderHeadInfos()))...
  3. TreeSpawned

    [PYTHON] How to make a leader only say his specific dialogue

    I writing a mod, where I want one of my leaderheads to only ever respond with dialogue, that is associated with him in particular, i.e. responses that have his LeaderType and not any dialogue responses that are generic to all leaders, i.e. responses without any LeaderType. I think I almost have...
  4. TreeSpawned

    For the Civilization - World of Warcraft Mod

    Thanks again for your help Keldath. I figured out how to change the religion symbols next to the leaders and cities and will release this in the next version. I also though about the 3D Models you mentioned. I decided that, for the time being, I will not replace every unit of a race with...
  5. TreeSpawned

    For the Civilization - World of Warcraft Mod

    Hi Keldath, thanks a lot for your nice reply. I willl see what I can do about that, these are definitely some good hints. As I said though, I currently don't have that much time to spare for this project and am kind of in the process of taking a break from development. But I will get back to...
  6. TreeSpawned

    For the Civilization - World of Warcraft Mod

    Hi Zeta, thanks a lot for your reply. Yeah I thought about those 3D Models myself, but I have to admit that I have zero experience with 3D modelling and do not really have the time to spare right now to learn it all. If someone were to do this It wouldn't me. I also have to say I am quite...
  7. TreeSpawned

    For the Civilization - World of Warcraft Mod

    For the Civilization So I spend some time in the last couple of weeks to build my own Civ IV mod with Warcraft civilizations and I would love to share it with you guys. But I have to admit, this is my first time modding anything so I am really grateful for any feedback you guys can give me. I...
Top Bottom