Our World: Civilizations of the Modern Age Design Discussion

Here's the Bonyad code I made a long time ago:

Spoiler :
Code:
local IranID = GameInfoTypes["CIVILIZATION_OW_IRAN"]
local buildingBonyadID = GameInfoTypes["BUILDING_OW_BONYAD"]
local yieldGoldID = GameInfoTypes["YIELD_GOLD"]
local yieldFaithID = GameInfoTypes["YIELD_FAITH"]
local bonyaddummyID = GameInfoTypes["BUILDING_BONYADDUMMY"]
																
function BonyadFaith(playerID)
	local player = Players[playerID];
    if (player:IsAlive() and player:GetCivilizationType() == IranID) then 
		for city in player:Cities() do
			if city:IsHasBuilding(buildingBonyadID) then
				local faithBoost = math.ceil(city:GetBaseYieldRate(yieldGoldID) * 25/100)
				city:SetNumRealBuilding(bonyaddummyID, faithBoost)
			end	
		end
	end
end

GameEvents.PlayerDoTurn.Add(BonyadFaith)

I'm gonna try and make the Rev Guard's code too. Idk is the last bit about killing spies is possible, but I'll see if I can figure anything out.
 
I think there are some misspells in Mao's city names

Shenzen -> Shenzhen
Senyang -> Shenyang
Kuming -> Kunming
Mingbo -> Ningbo
Tangashan -> Tangshan

Also Chonqing -> Chongqing.
 
made an icon for Greece's Museum replacement:



Thoughts?
 
Damn I thought that sign wasn't legible, thats an easy fix tho. The ring is just there because I used the museum background so it came with it, again easy fix.
 
The pillar thing in which the pottery stands on looks kind of weird to me, especially with the´pot hanging out like that.
 
Yeah, nice icon kul!
 
@SuperWaffle247 First than nothing I'd like to say that I love your civs (and Hi everyone!!) The idea you have of building modern time civilizations, as there aren't too much. Its great to have something that plus (is it the right word?) this times in the game. I'm already with Mao and looking forward for the next civ! You are a reason to rise from the silence and speak hahahaha

On the other hand, patriotism also helps my motivation for I am a Venezuelan, and to see that you are interested in my forgotten nation, it feels like an honor hehe... Whenever you start making it, i'll be glad to help you, and although we, always proud but formerly an important nation in southamerica, are now starving due to socialism, you can count on me to be as objective (again, is the word to use? sorry hehe) as you need, since I like to study a lot and I am not revengeful or anything... I mean that when its about sociology (? sorry again!) and history, the ideas cannot have the fault of the man's mistake, right?

I have plenty of ideas if you'd be willing to listen to them! The Bolivarianism is, indeed, a really interesting political idea! And although today it's really hard for me to find stable internet, I promise I'll be checking always your thread and lookind forward to see this, such a lot of great ideas and the talented modding capacity that you have!

Cheers from San Diego. Keep on the path of succes! :goodjob:
 
You know what would be really nice? If Khruschev had a "Test the Tsar Bomba" decision. And while historically inaccurate, it should let you build it later as a more expensive Atomic Bomb, but also much stronger and with a higher blast radius, because there aren't enough unique nukes.
 
I guess the icon for the Merkava is still missing? So I tried to make a icon. Hopefully this helps.

Spoiler :
 

Attachments

  • Merkava.jpg
    Merkava.jpg
    94 KB · Views: 349
Sorry for the absence everyone, school's just been super busy for me! Luckily our collaborations with CL will start releasing soon.

Alga, thanks for your contribution. Do you have the original file (PSD)? While the final decision is up to GPuzzle this is a helpful starting point.

We do need a Bonyad icon for Iran as well. It's tricky because there's not a clear indicator of what it should look like. Does anyone want to attempt a creative solution? I would, but I haven't got the time right now :(
 
Yeah I have the PSD. I will send the file in a PM.

EDIT: Or nevermind! I´m too stupid to find the possibility to send files in a pm. So I upload the PSD here.
 

Attachments

  • Merkava.rar
    474.9 KB · Views: 39
Maybe the Bonyad may look a bit as a Mosque? It's a charity trust, isn't it? (it's what I found in Wiki) Imagine a mix between a modern bank building with and arab building. Would you like that? Let me try to make one in PhotoS to show you some ideas...
 
Yeah I think maybe we can find a sort of modernist take on a mosque? Remember there's a mosque building already in game, we don't want to overlap too much with that.
 
Top Bottom