Brigit

Grid isn't in the options screen, it's a button near the minimap...
 
No, i just looked it up. Easier. :D

Its the CiV4gameoptioninfos.xml in XML , Gameinfos folder in the mod-folder of FFH2 0.32. (so you should just be able to enter it without another software. :) I did use since i can't open all the xmls sadly so i wrongly presumed i couldnt and just used something else.)

Change Adventure Mode to visible and turn it off ingame by entering a custom game-screen and then start said game. You can make it invisible again afterwards if you like since it remembers you unchecked that option.

PS: Ill pass on the cokie though. :p

I can`t edit the xml so can`t change Adventure Mode to visible. Surely not being able to exit AM is a pretty major drawback to everyone, and should have been adressed as soon as FFH2 was patched to 3.17.
 
Yeah, it's pretty easy. I edited a few units to attach them to the religions I wanted. The Calabim Shadow UU, Angel of the Eclipse, from a modmod. I attached it to Octopus Overlords; it was Council of Esus before. It's easy. Remember all the tags are made by the coder, not standard for the codin. So, you, as the coder, make the tags.
 
One other thing I seem to be missing in the new updates is the toggle for putting the line grids on the map. Not a big deal, but I kinda liked those and cannot find it in the options screens.

Any ideas?

Either look for the button in the lower (right) corner, like snarko said. Or try pressing Ctrl+T in your game to toggle it via keyboard.
 
What is Adventure Mode? I've never heard of it before, and using Google found this thread as the first civ4 related page talking about it.
 
It moves the camera in and makes things bigger so you can play more like a turn-based RPG (similar to Afterworld in BtS). It's added in because it may be useful in future scenarios.
 
LOL!

Hilarious. It's sad too. LOL!

D&D nerds unite. Hey, that reminds me of a story. I knew this guy who went into a study room at my college where all the D&D nerds were playin. He was stark naked and started partyboyin all the nerds. They all yelled and ran out. LOLOLOLOLOLOL!
 
15

In CvEventManaer.py:
Code:
	def onImprovementBuilt(self, argsList):
		'Improvement Built'
		iImprovement, iX, iY = argsList

		if iImprovement == gc.getInfoTypeForString('IMPROVEMENT_RING_OF_CARCER'):
			pPlot = CyMap().plot(iX, iY)
			pPlot.setMinLevel(15)
 
bows to evanb at last!!!! i can now edit it :)
 
Back
Top Bottom