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.

Derniers messages - Page 1699

  Forum

Dorsai6
Inscrit en Apr 2013
3459 message(s)

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Tout sur iStripper
20 March 2016, 5063 réponses
set parent_folder to (choose folder with prompt "Pick the folder containing the sceens to process:")

-- Set up
tell application "Finder"
set folder_name to name of parent_folder
set dup_name to folder_name & " (original)"
if exists folder (((path to desktop) as string) & dup_name) then
display dialog "An original scenes folder named " & quote & dup_name & quote & " already exists on the desktop.
Rename or move it." with icon stop buttons "OK" cancel button "OK"
end if
set file_list to every file in parent_folder
set backup_folder to (make new folder at (path to desktop) with properties {name:dup_name})
end tell
set log_id to open for access file (((path to desktop) as string) & "scene repair log.txt") with write permission
write return & return & (current date) & return to log_id starting at eof
close access log_id

-- Process each file
repeat with this_file in file_list
tell application "Finder" to set file_name to name of this_file
if file_name ends with ".scn" then

-- Read scene file
set input_id to open for access file (this_file as string)
set scene_code to read input_id
close access input_id

-- save backup
tell application "Finder" to move this_file to backup_folder

-- replace \ with /
-- Note \ is a control character in AppleScript so it must be repeated "\\" to be the explicite character
set AppleScript's text item delimiters to "\\"
set backslash_count to (count of text items in scene_code) - 1
set fixed_code to text items of scene_code
set AppleScript's text item delimiters to "/"
set fixed_code to fixed_code as string

-- save revised file
set output_id to open for access file (this_file as string) with write permission
write fixed_code to output_id
close access output_id

-- log action taken
set log_id to open for access file (((path to desktop) as string) & "scene repair log.txt") with write permission
write file_name & tab & backslash_count & return to log_id starting at eof
close access log_id
end if
end repeat
say "finished"
display dialog "Finished"
Number6
Inscrit en Oct 2010
3620 message(s)

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Tout sur iStripper
19 March 2016, 5063 réponses
@EverthangForever

I'm glad you appear to have sorted this out with @HombreSinSombra's help.

Have been up the pub (please excuse typo's) but before I went I ran around 200 scene changes and took loads of caps which I was going to post. Summary is that I have approx 530 3K cards out of nearly 2400 cards in total. From this I would expect around 20% of random cards to be 3K. Worst case I had was 11 consecutive non-3K cards, all the rest had at least 2 off 3K cards in the previous 10 and often 3 or 4 3K cards.

I hadn't posted any updates on the Is alpha but be assured they are not ignoring Fullscreen.

There is now an Icon as shown in the first cap that allows you to play multiple enabled screens - individual screens are simply played by clicking start in the appropriate preview window.

I f you have a dual screen set up then you can have fullscreen running in one window and the Istripper interface shows what is currently playing (first clip only for multi-model scenes) plus a history of the last 10 models. This is shown in the second cap. You can ***** and drop any card to the current "On Stage" preview and it will immediuately play or you can ***** a card to the next window. You can ***** cards from the history window to the current or the next window.

You can add playlists and select random and/or repeat for the playlist.

There is an Is Beta due next week - it may be worth trying

PS - I forgot to add the fullscreen now appears to accept a selectable show length duration time provided there are enough suitable clip types.
EverthangForever
Inscrit en Oct 2009
4474 message(s)

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Tout sur iStripper
18 March 2016, 5063 réponses
Totem possibly taking away the ability to view random 3K models in fullscreen over a variety of random scenes would affect my interest in progressing much further with fullscreen. The iS fullscreen version clearly needs a lot of work or perhaps a whole rework..
1. to make scene making pleasurable.
2. to allow fully random combinations for shows
3. To fix shadow and reflections algorithms etc
A while back there were thoughts of a custom FS code editor. A zip upload box & other improvements.
For scene makers, the only randomness remaining for owners of new 3k cards now, looks to be random playing of clips within a single card.
Similar limitations for iS Alpha, with cards clips all queued in a sequence, and the trend for individual scenes to be selected by the user rather than allowing random generated scenes within name-tree groups. That is similar to offering the same movie-like show in a predictable setting over & over again. Too predictable to make it worthwhile for users to want to build more scenes onto.
And what are new scene makers to do to get noticed here ? ...should they have to call their new scenes +++aardvark.scn in order to get noticed ? How about a keyboard S style key to let peeps record the name of any scene they like.? and have it automatically put it into a list for later play.?.. then later maybe some new artists can get some headway here with what they love.
.
Imho the best days in fullscreen VG were prior to 3K, allowing four different FS launch points using different surprise random models & different random scene samplings of simultaneos name-groups & open scene-texture directories. This ability. This diversity may be fast disappearing it appears...at least for any future cards.
Having said all that, I hope v 1.2.0.84 remains available & not superseded for a long time yet, and i hope we again get to play random sequences for both 1080p and 3K cards in all our member scenes.

Postscript: Thanks a lot for the help @Hombre 😎 sorry for the ***** folks !
Didn't occur to me my installation of v. 1.2.0.84 could have become corrupted during my last re-install which may have affected the clip allows. Reinstalled & All good now...well at least all my raving may have raised some interesting points about beta development for fullscreen iSt.