East Indies Scenario Idea

nope on civfanatic

I looked at it, it was very good.
Remember to include the Andaman Islands that today belong to India.

Lenin probably meant that he lacks the 'skill' to make civilizations spawn at their correct historical date (like in RFC). In any case, very good job on the map, lenin, but I'd.. prefer if you'd just focus on making it as realistic as possible (you seem to be a great map maker) and I will worry about civilizations and starting dates, mkay? :)

Glad to see it is possible to have RFCish starts.
I still wan't to use the idea of human players buying native cities, and AI spawning RFC style.
 
Ok i think the map is finish now :) i update the map in teh custom map thread

Hope youll be okay with the starting date and the civilization eazyseeker, cause your right thats far beyond my skill.
 
Ok i add the andaman island, add littel more ressource the river and the map will be finish :)

Ok i think the map is finish now :) i update the map in teh custom map thread

Hope youll be okay with the starting date and the civilization eazyseeker, cause your right thats far beyond my skill.

Sorry,my internet has been bad on the computer I have civ V installed on.
I don't know if I will be able to look at this soon...
I am eager to see what you have done.
 
I looked at it.
Well done. :goodjob:
I think there might be more things I could use your help with.
But feel free to do whatever you like.
And again, thank you for all you have done :goodjob:
 
Okay Easyseeker, let me know when you are done with the civs.
Then we will worry about policies, gameplay, and balance.

Sorry for not replying in a while, my ciV got borked to the point I had to redownload (don't ask)

I'm having some trouble with Denmark's trait, perhaps we *could* make do with the current civs atm, and just see how the scenario feels like? In any case, get on steam.
 
Well, I can help on somethings... Here is the .sql code to start in the Year You Want... Hope this works, never tested it, but it probably does, unless it is hardcoded in the .dll what seems highly improbable.

Note: If you want to set a BC Starting Year Add - before the year.

Code:
-- Insert SQL Rules Here 
-- Game Defines
--------------------------------------------------------------------------------------------
--UPDATE Defines SET Value = XXXX  WHERE Name = 'START_YEAR';
 
To Make Each City Increase SP Costs by 10 per cent you only need this .xml

Code:
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by ModBuddy on 9/2/2012 9:16:05 PM -->
<GameData>
	<Worlds>
		<Update>
			<Set NumCitiesPolicyCostMod="10"/>
			<Where Type="WORDLSIZE_[YOURMAPWORLDSIZE]"/>
		</Update>
	</Worlds>
</GameData>

To Create New SP Branches I would delete the old ones and create it all over again
 
Back
Top Bottom