civ5

  1. M

    Fixing Pitboss/Internet Game connection errors

    Over a week of troubleshooting and reading debugging logs and I have found what works to allow Pitboss servers to work. This may also be helpful for those that can connect to other people's games, but no one can connect to you. A lot of times I saw people connect and then I would see the 5s...
  2. bcaiko

    Suggestions for Mods that Make Minor Tweaks?

    Hey, folks - I've played Civ5 for a long time unmodded, and I'm finally in the mood to try my hand at some light mods that make small tweaks. I'm not looking for the introduction of new mechanics, units, or civs. I just want smaller quality-of-life changes and simple improvements. Do you...
  3. S

    Vox Populi very very hard after update?

    Is it me or has Civ5 become almost unplayable after the latest Vox Populi update. Usually I could ace Emperor lvl. Now I get my ass kicked on Prince... What am I doing wrong?
  4. F

    [vanilla] Execute code if a unit stands on a luxury resource.

    I'm trying to give the player horses if an unique unit is standing on a Deer plot. This is my code right now: local samiLeader = "LEADER_FEB_LARS" function scoutUnit(iPlayer) local player = Players[iPlayer] if GameInfo.Leaders[player:GetLeaderType()].Type ==...
  5. D

    [G&K] Cant activate mods in-game

    Hey all! thanks for taking the time to help out if your readin this, recently rediscovered Civ5 and wanted to spice it up a bit as you can imagine. So my issue is i cant activate the first mod at all. it installs just fine (with EUI aswell) i see its 1-6 in the mod list and none will work, it...
  6. King Phaedron

    Navy vs Army, Marines, AirForce

    Playing my 3rd and 4th game of Civ5 (King Level) one with islands, the other on land; I wound up doing a detailed comparison on the effect of playing a pure Navy game vs an Army game. The Land game was Shoeshone on Lakes, where I mainly used Tanks with full honor and Order. For the Navy game I...
  7. Bangra 7

    [BNW] Creating unique wonders.

    I am currently working on a huge MOD for Civ Fanatics, using three custom nations. I want to create some custom wonders, to replace wonders such as the Great Lighthouse, and the Leaning Tower of Pisa. Can I modify those graphics, and still use them in game? Additionally, I want to create...
  8. F

    [Vanilla] Possible to check the players strategic resources?

    Is it possible to get the strategic resources of a civ or minor civ? And can you give strategic resources to them? (What I mean with strategic resources is horses, iron, aliminium, uranium etc.)
  9. S

    (Help) Mod for new civilization keeps crashing

    Hi :) So.. I feel like I'm a little late to the party, but better late then never. Recently I got into Civ 5 again but I was really sad that there is no actual science focused civ (Korea aside, I just don't like their trait). So I wanted to make my own civ. So far no problem. Kael's guide...
  10. F

    [vanilla] No cost when disembarking

    Is it possible that units pay no movement cost when embarking and disembarking? Like in civ 6? Thanks
  11. F

    [vanilla] Get the plot the unit is standing on?

    Is it possible to get the position of the unit and check if it is hills? I am trying to make a mod where a special unit is stronger in hills! This is what I have so far... local percentAdded = 25 local norwegianBerserker = "UNIT_BERSERKER" function CheckPlot(iPlayer) local player =...
  12. F

    [vanilla] Possible to get the players tech?

    Is it possible to get the players tech? I want to give the player the optics tech if the player has researched sailing! Thanks
  13. F

    [vanilla] Check the players leader?

    I use this to get the leader: local leaderType = GameInfo.Leaders[player:GetLeaderType()].Type Is there any way I can do like: if leaderType and leaderType == Ramesses then... Thanks!
  14. F

    Add gold to the player?

    I am pretty new to LUA and the modding in general and I was wondering how you could add gold to the player for each trade routes the player has. This is what I have so far (and it dosen't work): function CheckTrading(iPlayer) local player = Players[iPlayer] if not player:IsMinorCiv()...
  15. O

    Venice/Austria/Portugal etc.

    ok this has probably come up 10,000,000 times already but does anyone know how to restore Venice, Austria, Portugal etc. I'm running Civ 5 with Brave New World & Gods & Kings on a Mac. All the additional civilisations have vanished. I've tried re-installing the game, and disabling/re-enabling...
  16. M

    VOX POPULI "Can't load vassal80.dds

    The mod works, but I can't load the vassal80.dds or vassal80hl.dds files. I found them in a seperate pack aftter doing some digging on the forums, but I don't know which folder they are surposed to be in so I can check if I have them, they miss and where to put them. I an new to civ5 this forum...
  17. Bangra 7

    Modbuddy - elevated permissions

    A few weeks ago, I uploaded bitdefender to my computer. Then two days ago, I started modbuddy for the first time since I uploaded the virus protection software. (Bitdefender.) Now, I'm getting an elevated permissions error on modbuddy, and it won't let me install or create new mods. I need some...
  18. TheOneHitPupper

    Requesting help about resource shadows?

    I've been working on a modpack for luxury and bonus resources for the game. For most resources, I've simply just done little touchups on previous existing resources, but there are a few where I've made my own textures. The only problem I'm having is that these new textures are majorly different...
  19. KIller7cheez

    Can't get workshop mods to run in setup

    Hey guys, so I downloaded a star wars civ mod from the workshop, and i did all the right steps, went to mods>yes>enabled>single player>Setup game. and it still is not working correctly, for some reason i cannot find an answer to this anywheres, im bored with vanilla, please help! Thanks!
  20. J

    Multiplayer - World TSL

    Hopefully someone can point me in the right direction. Looking to host a multiplayer game with friends and we want to play a realistic Huge world map where all the capital cities match up to their real life location? Has anyone made this easy/done it before and if so could you explain how to...
Top Bottom