Giter VIP home page Giter VIP logo

Comments (19)

anditsung avatar anditsung commented on August 26, 2024

what version are you running?

from salien-bot.

Archen55 avatar Archen55 commented on August 26, 2024

18
Edit: I'll update and see if I will keep running on this issue. I'll report later after idling for some time.

from salien-bot.

Archen55 avatar Archen55 commented on August 26, 2024

Update: so, I'm on ver. 24 and it's still stuck. I was forever stuck on 75045 XP, and there was no way to make the script pass over it. I had to play myself to make it go up, and the script simply seems to not be working properly, as I'm still not getting XP.

Would you kindly investigate?

from salien-bot.

anditsung avatar anditsung commented on August 26, 2024

im using firefox using tampermonkey and its working fine.

from salien-bot.

meepen avatar meepen commented on August 26, 2024

Can you give your whole setup to me @Archen55 ? browser, userscript manager, version

from salien-bot.

callmenemo491 avatar callmenemo491 commented on August 26, 2024

i believe what is happening, is that the script is choosing the tile which is like 99.9999% completed, and whilst you are playing that tile, the tile becomes 100%, so when you complete it, the game rejects your XP earned, and therefore it is not 'saved'.
perhaps, it is better to make the script, filter out tiles which are like 99% completed, or something like that.

looking at console debug:, am puzzled.

Mythology Planet zone 73 (1, 6) progress: 0.9648227691650391 difficulty: 3
join to zone 73
73

Arguments { … }
Navigated to https://steamcommunity.com/saliengame/play

Mythology Planet zone 36 (0, 3) progress: 0.005151200108230114 difficulty: 2
join to zone 36
36

Server reported level 7 (156810 / 180000)
continued!
Mythology Planet zone 80 (8, 6) progress: 0.005579200107604265 difficulty: 2
join to zone 80
80

Arguments { … }
Navigated to https://steamcommunity.com/saliengame/play

Mythology Planet zone 70 (10, 5) progress: 0.005936400033533573 difficulty: 2
join to zone 70
70

from salien-bot.

callmenemo491 avatar callmenemo491 commented on August 26, 2024

FireFox 60.0.2 x64, Tampermonkey 4.7.5788 + Script v24

from salien-bot.

memehammad avatar memehammad commented on August 26, 2024

i'm using the headless mode and i'm also not gaining any xp

from salien-bot.

VanackSabbadium avatar VanackSabbadium commented on August 26, 2024

The "normal" script works good, but the headless one doesn't make me gain any xp points also.

Google Chrome 66.0.3359.170 + Tampermonkey 4.6 + Script v24

from salien-bot.

VoidedHeadPort avatar VoidedHeadPort commented on August 26, 2024

I had issues with both scripts.

I was able to get the "normal" script to reward xp again by changing my character's customisation options back to the ones seen when the script is running (which for some reason were the same options as when I first ran the script - except for the body type which was changing)

from salien-bot.

memehammad avatar memehammad commented on August 26, 2024

the game seems to restart too quickly, its already reloading while its still uploading my score

from salien-bot.

MainFighter avatar MainFighter commented on August 26, 2024

yeah headless isn't working for me either, just not gaining exp

from salien-bot.

VoidedHeadPort avatar VoidedHeadPort commented on August 26, 2024

It could actually be one of those errors at, which forces it to reload.

from salien-bot.

Scyoni avatar Scyoni commented on August 26, 2024

The issue is definitely the timeout. Fixed (clumsily) by adding a delay before clicking the continue button. Here's my fix in const TryContinue:

if (GAME.m_State.m_VictoryScreen) {
        GAME.m_State.m_VictoryScreen.children.forEach(function(child) {
            if (child.visible && child.x == 155 && child.y == 300) {// TODO: not this
                continued = true;
                isJoining = true;
                setTimeout(() => {
                    isJoining = false
                }, 6000);
		setTimeout(() => {
		    child.pointertap();
                }, 5000);
            }
        })
    }
    if (GAME.m_State.m_LevelUpScreen) {
        continued = false;
        GAME.m_State.m_LevelUpScreen.children.forEach(function(child) {
            if (child.visible && child.x == 155 && child.y == 300) {// TODO: not this
                continued = true;
                isJoining = true;
                setTimeout(() => {
                    isJoining = false
                }, 6000);
		setTimeout(() => {
		    child.pointertap();
                }, 5000);
            }
        })
    }

from salien-bot.

VanackSabbadium avatar VanackSabbadium commented on August 26, 2024

@Scyoni it doesn't work for me. I replaced it in index.user.js, is that right?

from salien-bot.

memehammad avatar memehammad commented on August 26, 2024

this only works on the web version

from salien-bot.

Scyoni avatar Scyoni commented on August 26, 2024

@VanackSabbadium Yes, but it will only fix the user script version not the headless one. If it's still redirecting before your score is uploaded you can increase the delay by changing the 5000 and 6000 to a higher number (just make sure whatever you replace 5000 with, you replace 6000 with something 1000 higher). That'd be one slow connection, but just sayin'.

from salien-bot.

VanackSabbadium avatar VanackSabbadium commented on August 26, 2024

@Scyoni oh, i understand. Well, my user script version works fine, i need a fix for the headless version, since i'd like to close Google Chrome to free some RAM. I'll wait for a fix by @meepen :)

from salien-bot.

callmenemo491 avatar callmenemo491 commented on August 26, 2024

tested the solution provided by @Scyoni, and it works for me very well.
have done a pull request so its in the final solution

from salien-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.