Light In The East: Civs Of The Orient(And Beyond)

I can feel the "Construct the pyramids of Meroe" decision on my tongue :P

And nostalgic remembers of an old Indiana Jones game
 
YES!!!

I <3 nubia
 
Are there any other mods you are using by any chance?

Quite a few. I'm trying to see what's compatable with the CBP. But this is a syntax error so I don't see how other mods would affect it......
 
Quite a few. I'm trying to see what's compatable with the CBP. But this is a syntax error so I don't see how other mods would affect it......

Alright. In the meantime, could you try putting a ")" at the end of the line and see if that fixes the issue? I will contact someone who knows about lua and tell them about this. Thanks for the bug report.

Also, who is excited for Nubia?

It will probably be the next civ LITE finishes and is a collaboration project with More Civilizations.
 
Alright. In the meantime, could you try putting a ")" at the end of the line and see if that fixes the issue? I will contact someone who knows about lua and tell them about this. Thanks for the bug report.

Also, who is excited for Nubia?

It will probably be the next civ LITE finishes and is a collaboration project with More Civilizations.

I am! :D
(But aren't you the slowest? :rolleyes:)
 
I had in my mind to do Radama(Ranavalona's father) a long time ago, but then I changed my mind. If you like, this can be a LITE-Eli-AoI thing :)



Madagascar! I should also mention that we will add a new "religion" with the North Korean mod: Juche



Yup, it works if anyone captures a city of that religion regardless of the conqueror. The other part of the UA is production focused and the UB(Rova) encompasses the economic/cultural aspects along with Golden Age points. All thanks to Reed! Whose design is so awesome I have no desire to modify it!

If you want to use juche as a religion heres are some ideals for symbols regalman
https://upload.wikimedia.org/wikipe...Korea.svg/330px-Emblem_of_North_Korea.svg.png
http://skinniouschinnious.deviantart.com/art/Korean-Workers-Party-41897373
http://www.north-korea-travel.com/juche-tower.html
 
Well, securing great art takes a tremendous amount of time and effort From Jan :)

FTFY. :rolleyes:
Any design spoilers? Or you didn't decide it yet?
 
I haven't seen anyone else present the following error from Akkad's E&D, so here goes:
Code:
[43457.572] Runtime Error: C:\Users\AW\Documents\My Games\Sid Meier's Civilization 5\MODS\Light in the East - Akkad (v 1)\Code\Mod Support\AkkadDecisions.lua:78: attempt to index global 'player' (a nil value)
Because:
Spoiler :
Code:
Decisions_LITE_PostalService.DoFunc = (
	function(pPlayer)
		--costs
		local culture = math.ceil(150 * iMod)
		pPlayer:ChangeJONSCulture(-culture)
		pPlayer:ChangeNumResourceTotal(iMagistrate, -2)
		--rewards
		[B][COLOR="red"]player[/COLOR][/B]:SetNumFreePolicies(1)
		[COLOR="red"][B]player[/B][/COLOR]:SetNumFreePolicies(0)
		[B][COLOR="Red"]player[/COLOR][/B]:SetHasPolicy(GameInfoTypes["POLICY_LITE_AKKAD_POSTALSERVICE"], true)
		
		save(pPlayer, "Decisions_LITE_PostalService", true)
	end
	)
player =/= pPlayer.
The result is that clicking on "Enact" quietly removes 150 culture from your stockpile while yielding nothing - at least it doesn't remove magistrates though. As you can see from the attachment, I now have the totally logical amount of -192 culture, after clicking it a few times and not realizing that I was actually losing culture.
(I'm in a Mesopotamian 8-civ free for all and totally destroyed Leugi's Israel with the Naram-Sim decision :D The city above Jerusalem is Hebron.)

EDIT: Nope, it removes magistrates. (An era later... I have -2) I may need to use FireTuner to give me back my resources... :p
 

Attachments

  • AkkadEandD.jpg
    AkkadEandD.jpg
    142.9 KB · Views: 99
It's whatever version was on the Steam workshop 2 days ago - so unless you updated it yesterday, then yes, I have the most recent version.

And BTW, if you're planning on doing any more Mesopotamian civs, I'd be glad to join in the effort and claim partial ownership over a joint-rule protectorate. ;) (Because unfortunately Mesopotamia doesn't fit under my "5-year plan" of "official" 16 civs)
 
Back
Top Bottom