Schwierigkeitsgrade: Unterschied zwischen den Versionen

Aus BotE Wiki
Zur Navigation springen Zur Suche springen
(added: english text)
(update auf V0.90)
Zeile 1: Zeile 1:
http://birth-of-the-empires.de/wiki_files/Bilder/Englisch-Symbol.jpg for other languages (Google-translated) just click [http://translate.google.de/translate?hl=de&sl=de&tl=en&u=http%3A%2F%2Fbirth-of-the-empires.de%2Fwiki%2Findex.php%3Ftitle%3DSchwierigkeitsgrade here]
+
{| class="prettytable" Width="100%"
 +
| align="right" | click [http://translate.google.de/translate?hl=de&sl=de&tl=en&u=http%3A%2F%2Fbirth-of-the-empires.de%2Fwiki%2Findex.php%3Ftitle%3DSchwierigkeitsgrade here] for other languages http://birth-of-the-empires.de/wiki_files/Bilder/Russland-Symbol.gif
 +
|}
  
 
{| width="80%" bgcolor="#dadada" style="border:2px solid #000000;padding:1em;padding-top:0.5em;"
 
{| width="80%" bgcolor="#dadada" style="border:2px solid #000000;padding:1em;padding-top:0.5em;"
Zeile 10: Zeile 12:
 
Mögliche Einstellungen sind:  
 
Mögliche Einstellungen sind:  
  
*BABY = Die [[KI (Künstliche Intelligenz)|KI]] bekommt keinerlei Ermäßigung auf Gebäude oder Schiffe. (m_fDifficultyLevel = 1.0f;)
+
*BABY = Die [[KI (Künstliche Intelligenz)|KI]] bekommt keinerlei Ermäßigung auf Gebäude oder Schiffe. (m_fDifficultyLevel = 1.5f;) (bis Alpha6.1: 1.0f)
  
*EASY = Die [[KI (Künstliche Intelligenz)|KI]] bekommt eine kleine Ermäßigung auf Gebäude oder Schiffe. (m_fDifficultyLevel = 0.75f;)
+
*EASY = Die [[KI (Künstliche Intelligenz)|KI]] bekommt eine kleine Ermäßigung auf Gebäude oder Schiffe. (m_fDifficultyLevel = 1.0f;) (bis Alpha6.1: 0.75f)
  
 
*NORMAL =  Die [[KI (Künstliche Intelligenz)|KI]] bekommt eine so große Ermäßigung, dass ein menschlicher Spieler schon ordentlich zu beißen hat. (m_fDifficultyLevel = 0.5f;)
 
*NORMAL =  Die [[KI (Künstliche Intelligenz)|KI]] bekommt eine so große Ermäßigung, dass ein menschlicher Spieler schon ordentlich zu beißen hat. (m_fDifficultyLevel = 0.5f;)
Zeile 26: Zeile 28:
 
Available Values:  
 
Available Values:  
  
*BABY = [[KI (Künstliche Intelligenz)|AI]] gets no discount on buildings or ships. (m_fDifficultyLevel = 1.0f;)
+
*BABY = [[KI (Künstliche Intelligenz)|AI]] gets no discount on buildings or ships. (m_fDifficultyLevel = 1.5f;) (until Alpha6.1: 1.0f)
  
*EASY = [[KI (Künstliche Intelligenz)|AI]] gets a small discount on buildings or ships. (m_fDifficultyLevel = 0.75f;)
+
*EASY = [[KI (Künstliche Intelligenz)|AI]] gets a small discount on buildings or ships. (m_fDifficultyLevel = 1.0f;) (until Alpha6.1: 0.75f)
  
 
*NORMAL = [[KI (Künstliche Intelligenz)|AI]] gets a medium discount on buildings or ships, so it's getting hard for a human player. (m_fDifficultyLevel = 0.5f;)
 
*NORMAL = [[KI (Künstliche Intelligenz)|AI]] gets a medium discount on buildings or ships, so it's getting hard for a human player. (m_fDifficultyLevel = 0.5f;)

Version vom 29. März 2013, 20:42 Uhr

click here for other languages Russland-Symbol.gif
Deutsch-Symbol.jpg Englisch-Symbol.jpg
Der Wert DIFFICULTY in der Bote.ini gibt den Schwierigkeitsgrad an. Je nach Schwierigkeitsgrad bekommt die KI (Künstliche Intelligenz) Boni auf Gebäude- und Raumschiff-kosten und umso schwieriger wird es für menschliche Spieler.


Mögliche Einstellungen sind:

  • BABY = Die KI bekommt keinerlei Ermäßigung auf Gebäude oder Schiffe. (m_fDifficultyLevel = 1.5f;) (bis Alpha6.1: 1.0f)
  • EASY = Die KI bekommt eine kleine Ermäßigung auf Gebäude oder Schiffe. (m_fDifficultyLevel = 1.0f;) (bis Alpha6.1: 0.75f)
  • NORMAL = Die KI bekommt eine so große Ermäßigung, dass ein menschlicher Spieler schon ordentlich zu beißen hat. (m_fDifficultyLevel = 0.5f;)
  • HARD = Die KI hat nun einen satten Vorteil was die Kosten angeht. Diese Schwierigkeitsstufe ist echten BotE-Profis vorbehalten. (m_fDifficultyLevel = 0.33f;)
  • IMPOSSIBLE = Der Name sagt alles. (m_fDifficultyLevel = 0.2f;)

(Quelle: Code botf2Doc.cpp)

DIFFICULTY in Bote.ini: Depending on that AI ( Artificial Intelligence) gets bonuses at buildings- and ships-costs - so for human player it's getting more difficultly.


Available Values:

  • BABY = AI gets no discount on buildings or ships. (m_fDifficultyLevel = 1.5f;) (until Alpha6.1: 1.0f)
  • EASY = AI gets a small discount on buildings or ships. (m_fDifficultyLevel = 1.0f;) (until Alpha6.1: 0.75f)
  • NORMAL = AI gets a medium discount on buildings or ships, so it's getting hard for a human player. (m_fDifficultyLevel = 0.5f;)
  • HARD = AI gets a big advance (only costs). This is a level for advanced BotE-Veterans. (m_fDifficultyLevel = 0.33f;)
  • IMPOSSIBLE = label says all. (m_fDifficultyLevel = 0.2f;)

(Source Code: botf2Doc.cpp)

Deutsch-Symbol.jpg Threads im deutschen Forum Englisch-Symbol.jpg Threads (English Forum)