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.

Letzte Beiträge - Seite 730

  Forum

TheEmu
Mitglied seit in Jul 2012
7424 Beiträge

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Alles über iStripper
13. August 2020, 5078 antworten
@7171al71 - I think that the post you are thinking of is

https://www.istripper.com/forum/thread/27449/93?post=674776

Using the techniques used in my "Houses" scenes

http://www.theemusnest.eu/scenes/Zips/TheEmusHouses.zip

you can build up quite complex movements, including pauses, by nesting nodes each with their own animate clauses to move them relative to each other. A simple example would be to use a pingpong linear motion to scan horizontally at some frequency and add to that a similar motion at twice the frequency. If the two speeds are made equal then half the time they will be in oposite directions and so cancel out, pausing the motion, and the other half of the time they will reinforce each other. Most of the scenes in the zip file use this technique.

Another way to build up complex motions, including pauses, is to have multiple copies of a clip each moving independantly and then to modulate their opacities such that only one is visible at any particular time. This requires a lot of work to ensure that the clip copies reach the same point at the correct time and that the switch in opacities occurs when they are at that point. This technique is used in my "Prison Ship" scenes

http://www.theemusnest.eu/scenes/Zips/TheEmu-Prison%20Ship.zip

In some cases simply using an appropriate easing curve in the animate clause is all that is needed, e.g. using one of the inout or outin variants. Some of these are illustrated in

http://www.theemusnest.eu/scenes/Zips/Experiments/Sliding.zip

sh42n81
Mitglied seit in Apr 2008
507 Beiträge

HOWTO: Run iStripper on Ubuntu Linux with Wine (Full Screen mode only)

Alles über iStripper
13. August 2020, 17 antworten
(August 2020)

NOTE: THIS IS NOT FOR EVERYONE. THE LIST OF KNOWN LIMITATIONS IS BELOW. SEVERAL
MAJOR THINGS DO NOT WORK WELL ENOUGH TO BE USEFUL TO MANY PEOPLE. TOTEM WAS NOT INVOLVED IN THIS HOWTO AND HAS NO OBLIGATION TO SUPPORT ANY LINUX/WINE INSTALLATIONS (but some of us think it would be nice if they would develop an official native Linux version 😉).

If you find solutions to any of these issues, please contribute your knowledge here. If you choose to try
this and discover something not working that isn’t listed, please do provide that feedback. It will be
helpful for the community to know about those issues and we may be able to help each other resolve
them.

What doesn’t work properly:
• Desktop stripping. It actually works better than I expected, but it’s still far too glitchy to be
acceptable.
• Music. In fact, even the presence of an mp3 file in the “Musics” folder will cause a crash on
launch. Attempting to import a music file through the iStripper GUI causes an immediate crash.
• The user interface is glitchy, sometimes with much of a window missing. I can usually make the
rest of the window appear by clicking on a visible part and ***** the mouse over the invisible
part.
• Some Linux Updates. Any changes to Wine or associated libraries tend to result in a crash and a
need to re-install; even requiring the complete removal and re-installation of Wine.
• iStripper versions newer than 1.2.242. I also tested on 1.2.266. That version does function, but
an apparent change to the QTWebEngine within the application causes pages that have live Web
content, such as the Featured and Forum tabs, to cause an error and fail to connect. The Girls
Store still works, though, and I could still sync my collection with the servers and download my
cards. I don’t know if Preview Push still works as I turn that off. (UPDATE: this issue apparently has appeared on the Mac client, as well:

https://www.istripper.com/forum/thread/45373/1?post=674022


Full screen mode works very well; in fact, the picture is sharper than on Windows 10 on both the PCs
that I have tried it on. So, if all you really want is to be able to run the Full Screen option, or if you’re
willing to accept that limitation because you are switching to Linux no matter what and this is the only
way to avoid saying goodbye to iStripper altogether, this may be worth trying. Also check the Forum for
many user-created scenes to add and open up a world of Full Screen possibilities.

Full step-by-step procedure here:

https://drive.google.com/uc?export=download&id=1Xyn1CShQU_ki8XNJi91OShJFWqtcwc0f

SUMMARY:

    Description of testing environment
    Install PlayOnLinux
    Configure Wine
    Install iStripper
    Set uninstaller
    Workarounds for initial launch GUI problems
    (Optional) Add support for older cards
    Tip for mounting or auto-mounting another drive or partition for storage
Carstrip
Mitglied seit in Apr 2020
291 Beiträge

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Alles über iStripper
13. August 2020, 5078 antworten
But they would need to add some code to detect if it's an In/Out clip, and then Apply the same type of X position Shift to the clip, Like they do for the Desktop.

That would fix the inout issue in fullscreen for sure. There are a few functions that are desperately needed in fullscreen that would take it to a whole new level. Many people have raised these before, and sorry for opening old suggestions. The deeper I dig into fullscreen building I see many issues that restrict any further "realism" progress and entertainment value of fullscreen. The 2 biggest ones that frustrate everyone are ...
  • Ability to chose which girls appear in a scene, Girl 1 you can choose and cycle through, but more than one girl on screen is a lucky dip, sometimes the girls are so badly matched with each other we have to keep scrolling until a good matching group is spawned
  • And ability to swap out any of the girls and outfits mid show.
I have seen many conversations about this topic through the forums and it is a genuine request that i can now really appreciate from both a customer and scene making level.
I truely hope Totem will consider this somewhere in its future, the response from other users about how the realism in fullscreen enhances their iStripper experience is true feedback. fullscreen has massive potential that is being left behind.
Just my little voice all the way from Australia lol
Carstrip
Mitglied seit in Apr 2020
291 Beiträge
Wyldanimal
MODERATOR
Mitglied seit in Mar 2008
17219 Beiträge

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Alles über iStripper
12. August 2020, 5078 antworten
I'm just curious @Wyldanimal. I did some testing and there is no consistancy with inout in fullscreen mode.
Do the swing clips use a similar calculation / programming to attach to the top of the users screen in desktop mode? Swing clips can be positioned and calculated in Y in fullscreen, cant the inout clips be calculated in x? or is it a filming restraint rather than the programming?

All Swing Clips share a Common Hot spot that is the Top Center of the clip.
that is the Attachment Point.
It is In Y axis
in fact All of the Clips that have a Y axis Hotspot, can be consistently coded for in a Scene.

In Out clips do not have a consistent X axis hot spot.
It varies from clip to clip.
Full Screen dosn't make any calculation for In/out clip shifting.

In desktop mode.
the Software Sets an Entrance Point.
All of the small size Clips are Located on the Screen based off this entrance point.

In/Out clips are a special case.
the Entrance point Y axis is only used, and the X position is ignored.
instead An X location based on the edge of the users screen is calculated.
And the Clip is shifted to this new X location.

This is not Done in Full Screen Scenes.

In desktop mode
The Saved Entrance Spot is the Center of the Circle
often the Entrance and the Clip Hotspot will be the same.
but the Hot spot can be shifted, depending on what type of clip it is.
The Entrance Remains in the same spot, it does not get shifted.

Hot Spots - Small Green X marks the Spot
Standing Clip - center bottom
Table Clip - center Ledge of table
Pole and Cage clip - bottom center of pole / cage
In/Out Pole Clip - bottom Center of Pole Shifted to Screen edge minus (1/2 width of Bounding box )
Swing Clip - Top Center of swing. Attaches to the Bottom of a ledge.
Glass Clip - Bottom center of clip varies from clip to clip
older in/out from the side - Shifted to the side of the screen minus width of clip varies from clip to clip
New Style In/out - Shifted to the Side of scree minus width of clip. Varies from clip to clip
Wyldanimal
MODERATOR
Mitglied seit in Mar 2008
17219 Beiträge
stefnev1
MODERATOR
Mitglied seit in Jul 2008
17216 Beiträge