svn 6610 issues

Cosmic Fox

Civ 6 Addict - TB Mod Collaborator
Joined
Mar 14, 2009
Messages
453
Location
Las Vegas
http://forums.civfanatics.com/showthread.php?p=12929559#post12929559

The link shows all the issues, I am playing on gigantic using the planet_68 map script, Warlord level, 15 civs, save file attached.

When I load up my current game, click yes to DLL modifier changes, the game CTD on me, 6609 it loaded up but never asked to change modifiers.

Let me know if you guys need more info
 

Attachments

  • Foxustus Caesar BC-28900.7z
    847.5 KB · Views: 44
http://forums.civfanatics.com/showthread.php?p=12929559#post12929559

The link shows all the issues, I am playing on gigantic using the planet_68 map script, Warlord level, 15 civs, save file attached.

When I load up my current game, click yes to DLL modifier changes, the game CTD on me, 6609 it loaded up and modifiers changed fine.

Let me know if you guys need more info

Then your problem comes from
6610

In Global Defines, changed values to match the max of cultural levels. (Thanks code99)

Max World Wonders from 7 to 14.
Max Team Wonders from 7 to 16.
Max National Wonders from 8 to 31.
It is possible that changes like that one require Dll changes or that they make old saves useless but i'am not sure about that because i don't know the code for that very well.
 
If you want to revert my changes, change my values to this values below.

Assets\XML\GlobalDefines.xml
Line 318
Code:
<Define>
		<DefineName>MAX_WORLD_WONDERS_PER_CITY</DefineName>
		<iDefineIntVal>7</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>MAX_TEAM_WONDERS_PER_CITY</DefineName>
		<iDefineIntVal>7</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>MAX_NATIONAL_WONDERS_PER_CITY</DefineName>
		<iDefineIntVal>8</iDefineIntVal>
	</Define>
 
If you want to revert my changes, change my values to this values below.

Assets\XML\GlobalDefines.xml
Line 318
Code:
<Define>
		<DefineName>MAX_WORLD_WONDERS_PER_CITY</DefineName>
		<iDefineIntVal>7</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>MAX_TEAM_WONDERS_PER_CITY</DefineName>
		<iDefineIntVal>7</iDefineIntVal>
	</Define>
	<Define>
		<DefineName>MAX_NATIONAL_WONDERS_PER_CITY</DefineName>
		<iDefineIntVal>8</iDefineIntVal>
	</Define>

No dude, this happened with 6608-6610, I updated to 6610 too see if it would fix the issues. The SVN version up currently is pretty much unplayable. :eek::(
 
Thanks for the help! Regardless it turns out it was an issue on my end, not having experienced anything like this is all the years I have been gaming, I got frustrated and didn't think to delete SVN file and update again. I also had some corrupted files in my Mod folder for whatever reason.

Sorry this thread is resolved and closed as far as I am concerned! ;)
 
Top Bottom