The "OMG! Look what happened!" Thread

In Soviet Russia, screenie posts you!
(thats why we have no pics for some time)
 
In RFC, mod plays YOU!
 
Seriously we need a free spamming thread :p
 
Be careful, someone might call the mods. Back on topic would be a wise course.
 
I don't think the mods even care about this subforum.

And it would be pretty ridiculous for someone to message the mods over a thread like this.

Finally, off-topic chat usually results in laughs all around. :goodjob:
 
I don't think the mods even care about this subforum.

And it would be pretty ridiculous for someone to message the mods over a thread like this.

Finally, off-topic chat usually results in laughs all around. :goodjob:

Believe me, it can happen. Though lolz are good, you gotta be careful.

>.>

Or that's my being paranoid after I contributed to off-topicness and nearly got the mod hammer brought down on me.
 
Only slightly :p

But do that and you will find a worse fate than punishment from the mods: you'll attract the OT crowd :D
 
This thread will never be the same!

Consequences will never be the same.

From an ongoing game as China:

Spoiler :

Guess what's wrong with this one. HINT: Religion
attachment.php


Romans take Inverness!
attachment.php


Christianity in c. 300 BC. What's the holy city?
attachment.php

 

Attachments

  • Civ4ScreenShot0021.JPG
    Civ4ScreenShot0021.JPG
    152.7 KB · Views: 730
Actually Christianity spreading to Jayakarta or Pagan is not that rare--I often found Jayakarta without a religion simply to try to lure Christianity there (if it's the AP religion). Water religion spread is so unreal.:crazyeye:
If somebody could draw a topology (not showing real distances) map showing how religions spread by trade routes that would be great.
 
Actually Christianity spreading to Jayakarta or Pagan is not that rare--I often found Jayakarta without a religion simply to try to lure Christianity there (if it's the AP religion). Water religion spread is so unreal.:crazyeye:
If somebody could draw a topology (not showing real distances) map showing how religions spread by trade routes that would be great.

This is what I found by looking into CvRhyes.cpp in the CvGameCoreDLL folder:
Spoiler :
Code:
int civSpreadFactor[32][7]  = {
//		JUD CHR  ISL  HIN  BUD  CON  TAO
//Egypt
	{	 70, 250, 350,  20,  20,  20,  20 },
//India
	{	 20,  90, 180, 400, 180,  20,  60 },
//China
	{	 20,  80,  20,  20, 200, 300, 200 },
//Babylonia
	{	 50, 200, 350,  20,  20,  20,  20 },
//Greece
	{	 40, 300,  40,  70,  50,  20,  20 },
//Persia
	{	 70,  20, 300,  40,  40,  20,  20 },
//Carthage
	{	 80, 200, 400,  20,  20,  20,  20 },
//Rome
	{	 40, 300,  40,  20,  40,  20,  20 },
//Japan
	{	 20,  40,  20,  20, 300, 120, 100 },
//Ethiopia
	{	200, 400, 400,  80,  80,  80,  80 }, 
//Maya
	{	 70, 300,  80,  80,  80,  80,  80 },
//Viking
	{	 40, 300,  80,  20,  40,  20,  20 },
//Arabia
	{	 40,  30, 400,  20,  20,  20,  20 },	
//Khmer
	{	 20,  40,  20,  80, 400,  80, 100 },
//Spain
	{	 80, 400, 100,  20,  40,  20,  20 },
//France
	{	 60, 300, 100,  20,  40,  20,  20 },
//England
	{	 70, 300,  80,  20,  40,  20,  20 },
//Germany
	{	 70, 300,  80,  20,  40,  20,  20 },
//Russia
	{	 70, 300,  40,  20,  40,  20,  20 },
//Holland
	{	120, 300,  40,  20,  20,  20,  20 },
//Mali
	{	 50,  90, 400,  20,  20,  20,  20 },
//Portugal
	{	 40, 400, 100,  20,  40,  20,  20 },
//Inca
	{	 70, 300,  80,  80,  80,  80,  80 },
//Mongolia
	{	 20, 120,  80,  20, 300, 100,  80 },
//Aztec
	{	 70, 400,  90,  90,  90,  90,  90 },
//Turkey
	{	 50,  80, 400,  20,  20,  20,  20 },
//America
	{	100, 300,  20,  20,  20,  20,  20 },
//Independent
	{	 80, 250, 250,  50, 100,  50,  40 },
//Independent2
	{	 80, 200, 200,  80, 150,  80,  80 },
//Native
	{	120, 200, 200,  80,  80,  80,  80 },
//Celtia
	{	 80, 300,  80,  20,  40,  20,  20 }, 
//Barbarian
	{	100, 100, 100, 100, 100, 100, 100 }};

I occasionally see Islam spread to medieval Northern Europe in my 600 AD starts (and some Europeans end up being Islamic).
 
I occasionally see Islam spread to medieval Northern Europe in my 600 AD starts (and some Europeans end up being Islamic).

I play 600 AD starts mostly because of the chance of a fully Christian Europe and other regions of the world with their historical religions. (no Jewish Arabia for example)
 
Back
Top Bottom