| General | Hosted Sites | Civ5 | CivRev | Civ4Col | Civ4 | Civ3 | Civ2 | Civ1 | Misc | Marketplace |
![]() |
|
|
Welcome to Civilization Fanatics' Center. You are currently viewing our site as a guest which gives you limited access to our site features. By joining our free community, you will be able to participate in the discussions, search the forum, send private messages, vote in polls, upload your own screenshots to the gallery, and access many other special features. Registration is fast, simple and absolutely free, so sign up today! If you have any problems with the registration process or your account login, please contact support. |
|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Shrubbery-hugger
Join Date: Nov 2005
Location: Kraków, Poland
Posts: 1,217
|
Ok, this thread is a replacement for old minor requests forum. Please post requests, both minor and major, here. Also, if you have a general question, this is the place to ask it.
__________________
Orbis modmod for FfH 2 - Renaissance on Erebus Orbis II for Civ IV - magic and steampunk technology through the ages (historical-fantasy mod under development) |
|
|
|
|
|
#2 |
|
Shrubbery-hugger
Join Date: Nov 2005
Location: Kraków, Poland
Posts: 1,217
|
Reserved for future use
__________________
Orbis modmod for FfH 2 - Renaissance on Erebus Orbis II for Civ IV - magic and steampunk technology through the ages (historical-fantasy mod under development) |
|
|
|
|
|
#3 |
|
Shrubbery-hugger
Join Date: Nov 2005
Location: Kraków, Poland
Posts: 1,217
|
and one more
__________________
Orbis modmod for FfH 2 - Renaissance on Erebus Orbis II for Civ IV - magic and steampunk technology through the ages (historical-fantasy mod under development) |
|
|
|
|
|
#4 |
|
The Hamster King
Join Date: May 2008
Location: Crestview FL
Posts: 14,448
|
Not actually a request for a feature, but a question: Does Orbis have the same issues as RifE with the ImprovementRange tag? Basically, if you start building a limited improvement, and switch midbuild, the game still considers the plot as having the limited improvement and so does not allow the improvement to be built within range of it.
Sure, you could just finish the improvement, after which progress is wiped, and THEN build a new one, but many people don't recognize that, and it's annoying anyway. Main reason for the question: Just added code which will fix the problem. ![]() In CvPlot::setImprovementType(), use the following code... Including the whole section as the first bit should be in Orbis already, so you can see where it goes. Though placement doesn't matter, so long as it's below "m_eImprovementType = eNewValue;". New code in blue.Code:
/*************************************************************************************************/
/** Improvements Mods by Jeckel imported by Ahwaric 20.09.09 | Valkrionn 09.24.09 **/
/*************************************************************************************************/
if (eOldImprovement != NO_IMPROVEMENT && getImprovementOwner() != NO_PLAYER)
{
clearCultureControl(getImprovementOwner(), eOldImprovement, true);
}
ImprovementTypes eLoopImprovement;
BuildTypes eBuild = NO_BUILD;
for (iI = 0; iI < GC.getNumBuildInfos(); iI++)
{
eBuild = (BuildTypes)iI;
if (getBuildProgress(eBuild) > 0)
{
eLoopImprovement = (ImprovementTypes) GC.getBuildInfo(eBuild).getImprovement();
if (eLoopImprovement != getImprovementType() && GC.getImprovementInfo(eLoopImprovement).getMinimumDistance() != 0)
{
m_paiBuildProgress[eBuild] = 0;
}
}
}
/*************************************************************************************************/
/** Improvements Mods END **/
/*************************************************************************************************/
__________________
Rise from Erebus - R i f E - Civ5 Economy Mod
Member of the R i f E team Inno Install Script Tutorial |
|
|
|
|
|
#5 |
|
Warlord
Join Date: Sep 2009
Location: East Coast USA
Posts: 159
|
yep, that problem is present.
I've stopped automated workers from building a fort on one plot, only to find out I can't build on any of the surrounding ones. |
|
|
|
|
|
#6 |
|
Shrubbery-hugger
Join Date: Nov 2005
Location: Kraków, Poland
Posts: 1,217
|
I will gladly use your fix then, Valkrionn. Thanks !
__________________
Orbis modmod for FfH 2 - Renaissance on Erebus Orbis II for Civ IV - magic and steampunk technology through the ages (historical-fantasy mod under development) |
|
|
|
|
|
#7 |
|
The Hamster King
Join Date: May 2008
Location: Crestview FL
Posts: 14,448
|
Was a larger issue in RifE, as Dwarven Mines (Khazad improvement) required a large distance... Could only build 4 per city, so messing one up was rather unfortunate.
__________________
Rise from Erebus - R i f E - Civ5 Economy Mod
Member of the R i f E team Inno Install Script Tutorial |
|
|
|
|
|
#8 |
|
Just lurking...
Join Date: Sep 2008
Location: Łódź, Poland
Posts: 489
|
Is there a way to remove corporations from city ? In BtS it was possible via spreading opposite corporation, so it won't work in Orbis. I know about Mercantilism civic, but I'm not sure if I want to run it
|
|
|
|
|
|
#9 | |
|
Shrubbery-hugger
Join Date: Nov 2005
Location: Kraków, Poland
Posts: 1,217
|
Quote:
Also, I am thinking of adding a bit more guild competition to Orbis. Not sure if people would like to have it...
__________________
Orbis modmod for FfH 2 - Renaissance on Erebus Orbis II for Civ IV - magic and steampunk technology through the ages (historical-fantasy mod under development) |
|
|
|
|
|
|
#10 |
|
Inaniloquent Nihiliarian
Join Date: Jan 2005
Location: Sweden
Posts: 310
|
Any way to limit animals to certain terrains? I know LOST is popular and all but I just fought of 50(!) polar bears that invaded the jungles south of my Sidar empire. Thank the powers for partial immortality... Don't think I could have produced Rangers fast enough.
The Scorpions are an improvement from the Wyrm I think. Still, it's odd to see one trudging through the snow. Think you could add panthers as well? Don't have to be any different from Lions. Just would like to see them in-game outside of the Rangers and Beastmasters.
__________________
The universe, they said, depended for its operation on the balance of four forces which they identified as charm, persuasion, uncertainty and bloody-mindedness. - Terry Pratchett |
|
|
|
|
|
#11 |
|
Just lurking...
Join Date: Sep 2008
Location: Łódź, Poland
Posts: 489
|
A couple of things, little ones mostly. Should fit here better than in AI & Balance thread
![]() 1. It is possible to run recon-unit-based economy when following CoE. Maybe it's intended but I was able to run 100% and still make a profit with enough units. Each of them can buy for 20 promotion that provides 2 . Even with unit maintenance, I can make a profit in 20 turns, don't even have to use those units. 2. Slaves as good civs. Now with barbarism even good civs have chance to create slaves. Maybe they should be able to set them free for +1 :happines: in city for 5 turns instead of using them to rush buildings ? 3. Agnostic civs might use unit with disciple-like ability to create little culture bombs. I know they can build disciples after building temples with priests but it's quite complicated. Maybe some Artist unit for them ? And btw, minor Grigori leader doesn't have to be Agnostic now with Agnostic civ trait. And Return of the Glaciers isn't blocked for them. |
|
|
|
|
|
#12 |
|
Prince
Join Date: Jan 2010
Posts: 332
|
Sup guys,
I would like to see the great generals changed. The new buildings they make are a nice touch so please keep those in. However, when you attach one to a unit..you cant remove it like in previous versions and place on another unit. Would you still be willing to allow Great Generals to lead a band of units that stay within a certain radius of him/her? I also noticed that Great Generals cannot be added to recon units or priests/mages. Maybe have another great person work in this place. Great Sage = Great General for Arcane units, Great Prophet for Priests. Not sure what you could use for recon units, but would be good. To increase the number of great generals, how about having a national wonder (west point) that allows you to build great generals at a high hammer cost of course. Great Generals dont contribute to a victory condition like the prophets do. Maybe the hammer cost can increase with each active general you have. |
|
|
|
|
|
#13 |
|
Chieftain
Join Date: Dec 2005
Location: Papeete Tahiti
Posts: 71
|
is there a way to remove haunted land (or to transform them) ?
|
|
|
|
|
|
#14 |
|
The Hamster King
Join Date: May 2008
Location: Crestview FL
Posts: 14,448
|
Sanctify, in Orbis.
__________________
Rise from Erebus - R i f E - Civ5 Economy Mod
Member of the R i f E team Inno Install Script Tutorial |
|
|
|
|
|
#15 |
|
The Hamster King
Join Date: May 2008
Location: Crestview FL
Posts: 14,448
|
Given that Orbis has the same CulturalControl system we use (and was the first to merge the modcomp, which I then promptly stole
), you may be interested in this latest bit of code.Basically, I'm in the middle of developing a new barb system, which involves their lairs putting out culture. I didn't want a new city to be able to override ancient lairs immediately, so I've set it up to place a small amount of culture in the plot each turn, based on the values set for the improvement and the plot's range from the improvement (Affects all plots within range of the improvement; Made sure to rip code from the CulturalControl functions, so it is the exact same code for the most part.). It's something people have asked for many times in the RifE forum, so I figured I'd provide the code here too if you want it. ![]() Place this below doCulture() in CvPlot::doTurn(). Spoiler:
The important part is this: (((iStrength + iCenterTileBonus) - iPlotDistance) * iRate). In English: (((Improvement's Culture Control Strength + Center Tile Bonus) - Distance from Improvement) * Global Define, currently set to 5) I used both Control Strength and Center Bonus because typically, the better the fort the higher the center bonus, and I wanted to be sure that higher level improvements would affect their full range. Without it, Citadels (in RifE, don't know about Orbis) would not affect their second ring whatsoever. As it is, they have a culture of 20 on their tile, 15 in the first tier, and 10 in the second. To compare against City culture: (((Culture Level of the City - Range from City) * 20 (global define)) + Culture/Turn generated in city + 1) As you can see, the values for a fully developed city are far higher; However, for a fresh city, it will take a quite a bit of work to displace an ancient Citadel. As it should be. ![]() EDIT: Updated the code, had neglected to make two checks that were rather important; That the plot had an improvement, before checking the stats of said improvement, and if it had an owner; Without an owner, you can't assign culture.
__________________
Rise from Erebus - R i f E - Civ5 Economy Mod
Member of the R i f E team Inno Install Script Tutorial Last edited by Valkrionn; Mar 24, 2010 at 08:44 AM. |
|
|
|
|
|
#16 |
|
Chieftain
Join Date: Mar 2009
Posts: 9
|
Do deserts next to rivers not turn into flood plains any more?
Also how do you get rid of blizzards?(I would think scorch) I like the concept of minor leaders gaining new traits and becoming major, but I wish there would be more ways to get traits than just hope at certain techs. I don't think it should be easy get get better traits just more ways to work towards them. Thank you! |
|
|
|
|
|
#17 | |
|
The Hamster King
Join Date: May 2008
Location: Crestview FL
Posts: 14,448
|
Quote:
__________________
Rise from Erebus - R i f E - Civ5 Economy Mod
Member of the R i f E team Inno Install Script Tutorial |
|
|
|
|
|
|
#18 |
|
Prince
Join Date: Jun 2008
Posts: 552
|
for instance i have open borders and my neibourgh spamms guilds to my cities, usually reducing my income. for unwanted religions there is inquisition but for unwanted guilds? kristallnachts?
|
|
|
|
|
|
#19 | |
|
Just lurking...
Join Date: Sep 2008
Location: Łódź, Poland
Posts: 489
|
Quote:
In meantime, you can conquer his city with Guild Headquarters so you get some more benefit from this guild. You can also try to adopt maintenance reducing civics and build maintenance reducing buildings, reducing cost of this guild. Also, you can adopt Mercantilism civic, switching off foreign guilds in your cities. |
|
|
|
|
![]() |
| Bookmarks |
|
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| questions (mostly) about scions in orbis | ricolikesrice | Orbis Modmod | 9 | Jun 05, 2010 12:31 PM |
| Suggestions to beef up the Magic in Orbis | ricolikesrice | Orbis Modmod | 6 | Sep 17, 2009 09:22 PM |
| Questions and suggestions | alRazad | Civ4 - Fall from Heaven | 3 | May 07, 2009 11:15 PM |
| Questions and Suggestions | Virtual Alex | Civ3 - Creation & Customization | 10 | Aug 04, 2006 03:59 AM |
| Questions and Suggestions. | rea1944 | Civ3 - General Discussions | 2 | Jun 26, 2004 08:20 PM |