tsunamods-codes/7th-Heaven

[Feature-Request] Archive updating support

オープン

#130 opened on 2023/01/18

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C# (45 件のフォーク)auto 404
enhancementhelp wantedpriority/P2

Repository metrics

Stars
 (269 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Been talking with @chrcoluk

Update the Catalog XML to support archive updates. and the download & update system to use the new catalog XML

Recommended updates XML: based on a real item but removed bulk for simplicity Added <Updates> section to <LatestVersion>

    <Mod>
      <ID>2b49d831-5445-41df-9ddb-id</ID>  
      <Author>Chrysalis</Author>
      <DonationLink>https://tinyurl.com/2p8ttbdy</DonationLink>
      <LatestVersion>
        <Link>iros://Url/http$chris.7thheaven.rocks/test/4312/ESUIdev.7z</Link>
          <Version>2.576</Version>
          <ReleaseDate>2022-10-09</ReleaseDate>
          <CompatibleGameVersions>All</CompatibleGameVersions>
          <PreviewImage>https://i.imgur.com/n4vnSx0.png</PreviewImage>
           <ReleaseNotes> * Removed* </ReleaseNotes>
          <DownloadSize>43928</DownloadSize>
          <ArchiveUpdates>
            <Patch version="2.578" patch="URL_to_patch_1.0.2_zip_file" />
            <Patch version="2.577" patch="URL_to_patch_1.0.1_zip_file" />
          </ArchiveUpdates>
      </LatestVersion>
      <Name>Test Name</Name>
      <Category>User Interface</Category>
      <Description></Description>
    </Mod>

コントリビューターガイド