Page 9 of 19
Re: Cock Hero - Randomiser
Posted: Sun Aug 12, 2012 3:02 pm
by Jackal403
Would it (or is it already?) be possible to add in a "Skip" hotkey, for when you're doing a randomized list and a round you don't particularly care for comes up? I know that clicking the video ahead past the rounds duration will skip it, but due to the nature of the game, that's sometimes awkward!
Just a suggestion!
Re: Cock Hero - Randomiser
Posted: Sun Aug 26, 2012 5:44 pm
by BenDover
hello there,
i don't know how to get the randomiser working. i have installed .net4.5 and windows media player.
it says all videos are "offline"
thanks in advance
Re: Cock Hero - Randomiser
Posted: Sun Aug 26, 2012 7:14 pm
by vivi
Cock Hero Pornstar Edition - Gracie Glam By bornforthis
Code: Select all
<VIDEO> <Filename>Cock Hero Pornstar Edition - Gracie Glam 720p.mp4</Filename> <Round> <StartTime>00:00:50</StartTime> <EndTime>00:04:53</EndTime> <SkillRaiting>1</SkillRaiting> </Round> <Round> <StartTime>00:05:15</StartTime> <EndTime>00:09:36</EndTime> <SkillRaiting>1</SkillRaiting> </Round> <Round> <StartTime>00:10:00</StartTime> <EndTime>00:15:44</EndTime> <SkillRaiting>1</SkillRaiting> </Round> <Round> <StartTime>00:16:05</StartTime> <EndTime>00:22:59</EndTime> <SkillRaiting>1</SkillRaiting> </Round> <Round> <StartTime>00:23:20</StartTime> <EndTime>00:26:28</EndTime> <SkillRaiting>1</SkillRaiting> </Round> <Round> <StartTime>00:26:49</StartTime> <EndTime>00:32:52</EndTime> <SkillRaiting>1</SkillRaiting> </Round> <Round> <StartTime>00:33:14</StartTime> <EndTime>00:40:07</EndTime> <SkillRaiting>1</SkillRaiting> </Round> </VIDEO>
BenDover wrote:hello there,
i don't know how to get the randomiser working. i have installed .net4.5 and windows media player.
it says all videos are "offline"
thanks in advance
http://depositfiles.com/files/0zn44ahd4 here's a link for the CHDB.xml you need for using the randomiser, it has most if not all entries in this thread. Just place it in your randomiser folder along with your videos in the same folder and start CH.exe
Re: Cock Hero - Randomiser
Posted: Sun Aug 26, 2012 7:16 pm
by Hack
BenDover wrote:hello there,
i don't know how to get the randomiser working. i have installed .net4.5 and windows media player.
it says all videos are "offline"
thanks in advance
You need to have the video files in the same directory/folder as the randomizer, then it'll pick them up.
Ex:
D:/backup/video/CH.exe
D:/backup/video/CH - Ultimate.wmv
Then it'll pick all your videos up, as long as they are in the .xml file.
If you're more worried about keeping things organized (aka a Flux folder, a 'regular' CH folder, a hardcore folder, etc) you can add the folder to the file name in the .xml file:
Ex:
This is the code to have the CH.exe in the same folder as the video:
Code: Select all
<Filename>CH - Ultimate.wmv</Filename>
This will let you make a folder called "Cock Hero" where the video is saved:
Code: Select all
<Filename>Cock Hero\CH - Ultimate.wmv</Filename>
D:/backup/video/Cock Hero/CH - Ultimate.wmv
Re: Cock Hero - Randomiser
Posted: Sun Aug 26, 2012 7:30 pm
by plissk3n
Also check that the filenames are matching the filenames entered at the CHDB.xml
When you rename the Cock Hero Videos it won't work until you update the xml.
Re: Cock Hero - Randomiser
Posted: Sun Aug 26, 2012 8:05 pm
by BenDover
thanks for the help.
now it works
Re: Cock Hero - Randomiser
Posted: Fri Aug 31, 2012 8:14 pm
by vivi
Cock Hero RED EXTACY By LCatt
Code: Select all
<VIDEO> <Filename>CH RED EXTACY.mp4</Filename> <Round> <StartTime>00:01:20</StartTime> <EndTime>00:15:17</EndTime> <SkillRaiting>1</SkillRaiting> </Round> <Round> <StartTime>00:16:11</StartTime> <EndTime>00:27:31</EndTime> <SkillRaiting>1</SkillRaiting> </Round> <Round> <StartTime>00:28:51</StartTime> <EndTime>00:41:07</EndTime> <SkillRaiting>1</SkillRaiting> </Round> <Round> <StartTime>00:41:41</StartTime> <EndTime>00:53:45</EndTime> <SkillRaiting>1</SkillRaiting> </Round> </VIDEO>
Re: Cock Hero - Randomiser
Posted: Wed Sep 05, 2012 11:06 pm
by eljuanjo
Hey guys!
I just have found Milovana and I think it is one ob the coolest sites I've ever visited. I have been trying some CH videos and they are awesome. However I tried to download the Randomiser and it looks the file was deleted from the storage server. Can anybody please upload it again?
Thank you!
Re: Cock Hero - Randomiser
Posted: Thu Sep 06, 2012 4:41 am
by ThumpeR11
eljuanjo wrote:Hey guys!
I just have found Milovana and I think it is one ob the coolest sites I've ever visited. I have been trying some CH videos and they are awesome. However I tried to download the Randomiser and it looks the file was deleted from the storage server. Can anybody please upload it again?
Thank you!
This one should still work
http://filecloud.io/c562fdh7
Re: Cock Hero - Randomiser
Posted: Tue Sep 11, 2012 4:51 am
by eljuanjo
ThumpeR11 wrote:eljuanjo wrote:Hey guys!
I just have found Milovana and I think it is one ob the coolest sites I've ever visited. I have been trying some CH videos and they are awesome. However I tried to download the Randomiser and it looks the file was deleted from the storage server. Can anybody please upload it again?
Thank you!
This one should still work
http://filecloud.io/c562fdh7
Thanks ThumpeR11, I really appreciate it.
Any interest in a Java (Cross-platform) version
Posted: Mon Oct 08, 2012 2:58 pm
by pendorbound
Greetings all,
I was wondering if there would be any interest in a version of the Randomizer that would run on non-Windows platforms (IE Mac OS or Linux)? I've managed to get a rudimentary version of it together in Java that works reasonably well on the Mac. It parses the same scene database & session script files that the Windows version does, and it spawns a video player application (MPlayer or VLC) to play back each scene. There's no GUI to speak of, so you need to edit text files for settings, but adding a GUI wouldn't take *that* much work if there's interest.
I'd be willing to throw the source code up on Github or something if anybody was interested. Currently it's something only a geek could love -- editing config files, compiling Java code. Assuming I'm not the only non-Windows perv lurking about the place, I wouldn't mind spending some time to clean it up a bit.
Thoughts?
Re: Any interest in a Java (Cross-platform) version
Posted: Mon Oct 08, 2012 3:10 pm
by ThumpeR11
pendorbound wrote:Greetings all,
I was wondering if there would be any interest in a version of the Randomizer that would run on non-Windows platforms (IE Mac OS or Linux)? I've managed to get a rudimentary version of it together in Java that works reasonably well on the Mac. It parses the same scene database & session script files that the Windows version does, and it spawns a video player application (MPlayer or VLC) to play back each scene. There's no GUI to speak of, so you need to edit text files for settings, but adding a GUI wouldn't take *that* much work if there's interest.
I'd be willing to throw the source code up on Github or something if anybody was interested. Currently it's something only a geek could love -- editing config files, compiling Java code. Assuming I'm not the only non-Windows perv lurking about the place, I wouldn't mind spending some time to clean it up a bit.
Thoughts?
I don't have much experience here, but I'd love to see a Windows version that uses VLC, don't know if that would be possible, but WMP goes retarded way too often.
Re: Cock Hero - Randomiser
Posted: Wed Oct 10, 2012 12:38 am
by Schribbel
looks like the download link is down.
can somebody please reupload it?
Re: Cock Hero - Randomiser
Posted: Sun Oct 14, 2012 12:29 pm
by nihlus
http://filecloud.io/sg4eot2p - this won't last forever. It's a custom CHDB that was kicking about on here a while back which isn't fully up to date so you'll need to play about with that as well. Last updated on 2012/04/29.
Re: Cock Hero - Randomiser
Posted: Sun Oct 14, 2012 10:14 pm
by Schribbel
nihlus wrote:http://filecloud.io/sg4eot2p - this won't last forever. It's a custom CHDB that was kicking about on here a while back which isn't fully up to date so you'll need to play about with that as well. Last updated on 2012/04/29.
thank you!