Steam Cloud Saves button

This commit is contained in:
ReznoRMichael 2021-01-27 20:25:21 +01:00
parent a3e4412431
commit 91f70e3f15
4 changed files with 29 additions and 7 deletions

View file

@ -48,7 +48,7 @@
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
<br>
Choose a HK user*.dat save OR <a href="https://bloodorca.github.io/hollow/" target="_blank">Decode</a> it manually. <a href="https://store.steampowered.com/account/remotestorageapp/?appid=367520" target="_blank">HK Steam Cloud storage</a>
Choose a HK user*.dat save OR <a href="https://bloodorca.github.io/hollow/" target="_blank">Decode</a> it manually.
</p>
<div>
@ -59,6 +59,10 @@
<input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);">
</div>
<div class="input-buttons">
<a class="button" href="https://store.steampowered.com/account/remotestorageapp/?appid=367520" target="_blank">Steam Cloud Saves</a>
</div>
</div>
<textarea name="save-area" id="save-area" rows="6" spellcheck="false" placeholder="Choose a user*.dat save file OR paste (Ctrl + V) your decoded save here manually..." autofocus></textarea>

View file

@ -242,7 +242,7 @@ textarea {
color: #fff;
caret-color: #fff;
border: 1px solid #e3ebf7;
padding: 2px 2px 2px 0;
padding: 2px;
margin: 0.5rem 2px 0.3rem 2px;
overflow-x: hidden;
overflow-y: scroll;
@ -322,10 +322,17 @@ input[type="file"] {
}
.centered {
flex-direction: column;
flex-direction: row;
align-items: flex-start;
}
@media screen and (max-width: 566px) {
.centered {
flex-direction: column;
align-items: flex-start;
}
}
@media screen and (max-width: 400px) {
.buttons {
flex-direction: column;
@ -336,7 +343,7 @@ input[type="file"] {
justify-content: center;
}
.centered {
flex-direction: row;
flex-direction: column;
align-items: flex-start;
}
.checkboxes {

View file

@ -212,10 +212,17 @@ input[type="file"] {
}
.centered {
flex-direction: column;
flex-direction: row;
align-items: flex-start;
}
@media screen and (max-width: 566px) {
.centered {
flex-direction: column;
align-items: flex-start;
}
}
@media screen and (max-width: 400px) {
.buttons {
flex-direction: column;
@ -226,7 +233,7 @@ input[type="file"] {
justify-content: center;
}
.centered {
flex-direction: row;
flex-direction: column;
align-items: flex-start;
}
.checkboxes {

View file

@ -48,7 +48,7 @@
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
<br>
Choose a HK user*.dat save OR <a href="https://bloodorca.github.io/hollow/" target="_blank">Decode</a> it manually. <a href="https://store.steampowered.com/account/remotestorageapp/?appid=367520" target="_blank">HK Steam Cloud storage</a>
Choose a HK user*.dat save OR <a href="https://bloodorca.github.io/hollow/" target="_blank">Decode</a> it manually.
</p>
<div>
@ -59,6 +59,10 @@
<input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);">
</div>
<div class="input-buttons">
<a class="button" href="https://store.steampowered.com/account/remotestorageapp/?appid=367520" target="_blank">Steam Cloud Saves</a>
</div>
</div>
<textarea name="save-area" id="save-area" rows="6" spellcheck="false" placeholder="Choose a user*.dat save file OR paste (Ctrl + V) your decoded save here manually..." autofocus></textarea>