Recent content by kjh285

  1. K

    DLL - Various Mod Components

    I thought "BUGFIX_RESEARCH_OVERFLOW" option should be 'abandoned option' as this option exists since before official fix patch. But you made micro-mod which enables this option and I just wondered what this option does. Best way to solve my question is looking into code, of course, but I...
  2. K

    DLL - Various Mod Components

    I knew that you fixed this crappy bug before official patch and I used your mod with gratitude. But just out of curiosity, I wonder this micro-mod exists for what now. Does this remove the limit the max beaker overflow and use correct overflow math instead of bugged one? Or just for old version...
  3. K

    DLL - Various Mod Components

    Thanks for update :) Anyway I thought science overflow exploit was fixed about a year ago in official patch. Is there a reason the mod comes out now?
  4. K

    DLL - Various Mod Components

    Would you please implement Remove Radaring feature from the NQ mod? "Radaring" means that when you tried to move your civilian unit to invisible location, tiles occupied with other player's unit show as red circle (not movable tile) so you can use this bug like "Map Hack" on singleplayer and...
  5. K

    File attributes/properties - Is that VFS, InGameUIAddin or UpdateDatabase?

    OK. I've figured it out. The Lua and XML which have same file name must be in same directory. If not, it seems to that they won't associated. But when VFS true, they associate each other. Because of this ContextPtr:SetHide and other xml related functions didn't work at all.
  6. K

    File attributes/properties - Is that VFS, InGameUIAddin or UpdateDatabase?

    Really? I should set my mod VFS true to work correctly on LuaEvents.AdditionalInformationDropdownGatherEntries. Otherwise its window won't appear. Weird. I referenced some mods, such as Quick Turns, IGE, InfoAddict and they also set their UI file VFS true. For example, InfoAddictInit.lua and...
  7. K

    File attributes/properties - Is that VFS, InGameUIAddin or UpdateDatabase?

    When making new UI Context, You always should set your UI xml file VFS: true. And if you add xml file into InGameUIAddin Entry, not lua file, you also should set your UI lua file VFS: true. Otherwise it won't work. http://modiki.civfanatics.com/index.php/VFS_(Civ5)
  8. K

    Snippets for mod makers

    Deleted
Top Bottom