Recent content by LordTerrin

  1. L

    [GS] How do I mark my mod as compatible with GS?

    Oh man, I'm dumb. I have the project in one place, and the actual mod that I uploaded to Steam in another place. If anyone runs across this same issue, go to your other folder and the .modinfo file is there.
  2. L

    [GS] How do I mark my mod as compatible with GS?

    I saw this in the patch notes: Add tagging for mod compatibility. Mods not tagged as compatible with the latest build will be disabled at start-up as well as have a warning dialog displayed when they are enabled. This behavior can be disabled on a per-mod basis or completely in the options...
  3. L

    Modify yield changes due to improvement

    This is within a mod - I was just using the .SQLITE file to see syntax. I got it to work using the following at the beginning of my mod: INSERT INTO Improvement_BonusYieldChanges (ImprovementType, YieldType, BonusYieldChange, PrereqTech, PrereqCivic) VALUES ('IMPROVEMENT_MINE'...
  4. L

    Modding Yields

    This worked for me: INSERT INTO Improvement_BonusYieldChanges (ImprovementType, YieldType, BonusYieldChange, PrereqTech, PrereqCivic) VALUES ('IMPROVEMENT_MINE', 'YIELD_PRODUCTION', 2, 'TECH_MINING', NULL);
  5. L

    Modify yield changes due to improvement

    Sorry, maybe I wasn't clear in my OP. I don't care what the specific resource is, just whenever someone builds a mine, instead of increasing the production yield by 1, maybe I want it to increase it by 5 - regardless of whether there is a resource there or they're just building it on hills. In...
  6. L

    Modify yield changes due to improvement

    I've searched the SQL in tons of mods and I haven't found any that modify what happens to a resource when you improve it, (e.g. - build a farm on wheat, build a quarry on stone) I can set the BASE values of stone's production, for example, by doing this: UPDATE Resource_YieldChanges SET...
  7. L

    Is there a Civ IV Save Game Editor available?

    Hey guys, I know that Civ 3 has some amazing saved game editors, but do any exist for Civ 4? Here is my dillemma. I started a game last week and have played about 300 turns before realizing I have TIME victory on, which I absolutely despise. I don't want it to get to 2050 and all of...
  8. L

    laaaaaaaaaag on 56k

    I'm in California, he's in Colorado
  9. L

    laaaaaaaaaag on 56k

    hmm... would that apply to me? Since I'm on DSL? My turns never lag.. but he'll like... move a unit, and it will have to take time to move, then he gets his next move. It's horrible.
  10. L

    laaaaaaaaaag on 56k

    My friend and I are playing a game over the net. I have DSL, but he has 56k. The game lags pretty bad sometimes, especially when we get later into the game and he has lots of stuff, it takes a LONG TIME for him to transmit the data to me. Are there any options we can turn on/off to help fix...
  11. L

    Chat in civ 2

    ahh, ic... I guess I'll just wait till I find him or get marco polo's embassy. thx
  12. L

    Chat in civ 2

    Is there any way to chat in civ2 gold with my friend while we play? We haven't found each other yet...
  13. L

    Having a LOT of trouble hosting a game....

    actually... I figured out ur message, and it works again! thanks
  14. L

    Having a LOT of trouble hosting a game....

    Well, I'm not sure I understand those. I'm running windows XP using a d-link di-604 router. Under my "firewall" settings, I have it so that any IP coming through the WAN, going to 192.168.0.100, (my computer), with both the tcp and udp packet protocoal, on port 4993, will be accepted. It's...
  15. L

    Having a LOT of trouble hosting a game....

    Hey all, I've got a bit of a problem here. My friend and I are trying to connect to each other to play civ 2 gold, (both with latest 1.3 patch), but we cannot seem to connect to each other. I have a DSL behind a firewall, and he's on normal 56k through AOL. I think I have enabled tcp and...
Back
Top Bottom