Questions & Answers

I recently started playing RFC Warlords and I can't seem to declare war on the independent cities. When I try to move units into their boundaries nothing happens and since I can't Alt click to declare war I usually get boxed when my neighboring civs collapse. I also noticed I can't invade to declare war in standard warlords. I have the feeling I changed a setting somewhere along the lines, but I can't seem to find any setting that will allow me to change it back.
 
If you're using a laptop without the number keypad - as I do, there's a workaround to actually pressing a key to move into an independent's land...

If you select "attack" from the unit menu with the mouse and select a square within their borders, it will allow you to move into their territory and subsequently declare war.
 
A trick I use (hmmm this is in BtS, so maybe this won't work in Warlords) is to activate a unit a long ways from the Independent border and mouse it to move in the territory...AI asks if you want to enter and declare...click Yes.
 
Is this mod still in active production? Because I haven't seen Rhye post up any news about this mod in some time
 
Yes, but all of the attention has went to RFC:GW(Rhye's and Fall of Civilization:Greek World).

So does that mean that work has stopped for RFC, because there hasn't been any updates for the game
 
Also I think Rhye is still away in Japan (is that correct?)
 
Two things:
First of all, I thought barbs only spawn in fog of war. Yet, regularly, I see barbs spawning right before my eyes. How come?

Secondly, Some barbs spawn in the weirdest of places. Here's two barbs spawning on a PEAK:
Dog Soldiers on a Mountain.jpg
 
Two things:
First of all, I thought barbs only spawn in fog of war. Yet, regularly, I see barbs spawning right before my eyes. How come?

Secondly, Some barbs spawn in the weirdest of places. Here's two barbs spawning on a PEAK:
View attachment 243424

In RFC barb sparns are programmed in to occur. They can occur in viewed tiles but not within culture borders. There are acouple of places they spawn on peaks and then move off, as you have found. It is on purpose.
 
Is there a way for me to edit the game on my own so that the random pop-ups like events and quests will come up more often?
 
I remember this being asked sometime, but never got around to see the replies coming up; is it possible to somehow edit the files in order to be able to switch civ more than once doing a game?
 
Well, can't find it in a form of a download... someone help? Maybe Rhye himself? XD

Hi, I'd like to know the answer to this myself. (Question being: where can I download and use the terrain graphics from RFC in a normal game?)

I don't care for Blue Marble, it looks like a rendering of a zombie world. RFC's terrain looks nicer and less cartoony than the original graphics. It's also ahead of its time, since it looks like Civ5 seems to be moving toward some of Rhye's color and tone choices.

I've already checked Rhye's profile page, which lists all files he has for download, and a separate mod for his terrain files only is not among them. (http://forums.civfanatics.com/member.php?u=1321)

Someone, please assist me in either extracting and using the terrain files from RFC on my own, or direct me to the proper download for a separate mod? Thanks in advance.
 
I remember this being asked sometime, but never got around to see the replies coming up; is it possible to somehow edit the files in order to be able to switch civ more than once doing a game?

Looking at the code...
Spoiler :
Code:
		if (iCurrentTurn == iBirthYear + self.getSpawnDelay(iCiv)) and (gc.getPlayer(iCiv).isAlive()) and (self.getAlreadySwitched() == False) and (iHuman+tDifference[iHuman] < iCiv):
			self.newCivPopup(iCiv)
appears at the end of initBirth in RiseAndFall.py. Try removing that self.getAlreadySwitched == False condition, replacing those lines with
Code:
		if (iCurrentTurn == iBirthYear + self.getSpawnDelay(iCiv)) and (gc.getPlayer(iCiv).isAlive()) and (iHuman+tDifference[iHuman] < iCiv):
			self.newCivPopup(iCiv)
 
In order to win the UHV as Ethiopia one must found one religion. What religion is this supposed to represent? Ethiopian animism?
 
Back
Top Bottom