SexScripts : How to create a new resource pack - https://ss.deviatenow.com:443/viewtopic.php?f=4&t=813 Page 1 of 1

How to create a new resource pack

ispank [ Fri Jan 04, 2019 5:43 am ]

Hi! I'm making an edit to DisciplineClinic and need add a couple of new image packs. Can someone please explain how to do this or point me to a thread? I've poked around the forums, but can't seem to find explicit instructions.

Thanks!

Re: How to create a new resource pack

arthurb [ Fri Jan 04, 2019 5:56 am ]

I'm not aware of any instructions to do this, but I created one for my Key Holder Roulette script by manually editing the resources section of a simple script to add a list of images, and uploading it,

i.e.

show("Please run the script keyholderroulette");
wait(2);

/*
* Resources
* scripts/keyholderroulette.groovy
* images/keyholderroulette/0/pic (7).jpg

etc
etc

* images/keyholderroulette/14/pic (15).jpg
* images/keyholderroulette/14/pic (16).jpg
*/

Re: How to create a new resource pack

ispank [ Fri Jan 04, 2019 6:50 am ]

Thanks man, I'll give it a try!

Re: How to create a new resource pack

martlb [ Fri Jan 04, 2019 10:39 am ]

I did it like this.

Quote:
// Discipline Clinic Pack 6
/*
* Resources
* images/DisciplinePack/Ashley/*.*
* images/DisciplinePack/mistress10.*
* images/DisciplinePack/mistress11.*
* images/DisciplinePack/mistress12.*
* images/DisciplinePack/mistress13.*
*/

//Metadata
setInfos(6, "DisciplinePack6",
"Pack of images used in the script: DisciplineClinic 3.4",
"Martlb",
"v1.0", 0xFFFFFF, "en",
["femaledom", "formale", "forfemale", "spanking"])

//SCRIPT START

show(null)
setImage(null)

//SCRIPT END

Re: How to create a new resource pack

ispank [ Sat Jan 05, 2019 6:05 am ]

Thanks martlb. Was trying to figure out if a script had to be attached or not, this confirms that I don't!

Re: How to create a new resource pack

doti [ Wed Jan 09, 2019 6:14 pm ]

I can confirm, there's no technical specific procedure for this

Page 1 of 1 All times are UTC + 1 hour [ DST ]
https://ss.deviatenow.com:443/
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Maroon Fusion theme created by Oxydo
Software, theme modifications, phpBB modification by Doti 2010, 2011