CIVILIZATION IV:iNoc

I have played FFH, and I really liked it, although I'm not a big fan of fantasy.
 
i HAVE PLAYED ffh, and I really liked it, although I'm not a big fan of fantasy.
I was talking to the other guy. The same guy you were talking to and advising him about mods. I was just filling in the gaps you did not.

Also, every second you spend arguing here is a second lost for the creation of the awesomeness of this mod.
 
I wasn't arguing, I accidentally had caps lock on.
 
I tried the FFH mod as well, fantasy civ isn't really my cup of tea.

I guess the reason I dislike Civ out of the box, regardless of which version we're talking about (so yeah, Civ5 sucks just as bad as 4), is that I played Civ1 and Civ2 so much that once Civ3 came out it just wasn't enough and hasn't been since. I guess I'm what you'd call a hardcore player and Firaxis will never make a version of Civ for the general masses that will also appeal to me. I need that extra or altered gameplay that the mods offer to make the game playable again, otherwise it just feels like more of the same boring crap over and over again.
 
Ok, back on topic. Everyone here knows I'm not a Python whiz, so obviously, I broke something. I tried to add a title to the backround entry box for civs in the pedia screen, but now the text doesn't display.

Code:
def placeText(self):
		screen = self.top.getScreen()
		panelName = self.top.getNextWidgetName()
		screen.addPanel(panelName, localText.getText("TXT_KEY_PEDIA_CIVILIZATION_ENTRY", "", True, True, self.X_TEXT, self.Y_TEXT, self.W_TEXT, self.H_TEXT, PanelStyles.PANEL_STYLE_BLUE50)
		szText = gc.getCivilizationInfo(self.iCivilization).getCivilopedia()
		screen.attachMultilineText(panelName, "Text", szText, WidgetTypes.WIDGET_GENERAL, -1, -1, CvUtil.FONT_LEFT_JUSTIFY)
 
Do you have python exception watching turned on? If so could you post what you get from it.
 
:facepalm: (I don't care it's not an emoticon, I'll keep using it until it becomes one)

Why didn't I have it on? I turned on exceptions, and it gave me a syntax error message. After a little head-scratching, I determined I was missing a ). After I fixed that, I tried again and got this:

Spoiler :
attachment.php


:faint:
 

Attachments

  • cverror060112.JPG
    cverror060112.JPG
    141.7 KB · Views: 238
How did I not notice that?
 
So, any idea when this will be out, even in BETA? 2015? :D

I hope so. I'm class of 2015. In all seriousness, I hope to have a beta version, probably without much AI or artwork, out by the end of this year, if not by the end of the summer.

@Previous Discussion: Now the problem is that the background text is not shown. I have exceptions on.
 
@Previous Discussion: Now the problem is that the background text is not shown. I have exceptions on.

Does anyone have any idea why this is?
 
The background information text on Civilization X. You know, the stuff specified by something like TEXT_KEY_CIV_MYCIV_PEDIA. That text.
 
The box is there, just empty.
 
All of them.
 
Back
Top Bottom