Search results

  1. K

    What playerIDs are user created civ's assigned?

    Hi, What playerID numbers are assigned to civ's that people added to the game? I'm working on a mod that utilizes playerIDs and I want to make it compatible for the civ's that people added to the game. Thanks.
  2. K

    Store Variable values between saves LUA

    Hi, I wrote a function in Lua which uses a boolean variable. This variable is initially defined as false and is defined outside of the function. When the function is called by a game event, if the conditions are met, it will update this value to true. This works fine when used in a single...
  3. K

    Where are the .lua strategic and luxury resource files located?

    Hi, I'm working on a mod that would allow players to plant a luxury or strategic (only ones like wheat or deer) once they have access to that resource. Bear in mind that I have a c/c++ and javascript background, but I'm thinking that I could create new improvements in xml that would mock the...
  4. K

    How much is Lua like C/C++? Is it possible to call a C function in Lua in a civ mod?

    Hi, I've only lightly used/ looked over lua, but I have a fair amount of experience of coding in c/c++. I've read that you can call a C function while using lua, but is this possible when writing a civ V or civ BE mod? Thanks.
  5. K

    Kenny's New Civilizations

    Here are several civilizations that I have created: http://steamcommunity.com/sharedfiles/filedetails/?id=278448690 The United Kingdom Adds the United Kingdom lead by Arthur Wellesley (1st Duke of Wellington) to the game. Unique Ability: "Conservative Government" Recieve 3 settlers at the...
  6. K

    Is this possible?

    I'm working on a civilization and I want part of their UA to be that after x number of turns or researching a certain technology they gain a large group of units (multiple copies of the same unit). Also is it possible to do something like this based on the progress of another civilization or the...
  7. K

    Nexus Buddy 2 or similar program for Windows 7 x32

    Hi, I've been attempting to create some custom units skins. I already created the appropriate .dds files. I installed the newest version of Nexus Buddy 2, but no matter what I do I can't get the program to work. Every time I open the .exe, Windows displays an error message. I suspect this is...
  8. K

    will steam come after me if I upload a civ whose music is from a tv show?

    I'm wondering if it violates the steam subscriber contract to upload a civilization to the steam workshop that contains a third party's a song as it's dawn of man audio? Should I offer a disclsimer?
  9. K

    How do I add my Mod to the Game?

    I know this is probably asked a lot, but I have troubleshooted by reading Kael's guide and doing what he said, but I'm having trouble getting my civ to appear in the game. I got the mod activation working, but I can't see my civ after I activated it.... Thanks.
  10. K

    Modding Help with using BNW files

    Hi all, I have started on a new civilization and I want to include the modified archeologist/explorer used in the Scramble for Africa scenario (with some modifications) as its new unique unit. The problem I keep running into is that when using SQLite I can't find this units file (or any BNW...
Top Bottom