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.

마지막の글 - 페이지 #303

  게시판

TheEmu
Joined in Jul 2012
7424 글

Happy New Year 2023

iStripper에 관한 모든 것
January 3, 2023, 35 답변
3. Eliminate the feature in small size, whereby the show is cancelled if the girl walks off the screen

There are two separate occassion when this happens.

1) The girl walks into a region not covered by a screen.

2) The girl walks off one screen onto another and drops through the floor.

The first of these requires a redesign to handle the case where the edge of the displayable area is reached. There are several possibilities. E.g. have a "barrier" that stops the girl moving off screen (that barrier itself may be offscreen so the girl could move partly offscreen) or have her "wrap round" to the opposite side of the screen. (Incidently, I would like to be able to set up such barriers for myself within a screen in order keep certain areas clear of the dancers.)

The second, however, does not seem to be due to a design feature but to an implementation bug. The following describes what I think is happening.

If you have two screens with their bottom edges aligned and a task bar on one then walking off that task bar onto the other screen will result in the performer dropping to the lower edge of the second screen. If she then walks back to the first screen you would expect her to continue to dance on the first screen. However, at least on my system, if the first screen has a lower resolution than the second screen the position of the bottom of the clip seems to be calculated as being a fraction of a pixel below the bottom of the screen so she drops off screen.

I think that this is due to miscalculating the pixel positions. In my case the larger screen has a vertical size of 1080 pixels and the smaller one only 900 pixels. I suspect that a rescaling factor of 900/1080 is being used whereas the correct factor should I think be 899/1079 (the tops of each pixel being at 0,1,2,3... not 1,2,3...)
Wyldanimal
중재자
Joined in Mar 2008
17431 글

Happy New Year 2023

iStripper에 관한 모든 것
January 2, 2023, 35 답변
My Suggestions
A.
Loading a Playlist, disables all cards in the my collection view NOT on the playlist
and Enables only the cards that are on the Playlist.

This can be an option button ( Enable / Disable Playlist )
So with an Option Button, you can Make the My Collection Enabled to match the playlist
or Disable the Cards on the Playlist and Enable all the cards Not on the Playlist.

B.
When you Make a Multi-Card Selection,
Only cards that are part of the Selection should Be part of the Playable list of cards.
Making a Selection of a Group of cards, this should Limit the Playable cards to Only cards from the Selection Group.

Currently, Only the 1st Card is Selected from the Selection, all Subsequent cards are random from All enabled card.
which might be a bug in the current version.

C.
User Tags
Allow Users to add their own tags to a card, and then make them added to the Local Users category filter.

D.
Music file Association to a Card.
a Right Click option on a Card in the My Collection view that provides a Checked List of all the Music files from the Music Tab.
then One or More can be selected and it will be associated to that Card.

When a card is Playing, or it is the Top / 1st card in a multi-girl group playing in small mode.
The Music file Associated to that Card, or one at random if more than one Music file was associated, is Played.

E.
Allow Full Screen Scenes to Include sound or music files.
Part of the scene folder could include a music or sound file.
In the Scene file script, a sound or music file can be loaded as an asset and
played.

F.
Restore the Functionality of Music file Start Points.
Older version of the VirtuaGirl app, Allowed for an XML file with Entry points so from a long music file, you could control where the music file started to play. the Value was in Milliseconds from the start of the Music.
as an Example it is still included in the defaut Music folder
the XML file has the same name as the Music file.
VirtuaGirlSong.mp3
VirtuaGirlSong.xml

<?xml version="1.0" encoding="utf-8"?>
<vghd_music>
<entry>73140</entry>
<entry>127990</entry>
<entry>201140</entry>
</vghd_music>

When there are more than one entry in the xml file, one was selected at random when the music file started.
This provided a way to combine multiple songs in a single music file, and allowed random songs from it to play.

I hope to add these to the survey when it comes out.
Previous 페이지 #303 다음