No Great Person...

Sadberlin

Chieftain
Joined
Jun 27, 2016
Messages
18
Location
Chengdu, China
Hello, I have uploaded a mod called Giant Earth Map in steam workshop and here is the link:http://steamcommunity.com/sharedfiles/filedetails/?id=973878936&tscn=1499994640
6CBD7C8E15BE1A21F7EA3CE9E98739961D560FD3

Many people have reported that there are several problems, the major one was there's no great person at all... I have no this problem in my laptop, so I have totally no idea where to fix this bug...
Could anyone help me to fix it? since I can see great potential in this mod, I don't want the map to be ruined by any bug.
 
You are getting errors in the database.log file reporting incorrect coding of the new world-size, also indications that part of the code is not loading at all.

Table <Map_GreatPersonClasses> is not valid in the <FrontEnd> (ie, pregame <Settings>) database. Also the game really does not like to see spaces in the (id="something") names of "actions" as you originally had here:
Code:
<Custom id="Giant_Earth_Map_SETTING">
	<Items>
		<File>Giant_Earth_Map_Config.xml</File>
	</Items>
</Custom>
I also tend to adopt a no-spaces rule in the names of all my files that are part of a mod. It seems to make everything run smoother.

The attached alterations to your original mod eliminate all the errors that were being reported in the database.log but I do not know if it will fix the no great people issue.
 

Attachments

Last edited:
Back
Top Bottom