Loading. Please Wait... 
 |
 |
 |
The Official Hentaiverse Chat, Post your random thoughts or theorycrafts about HV |
|
Aug 4 2015, 20:17
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11

|
QUOTE(nobody_xxx @ Aug 4 2015, 20:11)  where to download that , boulay (IMG:[ invalid] style_emoticons/default/huh.gif) [attachmentid=68212] [attachmentid=68213]
|
|
|
|
Aug 4 2015, 21:13
|
tazmanian devil
Group: Catgirl Camarilla
Posts: 3,027
Joined: 24-October 12

|
QUOTE(boulay @ Aug 4 2015, 12:59)  Seing the t/s talk, I recently managed to squeeze 0.5 t/s by reducing the battle screen:  this gets me to 2.5 t/s instead of 1.95~2t/s (IMG:[ invalid] style_emoticons/default/wub.gif) My Mieu~ (IMG:[ invalid] style_emoticons/default/wub.gif) I did PFUDOR DwD this morning in ~2 hours, which is a typical time for me; hooray for meh equips and 1H!
|
|
|
|
Aug 4 2015, 21:50
|
Madprank
Group: Members
Posts: 491
Joined: 17-November 11

|
How do you apply .css to firefox?
|
|
|
|
|
 |
|
Aug 4 2015, 22:04
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11

|
QUOTE(Madprank @ Aug 4 2015, 21:50)  How do you apply .css to firefox?
djackallstar made a nice script for that: CODE // ==UserScript== // @name HV Battle Compact // @updateURL about:blank // @grant GM_getResourceURL // @resource hv_battlecompact http://forums.e-hentai.org/index.php?act=Attach&type=post&id=68212 // @include http://hentaiverse.org/* // ==/UserScript==
var cssId = 'hv_battlecompact' 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_battlecompact') document.head.appendChild(link) } Just install this script with greasemonkey and press F5 on your HV page, it should work (IMG:[ invalid] style_emoticons/default/smile.gif)
|
|
|
|
|
 |
|
Aug 4 2015, 23:15
|
Darukunesu
Group: Gold Star Club
Posts: 216
Joined: 20-September 14

|
QUOTE(boulay @ Aug 4 2015, 22:04)  djackallstar made a nice script for that: -snip- Just install this script with greasemonkey and press F5 on your HV page, it should work (IMG:[ invalid] style_emoticons/default/smile.gif) Actually, doesn't this type of script lower clear speed? It does not feel appealing for me to be injecting css as a resource on every page load...
|
|
|
|
Aug 4 2015, 23:21
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11

|
QUOTE(Darukunesu @ Aug 4 2015, 23:15)  Actually, doesn't this type of script lower clear speed?
It does not feel appealing for me to be injecting css as a resource on every page load...
(IMG:[ invalid] style_emoticons/default/huh.gif) It doesn't for me, at the very least... Not with such a small script. This post has been edited by boulay: Aug 4 2015, 23:22
|
|
|
|
Aug 4 2015, 23:49
|
Darukunesu
Group: Gold Star Club
Posts: 216
Joined: 20-September 14

|
QUOTE(boulay @ Aug 4 2015, 23:21)  (IMG:[ invalid] style_emoticons/default/huh.gif) It doesn't for me, at the very least... Not with such a small script. Well, it has only a few lines of code, but the problem i see here is the css downloading as resource every time. Just my thoughts, anyway. By the way, your css styles rocks! (IMG:[ invalid] style_emoticons/default/tongue.gif)
|
|
|
|
Aug 5 2015, 02:32
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10

|
QUOTE(Darukunesu @ Aug 5 2015, 07:15)  Actually, doesn't this type of script lower clear speed?
It does not feel appealing for me to be injecting css as a resource on every page load...
css typically consume significantly less resource than javascript.
|
|
|
|
|
 |
|
|
 |
|
Aug 5 2015, 10:27
|
boulay
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11

|
QUOTE(Darukunesu @ Aug 4 2015, 23:49)  Well, it has only a few lines of code, but the problem i see here is the css downloading as resource every time. Just my thoughts, anyway. By the way, your css styles rocks! (IMG:[ invalid] style_emoticons/default/tongue.gif) No problem. I don't know about scripting anyway (IMG:[ invalid] style_emoticons/default/laugh.gif) QUOTE(nobody_xxx @ Aug 5 2015, 05:51)  very nice , boulay (IMG:[ invalid] style_emoticons/default/wub.gif) but now I have problem with enemy number since I always doing DwD manual with keyboard (IMG:[ invalid] style_emoticons/default/wacko.gif) (IMG:[ invalid] style_emoticons/default/blink.gif) I've made it the way it felt more natural for me: 1 2 3 4 5 6 7 8 9 10 But after sharing it, I wondered if I should have done otherwise... Same for the item panel that's not very efficient with this version...
|
|
|
|
|
 |
|
Aug 5 2015, 12:06
|
EsotericSatire
Group: Catgirl Camarilla
Posts: 12,962
Joined: 31-July 10

|
on the 2ch HV thread, they seem to be suirprised people want to buy proficiency cotton... Its like their game theory is a few patches behind the curve. Aren't there loads of Japanese players here translating stuff?
|
|
|
|
Aug 5 2015, 13:08
|
djackallstar
Group: Gold Star Club
Posts: 8,223
Joined: 23-July 14

|
QUOTE(Darukunesu @ Aug 5 2015, 05:49)  Well, it has only a few lines of code, but the problem i see here is the css downloading as resource every time. Just my thoughts, anyway.
Nope. The [ wiki.greasespot.net] truth is: QUOTE Each @resource is downloaded once, when the script is installed, and stored on the user's hard drive alongside the script.
Re-download only happens when @require value(s) have been altered.
|
|
|
|
|
 |
|
Aug 5 2015, 23:39
|
Dead-ed
Group: Members
Posts: 3,578
Joined: 4-March 14

|
QUOTE(Colman @ Aug 4 2015, 07:59)  Two links [ www.anime-sharing.com] here is working for me. I didn't finish the download so I am not sure could it be completed. Edit: Downloading from the first link "http://uploaded.net/file/2lubjb6t" Edit 2: It is the disc version. Working properly. wow, you helped too much. It's japanese, from the tag. The translated & uncensored version is hard to find, i'll stick with torrent then.
|
|
|
|
Aug 6 2015, 00:34
|
Darukunesu
Group: Gold Star Club
Posts: 216
Joined: 20-September 14

|
QUOTE(djackallstar @ Aug 5 2015, 13:08)  Nope. The [ wiki.greasespot.net] truth is: Re-download only happens when @require value(s) have been altered. Oh, i see. That's a clever design, fortunately. No worries then, nice to know (IMG:[ invalid] style_emoticons/default/laugh.gif)
|
|
|
|
Aug 6 2015, 04:42
|
holy_demon
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10

|
i just came to realise the implication of Energy Cell. It essentially encourages you to salvage all your mag+ T3 (even shade) instead of bazzaring them. Now it'll become even harder to find a mag+ T3 piece in the bazzaar.
Add in the fact that you can't resell gears bought from the bazzaar, all of you bazzaar lurkers can go back to farming arena xD
This post has been edited by holy_demon: Aug 6 2015, 04:45
|
|
|
|
|
 |
|
Aug 6 2015, 05:29
|
Colman
Group: Gold Star Club
Posts: 7,333
Joined: 15-November 10

|
QUOTE(holy_demon @ Aug 6 2015, 10:42)  i just came to realise the implication of Energy Cell. It essentially encourages you to salvage all your mag+ T3 (even shade) instead of bazzaring them. Now it'll become even harder to find a mag+ T3 piece in the bazzaar.
Add in the fact that you can't resell gears bought from the bazzaar, all of you bazzaar lurkers can go back to farming arena gallery xD
(IMG:[ invalid] style_emoticons/default/cool.gif) Thinking of trying full cotton elemental mage. No need to use energy cell.
|
|
|
|
|
 |
|
Aug 6 2015, 05:59
|
nobody_xxx
Group: Gold Star Club
Posts: 13,753
Joined: 7-December 10

|
QUOTE(Colman @ Aug 6 2015, 10:29)  (IMG:[ invalid] style_emoticons/default/cool.gif) Thinking of trying full cotton elemental mage. No need to use energy cell. I need around 20k now to repair all my equip from that armor/weapon damage condition (IMG:[ invalid] style_emoticons/default/cry.gif) This post has been edited by nobody_xxx: Aug 6 2015, 06:00
|
|
|
|
|
 |
|
Aug 6 2015, 07:14
|
mozilla browser
Group: Gold Star Club
Posts: 2,131
Joined: 22-December 11

|
QUOTE(boulay @ Aug 5 2015, 01:59)  Seing the t/s talk, I recently managed to squeeze 0.5 t/s by reducing the battle screen:  this gets me to 2.5 t/s instead of 1.95~2t/s (IMG:[ invalid] style_emoticons/default/wub.gif) All of the results still need to downloaded in full... What's the theory behind the speedup? Moving the list of monsters closer so that less time is spent mousing around? QUOTE(holy_demon @ Aug 6 2015, 10:42)  i just came to realise the implication of Energy Cell. It essentially encourages you to salvage all your mag+ T3 (even shade) instead of bazzaring them. Now it'll become even harder to find a mag+ T3 piece in the bazzaar.
Add in the fact that you can't resell gears bought from the bazzaar, all of you bazzaar lurkers can go back to farming arena xD
What's a T3? My calculations suggested that it's usually better to bazaar stuff than to salvage them for materials and energy cells. The lazy player who doesn't want to eke out every last credit would probably just bazaar them all. (except for average rare equipment). This post has been edited by mozilla browser: Aug 6 2015, 07:15
|
|
|
|
|
 |
|
Aug 6 2015, 08:53
|
n125
Group: Gold Star Club
Posts: 6,282
Joined: 23-May 08

|
The Energy Cell upkeep doesn't seem high enough for me to justify salvaging magnificent rare-tier equipment, nor does the Energy Cell yield from doing so. For me the Energy Cell costs work out to something like less than 10,000 credits every few days, which is really not enough to motivate me into doing something.
|
|
|
|
Aug 6 2015, 08:59
|
EsotericSatire
Group: Catgirl Camarilla
Posts: 12,962
Joined: 31-July 10

|
QUOTE(n125 @ Aug 5 2015, 20:53)  The Energy Cell upkeep doesn't seem high enough for me to justify salvaging magnificent rare-tier equipment, nor does the Energy Cell yield from doing so. For me the Energy Cell costs work out to something like less than 10,000 credits every few days, which is really not enough to motivate me into doing something.
I just salvage trash quality phase, shade and power armour and I have a surplus of energy cells.
|
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|
|
|