Steam Cloud Saves button
This commit is contained in:
parent
a3e4412431
commit
91f70e3f15
4 changed files with 29 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
@ -58,6 +58,10 @@
|
|||
<div class="input-buttons">
|
||||
<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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -58,6 +58,10 @@
|
|||
<div class="input-buttons">
|
||||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue