Loading. Please Wait... 
 |
 |
 |
HV Script Thread, Discuss your creations. Includes guidelines and infos for script creation (2020-02-28 upd) |
|
Jan 28 2016, 07:04
|
Void Domain
Group: Catgirl Camarilla
Posts: 2,131
Joined: 30-May 10

|
QUOTE(FabulousCupcake @ Jan 28 2016, 09:54)  Oh, you can hover at the numbers; there will be short text explaining what the numbers are.
Oh thats so advance (IMG:[ invalid] style_emoticons/default/blink.gif) Ok so the turn array and the 2nd round array are interval in seconds I guess? And I think the first round array is kinda useless it has only 1 round (IMG:[ invalid] style_emoticons/default/ohmy.gif) Wound be nice if it shows average turns per round and average time per round instead. Also you call it meter you got to make a display unit as least for the game array (IMG:[ invalid] style_emoticons/default/cool.gif) No one is going to look at the clicky box every round...
|
|
|
|
 |
|
Jan 28 2016, 07:51
|
Fudo Masamune
Group: Gold Star Club
Posts: 1,636
Joined: 2-February 10

|
QUOTE(djackallstar @ Jan 28 2016, 10:54)  There are more than one fork for both ECP 0.6.4.3 and 0.6.4.4. Even with the same developer there may still be more than one download link for each version, e.g. 0.6.4.3 debug version one, 0.6.4.3 debug version two, 0.6.4.3 debug version three, etc. A developer may not explicitly specify the debug version number, so some people may find one 0.6.4.3 is buggy, while others find another 0.6.4.3 working properly. I recommend you try this one if you haven't: it is one of the debug versions by oohmrparis: https://forums.e-hentai.org/index.php?act=A...st&id=64489tried that already, still give wrong comparison value.
|
|
|
|
 |
|
Jan 28 2016, 11:15
|
f4tal
Group: Members
Posts: 2,662
Joined: 10-January 13

|
QUOTE tried that already, still give wrong comparison value. Same here =( I had working version, but I do not know how I managed it to work properly! QUOTE There are more than one fork for both ECP 0.6.4.3 and 0.6.4.4. oh. yes! There is definitely more than one! (IMG:[ invalid] style_emoticons/default/sleep.gif) Thanks for explanation, djackallstar! Maybe there is someone on forum, who brave enough to look through the code and can get this script work properly? Anyone?
|
|
|
|
 |
|
Jan 28 2016, 13:43
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11

|
QUOTE(f4tal @ Jan 26 2016, 21:42)  So, sorry about double post, everyone! One more update. You can see it here . Added this scripts: - Stiilid [1.0.0] & [1.0.0beta]
- Show Equipment Count [1.0].user
- Pot Reminder [1.001].user
- MonsterBar [1.0.0].user
- Monster Letter To Numbers [2.0].user
- Log Recorder [1.0.0].user
- HV Deep Sea [1.0].user
- HV Dark Lite [1.1] & [1.0]
- HV Dark [1.1] & [1.0]
- Hightlight Equipment [1.0].user
- HalloweenVerse [0.6] & [0.51]
- Equipment Count Indicator [1.6].user
- Equipment Comparison [0.5.0.10 ayuayu fix] ... up to Equipment Comparison for ELP [0.6.4.3v3].user. Total 32 builds
- Equipment Base Stat Display [0.9.5].user
- DamageTaken [0.1].user
- CSScompilation [0.3].user & [0.2]
- Coloring [1.0].user
- Battle Compact for HV Dark [1.1].user & Battle Compact for HalloweenVerse [1.0].user & Battle
- Compact for Deep Sea [1.0].user
And fixed/added some author. I took some time to look at the topic, you also linked HV Dark 1.0. That one has some critical failures (it mainly causes slowness during play), It'd be better to not link it (IMG:[ invalid] style_emoticons/default/happy.gif) Also, Deep Sea is at 0.2 (IMG:[ invalid] style_emoticons/default/laugh.gif) QUOTE(Void Domain @ Jan 27 2016, 09:49)  Yes, I think djackallstar's method is cleaner. It is like this: CODE // ==UserScript== // @name hv gm style // @grant GM_addStyle // @include http://hentaiverse.org/* // @run-at document-start // ==/UserScript==
GM_addStyle(` /*css here*/
`) There's also this one: CODE // ==UserScript== // @name HV Dark Theme // @updateURL about:blank // @grant GM_getResourceURL // @resource hv_dark http://forums.e-hentai.org/index.php?act=Attach&type=post&id=78035 // @include http://hentaiverse.org/* // ==/UserScript==
var cssId = 'hv_dark' if(!document.getElementById(cssId)) { var link = document.createElement('link') link.id = cssId link.rel = 'stylesheet' link.type = 'text/css' link.media = 'all' link.href = GM_getResourceURL('hv_dark') document.head.appendChild(link) } It directly extracts the data in .css files from the forums attachments. I recall djackallstar made it because he didn't want to use stylish ^^ Also, as I viewed f4tal's script compendium:
HV_Battle_Compact_for_Deep_Sea.css ( 4.07k )
Number of downloads: 58
HV_Battle_Compact_for_Deep_Sea_Chrome.zip ( 1.4k )
Number of downloads: 64I saw this one needed some fixes too... [ads] There are fixes everywhere, for the full clean list of .css, see here[/ads] (IMG:[ invalid] style_emoticons/default/rolleyes.gif)
|
|
|
|
 |
|
Jan 28 2016, 14:10
|
Void Domain
Group: Catgirl Camarilla
Posts: 2,131
Joined: 30-May 10

|
QUOTE(boulay @ Jan 28 2016, 19:43)  It directly extracts the data in .css files from the forums attachments. I recall djackallstar made it because he didn't want to use stylish ^^
Firefox will run faster in hv without stylish, I can confirm that.
|
|
|
|
 |
|
Jan 28 2016, 16:12
|
f4tal
Group: Members
Posts: 2,662
Joined: 10-January 13

|
QUOTE I took some time to look at the topic, you also linked HV Dark 1.0. That one has some critical failures (it mainly causes slowness during play), It'd be better to not link it happy.gif Hi, boulay! =) Yeah, it is pretty logically to use latest version for every script, addon, soft, driver or whatever (with a few exception, of course). But, for this topic I use a different idea - of grabbing every version and put in one thread, so like library or museum-wise. Of course better to use HV Dark 1.1 because of bug fixing, but if someone want to check first version and see what exactly was fixing and how different this two versions are - this goes link to previous version of your skin. Definitely it is better to use latest version possibly, I am agree with you. QUOTE Also, Deep Sea is at 0.2 laugh.gif But it is looks awesome! ^^ QUOTE [ads] There are fixes everywhere, for the full clean list of .css, see here [/ads] Sorry, I dont get it, - you have updated HV Battle Compact for Deep Sea CSS, yes? =) QUOTE Firefox will run faster in hv without stylish, I can confirm that. Same deal. Stylish is really memoryhog in my case. Thats another reason why I want to do all in script-way in user-script-fashion, bot in userstyle-way...
|
|
|
|
 |
|
Jan 28 2016, 16:42
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11

|
QUOTE(f4tal @ Jan 28 2016, 15:12)  Hi, boulay! =) Yeah, it is pretty logically to use latest version for every script, addon, soft, driver or whatever (with a few exception, of course). But, for this topic I use a different idea - of grabbing every version and put in one thread, so like library or museum-wise. Of course better to use HV Dark 1.1 because of bug fixing, but if someone want to check first version and see what exactly was fixing and how different this two versions are - this goes link to previous version of your skin. Definitely it is better to use latest version possibly, I am agree with you. Do you want the beta versions too? There are 9 others before 1.0... (IMG:[ invalid] style_emoticons/default/tongue.gif) QUOTE(f4tal @ Jan 28 2016, 15:12)  Sorry, I dont get it, - you have updated HV Battle Compact for Deep Sea CSS, yes? =)
Yep, but I made a bunch of fixes for other css. Some were failed and as a result, are all over the place. It's also a bit of shameless advertisement, since someone pointed that I don't do that enough. (IMG:[ invalid] style_emoticons/default/laugh.gif) QUOTE(f4tal @ Jan 28 2016, 15:12)  Same deal. Stylish is really memoryhog in my case. Thats another reason why I want to do all in script-way in user-script-fashion, bot in userstyle-way...
Stylish's main appeal is that it makes it easy to create and modify css, the preview function is particularly great. I can understant that it can be bothersome for plain use though...
|
|
|
|
 |
|
Jan 28 2016, 18:56
|
FabulousCupcake
Group: Gold Star Club
Posts: 496
Joined: 15-April 14

|
QUOTE(boulay @ Jan 28 2016, 15:42)  Stylish's main appeal is that it makes it easy to create and modify css, the preview function is particularly great. I can understant that it can be bothersome for plain use though...
Yes, it's just neater to make stylesheet with it compared to userscripts; no need to reload to preview the changes. QUOTE(Void Domain @ Jan 28 2016, 13:10)  Firefox will run faster in hv without stylish, I can confirm that.
Even without any userscripts installed/enabled?
|
|
|
|
 |
|
Jan 28 2016, 19:29
|
f4tal
Group: Members
Posts: 2,662
Joined: 10-January 13

|
QUOTE Do you want the beta versions too? There are 9 others before 1.0... tongue.gif Hey, why not? If you have some - send them to me via PM or in this thread, I will post them as soon as my lazyness will go away and my main work (site-creating) would be over ^^ QUOTE It's also a bit of shameless advertisement, since someone pointed that I don't do that enough. laugh.gif *Looked at your sig* agha, not enough...
|
|
|
Jan 28 2016, 20:30
|
Void Domain
Group: Catgirl Camarilla
Posts: 2,131
Joined: 30-May 10

|
QUOTE(FabulousCupcake @ Jan 29 2016, 00:56)  Even without any userscripts installed/enabled?
Don't know. But I moved my css to greasemonkey and I get higher t/s
|
|
|
Jan 30 2016, 01:50
|
Superlatanium
Group: Gold Star Club
Posts: 7,647
Joined: 27-November 13

|
This isn't HV, but since it seems almost all vigilante don't understand how incredible userscripts can be, I'll post it here too: Tag Check, a userscript for taggers - improve your accuracy, log your downvotes, generate forum posts, and more Full screenshot example, after a bit of upvoting, downvoting, and reclassing:  Create to-downvote forum posts for the Tagging and its abuse thread completely automatically:  "Recheck Tag Post" to go through forum posts and strikethrough finished galleries  Full description in main thread
Tag_Check_1.1.3.user.js.txt ( 42.93k )
Number of downloads: 31
|
|
|
|
 |
|
Jan 30 2016, 05:36
|
NerfThis
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14

|
HV - Pot Reminder [attachmentid=79110] Last Elixir and Energy Drink is not clickable. (not bug, intended) [attachmentid=79112]
HV - Monster Letter To Number [attachmentid=79109] [attachmentid=79111]
|
|
|
|
 |
|
Jan 30 2016, 20:57
|
f4tal
Group: Members
Posts: 2,662
Joined: 10-January 13

|
Thanks, hansvar92! Both script works great! [ s017.radikal.ru] (IMG:[s017.radikal.ru] http://s017.radikal.ru/i403/1601/da/b3eeac18c529t.jpg) And, hey, I like how you made this numbers near monster/s name. There are many scripts that so same thing, but in red/blood -palette. Pure white with black lines is really new experience. ^^ FabulousCupcake, your speedometer in really neat thing. Extremely confusing, but great. When I hit this screen: [ s020.radikal.ru] (IMG:[s020.radikal.ru] http://s020.radikal.ru/i713/1601/a3/ba9c579961abt.jpg) I was stuck around half a minute trying to understand what they all mean, but thanks to your answer to Void Domain, I learn about hovering thing... Maybe to add a little string below like "hover to detail"? Other but that - great script! I must add all them to that big thread... ---- Bytheway, look what I have done. There are six scripts around HV Stat Slim Mod [1.8] [NoAdjustKey] HV Stat Slim Mod [1.8] [AdjustKey] HV Stat Slim Mod [1.9] HV Stat Slim Total Pack [9.9] HV Stat Slim Total Pack KAI [1.0] HV Stat Slim [4.0] And all them have different features.I manage to combine all their functions in one mega - HV Stat Slim script like this: [ s017.radikal.ru] (IMG:[s017.radikal.ru] http://s017.radikal.ru/i431/1601/90/bc97342da4a6t.jpg) Screens:[ s019.radikal.ru] (IMG:[s019.radikal.ru] http://s019.radikal.ru/i625/1601/12/c6c4a37abca0t.jpg)[ s018.radikal.ru] (IMG:[s018.radikal.ru] http://s018.radikal.ru/i520/1601/c8/e3f19faba9eet.jpg)[ s020.radikal.ru] (IMG:[s020.radikal.ru] http://s020.radikal.ru/i713/1601/19/f80d2b03c407t.jpg)[ s019.radikal.ru] (IMG:[s019.radikal.ru] http://s019.radikal.ru/i616/1601/eb/6290739e5dcdt.jpg) This is it, what are you think?
HV_STAT_Slim_Mod__2016_Feb_.user.txt ( 10.55k )
Number of downloads: 61
|
|
|
|
 |
|
Jan 30 2016, 23:31
|
f4tal
Group: Members
Posts: 2,662
Joined: 10-January 13

|
Sorry for doublepost. Update. Here is LinkNew scripts: CODE Monster Letter To Number [1.0.0.0] Pot Reminder [1.0.0.2] Battle Speedometer [1.1] HV Stat Slim Mod [2016 Feb]] HV Stat Slim Mod [1.8] [NoAdjustKey] HV Stat Slim Mod [1.8] [AdjustKey] HV Stat Slim Mod [1.9] HV Stat Slim Total Pack [9.9] HV Stat Slim Total Pack KAI [1.0] HV Stat Slim [4.0] Sort Inventory [1.0] Salvage Mode [1.0.0] Rare Item Highlights [1.0] PotionCounter [0.2] Popup Remover [1.1] No Blinking [1.0a] No Blinking [1.0] Ignore Flicker [0.1] HV Mini [1.0] HoverPlay [1.8] HoverPlay [1.7] HoverPlay [1.6] HoverPlay [1.5] HoverPlay [1.4] HentaiVerse UP [2.0] Forge Hotkeys [1.0] Fastdebuff [1.1] Disable Chrome Hotkeys on Keyboard Fnumber Keys [2] Disable Chrome Hotkeys on Keyboard Fnumber Keys [1] Debuff [0.1] Cure Button [1.1.1] Better Melee [1.0.2] Better Melee [1.0.0] Banana Project [0.0.1] + new layout
This post has been edited by f4tal: Jan 31 2016, 13:01
|
|
|
|
 |
|
Feb 1 2016, 21:59
|
f4tal
Group: Members
Posts: 2,662
Joined: 10-January 13

|
Sorry for triplepost! (is is a coincidence that after my post in this thread noone posting for a while? Am I have a bad luck?) I managed to combine all scripts that I have in one archive and posted HERE ON FORUM. This is somekind of megapack of 428 scripts in one archive. This is bland copy of this thread to those who lazy to click on link. Hello everyone!
Here you can download in one single archive, probably, ALL scripts for HentaiVerse so far (as on 1 Feb, 2016). There are totally 428 scripts, some of them presented in different builds (versions), some of them may not working, but none of them able to completely destroy your game. So, feel free to experiment a little. All scripts, presented in this pack are white-listed, so there are no bots or other BAD things. Do not try to find them here, I swear. I have looked through the "whole" Internet and collected every scripts, presented on sites like pastie, userscripts, github, e.t.c. Even more, I crawled around bunch of posts and threads on forums.e-hentai.org and download all scripts I can find. BUT, I may (and do) skipped some scripts, so If you have some rare scripts not presented in this pack, - send them to me. I will very pleased. ^^ You can find more information about scripts presented in this pack on THIS thread. Here you can find descriptions, screenshots and other useful information, as well their status working/not working. This link may be invalid after a while, sorry about that. SCREENSHOT OF CONTENT: [ s019.radikal.ru] (IMG:[s019.radikal.ru] http://s019.radikal.ru/i606/1602/41/1233106ad143t.jpg) DOWNLOAD AS ATTACHMENT:
Scripts_for_Hentai_Verse__1.0__Total___428.zip ( 2.78mb )
Number of downloads: 163DOWNLOAD FROM MEDIAFIRE: (I put this links for emergency situations, in case if attachment will stop to exists)[ www.mediafire.com] 7z arcive[ www.mediafire.com] RAR archivePlease, report me about rare scripts that not presented in this pack or tell me about bugs. Thanks for downloading this megapack of scripts for HentaiVerse and good luck in playing. This post has been edited by f4tal: Feb 2 2016, 13:15
|
|
|
|
 |
|
Feb 1 2016, 22:13
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11

|
QUOTE(f4tal @ Feb 1 2016, 20:59)  Sorry, I really want to put in as attachments, but errors like "Upload failed. You are not permitted to upload a file with that file extension" or "something about size limit" just keep occurring.
You have a 10mb limit per post, this must be largely over it... As for the extension, you can just put it in a .zip. (IMG:[ invalid] style_emoticons/default/happy.gif)
|
|
|
Feb 2 2016, 10:05
|
f4tal
Group: Members
Posts: 2,662
Joined: 10-January 13

|
QUOTE As for the extension, you can just put it in a .zip. happy.gif I am tried, but instead of that I have message about "your attachment very big, come on and reduce its size". Zip archive is about 2,5 MB... // nevermind! Manage to upload as attachment, after changing my user group ^^ This post has been edited by f4tal: Feb 2 2016, 13:15
|
|
|
|
 |
|
Feb 2 2016, 18:15
|
NerfThis
Group: Catgirl Camarilla
Posts: 2,467
Joined: 3-February 14

|
HV - Magic Scores 2.0.3.3b [attachmentid=79397]
Hentaiverse Equipment Comparison 0.6.4.6 [attachmentid=79398]
beta version i'm not these scripts author, just some modify.
HV - Magic Scores HOTKEY: S, A, D, Z
Changes: - Added " A " hotkey to calculate approximate base values, and then scale with your level - Added " D " hotkey to calculate approximate base values before forge|iw (not sure about iw part) - Added " Z " hotkey to calculate approximate base values before forge|iw (not sure about iw part), and then scale with your level -- " D " and " Z " work only on pages where you can see "Upgrades and Enchantments" -- use same method Hentaiverse Equipment Comparison (HVEquipCompare)
Hentaiverse Equipment Comparison - Added " U " hotkey to calculate approximate base values, and then scale with your level - Fix code equipment level and potency tier
HOTKEY: f: forum link h: HTML link r: open Wiki page t: original base b: current base (original + forge/IW) y: original base vs. {SEMLP}Max e: level 0 stat compare, +forge/IW q: direct stat compare, +forge/IW u: stat scale with your level w: compare stats (+forge/IW) vs. {SEMLP}Max
This post has been edited by hansvar92: Feb 3 2016, 10:38
|
|
|
|
 |
|
Feb 3 2016, 08:50
|
simrock87
Group: Members
Posts: 647
Joined: 12-June 11

|
Hoverplay (for Chrome) v1.9.5Updated version of Hoverplay that supports new potions and some other changes (see below). Important Notice: This is a Chrome version, it may or may not work with Firefox. Tested on Iron v35
HoverPlay_1_9_5_chrome.user.zip ( 16.95k )
Number of downloads: 190Based on Hoverplay 1.8 by Owyn (see for original sales pitch and instructions) New in this version:- Added new list for Number-Keys - Supports Draughts, Potions and Elixirs - Added Stop on Channeling option - Added option to disable triggering Spirit Stance - Added option to set OC limit for Spirit Stance - Changed Spell_list_on_new_round to trigger on first hover instead of first action - Added option to use health potion and health elixir to heal - Added fix for having to keep moving the mouse in chrome Special ThanksOwyn for creating the original script Void_Domain for beta testing
|
|
|
|
 |
|
Feb 3 2016, 10:40
|
f4tal
Group: Members
Posts: 2,662
Joined: 10-January 13

|
QUOTE HV - Magic Scores 2.0.3.3b Hi, hansvar92. Because I am 100% melee I don't have any deep knowledge about magic and this thing work. So, when I moved to some staffs onto Bazaar and press A button I am hit this window: [ s018.radikal.ru] (IMG:[s018.radikal.ru] http://s018.radikal.ru/i512/1602/57/646fce6a1d64t.jpg) So, I guess, Script works good. Can you tell more about it - this one do calculate how good your magic will be if you put this equip on you and which exactly elemental will be increased (and amount), do I understand right? QUOTE Hoverplay (for Chrome) v1.9.5 Hi, simrock87. It seems that this script works fine on Firefox too and main settings: CODE var Spell_list = ['Smite', 'Gale', 'Freeze']; var Spell_list_on_new_round = ['Weaken']; var Spell_list_middle_click = ['Cure']; var Spell_list_number = ['Regen', 'Drain'];
works fine! Consumables options works good too (both magic and health, do not know about spirit) [ s010.radikal.ru] (IMG:[s010.radikal.ru] http://s010.radikal.ru/i312/1602/6e/6567b4cf4c1ft.jpg) But, I managed to get strange bug at the end of the battle. Better to look at the screen: [ s020.radikal.ru] (IMG:[s020.radikal.ru] http://s020.radikal.ru/i705/1602/25/efa5c4c5b49ct.jpg) Very weird o_o Only restart of the browser managed to get HentaiVerse to work again. Do you know the hell it was? Because in my second turn during next arena - this one was not happened.
|
|
|
|
 |
|
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|