Recent content by snarko

  1. S

    Please don`t pre-order.

    I am 99% certain I will buy BE, so I wouldn't take much of a risk if I preorder it. So I will preorder it? Most likely not. I will probably wait for the first patch to be released, if not longer. You know there will be bugs. I do enough bug testing with mods. There I have access to the code and...
  2. S

    DLL - Unified Yields

    I did a lot of this before, at least making all current yields equal. Sadly, time constraints meant nothing was ever released. It's a couple patches behind now but it might still be useful to you. See our github repository. These specific changes are under Shared Assets and in the DLL. Search...
  3. S

    Registration problems: Blocked Emails

    Jabberwockxeno came on IRC asking for a (new) password reset. The issue is he changed the password after logging in with the one you sent and then forgot the password he changed it to. *edit* I really need to start rechecking threads before posting... seems I was 14 minutes late :) *edit #2*...
  4. S

    Registration problems: Blocked Emails

    <heinous_hat> Hi all. Would someone be so kind as to post a request for a password reset for me in this thread (http://forums.civfanatics.com/showthread.php?t=521585)? My account name is heinous_hat <heinous_hat> I'm not able to receive the verification email due to the recent problems with the...
  5. S

    Rebirth and Legend

    A little late to the party but I just wanted to mention that removing/reducing terraforming should speed up the game by quite a bit. It's one of the larger reasons for slowness that I couldn't even try to fix, since the code is in the graphics engine and we don't have access to that.
  6. S

    Registration problems: Blocked Emails

    <Redtravellr> Can someone help me with registration? I dont get the confirmastion mail.. <Snarko> What is your nickname in the forum? <Redtravellr> Redtravellr
  7. S

    Registration problems: Blocked Emails

    <Quartexblooper> Hey guys. For some reason I haven't been sent an email so that I can verify registration on the forums. Is there something I can do about that? <Quartexblooper> My forum name is the same as the name I'm using here by the way. <lindsay40k> I changed my password and my Mac...
  8. S

    Registration problems: Blocked Emails

    <beatchurchill> Hi All, I'm a newbie and not got my activation email, are there still issues with them? :) <beatchurchill> If someone could possibly pass my username (same as on here to an Admin that would be grand :) )
  9. S

    Registration problems: Blocked Emails

    <gokudo> i've got an issue with register on the forum, i haven't received the confirmation mail and i can't find how sending it again ... <gokudo> my name is gokudo01
  10. S

    Registration problems: Blocked Emails

    feurisson needs activation. (asked for it on irc)
  11. S

    Modding Social Policies: What Can And Can't Be Done?

    The policy screen is horribly hardcoded. This thread has some information and an alternative screen (post #19). If you're hoping to have more policy trees, or be able to have more policies per tree, you will need an alternative screen.
  12. S

    Problem Modding Social Policies

    You can't just add columns to tables and hope they work. If you add columns you have to write the code which DOES something with the column as well (which means lua or c++ code). As for the error, it's caused by incorrect XML. <Table name="MinorCiv_Start_Along_Ocean"> Here you are making a new...
  13. S

    Mountain building help.

    There is a Trait_ImprovementYieldChanges table, but it doesn't allow you to do it only for certain resources. Building_ResourceYieldChanges allows you to do it for specific resources*, but not specific improvements. I don't know of any way of doing it for a specific improvement on a specific...
  14. S

    XML document cannot contain multiple root

    Most errors in XML files causes the entire file to fail to load. Lua will not solve that. If you have XML errors that are caused by your mod you must fix them for your mod to work. Some errors in the logs are not caused by your mod, see the enable logging link in whoward69's signature above on...
  15. S

    Some Ideas (not sure how feasible)

    One of Whowards Pick'N'Mix mods does this, UI - City Expansion.
Top Bottom