Crusader Kings II: 3.1 Great Works Update is now live! [checksum KKAD] - Not for problem reports

  • We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Done.

@BjornB, if this wasn't the intent, you can obviously undo it rather quickly.

In hindsight i tought he might prefer to only sticky it as soon as it drops off, simply for the reason people tend to ignore stickies.
Though it's common for these to be stickied. Anyway, just intended by me as a reminder in case it was accidental.
 
Hang on, Pyramid construction (from looking at the script) is locked to:
Code:
potential = {
    OR = {
        culture = egyptian_arabic
        trait = lunatic
        has_religious_feature = religion_feature_pyramids
    }
}

How come characters of either Aztec culture or Aztec faith can't build pyramids?

Because the Aztecs gets their own unique pyramids:
Code:
wonder_aztec_pyramid = {
    allow_coastal = no
    picture = GFX_wonder_strip_aztec_pyramid
    potential = {
        OR = {
            religion = aztec_reformed
            religion = aztec
        }
    }
 
Because the Aztecs gets their own unique pyramids:
Code:
wonder_aztec_pyramid = {
    allow_coastal = no
    picture = GFX_wonder_strip_aztec_pyramid
    potential = {
        OR = {
            religion = aztec_reformed
            religion = aztec
        }
    }


Awesome! :D I will admit searching through text files via remote desktop on an iPad is not the easiest of tasks. :p
 
Guys, the province of Chalkidike (id 491) seems bugged af. It's greyed and unselectable in all bookmarks.
 
¯\_(ツ)_/¯

I'm assuming the devs felt they were covered by Egyptian culture? Also no sign of hidden ancient Egyptian religions hidden in the game files that I found on a first pass.

The dev writing the requirement probably forgot that they recently added the Coptic culture.
 
language wise yes, but i can not imagine that any copt in that time, even with the trait lunatic, would be able to build a pyramide without having the patriarch of alexandria stabbing his back.

Nor could a Muslim without being stabbed by all his subjects.
 
From the wonders file:

Code:
################### Available Wonders #############################

#### 1. TEMPLES
# 1A. Cathedral    ................... wonder_cathedral
# 1B. Great Mosque ................    wonder_mosque
# 1C. Great Synagogue ............. wonder_synagogue
# 1D. Great (Pagan) Temple ........    wonder_temple_pagan
# 1E. Great Buddhist Temple ....... wonder_temple_buddhist
# 1F. Great Hindu Temple .......... wonder_temple_hindu

#### 2. STATUES
# 2A. Ruler Statue ................    wonder_statue_ruler
# 2B. Statue of your horse ........    wonder_statue_horse

#### 3. FORTIFICATIONS
# 3A. Grand Fortress ..............    wonder_fortress
# 3B. Underground city ............    wonder_underground_city
# 3C. Mercantile Walls ............    wonder_wall
# 3D. Great Harbor ................    wonder_harbor
# 3E. Great Lighthouse ............    wonder_lighthouse

#### 4. CULTURE/RECREATION
# 4A. Grand Amphitheater ..........    wonder_amphitheater
# 4B. Royal Palace ................    wonder_palace
# 4C. Magnificent Gardens .........    wonder_garden

#### 5. LEARNING
# 5A. Grand University ............    wonder_university
# 5B. Grand Library................ wonder_library

#### 6. RELIGIOUS (MISC)
# 6A. Grand Mausoleum .............    wonder_mausoleum
# 6B. Pyramid .....................    wonder_pyramid
# 6C. Stonehenge ..................    wonder_pagan_stones
# 6D. Aztec Pyramid ...............    wonder_aztec_pyramid


################# Historical/Pre-existing Wonders #################

# A1. Pyramid of Giza .............    wonder_pyramid_giza
# A2. Stonehenge ..................    wonder_pagan_stones_stonehenge
# A3. Mausoleum of Halicarnassus ..    wonder_mausoleum_halicarnassus
# A4. Lighthouse of Alexandria ....    wonder_lighthouse_alexandria
# A5. Wonder Temple Hindu Konark ..    wonder_temple_hindu_konark
# A6. Apostolic Palace ............    wonder_apostolic_palace
# A7. House of Wisdom .............    wonder_house_of_wisdom
# A8. Petra .......................    wonder_underground_city_petra

###################################################################
 
Wonders interface seems bugged for me. I'm using the UI scaler option maybe that's why.
Yeah, that's a known bug that we unfortunately found too late. The text won't render properly with scaling in that particular UI. This will be fixed in the next patch.
 
Sounds like the CK2 team talked with the Stellaris team about Megastructures over lunch.

I think I'm in love, and I haven't even played it yet. Thank you all as always for your hard work! <3