Age Verification
This website contains age-restricted material including nudity and explicit content. By entering, you confirm being at least 18 years old or the age of majority in the jurisdiction you are accessing the website from.
I am 18+ or older - Enter
I am under 18 - Exit
Our parental controls page explains how you can easily block access to this site.

Thanks God It's Friday!

  论坛 / 关于iStripper的一切

stefnev1
主持人
已加入 在 Jul 2008

4617 发布
October 23, 2016
I don't know why, but I can't play Aria Giovanni's card Halloween #480 with the fullscreen Halloween. Anybody has the same problem ?
Wyldanimal
主持人
已加入 在 Mar 2008

4032 发布
October 23, 2016 (edited)
Open the Halloween.scn file
almost at the bottom of the file look for these lines...

quad {
size: 1920, 1080
shader: fragment, sparkle.fsh
blend: true
}

change them to

// quad {
// size: 1920, 1080
// shader: fragment, sparkle.fsh
// blend: true
// }

put a double // at the beginning of each line to comment them out.

it's looks like your issue is with the sparkle shader.
Wyldanimal
主持人
已加入 在 Mar 2008

4032 发布
October 23, 2016
@stefnev1
I don't know why, but I can't play Aria Giovanni's card Halloween #480 with the fullscreen Halloween. Anybody has the same problem ?

Card #480 is All InOut, Pole, and Table clips. These are blocked in the Orig scene.
Open the Halloween.scn file

edit near the top..
clip {
border: 60
id: Clip
// deny: top, table, cage, pole, inout
deny: top, cage
}
UVABUCKIE1
已加入 在 Feb 2009

2 发布
October 23, 2016
Happy Halloween
TheGIT13
已加入 在 Nov 2009

8 发布
October 23, 2016
Open the Halloween.scn file
almost at the bottom of the file look for these lines...

quad {
size: 1920, 1080
shader: fragment, sparkle.fsh
blend: true
}

change them to

// quad {
// size: 1920, 1080
// shader: fragment, sparkle.fsh
// blend: true
// }

put a double // at the beginning of each line to comment them out.

it's looks like your issue is with the sparkle shader.

In my file the double // are already programmed in and I'm stll getting the same problem mentioned by other posters in this thread.
EverthangForever
已加入 在 Oct 2009

2513 发布
October 23, 2016
@Wyld, you must have an earlier version of Halloween.scn
In the copy I received with the update for iS, the sparkle.fsh was already commented out by Totem.
Number6
已加入 在 Oct 2010

1188 发布
October 23, 2016
The version I have also had the sparkle shader rem'd out.

I've just put it back - I rather like it.

Both versions work on my PC (Windows 10 + ATI/AMD Graphics card with the latest drivers).
goldiecharleston
已加入 在 Dec 2008

340 发布
October 23, 2016
just out of curiosity I enabled the sparkle shader section which was already commented out. It worked okay but I actually prefer the scene without the effect so will disable it again
dar2112v
已加入 在 Dec 2007

456 发布
October 23, 2016
Not sure what it is or is supposed to do but I renamed scattering.fsh to oldscattering.fsh and the scene now plays without the white block.
i24646259
已加入 在 Sep 2016

1 发布
October 23, 2016
congratulations
Manue
团队
CUSTOMER SERVICE
已加入 在 Nov 2014

1093 发布
October 24, 2016
@dodgecharge Bonjour,veuillez svp nous envoyer votre vghd.log à [email protected] ? ( indiquez le lien du forum en ref)
Vous touverez le log dans le fichier data sur votre ordi
kentin08350
已加入 在 Jul 2016

14 发布
October 24, 2016
Thank, who is the girl on the theme ?
lezardo
团队
已加入 在 Sep 2007

34 发布
October 24, 2016
we are not able to reproduce that white squares bug in the fullscreen here.
however I made a lighter version of the fullscreen, could you try to download this: https://www.istripper.com/software/scenes/Halloweenv2.zip pls ?
just unzip it in the screensaver folder, a second halloween screensaver should appear (with the subtitle 'trick or treat! v2).
Virt4B
已加入 在 Aug 2008

454 发布
October 24, 2016
hi and thanks,

installed it and its the same - white squares

but if I activate the 2 commented rows in the scaattering.fsh (thx to @dar2112v for the tip)

// sample *= illuminationDecay * weight;// + cos(u_Elapsed*1000.0)/500.0);
//gl_FragColor = vec4(0.0);

instead of the immo actviated onces the Scene is working - without the shining effect - but without the white squares
Virt4B
已加入 在 Aug 2008

454 发布
October 24, 2016 (edited)
addition

sry mixed 2 things

in the original scene it's working with the 2 rows

in the Halloween2 scene become black screen when I change the 2 rows
but if I rename the file it's working also - but without the shining effect
TheEmu
已加入 在 Jul 2012

3309 发布
October 24, 2016
Following Virt4B's last post I have looked at scatering.fsh. I see that in this shader gl_Fragcolor is not initialised and will have some random value when the shader is executed, but I am not sure how the use of multiple shaders affects this.
lezardo
团队
已加入 在 Sep 2007

34 发布
October 24, 2016
can you try with this:

for(int i=0; i < NUM_SAMPLES ; i++)
{
textCoo -= deltaTextCoord;
vec4 sample = texture2D(texture0, textCoo );

sample *= illuminationDecay * weight;
gl_FragColor += sample;

illuminationDecay *= decay;
}
gl_FragColor *= exposure;
lezardo
团队
已加入 在 Sep 2007

34 发布
October 24, 2016
the emu: that's a good question ....

Virt4B: can you try to add: gl_FragColor = vec4(0.0); just before this line: for(int i=0; i < NUM_SAMPLES ; i++) ?
Virt4B
已加入 在 Aug 2008

454 发布
October 24, 2016
Wow Bingo!!!

with this addition it is working!!! (gl_FragColor = vec4(0.0);)

great job - thanks to you @lezardo and @emu

now Halloween glows ;)

thanks a lot
lezardo
团队
已加入 在 Sep 2007

34 发布
October 24, 2016
excellent ! I will update the fullscreen right now :) thanks a lot guys
Starryk
已加入 在 Nov 2008

1845 发布
October 24, 2016
@lezardo: I added the line to the original halloween scene and even reactivated the sparkle.fsh and guess what. the scene works. but honestly i don't see a special effect other than the sparkle in bg.
Starryk
已加入 在 Nov 2008

1845 发布
October 24, 2016
If someone can tell me what the other shaders do that would be nice.
I am pretty curious about that.
for me the scene without the sparkle looks like just a girl dancing in front of a halloween background image.
lezardo
团队
已加入 在 Sep 2007

34 发布
October 24, 2016
the scene is now updated online, you can click on 'synchronize' it will redownload the scene.
@starryk, the scene looks like this: https://youtu.be/_jV1bHtNgwI
lukaszr
已加入 在 Dec 2007

722 发布
October 24, 2016
Open "Halloween.scn" and uncomment lines 84-88, then you will se the difference ;)
Starryk
已加入 在 Nov 2008

1845 发布
October 24, 2016 (edited)
hm ok don't have these rays of light from the pumpkin here.. so what at least it doesn't look totally broken anymore
Edit: not sure what else you did @lezardo but it can't only be the initializing because i had done that already. But after synchronizing i now also see the rays of light.
Thanks a lot!
TheEmu
已加入 在 Jul 2012

3309 发布
October 24, 2016 (edited)
@lezardo, @Virt4B

When adapting the Shadertoy.com scenes for iStripper I have often encountered this sort of lack of initialisation, most often only affecting gl_Fragcolor.a.

Though the Glsl standard does not specify any initialisation for gl_Fragcolor but Shadertoy.com seems to initialise it to vec4 ( 0.0, 0.0, 0.0, 1.0 ). Some systems will explicitly initialise it, some not, and if they do it is system specific what they initialise it to. The worst case is systems that do not initiaise it, but where it is almost always "accidently" set to something sensible, but which may not do so after any software chane.
Virt4B
已加入 在 Aug 2008

454 发布
October 24, 2016
@lezardo
I synchronized also and the original and the Halloween2 scenes are working fine.
I really like this effect.

lot of thanks again to you
TheEmu
已加入 在 Jul 2012

3309 发布
October 24, 2016
I made a mistake in my previous post, here is the corrected text (with a little extra explanation).

When adapting the Shadertoy.com scenes for iStripper I have often encountered this sort of lack of initialisation, most often only affecting gl_FragColor.a.

Though the Glsl standard does not specify any initialisation for gl_FragColor but Shadertoy.com seems to initialise it to vec4 ( 0.0, 0.0, 0.0, 0.0 ), but Shadertoy ignores the final value of gl_Fragcolor.a which effectively ***** it to be 1.0. Some systems will explicitly initialise gl_FragColor, some not, and if they do it is system specific what they initialise it to. The worst case is systems that do not initiaise it, but where it is almost always "accidently" set to something sensible, but which may not do so after any software chane.
Kaandorpius
已加入 在 Jan 2008

35 发布
October 25, 2016
I really like the new Halloween scene, looks fantastic.
stefnev1
主持人
已加入 在 Jul 2008

4617 发布
October 30, 2016
[quote]@stefnev1
I don't know why, but I can't play Aria Giovanni's card Halloween #480 with the fullscreen Halloween. Anybody has the same problem ?

Card #480 is All InOut, Pole, and Table clips. These are blocked in the Orig scene.
Open the Halloween.scn file

edit near the top..
clip {
border: 60
id: Clip
// deny: top, table, cage, pole, inout
deny: top, cage
}[/quote]

This tip works fine, thank you @Wyldanimal

您不允许参加!

作为iStripper 的免费用户,您不能在论坛中回答话题或创建新话题。
但您仍然可以访问基本类别并与我们的社区取得联系!