New Core Issues

One bug I've spotted: In ruff's reworked victory screen the leader name is not resolved at the poll stats, instead the string placeholder %s1 is shown (members page).

And spacing by pixels in the scoreboard doesn't work for me...
 
·Imhotep·;7183707 said:
One bug I've spotted: In ruff's reworked victory screen the leader name is not resolved at the poll stats, instead the string placeholder %s1 is shown (members page).

Edit: Fixed.

·Imhotep·;7183707 said:
And spacing by pixels in the scoreboard doesn't work for me...

You mean the feature where you can put numbers into the Display Order field to get spacing between columns? . . . The feature I haven't added yet?

Damn, it doesn't work for me either! :mischief: (It's on the list :))
 
·Imhotep·;7183707 said:
And spacing by pixels in the scoreboard doesn't work for me...

As penance for being a smart-ass earlier, I've added this feature.

  • Default Column Spacing: 0-10 dropdown
  • Numbers in Display Order field use that as spacing if previous column is shown
  • Spaces in Display Order field are ignored
If the column isn't shown (e.g. you don't have an open borders agreement with any civs), the spacing (default or specified) for that column is ignored. Thus, spacing is tied to the letter/code that precedes it.
 
As penance for being a smart-ass earlier, I've added this feature.

Bugged :(
Black screen on loading, map but not interface after pressing Esc key, pressing Ctrl+Alt+O I get an error message saying that it has not find BUG Mod.ini (but I checked and it is in the folder in which it should be)

Pythonerror.log:

Spoiler :
Code:
..\WARLORDS\ASSETS\PYTHON\SYSTEM\xmllib.py:9: DeprecationWarning: The xmllib module is obsolete.  Use xml.sax instead.
Traceback (most recent call last):

  File "CvAppInterface", line 56, in onLoad

  File "CvEventInterface", line 30, in onEvent

  File "BugEventManager", line 221, in handleEvent

  File "BugEventManager", line 266, in _handleInitBugEvent

  File "BugEventManager", line 306, in initBug

  File "BugInit", line 41, in init

  File "BugOptions", line 223, in read

  File "BugOptions", line 150, in read

  File "BugOptions", line 256, in read

  File "BugOptions", line 283, in create

  File "BugOptions", line 298, in write

  File "configobj", line 2017, in write

UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 242: ordinal not in range(128)
ERR: Python function onLoad failed, module CvAppInterface
Traceback (most recent call last):

  File "CvAppInterface", line 75, in preGameStart

  File "CvScreensInterface", line 80, in showTechChooser

  File "CvTechChooser", line 122, in interfaceScreen

  File "BugOptions", line 474, in get

  File "BugOptions", line 575, in getValue

  File "BugOptions", line 1015, in getRealValue

  File "BugOptions", line 326, in getBoolean

  File "BugOptions", line 308, in exists

TypeError: iterable argument required
ERR: Python function preGameStart failed, module CvAppInterface
 
Bugged :(
Black screen on loading, map but not interface after pressing Esc key, pressing Ctrl+Alt+O I get an error message saying that it has not find BUG Mod.ini (but I checked and it is in the folder in which it should be)

Strange behaviour... I deleted everything, downloaded from SVN again and still the same problem was present.

Then I tried to switch to English from the main menu, and this time it worked.
Going back to Italian, and the problem isn't there anymore, even if I EtD and start again. :confused: :confused:
 
Another issue:
in the BUG Option screen, the advisor table title and some of the options are not localized anymore, they are in English.
 
Woah, it sounds like BUGOptions.xml got corrupted during a commit. I was having some internet hiccups yesterday, but they were gone by the time I committed this last change. I'll take a look when I get home later today.
 
Back
Top Bottom