[IDEAS] Fallen Ages

Thanks Cyther.

x
 
looks like the DLL has grown in size 4x ... should we be expecting any playable beta's soon?
 
I won't even bother asking what it is.
 
I'm finished anyways. Here it is.

I would suggest playing as the Bannor, Patria, Lanun, or Illians.

You need to put the files in the right places and the Scenario is coded to only play in the "Fallen Ages" mod folder.

(There are some python errors on start up. They don't break anything. Expect many if you play as Patria.)
 
Sorry tasunke, no betas until I can get the python to work =[
Wow! I will play with this tonight, thanks Cyther!

Oh, I started coding Patria last night, this should help loads!

Oh, Cyther, could you make a python file for the Civ/Leader switching please? Just an example, because I can't get it to work... =[

Thanks =]
 
There is no file needed, the code I used was short:

Code:
	def doTurnTheFallofPatria(self):

		iBannor = gc.getInfoTypeForString('CIVILIZATION_BANNOR')
		iClan = gc.getInfoTypeForString('CIVILIZATION_CLAN_OF_EMBERS')
		for iPlayer in range(gc.getMAX_PLAYERS()):
			pPlayer = gc.getPlayer(iPlayer)
			if pPlayer.isAlive():
				if pPlayer.isHuman():
					if gc.getGame().getGameTurn() == 300:
						if pPlayer.getCivilizationType() == iBannor:
							pPlayer.setCivilizationType(iPlayer, iClan)
							pPlayer.setLeaderType(iPlayer, gc.getInfoTypeForString('LEADER_JONAS'))
 
Thanks =]
 
Oh, now I have that and some other cool code (thanks black_imperator) you can expect a beta release much sooner. Still a while away yet. Depends really, on what you expect in a beta release.

I can definately do civ switching, so may focus on the AoM-AoI-AoR to begin with, and add the others later, because adding in 21 civs is too much work for me atm xD
 
Yes! Fallen Ages FTW!
 
FALLEN AGES NEEDS
YOU!

Yes, you! Post what you would like in a beta release please.

Nothing too hard. Apart from that, post it, and I will consider adding it. Oh, and if you want to speed the release up, there are 21 spells to be coded =] ideas are on the previous pages somewhere xD

And, if there is something you want added that is just XML, make a module, and chances are, I will include it with the main beta download.

Basically, the more help I get, the faster I can release and get this out of beta.
 
Everybody say thanks to black_imperator! He has coded loads of spells for me, and a special feature, that I think is rather cool =]
 
Thanks black_imperator.
 
black_imperator has done it again. Yey for new spells and fixing old bugs =]

I still need an updated dll and would like some source files so I can (try to) keep it updated myself.

Oh, and I asked Pazyryk whether I could merge Elohim Guardians into Fallen Ages =]

I may borrow (steal ;)) some stuff from LENA if:
1] Opera lets me
2] I can be bothered
3] I can find something I like that isn't or won't be in RiFE in 1.12 or the next patches :lol:
 
Back
Top Bottom