C2C SVN Changelog

Ah, it's been a long time and some things have changed with compiling the DLL. I loaded the VS 2012 solution for the DLL in VS 2013 and changed everything in the makefilepaths to point at the correct path, which before should have been enough, but now it doesn't compile. Do I per chance need to change

Code:
SUB_DLL_COMPILER_TOOLKIT=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC

to point at VS 12.0 (2013)?


No, that didn't work. What has changed in compiling the DLL?
 
6657 Fixed the difference between Building and Wonders for Safety/Medical/Tourism Achievement

Now i believe if you want your Safety_A building to be built by this special unit, use this:

Spoiler :
Code:
<ForceBuildings>
				<ForceBuilding>
					<BuildingType>BUILDING_SAFETY_A</BuildingType>
					<bForceBuilding>1</bForceBuilding>
				</ForceBuilding>
			</ForceBuildings>

Am i correct here DH??? It will be just like the Academy then??
 
Not what i am saying, i guess, what i mean is maybe the second set listed there (right side) needs to be the other way around and with lower numbers??

Indeed Strategy, Eons seems to be working okay but Snail speed is not right. ;) Hopefully someone fixes it, I gave up on my 2nd game testing cause it was AD and I was in prehistoric era. :eek:
 
Ah, it's been a long time and some things have changed with compiling the DLL. I loaded the VS 2012 solution for the DLL in VS 2013 and changed everything in the makefilepaths to point at the correct path, which before should have been enough, but now it doesn't compile. Do I per chance need to change

Code:
SUB_DLL_COMPILER_TOOLKIT=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC

to point at VS 12.0 (2013)?


No, that didn't work. What has changed in compiling the DLL?

Did you try it with a fresh svn checkout or did you update your old one?
Post the error maybe i can help.
 
Did you try it with a fresh svn checkout or did you update your old one?
Post the error maybe i can help.

I did a fresh SVN checkout. The error list is indicative of having either the wrong platform sdk or toolset (I've had it before) normally. Here are my makefilepaths.

Code:
#### Paths ####
TOOLKIT=C:\Users\*Name Removed*\Documents\SDK Workspace\Microsoft Visual C++ Toolkit 2003
COMPILER_TOOLKIT=$(TOOLKIT)
SUB_DLL_COMPILER_TOOLKIT=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC
PSDK=C:\Users\*Name Removed*\Documents\SDK Workspace\WindowsSDK
CIVINSTALL=C:\Games\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword
GLOBALBOOST=$(CIVINSTALL)\CvGameCoreDLL\Boost-1.32.0
GLOBALPYTHON=$(CIVINSTALL)\CvGameCoreDLL\Python24
TORTOISE="C:\Program files\TortoiseSVN"

and all of those paths are valid (at least valid enough that they would work six months ago). Is there something I need to change in the 2012's project properties to get it to build properly?
 
RE Game progression. I looked around a bit and it seems that most of the problems stem from a series of commits between Nov 26 and Dec 1 from SO and MrAzure. Azure did a 'grand balance overhaul' changing only EraInfos and GamespeedInfos, and among other things changed the classical tech modifer from 88 to 188.

For now I'm going to revert those two files to how they were before, as I'm familiar with that structure, and then I'll work from there to fine-tune things.
 
I did a fresh SVN checkout. The error list is indicative of having either the wrong platform sdk or toolset (I've had it before) normally. Here are my makefilepaths.

Code:
#### Paths ####
TOOLKIT=C:\Users\*Name Removed*\Documents\SDK Workspace\Microsoft Visual C++ Toolkit 2003
COMPILER_TOOLKIT=$(TOOLKIT)
SUB_DLL_COMPILER_TOOLKIT=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC
PSDK=C:\Users\*Name Removed*\Documents\SDK Workspace\WindowsSDK
CIVINSTALL=C:\Games\2K Games\Firaxis Games\Sid Meier's Civilization 4 Complete\Beyond the Sword
GLOBALBOOST=$(CIVINSTALL)\CvGameCoreDLL\Boost-1.32.0
GLOBALPYTHON=$(CIVINSTALL)\CvGameCoreDLL\Python24
TORTOISE="C:\Program files\TortoiseSVN"

and all of those paths are valid (at least valid enough that they would work six months ago). Is there something I need to change in the 2012's project properties to get it to build properly?

I don't know what was changed in the first half of the year.
I changed nothing in 2012 but there are problems with very old and very new Versions of the WindowsSdk i also had this issue. I think only Version 6.X or 7.X can be used if you are using the 2003 PlatformSdk that won't work i also tried some others like the WindowsXp Sdk but not very scessfull. This is only a Problem when using Vs2012 or higher because they come with the 8.X Sdk and that also makes problems.
The 2003 Toolset sould be fine but i use the Toolset from Vs2003 Sp1.

There are many things possible but without knowing the error that you get it is hard to tell.

And maybe it is because i missed some files try to update the svn.

SVN6660
Added missing files.
 
Update:

-Reverted gamespeedinfos and erainfos to what they were before Azure changed them last week. This should fix the worst of the problems people are seeing, but I will fine tune them further sometime soon.
 
Update:

-Reverted gamespeedinfos and erainfos to what they were before Azure changed them last week. This should fix the worst of the problems people are seeing, but I will fine tune them further sometime soon.

Cool beans I will get right onto testing it. ;)
 
Update:

-Reverted gamespeedinfos and erainfos to what they were before Azure changed them last week. This should fix the worst of the problems people are seeing, but I will fine tune them further sometime soon.

I just updated my game to current svn. It went from almost 10k AD to 875 BC, so much better

Something else happened. My 27 city (on large map, so huge empire) had its gold per turn go from over 500 GPT to under -600 GPT. not sure if it wasnt another change in the SVNs that caused it (the one I started the game with was when Hydro had in the auto build buildings).

I consider whatever caused this to be a very positive thing. I shouldnt be able to run 100% science with that monster of an empire that early in the game
 
I just updated my game to current svn. It went from almost 10k AD to 875 BC, so much better

Something else happened. My 27 city (on large map, so huge empire) had its gold per turn go from over 500 GPT to under -600 GPT. not sure if it wasnt another change in the SVNs that caused it (the one I started the game with was when Hydro had in the auto build buildings).

I consider whatever caused this to be a very positive thing. I shouldnt be able to run 100% science with that monster of an empire that early in the game

You must be on either Immortal for Deity gameplay then everyone that plays those say the same thing.
I believe those are the easiest of all of the ones to play.

Again anyone playing on Normal, Epic the AI will kick your butt, you wont have a chance.


6662 Updated more Cultural Links
 
Just to be clear, are you saying that currently Normal difficulty is what things are tuned for and immortal and diety are currently less difficult?
 
He means normal speed. Not sure which difficulty he was indicating. I personally like techs to take 4-8 rounds each at least. Normal is waaaaaaaaaaaaay too fast for me. I prefer having the ability to muster up a decent war each era.
 
I don't know what was changed in the first half of the year.
I changed nothing in 2012 but there are problems with very old and very new Versions of the WindowsSdk i also had this issue. I think only Version 6.X or 7.X can be used if you are using the 2003 PlatformSdk that won't work i also tried some others like the WindowsXp Sdk but not very scessfull. This is only a Problem when using Vs2012 or higher because they come with the 8.X Sdk and that also makes problems.
The 2003 Toolset sould be fine but i use the Toolset from Vs2003 Sp1.

There are many things possible but without knowing the error that you get it is hard to tell.

And maybe it is because i missed some files try to update the svn.

SVN6660
Added missing files.

Bah, it works in 2008 with the 2008 project/solution but not in 2013 with the 2012 project/solution (which should be crossover-capable with 2013).

Who added the 2012 proj/solution?
 
Bah, it works in 2008 with the 2008 project/solution but not in 2013 with the 2012 project/solution (which should be crossover-capable with 2013).

Who added the 2012 proj/solution?

I did that but i use 2012 and it is working.

SVN6666
BoolExprConstant is now set as Constant or Define in the Xml.
UNIT_TALESOF_SEALION_SEA had one wrong OutcomeType changed it to OUTCOME_TALES_SEA.

Example Constant
Code:
<bUnitToCity>
	<Constant>0</Constant>
</bUnitToCity>
Example Define
Code:
<bUnitToCity>
	<Define>DONT_ESCORT_SUBDUED_LAND_ANIMAL</Define>
</bUnitToCity>
 
He means normal speed. Not sure which difficulty he was indicating. I personally like techs to take 4-8 rounds each at least. Normal is waaaaaaaaaaaaay too fast for me. I prefer having the ability to muster up a decent war each era.

This whole perception that you can't " muster up a decent war each era." using faster game speeds is blatantly and patently untrue. It needs to stop from the modders until they have play tested ALL game speeds. Stop perpetuating hear say.

JosEPh
 
Back
Top Bottom