Yess I canyeah dacubz, would you be able to get an il duomo artwork for google or whereever?
I'm assuming you meant from TTT: MA? Since i did for the wonder buttonsU never mentioned me in credits either
Anyway, Khalid uploaded
Edit:
Added city check for Florais Generica
Those buildings are really tricky, I can get the model (although I will need to do a lot of work to reduce polycount) but most likely the skin will be to complicated. Its a possibility I can get it done by just having two skins, the roof and one side and all of the sides need to look like one, still doubtful though, I will give it a shot though
1) I am not picky about credits
So I don't really care if I am mentioned lol
2) Hmm, A) Because I did a search on Al Khazneh and there isn't one in database
B) Because it does look like that
http://en.wikipedia.org/wiki/File:Al_Khazneh_Petra_edit_2.jpg
3) So is it possible to do something about that black hole/stand of the flower?
Removing it will be nice, if not maybe make it metallic shiny color?
Yeah I can take a look at them, but any requests put them in my buildilngs thread next timeThanks!
if it's not to much work could you do these two as well?
http://sketchup.google.com/3dwarehouse/details?mid=8ec5739b9c3213fc10c2c7b7f5db243e&prevstart=0
http://sketchup.google.com/3dwarehouse/details?mid=f69c56e3f5b1a4a5b14d7b0aeb42e28&prevstart=0
thanks
edit:
and this if you have time
http://sketchup.google.com/3dwarehouse/details?mid=283035ccc2271693dcbf5a968e0d30b8&prevstart=0
# Rise of Mankind 2.91 - tech tree colors - start
# Ancient Era
if ( gc.getTechInfo(i).getEra() == 0 ):
screen.setPanelColor(szTechRecord, 240, 30, 30)
# Classical Era
elif ( gc.getTechInfo(i).getEra() == 1 ):
screen.setPanelColor(szTechRecord, 243, 133, 13)
# Medieval Era
elif ( gc.getTechInfo(i).getEra() == 2 ):
screen.setPanelColor(szTechRecord, 224, 220, 20)
# Renaissance Era
elif ( gc.getTechInfo(i).getEra() == 3 ):
screen.setPanelColor(szTechRecord, 60, 200, 60)
# Industrial Era
elif ( gc.getTechInfo(i).getEra() == 4 ):
screen.setPanelColor(szTechRecord, 50, 160, 250)
# Modern Era
elif ( gc.getTechInfo(i).getEra() == 5 ):
screen.setPanelColor(szTechRecord, 15, 15, 230)
# Future Era
else:
screen.setPanelColor(szTechRecord, 178, 16, 222)
# Rise of Mankind 2.91 - tech tree colors - end