- Oct 3, 2022
- 18
- 2
How?Give it a few days so the author doesn't get too fussed about the leak.
Have you tried the usual troubleshooting steps of taking out new plugins/mods that you've installed to see if any of them are problematic?
How?Give it a few days so the author doesn't get too fussed about the leak.
Have you tried the usual troubleshooting steps of taking out new plugins/mods that you've installed to see if any of them are problematic?
Thankyou <3You must be registered to see the links
My hero! thank you =PView attachment 3042839
Theresa Apocalypse swimsuit coordinates - Honkai Impact 3rd (higashi543119)
You must be registered to see the links
You must be registered to see the links
You must be registered to see the links
in what 7z files exactly does lamy hatoko mod btw, i mean the name
You probably added a very large amount of cards since the last time you booted up the game. It may have froze due to limitations. Best solution is to move the recently added cards out of the current folder, reboot the game several times while adding them back in increments.Anyone know how to fix it,its freeze this screen for 3 hr
some cards may be generating conflicts delete the entire chara folder (if you have some important cards back them up) but start the game without any cards to check if it is just a problem with bad cardsView attachment 3045253 Anyone know how to fix it,its freeze this screen for 3 hr
thank you very much cap'n, you're a godPSA: all of ya dirty landlubbers listen up: updates are incoming. This is going to take a while, so the archives are gonna be private until i come back.
Patchnotes below
I did write some script for it, going through all those chars are just painful to me lolokay, all these answers are fine
i just didn't want to be the ONLY one having to put in work, while everyone else prospered with advanced tech living carefree
doc = document.getElementById("filesContentTableContent")
rows = doc.children
function removeLowercaseEnglish(text) {
const removedText = text.replace(/[a-z]/g, '').replace(/\s/g, '');
return [removedText, text];
}
Array.from(rows).forEach(
r => {
try {
txt = r.children[1].textContent
console.log(removeLowercaseEnglish(txt));
} catch {}
}
)