Search results

  1. xienwolf

    Sorry, really fell out of the modding world between kid, graduation, job and computer failure...

    Sorry, really fell out of the modding world between kid, graduation, job and computer failure. Now that I am working on getting back into things, I am mostly trying to focus on Civ5 stuff, especially since all my tools (and the game itself) are somewhat lost with the old computer. So it is...
  2. xienwolf

    Multiple Free Promotions For Multiple Unit Combats for Traits - already done?

    I think RifE (FfH mod-mod-mod) has such a thing. But it could be python based.
  3. xienwolf

    Modders Guide to FfH2

    If you look through my "An Idiot's Guide to Editing the DLL" tutorial, it walks you through the steps needed to add a tag to the XML. There are quite a few little things you need to do for ANY tag you add. The code listed in here so far was just the details to get the tag to do what you want...
  4. xienwolf

    CivFanatics and the beta

    Hope I am not too late! Signing up now!
  5. xienwolf

    CIV World: IGN Preview

    You have to remember that what makes the things Sid has created so amazing is the fact that he is an innovator. Working on Civ for the 5th time would be torture to a man like that. Going somewhere like Facebook where the platform REQUIRES someone to push the envelope on the other hand is...
  6. xienwolf

    Need help with ModNetMessage

    This one and This one Should cover you fairly well for understanding the modnetmessage stuff.
  7. xienwolf

    Kael gives an Interview

    You should compare the number browsing Civ 4 forums with the number browsing FfH forums. Might cut the quantity in half there :p Or at least subtract out everyone in the Creation/Customization section since modding for Civ 5 is still in infancy at this point, so it isn't fair to compare base...
  8. xienwolf

    Modders Guide to FfH2

    Valk may not have seen your edit. The secondary unit combat would require fairly minimal code, but in fairly numerous locations. Since it was used only to authorize additional promotions it isn't TOO spread out, but still should be at least 5 or 6 places you have to modify the DLL code for it...
  9. xienwolf

    Ideas, Requests, and Feedback

    I actually am rather fond of the Enraged Super-Bad promotion idea. Having them run out and only kill 1 unit, then come back. There are a few approaches you can use to prevent the AI from activating your friendly neighborhood Nuke. First is to just tell the AI flat out that they aren't allowed...
  10. xienwolf

    Auto-XP

    There is a tag in CvUnitInfos.xml which activates it. <bFreeXP> if I remember properly. You need that, and then also a promotion which sets the rate and cap for your free XP (Workers and Adepts both have their own special promotions for that purpose)
  11. xienwolf

    Multiple Verts?

    Do thy animate to different spots? Could also be that it is a model built by putting together pieces of other models, so there are overlapping bits where they connect.
  12. xienwolf

    Noob + addPanel() = problem ?

    I see the same thing you see. self.CIVICCATEGORIES = gc.getNumCivicOptionInfos() would achieve the same thing in 1 line that the first loop does in 2.
  13. xienwolf

    Noob + addPanel() = problem ?

    Sadly I still haven't recovered from losing my harddrive a while back, so can't give actual code chunks from my own work. The closest I had come to this (where I learned the scrollable limitation) was in changing the Civics screen for Fall Further to have more details and yet speedy swapping...
  14. xienwolf

    Noob + addPanel() = problem ?

    You cannot put a scrollable container within another scrollable container. Now, you have the first one with scrolling enabled, and the second one disabled. HOWEVER, I believe that isn't enough, simply because the potential exists for the second one to be capable to have been assigned...
  15. xienwolf

    Credits

    Links to seZereth's website are in the artists blog (stickied post). He should have more screen captures there.
  16. xienwolf

    Worst game ever...what is yours?

    A fringe benefit of the wife not playing too often is that I can win whenever I feel like it against her :) Though it was the first time she gave me a serious run for my money when it finally came down to her against me. She started on a much larger continent and actually wiped out the AI...
  17. xienwolf

    Worst game ever...what is yours?

    I didn't keep up. I was WAY behind. Fortunately other than scouts, no AI came near me because of the large wasteland barrier. Once I got terraforming I slapped out some other cities and used magic to decimate the opposition (was in base FfH quite a while ago). And I couldn't quit the game...
  18. xienwolf

    Worst game ever...what is yours?

    Your resolution is too high and the screenshot you want to post is gargantuan probably. Fortunately in your actual post you clarified that you meant game of Civ, or I would have gone off on a rant about all the games I have quit since I took a break from programming :p My worst Civ game was...
  19. xienwolf

    Credits

    Ah, then I'd need a description of the image to help you out from there. Don't have Civ installed anymore, and there were choices for your main menu screen, so I can't remember which is the "official" one. Actually, reading closer, you said loading screen. I don't recall AT ALL what is used...
  20. xienwolf

    Credits

    All artists are the first couple links in the initial post. Jason Engle is most likely the one you want.
Top Bottom