Ergebnis 1 bis 1 von 1

Thema: Einbinden von dds Dateien (iconatlas, dom, map) - unable to load texture -.-

  1. #1
    Registrierter Benutzer Avatar von sT0!ka
    Registriert seit
    23.12.08
    Beiträge
    12

    Einbinden von dds Dateien (iconatlas, dom, map) - unable to load texture -.-

    moin,

    mal wieder findet sich der st0!ka hier ein, um Hilfe zu erbitten. Sollte eigentlich kein Ding sein, aber ich raff es einfach nicht.

    Versuche seit Tagen in meinem neuen "Projekt" erstmals DDS-Dateien einzubinden. Sprich: für das Mod selbst das Startbild nach dem Aktivieren; für die jeweiligen Civ's die IconAtlas-DDS' und auch die DoM-Bilder.

    Zuerst für gimp das 64bit-dds-addon installiert ("gimp-dds-2.0.9-64bits.zip", kA mehr, woher ^^), die jeweiligen Bilder als dds gespeichert, Größe auch angepasst, so wie sie sein sollten, IconAtlas 8x8 für 256, 128, 80, 64 erstmal nur für PortraitIndex 0 erstellt.

    Next: die DDs-Dateien im mod eingebunden, sprich: per drag'n'drop in den Art-Ordner des Projekts kopiert. Und dann eben in den Xml-Dateien jeweils eingebunden.

    Erst spät hab ich ergoogled, dass die DDS in den Eigenschaften auf Import-to-VFS = true gesetzt werden müssen. Hat aber auch nichts an der Fehlermeldung geändert.

    Sobald ich das Mod nach Auswählen der Map aktiviere, kommt ---> "unable to load texture *.dds"

    Hab keine Ahnung was ich weiter versuchen könnte - nach ewigem googlen und durchforsten beider populären civ-foren (hier sowie civfanatics) - und hoffe nun, einer von euch nimmt sich meiner an bevor ich den ganzen Mist in englisch den CivFanatics vortragen muss xD

    Hier (hoffentl.) alle relevanten Dateien, so klein wie möglich gehalten:

    die "North of Westeros (v 1).modinfo"
    Achtung Spoiler:


    <?xml version="1.0" encoding="utf-8"?>
    <Mod id="21aadd0a-49c9-4199-8a5d-7f750ae0b6b6" version="1">
    <Properties>
    <Name>North of Westeros</Name>
    <Stability>Alpha</Stability>
    <Teaser>North of Westeros</Teaser>
    <Description>North of Westeros</Description>
    <Authors>admin</Authors>
    <HideSetupGame>0</HideSetupGame>
    <AffectsSavedGames>1</AffectsSavedGames>
    <MinCompatibleSaveVersion>0</MinCompatibleSaveVersion>
    <SupportsSinglePlayer>1</SupportsSinglePlayer>
    <SupportsMultiplayer>1</SupportsMultiplayer>
    <SupportsHotSeat>0</SupportsHotSeat>
    <SupportsMac>1</SupportsMac>
    <ReloadLandmarkSystem>0</ReloadLandmarkSystem>
    <ReloadStrategicViewSystem>0</ReloadStrategicViewSystem>
    <ReloadUnitSystem>0</ReloadUnitSystem>
    </Properties>
    <Dependencies />
    <References />
    <Blocks />
    <Files>
    <File md5="4075D54A78DE3282E85833999D10D6E0" import="1">Art/DOM/House_Stark.dds</File>
    <File md5="44BAB81390BD3683D302F4BEE3BF6F8A" import="1">Art/IconAtlas128Westeros.dds</File>
    <File md5="B368CC29546957A6C5CE7F27714AA2BA" import="1">Art/IconAtlas256Westeros.dds</File>
    <File md5="E42BC890A61D620D5419EE2EBB55765B" import="1">Art/IconAtlas64Westeros.dds</File>
    <File md5="300B10CBA6C0E8378734372EF7CCA0D7" import="1">Art/IconAtlas80Westeros.dds</File>
    <File md5="D34FC9B14B0DBBBC3D79F2AABA59520E" import="1">Art/MapImages/map.dds</File>
    <File md5="FACA2C7CDD6F1DC66E470BCBC2BD27FB" import="0">Westeros-north.Civ5Map</File>
    <File md5="6DE84868445153E07347A11CF7BB0A45" import="0">XML/Civilizations/Civilizations.xml</File>
    <File md5="81E4E7980DFED4A81183736BE5623782" import="0">XML/Civilizations/Leaders.xml</File>
    <File md5="6DAC9CC865647FAA947149E5A09FF7D6" import="0">XML/GameInfo/CIV5IconTextureAtlases.xml</File>
    <File md5="1EF0F4A7E38B803941B1E8CCE8D4A3F9" import="0">XML/Leaders/civ_stark.xml</File>
    <File md5="720016503BA7DFC53AF754E1B1949B86" import="0">XML/NewTexts/GameText.xml</File>
    <File md5="26243384F4B6E5C5510877F38916EFAF" import="0">XML/TechTree/Technologies.xml</File>
    <File md5="3A24045A471DE702F80C4DEBB5408F3D" import="0">XML/Units/CIV5Units.xml</File>
    </Files>
    <Actions>
    <OnModActivated>
    <UpdateDatabase>XML/Civilizations/Civilizations.xml</UpdateDatabase>
    <UpdateDatabase>XML/Civilizations/Leaders.xml</UpdateDatabase>
    <UpdateDatabase>XML/GameInfo/CIV5IconTextureAtlases.xml</UpdateDatabase>
    <UpdateDatabase>XML/NewTexts/GameText.xml</UpdateDatabase>
    <UpdateDatabase>XML/TechTree/Technologies.xml</UpdateDatabase>
    <UpdateDatabase>XML/Units/CIV5Units.xml</UpdateDatabase>
    </OnModActivated>
    </Actions>
    </Mod>


    die "CIV5IconTextureAtlases.xml"
    Achtung Spoiler:

    <GameData>
    <IconTextureAtlases>
    <Row>
    <Atlas>CIV_COLOR_ATLAS_WESTEROS</Atlas>
    <IconSize>256</IconSize>
    <Filename>IconAtlas256Westeros.dds</Filename>
    <IconsPerRow>8</IconsPerRow>
    <IconsPerColumn>8</IconsPerColumn>
    </Row>
    <Row>
    <Atlas>CIV_COLOR_ATLAS_WESTEROS</Atlas>
    <IconSize>128</IconSize>
    <Filename>IconAtlas128Westeros.dds</Filename>
    <IconsPerRow>8</IconsPerRow>
    <IconsPerColumn>8</IconsPerColumn>
    </Row>
    <Row>
    <Atlas>CIV_COLOR_ATLAS_WESTEROS</Atlas>
    <IconSize>80</IconSize>
    <Filename>IconAtlas80Westeros.dds</Filename>
    <IconsPerRow>8</IconsPerRow>
    <IconsPerColumn>8</IconsPerColumn>
    </Row>
    <Row>
    <Atlas>CIV_COLOR_ATLAS_WESTEROS</Atlas>
    <IconSize>64</IconSize>
    <Filename>IconAtlas64Westeros.dds</Filename>
    <IconsPerRow>8</IconsPerRow>
    <IconsPerColumn>8</IconsPerColumn>
    </Row>

    <Row>
    <Atlas>CIV_COLOR_ATLAS_LEGENDS</Atlas>
    <IconSize>45</IconSize>
    <Filename>CivSymbolsColorLegends45.dds</Filename>
    <IconsPerRow>8</IconsPerRow>
    <IconsPerColumn>8</IconsPerColumn>
    </Row>
    <Row>
    <Atlas>CIV_COLOR_ATLAS_LEGENDS</Atlas>
    <IconSize>32</IconSize>
    <Filename>CivSymbolsColorLegends32.dds</Filename>
    <IconsPerRow>8</IconsPerRow>
    <IconsPerColumn>8</IconsPerColumn>
    </Row>
    </IconTextureAtlases>
    </GameData>


    die "Civilizations.xml"
    Achtung Spoiler:

    <GameData>
    <Civilizations>
    <Update>
    <Set MapImage="map.dds" IconAtlas="CIV_COLOR_ATLAS_WESTEROS" PortraitIndex="0" DawnOfManQuote="TXT_KEY_CIV5_STARK_TEXT_1" DawnOfManImage="House_Stark.dds" DawnOfManAudio="NONE" />
    <Where Type="CIVILIZATION_CHINA" />
    </Update>
    </Civilizations>
    </GameData>


    die "Leaders.xml"
    Achtung Spoiler:

    <GameData>
    <Leaders>
    <Update>
    <Set Description="TXT_KEY_LEADER_STARK" PortraitIndex="0" IconAtlas="CIV_COLOR_ATLAS_WESTEROS" CivilopediaTag="TXT_KEY_CIV5_STARK"/>
    <Where Type="CIVILIZATION_CHINA" />
    </Update>

    </Leaders>
    </GameData>


    die "civ_stark.xml" - wobei ich die noch nicht wirklich anspreche/implementiert habe, aber auch schon versucht habe; deshalb die Auskommentierungen teils
    Achtung Spoiler:

    <GameData>
    <Civilizations>
    <Row>
    <Type>CIVILIZATION_STARK</Type>
    <Description>TXT_KEY_LEADER_STARK</Description>
    <ShortDescription>TXT_KEY_CIV_STARK_SHORT_DESC</ShortDescription>
    <Adjective>TXT_KEY_CIV_STARK_ADJECTIVE</Adjective>
    <Civilopedia>TXT_KEY_CIV_STARK_PEDIA</Civilopedia>
    <CivilopediaTag>TXT_KEY_CIV5_STARK</CivilopediaTag>
    <DefaultPlayerColor>PLAYERCOLOR_DARK_GREEN</DefaultPlayerColor>
    <ArtDefineTag>ART_DEF_CIVILIZATION_ENGLAND</ArtDefineTag>
    <ArtStyleType>ARTSTYLE_EUROPEAN</ArtStyleType>
    <ArtStyleSuffix>_EURO</ArtStyleSuffix>
    <ArtStylePrefix>EUROPEAN </ArtStylePrefix>
    <PortraitIndex>0</PortraitIndex>
    <!-- <IconAtlas>CIV_COLOR_ATLAS_WESTEROS</IconAtlas>
    <AlphaIconAtlas>CIV_ALPHA_ATLAS</AlphaIconAtlas>
    <MapImage>map.dds</MapImage>
    <DawnOfManQuote>TXT_KEY_CIV5_STARK_TEXT_1</DawnOfManQuote>
    <DawnOfManImage>House_Stark.dds</DawnOfManImage>-->
    </Row>
    </Civilizations>
    <!--
    <Civilization_FreeBuildingClasses>
    <Row>
    <CivilizationType>CIVILIZATION_CELT</CivilizationType>
    <BuildingClassType>BUILDINGCLASS_PALACE</BuildingClassType>
    </Row>
    </Civilization_FreeBuildingClasses>
    <Civilization_FreeTechs>
    <Row>
    <CivilizationType>CIVILIZATION_CELT</CivilizationType>
    <TechType>TECH_AGRICULTURE</TechType>
    </Row>
    </Civilization_FreeTechs>
    <Civilization_FreeUnits>
    <Row>
    <CivilizationType>CIVILIZATION_CELT</CivilizationType>
    <UnitClassType>UNITCLASS_SETTLER</UnitClassType>
    <Count>1</Count>
    <UnitAIType>UNITAI_SETTLE</UnitAIType>
    </Row>
    </Civilization_FreeUnits>
    -->
    <Civilization_Leaders>
    <Row>
    <CivilizationType>CIVILIZATION_CELT</CivilizationType>
    <LeaderheadType>LEADER_STARK</LeaderheadType>
    </Row>
    </Civilization_Leaders>
    </GameData>


    die "GameText.xml" - auch wenn nicht wirklich wichtig, glaub ich ^^
    Achtung Spoiler:

    <GameData>
    <Language_en_US>
    <Row>
    <Tag>TXT_KEY_LEADER_STARK</Tag>
    <Text>Lord Eddard Stark</Text>
    </Row>
    <Row>
    <Tag>TXT_KEY_CIV5_STARK_TEXT_1</Tag>
    <Text>The Starks is an ancient house, descended from Brandon the Builder, a legendary figure from the Age of Heroes, thousands of years in the past, who built their ancestral home Winterfell. They are descendants of the First Men and still follow some of their ancient traditions and the Old Gods of the forest. The Starks were Kings of Winter in the North for many thousands of years from the Age of Heroes, beginning with Bran the Builder. For several millennia, the Starks were not the uncontested Kings of the North, and their primary antagonists the Boltons of the Dreadfort did not bend the knee until some 1,000 years ago. The last Stark King of the North was Torrhen, who submitted to Aegon the Conqueror at the end of the War of Conquest. Since that time the Starks have held the North for the kings of the Seven Kingdoms as Wardens of The North. Around 213AL, House Stark was in a difficult situation, with the lord of the house, Beron Stark, slowly succumbing to wounds he received fighting Dagon Greyjoy and his ironborn. Lady Stark and four Stark widows struggled over who would succeed him. There were a number of potential heirs, with some ten Stark children about. House Stark played a key role in Robert's Rebellion against the Targaryens, after which the Starks have become a relatively inactive Great House. They share a common ancestor with the Karstarks, and may have distant relatives elsewhere in the North, possibly in White Harbor and Barrowton. The Starks joined forces with House Tully to drive the Lannisters away from the Riverlands during the War of the Five Kings; however in the process they lost dominance over the North to the Boltons, while the family members were either killed or driven into hiding.</Text>
    </Row>
    <Row>
    <Tag>TXT_KEY_CIVILOPEDIA_LEADERS_STARK_NAME</Tag>
    <Text>Lord Eddard Stark</Text>
    </Row>
    <Row>
    <Tag>TXT_KEY_CIVILOPEDIA_LEADERS_STARK_HEADING_1</Tag>
    <Text>History</Text>
    </Row>
    <Row>
    <Tag>TXT_KEY_CIVILOPEDIA_LEADERS_STARK_LIVED</Tag>
    <Text>263AL-298AL</Text>
    </Row>
    <Row>
    <Tag>TXT_KEY_CIVILOPEDIA_LEADERS_STARK_SUBTITLE</Tag>
    <Text>Lord of Winterfell</Text>
    </Row>
    <Row>
    <Tag>TXT_KEY_CIVILOPEDIA_LEADERS_STARK_TEXT_1</Tag>
    <Text>Civilopedia text on STARK goes here.</Text>
    </Row>
    </Language_en_US>
    </GameData>


    und noch ein screenshot des Projekts als Übersicht im Anhang

    Also vielen Dank schonmal ..hoffe auf baldige Hilfe, oder überhaupt Hilfe

    Greetz!

    Edit: Habe ungeduldiger Weise doch auch mal parallel hierzu bei den civfanatics nen thread aufgemacht. Falls es von Interesse ist, hier der link: http://forums.civfanatics.com/showth...1#post11368721
    Angehängte Grafiken Angehängte Grafiken
    Geändert von sT0!ka (28. März 2012 um 19:22 Uhr)

Berechtigungen

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