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.

Can we save the Settings configuration we currently have?

  Форум / Всё о iStripper

Jack0motto
Присоединился в Jun 2019

50 Сообщения
6 June 2020
I've spent a long time choosing which cards I have active and which not, ALSO I disabled all of the Hanging clips for my collection and it took me a BIG while...

Now I want the same preferences saved on a USB to bring to my work, just like I did with the 'Models' folder...

Is there some way to do this?
Something like a Config.blk file

Thanks and have a great weekend! 😜
Jack0motto
Присоединился в Jun 2019

50 Сообщения
6 June 2020
Also whenever I mess up and Update the cards or re-build my collection, the app forgets which clips I had active and they all get selected to play again.
Really annoying...
Wyldanimal
MODERATOR
Присоединился в Mar 2008

3998 Сообщения
6 June 2020
When you deactivate a clip from a card ( un-check the clip in the list of clips )
In the Models folder a text file is created called inactive.txt
you'd have to write a script to export each and every one of the Inactive.txt files

Some ZIP programs have a backup mode, that will let you create a ZIP that contains the Path and ONLY the inactive.txt files

when you mark a card as disabled.
a file is created in the Data folder of that card.
here is an example for card a0001
this file is created when I disabled that card.
a0001.vhddisabled

just like above, you'd have to save a copy of every axxxx.vhddisabled files.

you can then restore these files to your Models and Data folders.
and do a Rebuild Collection.

it will read these files, and deactivate the clips, and disable the cards.



Dorsai6
Присоединился в Apr 2013

1033 Сообщения
6 June 2020
@jack0moto

You might be able to do this with my Playlist Generator. It has the ability to read and write the Inactive.txt files. This is not a feature I use very often and I have not tested it extensively, but I think it would do what you want.

You could install the application on your home PC and load your collection. Then you could select only the clips that are currently enabled and tag them. You can also make a playlist of all your enabled cards. You could than copy the application and it's database to that USD and load it on your work PC. Finally, on your work PC you could disable all the clips you don't like.

By the way, this application can easily enable or disable clips in bulk. It can disable all swing clips with just a few clicks.

Doing this could be a bit tricky. If you want to try, I'll provide more details.


See the following thread for more information:
https://www.istripper.com/forum/thread/44539/1
Всё о iStripper / Dorsai's Playlist Generator
I have just uploaded a revised and improved version of my Playlist Generator to @Wyldanimal's web site. It can be downloaded from https://virtuastripper.net/files/Playlist_Generator.zip This vers...
Wyldanimal
MODERATOR
Присоединился в Mar 2008

3998 Сообщения
6 June 2020
I have two Scripts that I used.
One Makes a backup of the Disabled Cards
and the other
restores from that backup all the disabled Cards

after the restore, you just rebuild your Collection.

I never worried about the Inactive Clips, as that wasn't something I did very often.

It would be easy to modify the scripts to work for the inactive clips.
Not sure the form will allow the Script code to be posted...

let's see...




Wyldanimal
MODERATOR
Присоединился в Mar 2008

3998 Сообщения
6 June 2020
these must be saved in your Data folder

BackupDisabledCards.bat
rem backup all the disabled cards and add them to the Disabled folder
@echo off
Echo rem copy all disabled cards > CopyDisabledCards.bat

rem Make the script to copy all the disabled cards
For /D %%d in (a0??? a1??? c0??? d0??? e0??? e1??? f0??? f1??? b0???) do @if Exist "%%d\%%d.vhddisabled" echo copy %%d\%%d.vhddisabled Disabled\%%d\%%d.vhddisabled >> CopyDisabledCards.bat

rem Make all the folders needed
MD Disabled
For /D %%d in (a0??? a1??? c0??? d0??? e0??? e1??? f0??? f1??? b0???) do @if Exist "%%d\%%d.vhddisabled" MD Disabled\%%d

rem run the backup script
CopyDisabledCards.bat
exit

RestoreDisabledCards.bat
rem Restore all the disabled cards and add them to the Disabled folder
@echo off
Echo rem Restore all disabled cards > RestoreDisabledCards.bat

rem Make the script to copy all the disabled cards
For /D %%d in (a0??? a1??? c0??? d0??? e0??? e1??? f0??? f1??? b0???) do @if Exist "Disabled\%%d\%%d.vhddisabled" echo copy Disabled\%%d\%%d.vhddisabled %%d\%%d.vhddisabled >> RestoreDisabledCards.bat

rem run the restore script
RestoreDisabledCards.bat
exit

Вам ещё не разрешается участвовать

Будучи бесплатным пользователем iStripper, вам не разрешается отвечать на форуме или же создавать новую тему.
Но вы можете просмотреть основные категории форума или познакомиться с его участниками !