Recent content by Igniszath

  1. I

    Leader background art/music

    I'm by no means an expert, but it seems like I found out how to choose the music. It's in an artdef file. In the mod I'm currently analyzing (Sukritact's Ethiopia), I found it in Civilizations.artdef. This civ uses Sumeria's music. <?xml version="1.0" encoding="UTF-8" ?>...
  2. I

    [BNW] SQL issues with JFD's Rise to Power

    Ah, thanks, it's working now. That was such a silly mistake...
  3. I

    [BNW] SQL issues with JFD's Rise to Power

    I'd like to make my mod compatible with Rise to Power. I believe I've done everything that was necessary to make it compatible. However, there is one issue I'm having, which is trying to get my civilization to have unique Government names and Leader titles. For some odd reason, the game always...
  4. I

    DiploMod for a UA

    I ended up scrapping the idea before I actually tried writing it. http://modiki.civfanatics.com/index.php?title=GameEvents.GetScenarioDiploModifier1_(Civ5_API) should help you though.
  5. I

    DiploMod for a UA

    Alright, I'll give it a try. Thanks.
  6. I

    DiploMod for a UA

    I'd rather not put something as big as a Community Patch, but I'm ok with DLL mod. Is there another DLL mod that doesn't modify too much of the game?
  7. I

    DiploMod for a UA

    I am trying to make a UA that causes a diplomacy bonus/penalty with all other civilizations in game. I've been looking at some scenarios that make use of this. I came across GameEvents.GetScenarioDiploModifier1 and 2 in some of the scenarios. I was wondering if I can perhaps use this in normal...
  8. I

    Lua script not running at all?

    Turns out I wasn't reading the logs properly. Missed a 'then' statement, which caused the print function to not even run. Moderator, please delete this thread.
  9. I

    Lua script not running at all?

    My Lua script just won't run at all. I am 100% sure the code is working correctly (or at least, supposed to be runnable) but the game wouldn't register it at all for some reason. I have set the Import to VFS to False and I added it into Modbuddy's Content section as a InGameUIAddin.
  10. I

    List of all GameEvents and Events?

    Awesome. Thanks!
  11. I

    List of all GameEvents and Events?

    Uh where exactly do I search the "LuaSupport::Call"? Also, is this step "Add it to the root directory of your mod, and set the "Import into VFS" property to true." necessary to simply view the source code?
  12. I

    List of all GameEvents and Events?

    I've been searching for days on how to get a complete list of GameEvents and Events, but I could not get any leads. How do I get the complete list of it? I'd like to get a look at the source code but all guides that I've been reading about still doesn't give me what I want. Please give me exact...
Back
Top Bottom