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.

Last posts - Page 93

  Forum

Zantiev
Joined in Apr 2021
80 post(s)

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Everything about iStripper
October 27, 2023, 4857 answers
@Wyldanimal

Thanks for the links and the directory contents to those scenes as it is greatly appreciated! I guess I was just wondering if any of my old download links still worked as it's been almost a year since I did anything with the scene creations. I'll just go through every page in the other forum to try and find them to see if the download links are still active. As far as the missing folders go in Google Drive, Sandi reminded me last night after I posted my question that I did indeed delete those other folders in google drive last winter since I was in the process of fixing them. So your links are very helpful as it gives me a base to work with.

It's been a wild year n I forgot what I had done before my laptop problems as two band members of our 5 man band had passed on this year n I had to re-invent myself once again considering the band is no more as the remainding members moved on with their lives. We're not young anymore so it was just a matter of time before the band broke up. It was a sad year but it was time to move on to new challenges n career choices. So now I have more free time and was thinking about finally fixing those scenes I had never had a chance of completing. I discovered late last night that I can access the forums section through the iStripper software but the links I did find didn't work or are inactive.

I'll work it out one way or another and hopefully I can manage to finally fix those scenes considering I have to start fresh and anew once again. I remember my biggest hurdle was working with shadders as I just could not for the life of me get it to work properly with some of my scenes. Maybe my problem was trying to resize the shadders instead of leaving them as they were and design the scenes around the required shadder effect but I'm not sure. Do I have to adjust some coding in the shadders .fsh files in order to make it work with my scenes?
ezromeo
Joined in Mar 2023
65 post(s)

Resizing Scenes?

Everything about iStripper
October 27, 2023, 12 answers
Here is the scene file. Appreciate any guidance on what to change to solve the above issue.


logo: logo/small_logo_whisper.png
splash: logo/large_logo_whisper.png
text: logo/address.txt

// Scenes are described with a nodes tree.
// Each node have properties.
// Nodes are displayed by order of apparence in the script.

////////////////////////////////////////////////////////////////////////////////

// Your scene must contains one or more 'clip' nodes.
// Clip nodes can 'allow' or 'deny' some clips types.
// You must have 'clipSprite' nodes for seeing clips in your scene.
// The first clip is the master clip.

clip {
id: Center // Clip's id, choose your own.
deny: table, top, cage, pole // Existing types: table, behindtable, fronttable, pole, inout, cage, top.
nameGlowColor: 1, 1, 1 // RGB (O to 1 for each composant).
}

clip {
id: LeftGirl
allow: pole
nameGlowColor: 1, 1, 1
}

clip {
id: RightGirl
allow: pole
nameGlowColor: 1, 1, 1
}

////////////////////////////////////////////////////////////////////////////////

// 'texture' nodes are your images.
// The 'source' property is the image. The path must be relative to your scene
// file. If the path is a directory, the image is chosen randomly in the
// directory at the begining.
// You can also choose 'filter' for the quality of the scale: nearest or linear
// witch is default.

texture {
id: MyBackground
source: multi/3eme_plan.png
filter: linear // Existing filters: linear or nearest.
}
texture {
id: MyMask
source: multi/2eme_plan.png
}
texture {
id: MyForeground
source: multi/1er_plan.png
}

////////////////////////////////////////////////////////////////////////////////

// Camera must be father of all nodes to render.
// It can be 3D or 2D. If you choose 2D, you must specify the 'size' property.
// 'angle', 'pos' and 'target' are only used in 3D cameras.

// 4 node's types are used in this scene:
// 'clipSprite' are instances of the clips.
// 'clipNameSprite' are instances the clip's names.
// 'sprite' are instances of images.
// 'light' are the lights of the scene.

// One or more 'animate' properties can be added to nodes.
// animate: duration in seconds, repeat mode, movement curve, property, amplitude.

// Available repeat modes:
// forward, backward, loopforward, loopbackward, pingpong

// Available movement curves:
// Linear, InQuad, OutQuad, InOutQuad, OutInQuad, InCubic, OutCubic, InOutCubic, OutInCubic,
// InQuart, OutQuart, InOutQuart, OutInQuart, InQuint, OutQuint, InOutQuint, OutInQuint,
// InSine, OutSine, InOutSine, OutInSine, InExpo, OutExpo, InOutExpo, OutInExpo,
// InCirc, OutCirc, InOutCirc, OutInCirc, InElastic, OutElastic, InOutElastic, OutInElastic,
// InBack, OutBack, InOutBack, OutInBack, InBounce, OutBounce, InOutBounce, OutInBounce,
// InCurve, OutCurve, SineCurve, CosineCurve, BezierSpline, TCBSpline, Custom, NCurveTypes

// The property is the property to animate. For example, you can animate rot, pos, ambient...
// Followed by the number of parameters of the property. For example, ambient have 3 parameters (RGB).

camera {
type: 3D
angle: 45 // Vertical field of view in degrees within a window.
pos: -80, -560, 1180 // Camera (Eye) position x, y, z.
target: -40, -560, 0 // Camera target position.
ambient: 0.8, 0.8, 0.8 // Ambient color (RGB) for nodes with material.

animate: 40, PingPong, InOutSine, target, 80, 0, 0
animate: 40, PingPong, InOutSine, pos, 160, 0, 0
animate: 20, PingPong, InOutSine, pos, 0, 0, 120

// The background
sprite {
pos: 0, 0, 20 // Node position in 3D (x, y and z).
rot: 0, 0, 0 // Node rotation in degrees (x axis, y axis and z axis clockwise).
hotspot: 0.5, 1.0 // The anchor of the sprite (0, 0 for topleft corner, 0.5, 0.5 for center and 1, 1 for bottomright corner).
source: MyBackground // This is the id of the texture. Has been created using texture node.
blend: false // true or false. true by default, turn it to false if transparency is not needed. It improves performance.
}

// Reflections of the secondary clip on the floor.

clipSprite { // LeftGirl clip reflection.
pos: -680, -470, 20
rot: 180, 0, 0
scale: 1, 1, 1 // Scale of the node x, y, z.
source: LeftGirl // This is the id of the clip. Has been created using clip node.
standingHeight: 450 // Expected height of standing clips. The sitting clips are scaled accordingly.
opacity: 0.3 // Opacity of the node from 0 (Completly transparent) to 1.
}

clipSprite { // RightGirl clip reflection.
pos: +670, -470, 20
rot: 180, 0, 0
scale: -1, 1, 1 // Negative scale for mirroring.
source: RightGirl
standingHeight: 450
opacity: 0.3
}

// Left secondary clip

clipSprite {
pos: -680, -470, 20
source: LeftGirl
standingHeight: 450
color: 1, 0.9, 0.9 // Indicates the color filter of the node...
celine
TEAM
Joined in Sep 2007
7097 post(s)

Thank God It's Friday

Everything about iStripper
October 27, 2023, 0 answers
Thank God It's the last Friday before Halloween and we are all working on the final touches to our disguise, while Carla Vyxx's is already ready !

Let me remind you first the 7 shows released this week on your desktop :

  • Nuria Millan soooo latina in "Girl Gonna Play"
  • Kelly Collins : first show from her take 3 "Rorschach's Test"
  • My favorite outfit of Dolly Dyson "Netted and Strapped"
  • This Ariana Cortez has a little shy something that makes her very desirable in "La Couleur Du Désir"
  • Monika May found Sia Siberia's bikini in our dressing room and she "Tastes Like Peppermint" wearing it!
  • Princess Alice is in the mood for school in "The Shortest Kilt"
  • A new AMAZING cosplay of Lana Lane "Chainsaw Girl" ! This model wears wigs soooo wonderfully




And on mobile : 4 shows this week!!!

  • Lily Rainheart will teach you how to please her in "Learning The Rule"
  • Monika May "Tastes Like Peppermint" in her tiny bikini
  • Princess Alice would love to be Lily's pupil in "The Shortest Kilt"
  • Lana Lane is your "Chainsaw Girl"




And in VR 180

Alissa Foxy 4th video, and each time she is even more beautiful and desirable !
https://www.istripper.com/vr180/detail/60257df9cde51988


And currently in auctions on dolz.io

The INCREDIBLE cosplay of Eve Sweet named "The Dark Side"
https://dolz.io/auctions


New Event : SLOT MACHINE SPECIAL HALLOWEEN

It's almost Halloween and to celebrate, we've cooked a brand new slot machine for you!

The rule is simple : the more your bet, the more you win!

Choose how many credits you want to bet (from 1 to 10 credits or "max bet for 10").
--> The discount range adjusts at the top of the slot machine accordingly and applies to the cards drawn when you spin.

The discount ranges per bet:

Bet 1 credit -> Get 15% to 55% discount
Bet 2 credits -> Get 15% to 60% discount
Bet 3 credits -> Get 20% to 65% discount
Bet 4 credits -> Get 20% to 70% discount
Bet 5 credits -> Get 25% to 75% discount
Bet 6 credits -> Get 25% to 80% discount
Bet 7 credits -> Get 30% to 85% discount
Bet 8 credits -> Get 30% to 90% discount
Bet 9 credits -> Get 35% to 95% discount
Bet 10 credits -> Get 35% to 100% discount

If pumpkins appear on the line drawn, you also get:

1 pumpkin = your bet x 1 credit
2 pumpkins = your bet x 5 credits
3 pumpkins = your bet x 50 credits
4 pumpkins = your bet x 1 000 credits


And the very very Special Event Card of Carla Vyxx "La Reine Des Ténèbres" will be your guide during all the event and your goal while filling in your progression bar




Happy Halloween everyone!
BJlover
Joined in Apr 2014
875 post(s)

Barefeet Project

Everything about iStripper
October 27, 2023, 10 answers
@KrystalBoyd

Ti cito alcune delle ultime:

  • 10 ottobre - Bjorg Larson (f1374)
  • 13 ottobre . Nuria Millan (f1403)
  • 16 ottobre - Monika May (f1385)
  • 24 ottobre - Kelly Collins (f1413)
  • 27 ottobre - Lana Lane (e1920)

Il problema dei tag accurati è di vecchia data: anche io, che invece non amo i tacchi, in passato ho più e più volte segnalato tag errati o mancanti proprio per evitare acquisti indesiderati.
Devo però dire che Totem è sempre stata corretta: se le indicazioni non erano giuste, mi hanno sempre rimborsato immediatamente e senza problemi.

Quindi, capisco il tuo desiderio di vedere ragazze con i tacchi alti, ma probabilmente Totem segue anche le richieste di mercato, che forse in questo momento avvantaggiano spettacoli a piedi nudi.

L'unico consiglio che posso darti, è quello di fare il contrario di come ho fatto io: nella sezione dello store, inserisci tutti i filtri, meno quello dei piedi nudi. In questo modo, vedrai nel negozio solo gli spettacoli che ti interessano.

Buona giornata e a presto!


@KrystalBoyd

I'll quote you some of the latest:

  • October 10 - Bjorg Larson (f1374)
  • October 13 - Nuria Millan (f1403)
  • October 16 - Monika May (f1385)
  • October 24 - Kelly Collins (f1413)
  • October 27 - Lana Lane (e1920)

The problem of accurate tags is a long-standing one: even I, who don't like heels, in the past have repeatedly reported incorrect or missing tags precisely to avoid unwanted purchases.
However, I must say that Totem has always been fair: if the tags were not correct, they have always refunded me immediately and without problems.

So, I understand your desire to see girls in high heels, but Totem probably also follows market demands, which perhaps favor barefoot shows at the moment.

The only advice I can give you is to do the opposite of what I did: in the store section, insert all the filters, except the bare feet one. This way, you will only see the shows that interest you in the shop.

Have a nice day and see you soon!
ComteDracula
Joined in Aug 2017
2419 post(s)

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Everything about iStripper
October 27, 2023, 4857 answers
@ComteDracula -
scène FGA237, ça demande plus au niveau de mon GPU (100%) et les FPS varient entre 31 et 55, le tout en fonction des graphismes, ce qui provoque des à-coups dans le mouvement des filles
Résultat intéressant. Les animations saccadées du modèle semblent mieux fonctionner avec des shaders de moins de couleur pour s'afficher sur un plus petit nombre de pixels. Comme vous l'insinuez, cela semble être un symptôme d'un manque de mémoire embarquée dans votre carte graphique

Le seul remède à ce stade est d'utiliser le fichier FGA237.scn pour augmenter la distance par rapport à la caméra.
c'est-à-dire : appliquer un paramètre d'axe Z plus grand sur le nœud de la caméra
exemple

camera {
type: 3D
angle: 45
pos: 0, 0, 1336 //1272 //1092 // 1272 change to

pos: 0, 0, 1464 //1272 //1092 // 1272 ---english---
@ComteDracula -
scene FGA237, It requires more at the level of my GPU (100%) and FPS vary between 31 and 55, all depending on the graphics, which causes jerks in the movement of the girls
Interesting outcome. The jerky model animations seem to run better with shaders of less color to render over a smaller number of pixels. As you imply, It appears to be a symptom of not having sufficient on board memory present in your graphics card

The only remedy at this time is to use the .scn file to increase the distance from the camera.
ie: apply a larger z axis setting on the camera node ( as above )


Thanks @EverthangForever

I've made the changes. Although the GPU remains used at 100% and depending on the environment and details of the scene, the fps drop below 55 and sometimes in the 30 fps, the jerks are lessened. So I'll leave it with the black frame.

Merci @EverthangForever

J'ai fais les changements. Bien que le GPU reste utilisé à 100% et que selon les environnement et les détails de la scène, les fps descendent sous les 55 et parfois dans les 30 fps, les saccades sont amoindris. Je vais donc la laisser avec le cadre noir.
Zantiev
Joined in Apr 2021
80 post(s)

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Everything about iStripper
October 27, 2023, 4857 answers
Hey Guys, It's been awhile! I need some advice? Not sure if this is the right forum as I had a tendency to be in the wrong forum previously when I was learning the ins n outs of designing scenes for others to enjoy.

I fried my hard drive several months ago and I lost all of my files including all files related to scene creations I was working on and yes I didn't back it up on another drive. Thankfully I did download some of my finished scenes onto an usb drive (but that is all I backed up), so I was able to retrieve those scenes but everything else was lost including scenes I was working on and others I was in the process of fixing. I managed to re-download all female cards purchased so that's good.

I just went on Google Drive to see if I had any scenes left there for members to download but some of those files were missing. Not sure why that is but it could be because I haven't use Google Drive since my hard drive had failed me. Then again I'm a newbie to scene creations n not very computer literate. I don't even know if my created scenes are still available for downloading as I cannot seem to find any of the links I had created in the other forum. I lost all bookmarks also as I should have backed them up onto another drive as I had bookmarked the exact pages I had those download links to and now I cannot remember for the life of me which page those download links were on. I guess I'll have to go from one page to another until I find the page with my download links in the other forum.

How do I find my download links in the other forum as I find it frustrating going from one page to another as this site does not have a jump to page option when scrolling through the many pages or have those links have been taken down. Also can anyone give me some advice about google drive and why I lost some of those download files too. Should I just delete the remaining files and start all over with new download links?

I guess I have to go back to the drawing board and start all over. lol That will teach me for not backing up all of my files.
El Sucko lol!

Any advice or help would be greatly appreciated!