Welcome Guest ( Log In | Register )

2623 Pages V « < 1597 1598 1599 1600 1601 > »   
Reply to this topicStart new topic
> The Official Hentaiverse Chat, Post your random thoughts or theorycrafts about HV

 
post Aug 4 2015, 20:17
Post #31961
boulay



Noob
********
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11
Level 500 (Godslayer)


QUOTE(nobody_xxx @ Aug 4 2015, 20:11) *

where to download that , boulay (IMG:[invalid] style_emoticons/default/huh.gif)

[attachmentid=68212]
[attachmentid=68213]
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 4 2015, 21:13
Post #31962
tazmanian devil



RAWR~
********
Group: Catgirl Camarilla
Posts: 3,027
Joined: 24-October 12
Level 500 (Ponyslayer)


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:

Attached Image

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!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 4 2015, 21:50
Post #31963
Madprank



Casual Poster
****
Group: Members
Posts: 491
Joined: 17-November 11
Level 500 (Ponyslayer)


How do you apply .css to firefox?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 4 2015, 22:04
Post #31964
boulay



Noob
********
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11
Level 500 (Godslayer)


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)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 4 2015, 23:15
Post #31965
Darukunesu



The Soul that must Awaken
***
Group: Gold Star Club
Posts: 216
Joined: 20-September 14
Level 500 (Godslayer)


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...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 4 2015, 23:21
Post #31966
boulay



Noob
********
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11
Level 500 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 4 2015, 23:49
Post #31967
Darukunesu



The Soul that must Awaken
***
Group: Gold Star Club
Posts: 216
Joined: 20-September 14
Level 500 (Godslayer)


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)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 5 2015, 02:32
Post #31968
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 5 2015, 05:51
Post #31969
nobody_xxx



((´☻ω☻`) $◞౪◟$ (´☻ω☻`))
***********
Group: Gold Star Club
Posts: 13,753
Joined: 7-December 10
Level 496 (Godslayer)


QUOTE(boulay @ Aug 5 2015, 02:17) *

[attachmentid=68212]
[attachmentid=68213]


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)


QUOTE(tazmanian devil @ Aug 5 2015, 03:13) *

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!

(IMG:[invalid] style_emoticons/default/blink.gif)

you are catgirl (IMG:[invalid] style_emoticons/default/huh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 5 2015, 10:27
Post #31970
boulay



Noob
********
Group: Gold Star Club
Posts: 2,675
Joined: 27-June 11
Level 500 (Godslayer)


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...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 5 2015, 12:06
Post #31971
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,962
Joined: 31-July 10
Level 500 (Ponyslayer)


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?

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 5 2015, 13:08
Post #31972
djackallstar



ดีjackallstar
**********
Group: Gold Star Club
Posts: 8,223
Joined: 23-July 14
Level 500 (Godslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 5 2015, 23:39
Post #31973
Dead-ed



Niten = 我が両刀に断てぬもの無し。
********
Group: Members
Posts: 3,578
Joined: 4-March 14
Level 500 (Godslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 6 2015, 00:34
Post #31974
Darukunesu



The Soul that must Awaken
***
Group: Gold Star Club
Posts: 216
Joined: 20-September 14
Level 500 (Godslayer)


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)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 6 2015, 04:42
Post #31975
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 6 2015, 05:29
Post #31976
Colman



Where is the loli?
*********
Group: Gold Star Club
Posts: 7,333
Joined: 15-November 10
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 6 2015, 05:59
Post #31977
nobody_xxx



((´☻ω☻`) $◞౪◟$ (´☻ω☻`))
***********
Group: Gold Star Club
Posts: 13,753
Joined: 7-December 10
Level 496 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 6 2015, 07:14
Post #31978
mozilla browser



Nutscrape Navigator
*******
Group: Gold Star Club
Posts: 2,131
Joined: 22-December 11
Level 500 (Godslayer)


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:

Attached Image

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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 6 2015, 08:53
Post #31979
n125



Elite Poster
*********
Group: Gold Star Club
Posts: 6,282
Joined: 23-May 08
Level 500 (Godslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Aug 6 2015, 08:59
Post #31980
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,962
Joined: 31-July 10
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


2623 Pages V « < 1597 1598 1599 1600 1601 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 13th November 2025 - 08:48