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> -->
|
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
||||||
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
|
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
|
||||||
<br>
|
<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>
|
</p>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -59,6 +59,10 @@
|
||||||
<input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);">
|
<input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);">
|
||||||
</div>
|
</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>
|
</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>
|
<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>
|
||||||
|
|
|
||||||
|
|
@ -242,7 +242,7 @@ textarea {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
caret-color: #fff;
|
caret-color: #fff;
|
||||||
border: 1px solid #e3ebf7;
|
border: 1px solid #e3ebf7;
|
||||||
padding: 2px 2px 2px 0;
|
padding: 2px;
|
||||||
margin: 0.5rem 2px 0.3rem 2px;
|
margin: 0.5rem 2px 0.3rem 2px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
@ -322,10 +322,17 @@ input[type="file"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 566px) {
|
||||||
|
.centered {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 400px) {
|
@media screen and (max-width: 400px) {
|
||||||
.buttons {
|
.buttons {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
@ -336,7 +343,7 @@ input[type="file"] {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.centered {
|
.centered {
|
||||||
flex-direction: row;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
.checkboxes {
|
.checkboxes {
|
||||||
|
|
|
||||||
|
|
@ -212,10 +212,17 @@ input[type="file"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.centered {
|
.centered {
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 566px) {
|
||||||
|
.centered {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 400px) {
|
@media screen and (max-width: 400px) {
|
||||||
.buttons {
|
.buttons {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
@ -226,7 +233,7 @@ input[type="file"] {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.centered {
|
.centered {
|
||||||
flex-direction: row;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
.checkboxes {
|
.checkboxes {
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
<!-- <a href="https://pastebin.com/raw/shfZ4Vqs" target="_blank">[ Decoded 5% Save Example ]</a><br> -->
|
||||||
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
|
<code>%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\</code>
|
||||||
<br>
|
<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>
|
</p>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -59,6 +59,10 @@
|
||||||
<input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);">
|
<input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="LoadSaveFile(this);">
|
||||||
</div>
|
</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>
|
</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>
|
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue