Recent content by Mattygerst

  1. M

    [BTS] The Easiest Way to Compile a New DLL

    F1piro helped me with my DLL. He has that on a git which I believe I have access to. I will check when I get back online at home. . With that being said, I suppose its not as simply as loading the DLL from the assets folder in my mod? I will have to go thru the git from F1piro? . Edit...
  2. M

    [BTS] The Easiest Way to Compile a New DLL

    The first question I have regarding the above is the .sln file. Is this different than my mods dll? . My plan was to make a copy of my dll and save it to my desktop and then load that file from the desktop to practice launching the file and seeing the code within. Will this work [wont be in...
  3. M

    [BTS] The Easiest Way to Compile a New DLL

    My plan is only to work on code for AI using fighters and bombers; specifically having the AI build airports and fill them up for fighters and bombers as quickly as possible. I then will play and see if the AI does this as I have coded. If that occurs I will see if the AI properly bombs stacks...
  4. M

    [BTS] The Easiest Way to Compile a New DLL

    Can you explain the process of where or how to use git? I really have no idea? Having the Civ4 SDK download from the first page link and visual studio 2003, am I technically now ready to make changes?
  5. M

    [BTS] The Easiest Way to Compile a New DLL

    Ok; I have purchased and installed the original Microsoft Visual Studio 2003 to have the original environment. I have downloaded and installed the Civ4 Microsoft Windows SDK Visual C tool kit. I'm not savvy enough to understand where to go from here. Do I need an actual git? Can I not just...
  6. M

    Quick Modding Questions Thread

    Yes^ that is what I have done, several times now. Seems it will require DLL work to get it corrected
  7. M

    Quick Modding Questions Thread

    The screenshot was AI autoplay, yes. Based on what I was seeing, and the air units tag missed on the lists to the left, it would be my guess [without knowing the code], that the weights do not apply at all to fighters/bombers
  8. M

    Quick Modding Questions Thread

    Leoreth; . Would you surmise, based on the screenshot I provided and Walter confirmed, that the AI doesn't consider air units in the weights and therefore changing the weights doesn't even matter?
  9. M

    Quick Modding Questions Thread

    Additionally [hopefully Leoreth or Nightinggale can expand on the previous air unit posts], I have updated MMod but need to somehow link to it so it can be uploaded by others on this site. What is my best method of doing that?
  10. M

    Quick Modding Questions Thread

    Hello; yes, my mod is run off KMod as its base. And if air units aren't displayed there, do we think that means they are not taken into account at all? That the AIWeight has zero effect no matter the setting?
  11. M

    Quick Modding Questions Thread

    Additional question regarding my previous question to those who are adept at reading c++ logic; do you find that the AI adequately uses bombers and fighters when it has them? For example; if an AI invades a human player, it is easy to absolutely shred the AI to pieces with bombers or fighters...
  12. M

    Quick Modding Questions Thread

    Based on your experience; any number suggestion to adequately help while not breaking game play before I can get to a late game to test it, myself
  13. M

    Quick Modding Questions Thread

    Thank you - I don't currently have a late game save to check; do you have a suggestion for what I should add to the AIWeight to simply get it to make more fighters and bombers without it getting bad for gameplay? A human player can decimate essentially any AI simply w air superiority late game...
  14. M

    Quick Modding Questions Thread

    I'm not sure if anyone has any experience modding these numbers or not, but I'll ask for any guidance: The unitinfos has, iAIWeight, and the Wiki explains this as, "The preference given by the AI to this unit, generally for Unique Units." Review shows that every unit is set to '0' ... if I...
  15. M

    Quick Modding Questions Thread

    I assume this is decided in sdk and not python? [I can work w python, I cannot w sdk]
Back
Top Bottom