Page 8 of 19
Re: Heart's Club (BETA Thread)
Posted: Sun Feb 15, 2015 10:08 am
by d3vi0n
@Ambossli, richman
great work with the metronome :)
jhorny10493 wrote:I placed 0.9 in the Guide folder of GuideMe, but where do I put 0.91 Hotfix and 0.92 Update? Please Help

same place like 0.9...
they just add an updated xml script and add / change some pictures in the 0.9 media subfolder.
jhorny10493 wrote:GuideMe 0.1.2 won't work with any version of Heartclub, Java keeps crashing everytime I hit new game.. Please help

Did you download the right version for your windows (64 bit or 32 bit)? If GuideMe v0.1.2 doesn't work: Install GuideMe v0.1.0 and replace GuideMe.jar from v0.1.2 with the one in GuideMe v0.1.0
pekkasen wrote:Everytime I try to start a new game the whole program/game freezes on me. I tried all of the version of Hearts Club, but all of them freeze. I can browse the credits and the help pages without a problem, although help doesnt show anything on video page. I tried another thingie made for GuideMe and it worked without any problems.
Strange... did you have sound and video in the other "thingie" you tried? Did you use GuideMe v0.1.2 for Hearts Club?
Re: Heart's Club (BETA Thread)
Posted: Sun Feb 15, 2015 2:21 pm
by Ambossli
Code: Select all
function fG1metronome() { var vG1OptionNometronome = scriptVars.get("vG1OptionNometronome"); var vDifficulty = scriptVars.get("vDifficulty"); var vHeat = scriptVars.get("vHeat"); if (vG1OptionNometronome == "true") { var vspeedheat = 0; if (vDifficulty=="hard") { var vspeedheat = (vHeat * 10); } if (vDifficulty=="normal") { var vspeedheat = (vHeat * 5); } var speed = comonFunctions.getRandom(guideSettings.getPref("bpm")); var speed = (speed + vspeedheat); jscriptLog("speed" + speed); overRide.setMetronome(speed, "4", "0", ""); } }
replace the old function fG1metronome with this new one, save the xml and her arousal will influence the metronome
Re: Heart's Club (BETA Thread)
Posted: Sun Feb 15, 2015 5:45 pm
by Frozen88
Great
Maybe we could add also a page, where you can modify the min- and maxspeed.

Re: Heart's Club (BETA Thread)
Posted: Sun Feb 15, 2015 7:10 pm
by Ambossli
you can do that in the guid prefrences
Re: Heart's Club (BETA Thread)
Posted: Sun Feb 15, 2015 7:27 pm
by pekkasen
d3vi0n wrote:
pekkasen wrote:Everytime I try to start a new game the whole program/game freezes on me. I tried all of the version of Hearts Club, but all of them freeze. I can browse the credits and the help pages without a problem, although help doesnt show anything on video page. I tried another thingie made for GuideMe and it worked without any problems.
Strange... did you have sound and video in the other "thingie" you tried? Did you use GuideMe v0.1.2 for Hearts Club?
The other script or whatever you wanna call these didn't have any video or sound to it as far as I know.
And I did use GuideMe v0.1.2 for Hearts Club.
But yea, like jhorny said java basically keeps crashing when I hit new game.
Re: Heart's Club (BETA Thread)
Posted: Sun Feb 15, 2015 11:00 pm
by philo
pekkasen wrote:But yea, like jhorny said java basically keeps crashing when I hit new game.
If you want to put the log files up somewhere that should give an idea why it is crashing.
Re: Heart's Club (BETA Thread)
Posted: Mon Feb 16, 2015 5:30 am
by candii
i have guide me v 1.0 and 1.2 and the newest hearts club 9.2 but i cant seem to get it to work:( plz help!
Re: Heart's Club (BETA Thread)
Posted: Mon Feb 16, 2015 1:02 pm
by Nezhul
Freezes after pressing "New Game"
it's something about the "intro" page, because "Intro1" starts up fine. I tried messing around with it a bit and couldn't get it to work still.

Re: Heart's Club (BETA Thread)
Posted: Mon Feb 16, 2015 1:37 pm
by Nezhul
ok... it seems like every page with audio in it makes it freeze.
I use: GuideMe v0.1.2
HeartsClub v 0.9.2
Java 8 update 13 (build 1.8.0_31-b13) x64
any tips?
Re: Heart's Club (BETA Thread)
Posted: Mon Feb 16, 2015 2:00 pm
by dbt
Nezhul wrote:ok... it seems like every page with audio in it makes it freeze.
I use: GuideMe v0.1.2
HeartsClub v 0.9.2
Java 8 update 13 (build 1.8.0_31-b13) x64
any tips?
I couldn't get it to work with Guideme 0.1.2, it froze at the start. I used version 1.0 and replaced the jar file with the one from 1.2, and then it worked.
Re: Heart's Club (BETA Thread)
Posted: Mon Feb 16, 2015 2:24 pm
by philo
dbt wrote:Nezhul wrote:ok... it seems like every page with audio in it makes it freeze.
I use: GuideMe v0.1.2
HeartsClub v 0.9.2
Java 8 update 13 (build 1.8.0_31-b13) x64
any tips?
I couldn't get it to work with Guideme 0.1.2, it froze at the start. I used version 1.0 and replaced the jar file with the one from 1.2, and then it worked.
Sounds like it is vlc related, I think I moved to a later version in 1.0
I will double check later when I get home.
It is probably trying to use an older version of vlc or a 32bit
it should use what is in the guide me directory but sometimes it decides to use a different one if it is installed.
Re: Heart's Club (BETA Thread)
Posted: Mon Feb 16, 2015 2:31 pm
by Nezhul
so what should I do?
Re: Heart's Club (BETA Thread)
Posted: Mon Feb 16, 2015 3:14 pm
by Nezhul
judging by logs it IS VLC. I got error message "Unable to load libvlc". However after adding libvlc.dll and libvlccore.dll to guideme folder I now get the following in logs:
Code: Select all
vlcj: (AbstractNativeDiscoveryStrategy.java:57) | DEBUG | directoryName=D:\Games\GuideMe v0.1.2vlcj: (AbstractNativeDiscoveryStrategy.java:85) | DEBUG | Matched 'libvlc.dll' in 'D:\Games\GuideMe v0.1.2'vlcj: (AbstractNativeDiscoveryStrategy.java:85) | DEBUG | Matched 'libvlccore.dll' in 'D:\Games\GuideMe v0.1.2'vlcj: (AbstractNativeDiscoveryStrategy.java:88) | DEBUG | Matched all required filesvlcj: (AbstractNativeDiscoveryStrategy.java:63) | DEBUG | result=D:\Games\GuideMe v0.1.2vlcj: (NativeDiscovery.java:112) | DEBUG | path=D:\Games\GuideMe v0.1.2vlcj: (NativeDiscovery.java:114) | INFO | Discovery found libvlc at 'D:\Games\GuideMe v0.1.2'vlcj: (LibVlcFactory.java:189) | ERROR | Failed to load native library
so it finds it but still unable to load.
I used the latest version I found, and it was FUCKING HARD to find it. where do you get it from normally? VLC webssite wasn't any help at all.

Re: Heart's Club (BETA Thread)
Posted: Mon Feb 16, 2015 3:24 pm
by Nezhul
ok, got libvlc.dll and libvlccore.dll, put them in the guideMe folder and it works..... kinda. No sound is played still, but at least it doesn't freeze.

Re: Heart's Club (BETA Thread)
Posted: Mon Feb 16, 2015 3:31 pm
by d3vi0n
You don't need to install Java or VLC on your PC! Everything you need is already in the GuideMe v0.1.0.zip including Java and the correct VLC libraries! Just unzip it and use "start.bat" to run GuideMe. With start.bat it should find everything! Don't run GuideMe.jar directly!