Mostly (maybe wholly) fantasygallery.net and deviantART. (Melante is "Queen of Air and Darkness" from deviantART.)
Actually, I pillaged deviantart for all, that seemed more or less appropriateGuess, I'm just not lucky.
I hate loosing quality on scaling. Resize blur looks unprofessional - you don't want it for the mod.
Maybe, some of the following will do?
http://i186.photobucket.com/albums/x67/Crimson_visage73/fantasy-wallpaper02.jpg
http://fc09.deviantart.net/fs45/f/2009/155/0/2/Creepy_Forest_by_AndreaGerstmann.jpg
http://sites.google.com/site/raginraven/Forest_fog.jpg
(colouring can be changed rather easy, as you know)
It's also possible to make a collage of Dark Council from hero pics - quite a representation.
On another matter. Is it possible from interface coding point of view to use civ-specific graphics for specialist citizens?
i = 0
for i in range( gc.getNumSpecialistInfos() ):
if (gc.getSpecialistInfo(i).isVisible()):
szName = "CitizenDisabledButton" + str(i)
screen.setImageButton( szName, gc.getSpecialistInfo(i).getTexture(), xResolution - 74, (yResolution - 272 - (26 * i)), 24, 24, WidgetTypes.WIDGET_DISABLED_CITIZEN, i, -1 )
screen.enable( szName, False )
screen.hide( szName )
for j in range(MAX_CITIZEN_BUTTONS):
szName = "CitizenButton" + str((i * 100) + j)
screen.addCheckBoxGFC( szName, gc.getSpecialistInfo(i).getTexture(), "", xResolution - 74 - (26 * j), (yResolution - 272 - (26 * i)), 24, 24, WidgetTypes.WIDGET_CITIZEN, i, j, ButtonStyles.BUTTON_STYLE_LABEL )
screen.hide( szName )
On citizens... Since that screen is generated in python, yes...
I hate loosing quality on scaling. Resize blur looks unprofessional - you don't want it for the mod.
Maybe, some of the following will do?
http://i186.photobucket.com/albums/x67/Crimson_visage73/fantasy-wallpaper02.jpg
http://fc09.deviantart.net/fs45/f/2009/155/0/2/Creepy_Forest_by_AndreaGerstmann.jpg
http://sites.google.com/site/raginraven/Forest_fog.jpg
(colouring can be changed rather easy, as you know)
It's also possible to make a collage of Dark Council from hero pics - quite a representation.
On another matter. Is it possible from interface coding point of view to use civ-specific graphics for specialist citizens?
Those have me thinking less Haunted Lands and more Whispering Wood, around the Well of Shadows. I guess the rest of you haven't read the Ashes of Brigdarrow though.