FfH2 0.32 Bug Thread

The spell "Wither" affects your own troops.
Ljosalfar are somehow acquiring multiple Gilden Silverics.
You can repeatedly try to spread the Council of Esus in the Council of Esus Holy City, draining cash for no effect.
 
Shouldn't constellation events trigger for all civ at once, just like Blight does? Is it intended that it affects only one civilization, when you already have possibility to make global events that effect everyone?

I got python exception error when AI Orcish city tried to split from Clan.
 
I dont know if it was intended, but i remember in an earlier version that FoL used to transform Jungles into Ancient Forests.
Doesnt happen now & since im Ljosalfar, I guess I need to burn those down.
Edit: Cant set jungles on fire with an improvement on the tile.

Zechnophobe doubted that the AI ever chops down forests now, I thought I observed the same with my neighbouring Amurites, but nvm, just see him chopping one down.
 
You might not have moved all the songs around correctly. It can't find Sounds/Soundtrack/Veil/songofthedeadsun

(yes, I was cheating in this game. I personally think that Brigit should have Fire and Sun magic, and be able to fly. I'm also thinking I'd prefer her as a Disciple unit, so she could get command 1-3. I gave her these abilities in XML, and then used worldbuilder place the Ring of Carcer near a unit I gave 1000 xp)

Edit: I just got the same message as soon as starting an advanced start Doviello game (before actually purchasing anything).
 
So, first game in .32. Orthus came and tok one of my cities, then, while I was amassing force to retake it... the city asked to rejoin my civ. Alright, I said. Poof Orthus, poof the axe.
 
You might not have moved all the songs around correctly. It can't find Sounds/Soundtrack/Veil/songofthedeadsun

(yes, I was cheating in this game. I personally think that Brigit should have Fire and Sun magic, and be able to fly. I'm also thinking I'd prefer her as a Disciple unit, so she could get command 1-3. I gave her these abilities in XML, and then used worldbuilder place the Ring of Carcer near a unit I gave 1000 xp)

Edit: I just got the same message as soon as starting an advanced start Doviello game (before actually purchasing anything).

I haven't seen that error in my games....(although the veil hasn't been founded yet) but that file is in the "Fall from Heaven 2 032\Assets\sounds\soundtrack\" folder which you could just move to the "soundtrack\veil\" folder
 
Could the torturing prisoners event not be allowed to trigger with heros? While playing as grigori that event triggered twice on one of my adventurers. Also, the only option I was given was to disband the unit, why couldn't I just reprimand it (it would have just got the experience back anyway)? I had to reload from auto saves both times.
 
I haven't seen that error in my games....(although the veil hasn't been founded yet) but that file is in the "Fall from Heaven 2 032\Assets\sounds\soundtrack\" folder which you could just move to the "soundtrack\veil\" folder


I just got the same error, and the Veil hadn't been founded yet. Which suggests to me that it may have been improperly placed in the game before someone founds AV.
 
Some songs were moved away from being religion specific to play in the regular eras. (So it's not just the bts music)
 
The AI really doesn't cut forests anymore. I think even I could beat it on deity. I've seen more building restricted units though.
 
when spreading the council of esus the button is not greyed out when the city already has esus... costs you 25 gold to spread the religion to a city that already has it...

A proposed fix for the Council of Esus spreading issue:

Spoiler :

Code:
def reqSpreadTheCouncilOfEsus(caster):
	pPlayer = gc.getPlayer(caster.getOwner())
	[COLOR="Red"]pPlot = caster.plot()
	pCity = pPlot.getPlotCity()[/COLOR]
	if pPlayer.isHuman() == False:
		if pPlayer.getStateReligion() != gc.getInfoTypeForString('RELIGION_COUNCIL_OF_ESUS'):
			return False
	[COLOR="red"]if pCity.isHasReligion(gc.getInfoTypeForString('RELIGION_COUNCIL_OF_ESUS')):
		   return False[/COLOR]
	return True

 
Was getting error stack like this:
Code:
cvSpellInterface line 21 canCast
"string" line 0 in ?
file cvSpellInterface line 2415 in reqWane

NameError global name "pPlayer" is not defined

Fixed it by inserting
Code:
pPlayer = gc.getPlayer(caster.getOwner())
above the offending line.
 
My latest game:

Hyborem did not drop his weapon when I killed him in his capital city using a souped up death knight. This was the last city so he did not respawn anywhere...

I *think* Orthus never drop his ax when the Kazad killed him.

Got a few memory allocation error CTDs, I have it set to autosave every turn so this wasnt a big one for me.
 
In the early game I had several tiles in my fat cross (and maybe outside, but I wasn't paying attention to thoses), degrade (grassland -> plains; plains -> dessert) and then revert back. I did play now! so there was no age of ice or the like selected. Maybe this was due to one of the many astrological events that were happening, but it seemed strange enough that I thought I'd report it.
 
My latest game:

Hyborem did not drop his weapon when I killed him in his capital city using a souped up death knight. This was the last city so he did not respawn anywhere...

I *think* Orthus never drop his ax when the Kazad killed him.

Got a few memory allocation error CTDs, I have it set to autosave every turn so this wasnt a big one for me.

I just killed Hyborem in his capitol, and Gela was dropped. However, when I captured Dis, Gela was destroyed.
 
Like I said before - burn down the jungle with blaze :-)

If it is an unintended sideffect of other changes, it's a bug. This is a bug thread. We report them here. This isn't a 'find a cheap workaround' thread.

Sorry if I'm coming down a bit hard on you but this is a pet peeve of mine.
 
Back
Top Bottom