Caveman 2 Cosmos

11040
  • Translated the last remaining bonuses revealed by Gathering (Tea, Tobacco, Silk, Vanilla, Peyote) and their pedia texts into German
You should use github - I even tagged you in one of these threads....
Your changes will be overwritten by github, when we push it to SVN.

@Thunderbrd or @alberts2 or @billw2015 looks like write access wasn't removed from SVN.
That is we still can commit to SVN, not just c2cappveyor, that commits things from github to SVN.

Should we remove all translations and translation support from mod, so you can't use anything else except English language? :joke::sarcasm:
 
Last edited:
We'll just put his changes onto git, that way they will not be reverted in revision 11041.
Done.

I'll push those to SVN to see if automation wasn't broken.

EDIT: Thing worked correctly.
 
Last edited:
I noticed that a lot of herd animal buildings found within zAnimals_CIV4BuildingInfos.xml don't have any requirements while a few require TECH_ANIMAL_HUSBANDRY. Is this an oversight or intentional? If its an oversight, here's a file with all the missing requirements for herd buildings filled in with TECH_ANIMAL_HUSBANDRY.
 

Attachments

I noticed that a lot of herd animal buildings found within zAnimals_CIV4BuildingInfos.xml don't have any requirements while a few require TECH_ANIMAL_HUSBANDRY. Is this an oversight or intentional? If its an oversight, here's a file with all the missing requirements for herd buildings filled in with TECH_ANIMAL_HUSBANDRY.
Intentional. Some are domesticated animals and the others are not.
 
Caveman2Cosmos v40 released!

v40.jpg


Download Here!
 
I mean you should delete them, as some people are downloading them.
So? It's not the pinned post so if people are downloading them, maybe it's just so they can compare the difference.
 
I (or someone else) can add code to the mod to check git tags to find newer versions. So in future it will notify players if there is a new version available.
 
I (or someone else) can add code to the mod to check git tags to find newer versions. So in future it will notify players if there is a new version available.
Players of the official version downloads?
 
Yeah. I added a tag on there for this release already. It should be a couple of lines of code to search for newer ones, github has a web api for doing it.
 
Yeah. I added a tag on there for this release already. It should be a couple of lines of code to search for newer ones, github has a web api for doing it.
Cool! Go for it!
 
Another small nitpick, whomever in the last couple of commits to the Mod has had the Voice Capture Option On. We went thru this several years ago when SO would post a new versions.

So for those of us that did not have it On it tries to turn it on and then gives an error msg that the proper device could not be found. Then you have to click thru 3 of these popups to get rid of it. Please! when you make a commit to Git, Please make sure your Voice Capture setting is turned Off. Again Please!
 
Another small nitpick, whomever in the last couple of commits to the Mod has had the Voice Capture Option On. We went thru this several years ago when SO would post a new versions.

So for those of us that did not have it On it tries to turn it on and then gives an error msg that the proper device could not be found. Then you have to click thru 3 of these popups to get rid of it. Please! when you make a commit to Git, Please make sure your Voice Capture setting is turned Off. Again Please!
This is vanilla BTS setting.
Vanilla settings are not saved in random mod folders.

To disable it unselect "enable voice chatting"
Spoiler :

Civ4BeyondSword 2019-10-15 16-46-38-99.png



Sometimes those settings reset for absolutely no reason.
This may happen, when you shut down game when it is loading.

You can also turn it off in vanilla BTS ini (_Civ4Config)
; Enable voice over IP capture and playback
EnableVoice = 0

I wonder if he's capable of making sure, that BTS ini file never gets corrupt.
For example he could force exe to detect, that ini file was reset or corrupt, and then replace with backup, that game always create.
civilizationIV.ini is in C:\Users\<USERNAME>\Documents\My Games\Beyond the Sword
 
Last edited:
Back
Top Bottom