I1 Wip

Not done much so far, only found x/y coordinates and facing.

<?xml version="1.0" encoding="UTF-8" ?>
<gamelink>

    <card
        title="ISHAR: LEGEND OF THE FORTRESS"
        short="ISHAR"
        titlelo="Ishar: Legend of the Fortress"
        sort_name="ISHAR"
        system="DOS"
        beta="true"
    />

    <!-- "I1DS" / "SD1I" -->
    <packet header="53443149" size="14" footer="49314453" />

    <dsub>

        <!-- GOG version of Ishar 1 -->
        <detect sys="e9b551c5" prg="682d973f" ph3="0" ph2="f5fa7e8c" ph1="a8e1" ph0="8ab8">
            <peek bytes="13f1c 13f1d 13f1e 2613b 2613d" />
        </detect>

    </dsub>

    <regions>

        <region id="1" name="Ishar" ground_floor="true" start_floor="G" auto_create="true" >
            <grid infinite="true" origin_tl="true" />
        </region>

    </regions>

    <views>

        <class name="base">
            <check offset="0" length="4" value="53443149" />
            <seq offset="4" length="1" />
            <face offset="7" length="1" n="1" e="2" s="3" w="4" />
         </class>

        <packetview extends="base" region="1">
            <xpos offset="5" length="1" min="0" max="ff" />
            <ypos offset="6" length="1" min="0" max="ff" />
        </packetview>

    </views>

</gamelink>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License