Skip to content

Commit

Permalink
Added pack converter update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlienDoctor committed Aug 15, 2022
1 parent 608a555 commit fa917a3
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 12 deletions.
57 changes: 48 additions & 9 deletions downloads/pack-converter.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ <h2 class="pageTitle">Minecraft Resource Pack converter</h2>
<!-- Body-->
<center>
<h3>Showcase video</h3>
<div id="iframe-container">
<p>Place holder for showcase video</p>
</div>
<a href="https://github.com/TheAlienDoctor/minecraft-resource-pack-converter/releases/download/V1.0.0/AliensPackConverter-V1.0.0.zip"
class="btn btn-color">Download latest version (Windows 64Bit) [V1.0.0]</a>
<div id="iframe-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/AoUGi_tz6HM"
title="Convert RESOURCE PACKS between EDITIONS! Resource pack converter for Minecraft Bedrock and Java" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<a href="https://github.com/TheAlienDoctor/minecraft-resource-pack-converter/releases/download/V1.0.1/AliensPackConverter-V1.0.1.zip"
class="btn btn-color">Download latest version (Windows 64Bit) [V1.0.1]</a>
</center>
<br>
<div class="container">
Expand All @@ -88,25 +91,61 @@ <h3>Description</h3><span class="clear spacer_responsive_hide_mobile "
version! It will let you convert betwee Minecraft Bedrock and Java editions! Please be
aware that at this time, it will only convert texture files (.png) due to it being
almost impossible to convert lots of the other .json file in a Minecraft resource pack,
even if they were converted manually each time! For a full list of limitations, please check out <a href="https://github.com/TheAlienDoctor/minecraft-resource-pack-converter/issues/1">this list.</a></p>
<p>To use this program, please check out the instructions.txt file included in the download or Alien's video, linked above!</p>
even if they were converted manually each time! For a full list of limitations, please
check out <a
href="https://github.com/TheAlienDoctor/minecraft-resource-pack-converter/issues/1">this
list.</a></p>
<p>To use this program, please check out the instructions.txt file included in the download
or Alien's video, linked above!</p>

<div class="col-lg-12">
<h3>Credits</h3><span class="clear spacer_responsive_hide_mobile "
style="height:13px;display:block;"></span>
<ul>
<li>Massive thankyou to <a
href="https://www.youtube.com/channel/UCl_gACe1DIiUzcFdsJOBxCQ">Snakehat</a>
who
helped me come up with a way better concept for how this would work (because
no one likes re-writing if statements over 1000 times) and then helping me
figuring out how to make that conecept work in AutoIT, despite never using
it before as well as generated a script to automate the creation for the
majority of the conversion variables.</li>

<li>Also thanks to the <a href="https://www.autoitscript.com/forum/">AutoIT
forums</a>, many old forum posts came in use for this xD</li>
</ul>
</div>

</div>
<div class="col-lg-12">
<h3>Changelog</h3><span class="clear spacer_responsive_hide_mobile "
style="height:13px;display:block;"></span>

<b>Version 1.0.1</b>
<i><a
href="https://github.com/TheAlienDoctor/minecraft-resource-pack-converter/releases/download/V1.0.1/AliensPackConverter-V1.0.1.zip">Download
for Windows 64 Bit</a></i>
<ul>
<li>Added a message box when no new updates were found</li>
<li>You can now trigger the check for updates function by clicking on the version number
</li>
<li>Fixed default update download link</li>
</ul>

<b>Version 1.0.0</b>
<i><a
href="https://github.com/TheAlienDoctor/minecraft-resource-pack-converter/releases/download/V1.0.0/AliensPackConverter-V1.0.0.zip">Download
for Windows 64 Bit</a></i>
<ul>
<li>Released the pack converter, letting people convert Minecraft resource packs between Bedrock and Java...</li>
<li>Released the pack converter, letting people convert Minecraft resource packs between
Bedrock and Java...</li>
</ul>
</div>
<div class="col-lg-12">
<h3>Legal stuff</h3><span class="clear spacer_responsive_hide_mobile "
style="height:13px;display:block;"></span>
<p>This program is licensed under the BSD 3-Clause "New" or "Revised" License. You can find a
<p>This program is licensed under the BSD 3-Clause "New" or "Revised" License. You can find
a
copy
of the license <a
href="https://thealiendoctor.com/software-license/pack-converter-2022.txt">here</a>
Expand Down
15 changes: 12 additions & 3 deletions software-versions/pack-converter-versions.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
[latest]
latest-version-num=100
latest-version-num=101
#For AutoIt to be able to compare the versions, so we cannot use decimals

[101]
full-release=true
version-num=1.0.1
version-github=https://github.com/TheAlienDoctor/minecraft-resource-pack-converter/releases/tag/V1.0.1
version-page=https://thealiendoctor.com/downloads/pack-converter
update-message=This version adds in better auto update checking.
version-uuid=7ef8742f-95fc-4103-904f-2e663ad71fa8
version-mc-support=1.19.0

[100]
full-release=true
version-num=1.0.0
version-github=https://GitHub.com
version-page=https://TheAlienDoctor.com
version-github=https://github.com/TheAlienDoctor/minecraft-resource-pack-converter/releases/tag/V1.0.0
version-page=https://thealiendoctor.com/downloads/pack-converter
update-message=This is version 1.0.0! How can you be on a version less than that?
version-uuid=59f0a84f-5cde-4fe9-b300-1ccbf2e92d08
version-mc-support=1.19.0

0 comments on commit fa917a3

Please sign in to comment.