Ergebnis 1 bis 6 von 6

Thema: KI-Präferenzen modifizieren

  1. #1
    Die KI Avatar von AIL
    Registriert seit
    16.12.01
    Ort
    Ilmenau
    Beiträge
    5.480

    KI-Präferenzen modifizieren

    Ich würde gern eine Mod machen, in der die KI unabhängig von ihrem sonstigen Fokus die Tech-Gebäude so wie den Rationalismus-Tree deutlich stärker priorisiert.

    Ich hätte vermutet, dass das irgendwo unter C:\Program Files\Steam\SteamApps\common\sid meier's civilization v\Assets\Gameplay\XML\AI gehen müsste oder auch bei den Gebäuden/SoPos selber.

    Aber ist alles ganz anders als bei Endless Space, zum Beispiel, wo man einfach bei jedem Gebäude und jeder Tech einen Wert setzen kann, wie gut die KI das findet und sie damit in eine bessere Bau- und Tech-Reihenfolge lenken konnte.
    Meine KI für "Remnants of the Precurors" (Master of Orion Remake) => https://github.com/Xilmi/Rotp-Fusion/releases
    Meine KI für "UFO: Enemy Unknown" => https://github.com/Xilmi/OpenXcom/releases

  2. #2
    Registrierter Benutzer Avatar von AndreP
    Registriert seit
    05.06.07
    Ort
    Scholven
    Beiträge
    3.929
    Das ist bei Civ im Prinzip genauso.

    Jeder Leader hat "Flavors", sozusagen vorlieben.

    Das Gleiche trifft dann auf die Gebäude, Techs usw. zu.

    Schaue mal in eine "Leader" Datei hinein (Steam\SteamApps\common\Sid Meier's Civilization V\assets\DLC\Expansion2\Gameplay\XML\Leaders),
    und dann z.b. in die "CIV5Buildings.xml" (Steam\SteamApps\common\Sid Meier's Civilization V\assets\DLC\Expansion2\Gameplay\XML\Buildings).

  3. #3
    Die KI Avatar von AIL
    Registriert seit
    16.12.01
    Ort
    Ilmenau
    Beiträge
    5.480
    Also quasi jeweils in:

    <Row>
    <LeaderType>LEADER_XYZ</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>7</Flavor> <= hier eine 9 rein
    </Row>

    und dann würden sie alle sehr stark auf Forschung fokussieren?
    Meine KI für "Remnants of the Precurors" (Master of Orion Remake) => https://github.com/Xilmi/Rotp-Fusion/releases
    Meine KI für "UFO: Enemy Unknown" => https://github.com/Xilmi/OpenXcom/releases

  4. #4
    Registrierter Benutzer Avatar von AndreP
    Registriert seit
    05.06.07
    Ort
    Scholven
    Beiträge
    3.929
    Ja genau.

  5. #5
    Die KI Avatar von AIL
    Registriert seit
    16.12.01
    Ort
    Ilmenau
    Beiträge
    5.480
    Wenn ich alles richtig verstanden habe, dann müsste die folgende XML-Datei wie folgt funktionieren:
    1. Alle KI-Civs versuchen zu gewinnen.
    2. Alle KI-Civs haben eine sehr starke Affinität zur Forschung.
    3. Alle KI-Civs sind bereit Nukes einzusetzen.

    Achtung Spoiler:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- Created by ModBuddy on 1/7/2014 10:17:12 PM -->
    <GameData>
    <Leaders>
    <Row>
    <LeaderType>LEADER_AHMAD_ALMANSUR</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_ALEXANDER</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness> </Row>
    <Row>
    <LeaderType>LEADER_ASHURBANIPAL</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness> </Row>
    <Row>
    <LeaderType>LEADER_ASKIA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_ATTILA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_AUGUSTUS</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_BISMARK</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_BOUDICCA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_CASIMIR</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_CATHERINE</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_DARIUS</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_DIDO</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_ELIZABETH</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_ENRICO_DANDOLO</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_GAJAH_MADA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_GANDHI</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_GENGHIS_KHAN</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_GUSTAVUS</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_HARALD</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_HARUN_AL_RASHID</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_HIAWATHA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_ISABELLA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_KAMEHAMEHA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_MARIA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_MARIA_I</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_MONTEZUMA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_NAPOLEON</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_NEBUCHADNEZZAR</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_ODA_NOBUNAGA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_PACAL</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_PACHACUTI</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_PEDRO</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_POCATELLO</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_RAMESSES</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_RAMKHAMHAENG</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_SEJONG</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_SELASSI</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_SHAKA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_SULEIMAN</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_THEODORA</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_WASHINGTON</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_WILLIAM</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    <Row>
    <LeaderType>LEADER_WU_ZETIAN</LeaderType>
    <VictoryCompetitiveness>9</VictoryCompetitiveness>
    </Row>
    </Leaders>
    <Leader_Flavors>
    <Row>
    <LeaderType>LEADER_AHMAD_ALMANSUR</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ALEXANDER</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ASHURBANIPAL</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ASKIA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ATTILA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_AUGUSTUS</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_BISMARK</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_BOUDICCA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_CASIMIR</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_CATHERINE</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_DARIUS</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_DIDO</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ELIZABETH</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ENRICO_DANDOLO</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_GAJAH_MADA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_GANDHI</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_GENGHIS_KHAN</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_GUSTAVUS</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_HARALD</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_HARUN_AL_RASHID</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_HIAWATHA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ISABELLA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_KAMEHAMEHA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_MARIA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_MARIA_I</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_MONTEZUMA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_NAPOLEON</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_NEBUCHADNEZZAR</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ODA_NOBUNAGA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_PACAL</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_PACHACUTI</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_PEDRO</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_POCATELLO</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_RAMESSES</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_RAMKHAMHAENG</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_SEJONG</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_SELASSI</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_SHAKA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_SULEIMAN</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_THEODORA</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_WASHINGTON</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_WILLIAM</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_WU_ZETIAN</LeaderType>
    <FlavorType>FLAVOR_SCIENCE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_AHMAD_ALMANSUR</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ALEXANDER</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ASHURBANIPAL</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ASKIA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ATTILA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_AUGUSTUS</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_BISMARK</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_BOUDICCA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_CASIMIR</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_CATHERINE</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_DARIUS</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_DIDO</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ELIZABETH</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ENRICO_DANDOLO</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_GAJAH_MADA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_GANDHI</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_GENGHIS_KHAN</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_GUSTAVUS</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_HARALD</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_HARUN_AL_RASHID</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_HIAWATHA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ISABELLA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_KAMEHAMEHA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_MARIA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_MARIA_I</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_MONTEZUMA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_NAPOLEON</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_NEBUCHADNEZZAR</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_ODA_NOBUNAGA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_PACAL</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_PACHACUTI</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_PEDRO</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_POCATELLO</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_RAMESSES</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_RAMKHAMHAENG</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_SEJONG</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_SELASSI</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_SHAKA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_SULEIMAN</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_THEODORA</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_WASHINGTON</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_WILLIAM</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    <Row>
    <LeaderType>LEADER_WU_ZETIAN</LeaderType>
    <FlavorType>FLAVOR_USE_NUKE</FlavorType>
    <Flavor>9</Flavor>
    </Row>
    </Leader_Flavors>
    </GameData>
    Meine KI für "Remnants of the Precurors" (Master of Orion Remake) => https://github.com/Xilmi/Rotp-Fusion/releases
    Meine KI für "UFO: Enemy Unknown" => https://github.com/Xilmi/OpenXcom/releases

  6. #6
    Registrierter Benutzer Avatar von AndreP
    Registriert seit
    05.06.07
    Ort
    Scholven
    Beiträge
    3.929
    Ja, aber dennoch sind das nur "Vorlieben", kein festgelegter Weg.

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •