Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
No, it really isn't at all.
its the right comparison because if u had multiple iphone ur gonna have to need more power, and at the same time u will get things done faster.
Take that!
Sometimes you can put these in a pretty nice shape like here at 31:25
https://steamcommunity.com/sharedfiles/filedetails/?id=2123071133
so your saying i shouldnt build any structures?
lol.... in all seriousness i thought this (original) post was a troll post. So i said what i said. If u dont want another iphone well as long as ur happy with 1 :D
that reminds me. Another reason to have multiple factories is just in case it gets destroyed, u will have another one. ;)
Open the sourcecode dir (eg red alert) and the file "techno.cpp". There you'll search for "time_to_build" (3rd hit). The function has the following rules:
"
int divisor = House->Factory_Count(What_Am_I());
if (divisor != 0) {
#ifdef FIXIT_CSII // checked - ajw 9/28/98
// Hack: allow the multiple-factory bonus, but only up to two factories if
// this is an AM<->AM game.
if(NewUnitsEnabled) {
val /= min(divisor,2);
} else {
val /= divisor;
}
#else
val /= divisor;
#endif
}
return(val);
"
This means that the time to build is lowered but only one-half in MP(=AM?). But, as a dinosaur, I also remember the older versions of RA where you were able to build Mammoth-tanks very fast - even in MP ;)
That's for factories and I'm taking air strips I believe for barracks or hand of nod is 7 but could be wrong.