Loading. Please Wait... 
 |
 |
 |
[Script] Live Percentile Ranges 1.1.0, See how good your equips are at a glance |
|
Aug 23 2021, 15:33
|
killi890
Group: Members
Posts: 446
Joined: 19-May 11

|
No matter what I try, and also after waiting a few days, any and all equipment I look at says "No data available for this equip type".
I'm using an up to date Firefox, with Tampermonkey right now. The Live Percentile Ranges 1.1.0.s3 script. I'm not using any special firewall or whatever.
If someone has an idea, I'd be happy to hear it.
|
|
|
Aug 23 2021, 18:06
|
Shank
Group: Global Mods
Posts: 8,980
Joined: 19-May 12

|
Have you tried enabling custom font in the HV Settings?
|
|
|
Aug 23 2021, 18:17
|
killi890
Group: Members
Posts: 446
Joined: 19-May 11

|
QUOTE(Shank @ Aug 23 2021, 18:06)  Have you tried enabling custom font in the HV Settings? That changes it to "Request Error: Response code of "0""
|
|
|
Aug 23 2021, 19:59
|
Necromusume
Group: Catgirl Camarilla
Posts: 6,688
Joined: 17-May 12

|
QUOTE(killi890 @ Aug 23 2021, 16:17)  That changes it to "Request Error: Response code of "0"" That's progress. Now open the Network panel (Ctrl+Shift+E or Tools > Web Developer > Network), hit Reload, and see what error it's giving for the request to reasoningtheory.net. This post has been edited by Necromusume: Aug 23 2021, 20:00
|
|
|
Aug 23 2021, 21:27
|
killi890
Group: Members
Posts: 446
Joined: 19-May 11

|
QUOTE(Necromusume @ Aug 23 2021, 19:59)  That's progress. Now open the Network panel (Ctrl+Shift+E or Tools > Web Developer > Network), hit Reload, and see what error it's giving for the request to reasoningtheory.net.
Ah thanks. It's noscript. I didn't think of that, because hentaiverse doesn't actually show any symbols in its popup window. I have white listed it, and now it works. Thanks you. I... guess it makes sense though, that this happened.
|
|
|
|
 |
|
Aug 27 2021, 06:44
|
chronoquairium
Newcomer
 Group: Members
Posts: 24
Joined: 11-June 20

|
QUOTE(Shank @ Aug 23 2021, 12:06)  Have you tried enabling custom font in the HV Settings? Is that necessary? Having the same problem, console gave the attached info. I really don't want to change my font if I don't have to, but is that the only option? (Unless I'm misinterpreting and it only changes the detailed text and not the headers/all-caps text.) This post has been edited by chronoquairium: Aug 27 2021, 06:49
|
|
|
|
 |
|
Aug 27 2021, 10:19
|
Nezu
Group: Catgirl Camarilla
Posts: 3,929
Joined: 29-January 12

|
QUOTE(chronoquairium @ Aug 27 2021, 05:44)  Is that necessary? Having the same problem, console gave the attached info. I really don't want to change my font if I don't have to, but is that the only option? (Unless I'm misinterpreting and it only changes the detailed text and not the headers/all-caps text.)  Yes, it is 100% necessary, as the game default font is not actually a font - it's a series of images, which means parsing it requires a separate (tedious to write) code path everywhere it's used.
|
|
|
|
 |
|
Aug 27 2021, 15:02
|
OnceForAll
Group: Catgirl Camarilla
Posts: 1,621
Joined: 3-January 21

|
QUOTE(Nezu @ Aug 27 2021, 16:19)  Yes, it is 100% necessary, as the game default font is not actually a font - it's a series of images, which means parsing it requires a separate (tedious to write) code path everywhere it's used.
For any script writer who has interests, here is a implementation used to parse the default HentaiVerse font: CODE function parseDefaultFont(htmlElement) { let string = ''; const letters = htmlElement.innerHTML.match(/"c\d\w"/g); for (let j = 0; j < letters.length; j++) { string += letters[j].match("c\d(\w)")[1]; } return string; }
|
|
|
|
 |
|
Aug 28 2021, 06:47
|
chronoquairium
Newcomer
 Group: Members
Posts: 24
Joined: 11-June 20

|
QUOTE(Nezu @ Aug 27 2021, 04:19)  Yes, it is 100% necessary, as the game default font is not actually a font - it's a series of images, which means parsing it requires a separate (tedious to write) code path everywhere it's used.
...unfortunate. Thanks for the answer though.
|
|
|
Nov 1 2021, 02:02
|
Shank
Group: Global Mods
Posts: 8,980
Joined: 19-May 12

|
@Ransotengai It's more of an Ask the Experts question, so I've moved your post here
|
|
|
Jan 4 2022, 22:33
|
Alexander44
Group: Members
Posts: 128
Joined: 29-March 13

|
Hello, I understand this doesn't work on isekai mode, is it true?
|
|
|
Jan 5 2022, 01:44
|
Pretty anon
Group: Gold Star Club
Posts: 1,663
Joined: 10-April 17

|
QUOTE(Alexander44 @ Jan 4 2022, 14:33)  Hello, I understand this doesn't work on isekai mode, is it true?
Yes it works, here's the latest version of the script, the one in the first post is a few versions old so that might be why it doesn't work for some people.
|
|
|
Jan 5 2022, 02:07
|
Basara Nekki
Group: Gold Star Club
Posts: 7,558
Joined: 13-September 12

|
QUOTE(Pretty anon @ Jan 4 2022, 20:44)  Yes it works, here's the latest version of the script, the one in the first post is a few versions old so that might be why it doesn't work for some people. I installed this version and continues not working in Isekai. (IMG:[ invalid] style_emoticons/default/sad.gif)
|
|
|
|
 |
|
Jan 5 2022, 06:03
|
Alexander44
Group: Members
Posts: 128
Joined: 29-March 13

|
QUOTE(Pretty anon @ Jan 5 2022, 00:44)  Yes it works, here's the latest version of the script, the one in the first post is a few versions old so that might be why it doesn't work for some people. The 1.1.0.s3 version doesn't work on Firefox default + Tampermonkey at all, does nothing in both peristent and isekai, tried disabling all other complements and scripts. The 1.1.0.s version works fine, I got to make it work on isekai with the fix shown in the thread: // @include https://hentaiverse.org/isekai/equip*// @include https://hentaiverse.org/isekai/showequip.php*QUOTE(Basara Nekki @ Jan 5 2022, 01:07)  I installed this version and continues not working in Isekai. (IMG:[ invalid] style_emoticons/default/sad.gif) If you are using the 1.1.0.s version add this at the beginning of the script, it will break it in persistent but works on isekai: // @include https://hentaiverse.org/isekai/equip*// @include https://hentaiverse.org/isekai/showequip.php*This post has been edited by Alexander44: Jan 5 2022, 06:16
|
|
|
|
 |
|
Jan 5 2022, 06:21
|
sssss2
Group: Gold Star Club
Posts: 3,944
Joined: 11-April 14

|
I use both Firefox and Chrome, and have no problem.
I guess your Tampermonkey or Firefox is outdated.
|
|
|
Jan 5 2022, 11:11
|
forgottendropzone
Group: Catgirl Camarilla
Posts: 764
Joined: 31-January 18

|
QUOTE(Pretty anon @ Jan 4 2022, 15:44)  Yes it works, here's the latest version of the script, the one in the first post is a few versions old so that might be why it doesn't work for some people. Didn't even realize this version even existed. Thanks! Works just fine in Persistent and Isekai, as far as I'm concerned. (IMG:[ invalid] style_emoticons/default/biggrin.gif)
|
|
|
Jan 5 2022, 14:06
|
Alexander44
Group: Members
Posts: 128
Joined: 29-March 13

|
QUOTE(sssss2 @ Jan 5 2022, 05:21)  I use both Firefox and Chrome, and have no problem.
I guess your Tampermonkey or Firefox is outdated.
Both are up to date, I checked and I just checked again. I will try again once I have more time.
|
|
|
Jan 6 2022, 21:00
|
Basara Nekki
Group: Gold Star Club
Posts: 7,558
Joined: 13-September 12

|
I discovered why the script was not working. At least for me, the script does not work with the standard game font. Today I tested change the font and use the same settings that I use in Persistent. It worked!! (IMG:[ invalid] style_emoticons/default/biggrin.gif) I use the 1.1.0.s3 version, browser SRWare Iron 96.0.4900.0, and Tampermonkey 4.13
|
|
|
Apr 24 2022, 03:38
|
paladinefizban
Newcomer
  Group: Members
Posts: 75
Joined: 23-April 11

|
hey! mine wont work either. tampermonkey 4.16 and live percentile 1 . 1 . 0 . s3 and i got monster 1412 smart 137s2 and im on chrome What up yo! running everything else on standard. No random whacky changes
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|