mrmin123 / kancolle-auto

Kantai Collection (Kancolle) bot/automation tool - DEPERECATED - see kcauto-kai:
https://github.com/mrmin123/kcauto-kai
54 stars 22 forks source link

I can't run Kancolle-auto #402

Closed shiragasama closed 6 years ago

shiragasama commented 6 years ago

Issue

Help me! I did all the step 1,2,3,4,5. But i dont know how to run kancolle-auto. I copied the code "java -jar \sikulix.jar -r \kancolle_auto.sikuli" but it kept messaging me like this. I dont know what to do. Maybe someone can show me a tutorial video please? ... image ...

Relevant config snippet (if applicable)

By the way, I want to sortie 1-5 node A for leveling DD/CL. So I edited like this, is it ok? ... [Combat] Enabled = True FleetComps = 1 Area = 1 Subarea = 5 CombinedFleet = False Nodes = 1 NodeSelects = Formations = line_abreast NightBattles = False RetreatLimit = 2 RepairLimit = 1 RepairTimeLimit = 0030 ReserveDocks = False CheckFatigue = False PortCheck = True MedalStop = False LastNodePush = False

mrmin123 commented 6 years ago

You need to actually replace the values in the command with actual paths; those are meant to be placeholder values.

Configuration looks good from a quick gander

On Oct 11, 2017 9:52 AM, "shiragasama" notifications@github.com wrote:

Issue

Help me! I did all the step 1,2,3,4,5. But i dont know how to run kancolle-auto. I copied the code "java -jar \sikulix.jar -r

\kancolle_auto.sikuli" but it kept messaging me like this. I dont know what to do. Maybe someone can show me a tutorial video please? ... [image: image] ... Relevant config snippet (if applicable) By the way, I want to sortie 1-5 node A for leveling DD/CL. So I edited like this, is it ok? ... [Combat] Enabled = True FleetComps = 1 Area = 1 Subarea = 5 CombinedFleet = False Nodes = 1 NodeSelects = Formations = line_abreast NightBattles = False RetreatLimit = 2 RepairLimit = 1 RepairTimeLimit = 0030 ReserveDocks = False CheckFatigue = False PortCheck = True MedalStop = False LastNodePush = False — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .
shiragasama commented 6 years ago

Can I see your path code? I learned a little C language, so i'm not really good in these stuffs

mrmin123 commented 6 years ago

So if your sikulix.jar is in c:/sikuli, you'd write the sikuli path as c:/sikuli/sikulix.jar, and if your kancolle auto is in c:/sikuli/kancolle-auto, the conplete path would be c:/sikuli/kancolle-auto/kancolle-auto.sikuli

On Oct 11, 2017 9:59 AM, "shiragasama" notifications@github.com wrote:

Can I see your path code? I learned a little C language, so i'm not really good in these stuffs

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mrmin123/kancolle-auto/issues/402#issuecomment-335877031, or mute the thread https://github.com/notifications/unsubscribe-auth/AEIF0lmY_IRDEr00LSfbdDYzBzveq6Sfks5srPPcgaJpZM4P1zCj .

mrmin123 commented 6 years ago

So the command would become java -jar c:/sikuli/sikulix.jar -r c :/sikuli/kancolle-auto/kancolle-auto.sikuli

On Oct 11, 2017 10:09 AM, "Minyoung Choi" minyoung.choi@gmail.com wrote:

So if your sikulix.jar is in c:/sikuli, you'd write the sikuli path as c:/sikuli/sikulix.jar, and if your kancolle auto is in c:/sikuli/kancolle-auto, the conplete path would be c:/sikuli/kancolle-auto/ kancolle-auto.sikuli

On Oct 11, 2017 9:59 AM, "shiragasama" notifications@github.com wrote:

Can I see your path code? I learned a little C language, so i'm not really good in these stuffs

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mrmin123/kancolle-auto/issues/402#issuecomment-335877031, or mute the thread https://github.com/notifications/unsubscribe-auth/AEIF0lmY_IRDEr00LSfbdDYzBzveq6Sfks5srPPcgaJpZM4P1zCj .

shiragasama commented 6 years ago

Thanks for your guide. I made it. But I got new problem: the mouse random click and move, not like my want. Just wait a minute, I'll show screen record

shiragasama commented 6 years ago

By the way, this is my whole config. I dont think it's wrong :/ [General] Program = Google Chrome RecoveryMethod = KC3 BasicRecovery = True JSTOffset = 2 SleepCycle = 20 Paranoia = 3 SleepModifier = 0

[ScheduledSleep] Enabled = True StartTime = 0030 SleepLength = 5.5

[ScheduledStop] Enabled = False Mode = time Count = 5

[Expeditions] Enabled = True Fleet2 = 21 Fleet3 = 13 Fleet4 = 2

[PvP] Enabled = False FleetComp = 1

[Combat] Enabled = True FleetComps = 1 Area = 1 Subarea = 5 CombinedFleet = False Nodes = 1 NodeSelects = Formations = line_abreast NightBattles = False RetreatLimit = 2 RepairLimit = 1 RepairTimeLimit = 0030 ReserveDocks = False CheckFatigue = False PortCheck = True MedalStop = False LastNodePush = False

[SubmarineSwitch] Enabled = False EnabledSubs = ss ReplaceLimit = FatigueSwitch = False UseBuckets = False

[LBAS] Enabled = False EnabledGroups = Group1Nodes = Group2Nodes = Group3Nodes =

[Quests] Enabled = False Quests = bd1, bd2, bd3, bd4, bd5, bd6, bd7, bd8, bw1, bw2, bw3, bw4, bw5, bw6, bw7, bw8, bw9, bw10, c2, c3, c4, c8, d2, d3, d4, d9, d11, e3, e4 CheckSchedule = 5

shiragasama commented 6 years ago

Okay after minutes random moves, it still does sortie like i want. But is there anyway to let it clicks faster? 3-5 secs for a click is too slow, just asking. That is my final question!

mrmin123 commented 6 years ago

Not at the moment. I would recommend turning down the Paranoia setting in your config to 0 or 1 for faster iterations. kcauto-kai will have faster performance.