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.

Последние сообщения - Страница 710

  Форум

Sashimono
Присоединился в Dec 2007
118 Сообщения

Last 2 (August) Weeks a Show Desaster ( a Critic) ??!

Всё о iStripper
30 August 2020, 50 Ответы
Let me first of all say , that I am still sure , that I am convinced that I-Stripper - still is the very best Erotic Show Side - respecitively Program in the Internet - most of all in total and it is " mucho sympatía " ! BUT - I think - especially after the last (warm to hot) Summer Months of August in my Opinion - and MOST OF ALL during the last 2 weeks of Shows (second half of August) I think I witnessed a more than less stronger/strong downfall on behalf of the Shows Quality in total - with some exceptions - Kitana Lure, Audalove, Celia Clay and Stella.... On the other Hand - however - I also know that I-Stripper and many others still have to deal with the Impact Desaster of the "Neverending Story" of CORONA/Covit-19 and so far - after my - Impression I-Stripper dealed with this Problem VERY well and GOOD in total ! - Nonetheless I think that the Show Quality did fall downward during the last Month of August - and especially during the last 2 weeks. - NOT so much on Behalf of the Perfomance within the Shows and maybe also not sooo much on behalf of the Models - Girls and Women - Most of ALL in my Opionion on behalf or in regard of the OUTFITS and as well as in TOTAL - most of all compared to the recent Years 2019, 2018 and 2017 - I think that has to be stopped and turned again towards the better again - by some ***** (small) new Show Performance Rules and partly better feminine and/or Erotic Outfits - again. What I mean by that I will explain somewhere around the Middle to the End of September - in a - perhaps - not too long " Show Improvement Suggestion Comment " by me . So, the Conclusion is - I do have the Impression that I-Stripper Shows had especially during August ( and especially during the last 2 weeks) reached a new Low Point - after some Years with a lot of ***** and good Improvements and has to get better again (compared to this August - most of all.). Although I need to say that I do have the "unspecific" FEELING that this is ALREADY in the Making - BUT - perhaps - also not - I don't know yet - so , let's also wait and see what the entire SEPTEMBER 2020 will bring in total - will it be better than this August - most of all on behalf of Outfits in total or not ??! - I don't know yet - but I hope stongly for the better again - also due to some very fine - real good looking erotic new Models who still had been in the Studios recently. 💗😊👍
TheEmu
Присоединился в Jul 2012
7424 Сообщения

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Всё о iStripper
30 August 2020, 5063 Ответы
@ComteDracula - this is in response to your question in the Scene Sharing thread

clipSprite {
pos: -600, 195 // Change this to be pos: -800, 195
standingHeight: 525
source: ClipB
scale: 1, -0.25, 1
opacity: 0.5
color: 0.0, 0.0, 0.0
material: true
}

clipSprite {
pos: -800, 200 // If this is where you want the girl then you want the shadow to be close to it
standingHeight: 525
scale: 1, 1, 1
source: Clip
material: true
}

With regard to the direction of the girls shadows and those in the background or foreground elements of the scene, You can use a small rotation to change its direction slightly but if you rotate by more than a few degrees the shadow will detach itself from the dancer's feet. There is little that can be done about that without using a more complex shader to generate the shadow - you need to distort the clip containing the shadow from a rectangle to a parallelogram by applying a shear transform or even better by applying a combination of a shear and an taper. This can be combined with the blurring that is already being used for the shadow and even with a gradient applied to the colour and opacity of the shadow. But though this is relatively simple shader work it is by no means trivial. I have such a shader but it is a real ***** to use. Someday I may try to make it more user friendly, but until then i do not recommend that you try to use it unless you are really comfortable with using or writing shaders.

With regard to the direction of writing on the girls clothes, you could reverse the whole scene then the girls could enter from side and still have the writing the right way round.
ComteDracula
Присоединился в Aug 2017
2710 Сообщения

Share your FullScreen - Member Created Scenes here

Всё о iStripper
30 August 2020, 2698 Ответы
@The Emu

I'm trying to change the code, according to your example, but it doesn't work.

Could you change it, so that I can better compare the two pages.

Moreover in this example the shadow is on the right, whereas it should be on the left to respect the position of the sun.

I also noticed that there was an inversion of the letters on the girls' sweater.

I wonder if the inversion of the images was not to allow entry from left to right of the screen in "in / out" scenes?

Thank you.


clip {
id: Clip
deny: top, table, glass, cage, pole, accessories
}

framebuffer {
id: ClipB
source: Clip
shader: blur_more.fsh
}

//-------------------------------------------------

texture {
id: background
source: beach2.jpg
}

texture {
id: mask
source: beach2_m.png
}

texture {
id: shad
source: beach2_s.png
}

//-------------------------------------------------

camera {
type: 2D
pos: 978, 550
size: 1956, 1100

//-------------------------------------------------

sprite {
size: 2152, 1435
source: background
blend: true
}

clipSprite {
pos: -600, 195
standingHeight: 525
source: ClipB
scale: 1, -0.25, 1
opacity: 0.5
color: 0.0, 0.0, 0.0
material: true
}

clipSprite {
pos: -800, 200
standingHeight: 525
scale: 1, 1, 1
source: Clip
material: true
}

sprite {
size: 2152, 1435
source: mask
blend: true
}

//-------------------------------------------------

clipNameSprite {
scale: 0.9, 0.9
pos: 600, 400
source: Clip
}

light {
ambient: 0.7, 0.7, 0.7
}
}
TheEmu
Присоединился в Jul 2012
7424 Сообщения

Share your FullScreen - Member Created Scenes here

Всё о iStripper
30 August 2020, 2698 Ответы
I have moved the girls, but the shadows don't follow the movement of the girls.

how do you move the girls' shadows in the code?

There should be separate clipSprites for the girls and their shadows. Just change the pos: X value of that for the shadow to match that of the girl.

An alternative method that can be used when creating the scene is to nest the clipSprites for a girl and her shadow in simple a Node, something like the following (where I have added leading .. characters to preserve indentation, they should not be there in a .scn file)


node {
..
.. pos: 0, 300, 0 // Change this to move both the girl and her shadow
..
.. clipSprite { // Shadow
.. .. scale: -1, -1, 1
.. .. standingHeight: 770
.. .. color: 0.0, 0.0, 0.0
.. .. opacity: 0.25
.. .. source: Clip1
.. }
..
.. clipSprite {
.. .. scale: -1, 1, 1
.. .. standingHeight: 770
.. .. source: Clip1
.. }

Note, there are no pos: clauses in the clipSprites themselves so they default to Pos : 0, 0, 0 - of you use one then then it will specify an offset from the pos: given in the containing node - this can be useful for reflections if you want them to be slightly lower than they would otherwise be.

The use of a node like this can also be used to tie a clipNameSprite to a clip - but if you do then it might get obscured by any foreground items in the scene so it is not always practical. You can even nest a clipNameSprite inside a clipSprite, that way not only will they move together if you change the pos: for the clipSprite but you can omit the Source: for the clipNameSprite as it will use the one from the enclosing clipSprite - this ensures that you don't accidently display the wrong name (as I have all too often done).
TheEmu
Присоединился в Jul 2012
7424 Сообщения

Cosplay Achievement

Всё о iStripper
30 August 2020, 56 Ответы
I will point out that "downloaded" is not the same as "installed" - though I doubt that there would be that much difference so my 2 million figure is very likely just due to poorly remembering the 20 million. As an aside I remember downloading and installing 3 times with different accounts in quick succession (and never using the first two) before I settled on this account, we also see people regularly saying that they have lost their collection due to accidently creating a new account when reinstalling - but that will, I hope, only be a small proportion of the accounts.

Nor do we know how many have only looked at previews or have bought only a very small number cards before deciding that "this is not for me".

What percentage of them now have a completely full card collection? (+/- 100 cards)
Is it all of the Hall of Fame?

From the Hall Of Fame we can only reliably see the number of those with an absolutely full collection or are just a few cards short of it (last month up to 19 cards short). It only shows 250 entries so those lacking 100 cards would be way off the bottom of the list. But we do not know what the distribution is - there may be a sharp peak close to the 100% full collection or there may be no peak there at all - we ordinary users have no way of knowing. (actually we know that there is a very sharp peak otherwise we would only be able to see those that are one or two cards short of a full collection, I was thinking of a possible sharp peak that might be a few hundred cards wide underneath this very sharp one)
ComteDracula
Присоединился в Aug 2017
2710 Сообщения

Share your FullScreen - Member Created Scenes here

Всё о iStripper
29 August 2020, 2698 Ответы
@ComteDracula
Thank you for your feedback.
For me, on "titiii_beach2020_isle" the name is already vanished when the zoom is complete...
Doesn't found any delay or duration parameter for the names display in fullscreen parameters
so i don't understand why we don't see the same animation.

Merci pour votre retour.
Pour moi, sur "titiii_beach2020_isle" le nom a déjà disparu quand le zoom est achevé...
Je n'ai trouvé aucun paramètre de délai ou de durée d'affichage du nom dans les paramètres plein écran
donc je ne comprend pas pourquoi nous ne voyons pas la même animation.

@titiii

Je vois le nom de la fille au dessus d'elle au loin. Puis celui-ci disparaît. Comme j'ai mis le nom de la fille pour qu'il apparaîsse toujours dans les configurations du programme, il réapparaît au dessus de la fille, lors du changement de clip, mais en plus gros. Soit que je vois le bas du texte du nom, soit je ne le vois pas du tout. J'imagine que c'est tout dépendant de la longueur du nom.

Ainsi par exemple en petit je vois au loin "Dominno - Punta Cana" au dessus de la fille. Ensuite une fois agrandi, je vois juste "Punta Cana" en plus gros au dessus de la fille. Je crois que le nom devrait être repositionné sur le côté de la fille, et non au dessus. Faites le test avec le même réglage que moi pour l'apparition des noms. Je ne sais pas comment faire une capture d'écran avec une scène, sans qu'elle disparaîssent auparavant, lorsque je pèse sur les touches du clavier.

Quelqu'un peut me dire s'il y a un moyen ?

Merci pour les éclaircissement des dimensions d'écran @stefnev1. 😊
TheEmu
Присоединился в Jul 2012
7424 Сообщения

Cosplay Achievement

Всё о iStripper
29 August 2020, 56 Ответы
@Grabandt

What the actual proportion is will depend on how you define "Full Collection". If you take it literally to mean "owning all cards possible" then you will end up with a low proportion. If you relax that a bit then the proportion will go up, however I think that there may be a peak at the very high end (albeit a small one) due to people who are deliberately trying to have full collections purely for the sake of having one and people like me who have got into the habit of buying each card when it is released (though I do tend to make sure that I have got everything at the end of the month just for the sake of it rather than as a deliberate aim - but that make no real difference to the end result).

If, however, you consider only those who have full collections of the sort of cards that they like, or have only excluded certain types of cards that they particularly do not like - whether this be based on the type of performance (e.g. XXX or not, or anal content), some ***** aspect (e.g. bare feet) or the video quality, then the proportion of this sort of "full collection" will be much higher and may well exceed your 20% estimate.

Assuming that the numbers are accurate we can make some firmly based assessments from the data on out achievements page. According to mine

1.45% have the "Nice Shot" achievement for buying 100 cards in a day
3.88% have the "Nice shot" achievement for buying 50 cards in a day
0.58% have the "Patron" achievement for owning 3000 or more cards
3.22% have the "Well done" achievement for making a first post to the forum

but these figures almost certainly count all members, not active members.
ComteDracula
Присоединился в Aug 2017
2710 Сообщения

Share your FullScreen - Member Created Scenes here

Всё о iStripper
29 August 2020, 2698 Ответы
Merci @titiii

Très belles scènes.

Je voulais vous dire que j'ai également un écran 2560x1440.

C'est juste que lorsque je fais jouer les filles sur iStripper, je configure mon écran en 1920x1080, le programme étant optimisé, il me semble pour cette configuration.

D'abord j'ai revérifié en 2560x1440, pour vérifier si le problème de nom avec la scène "sh4_Voyeur2b_mod" venait du fait qu'il se serait affiché en dehors de l'écran et ce n'était pas le cas. Il n'y en avait tout simplement pas. Avec votre dernière correction de vos scènes, les noms s'affichent à tous les coups. Je n'ai plus d'***** de noms par intermittence sur aucune des scènes. Il faut dire aussi que j'ai réglé l'affichage des noms à "toujours".

Il y a deux choses que j'ai remarqué. En changeant le nom de la scène "Istripper Backstage - Carstrip_mod" par "Carstrip_Backstage_Standing_mod", la scène ne se retrouve plus à côté des scènes originales de @Carstrip, comme c'était le cas précédemment. Le nom de la fille est très bien situé et visible maintenant sur cette scène. Merci.

J'ai remarqué qu'avec la scène "titiii_beach2020_isle", peut importe la configuration de l'écran, on voit le nom au dessus de la fille au loin, mais lorsque l'image se rapproche, le nom soit n'apparaît plus, soit apparaît à moitié, car il est très agrandi en même temps que la fille.

Je me demandais s'il y avait un moyen de le faire apparaître à une grosseur normale à côté d'elle, seulement lorsque la fille est rapprochée.

Enfin je me demandais s'il n'aurait pas été préférable de faire danser une fille à gauche et deux filles à droite sur le sable à côté de la table pour vos scènes "titiii_beach2020_table" and "titiii_beach2020_table2".

On perd beaucoup de la vision des filles, comme c'était le cas avec la table "Club Penthouse", dont beaucoup ont demandés une modification sans table, car elle cachait trop la fille qui dansait derrière. De plus je remarque que lorsqu'il y a un fille assise derrière la table, on ne lui voit que le dessus de la tête.

En espérant que mes remarques puissent être aidante pour vous, afin d'améliorer les scènes.

Encore merci de nous les partager.


Thank you @titiii

Very beautiful scenes.

I wanted to tell you that I also have a 2560x1440 screen.

It's just that when I play the girls on iStripper, I configure my screen to 1920x1080, the program being optimized, it seems to me for this configuration.

First I rechecked at 2560x1440, to check if the name problem with the "sh4_Voyeur2b_mod" scene was that it would have been displayed outside the screen and it was not. There simply weren't any. With your last correction of your scenes, the names show up every time. I no longer have intermittent missing names on any of the scenes. It must also be said that I set the display of names to "always".

There are two things that I noticed. By changing the name of the scene from "Istripper Backstage - Carstrip_mod" to "Carstrip_Backstage_Standing_mod", the scene no longer ends up next to the original scenes from @Carstrip, as it was previously. The girl's name is very conveniently located and now visible on this stage Thank you.

I noticed that with the "titiii_beach2020_isle" scene, regardless of the screen configuration, we see the name above the girl in the distance, but when the image gets closer, the name either no longer appears, or appears halfway, because it is very enlarged at the same time as the girl.

I was wondering if there was a way to make him appear at a normal size next to her, only when the girl is close.

Finally I was wondering if it would not have been better to have a girl on the left and two girls on the right dance on the sand next to the table for your scenes "titiii_beach2020_table" and "titiii_beach2020_table2".

We lose a lot of the vision of the girls, as was the case with the "Club Penthouse" table, many of which requested a modification without a table, because it hid too much the girl dancing behind. In addition I notice that when there is a girl sitting behind the table, you can only see the top of her head.

Hoping that my remarks can be helpful for you, in order to improve the scenes.

Thank you again for sharing them with us.
Previous Страница 710 След.