• Profile picture of guy

    guysubscriberuc-winner-lvl3master-noderuc-votercrusaderfeatured-lvl3occifer 2020-01-11 00:12:19 UTC

    Guys, I did it
    I got access to stick nodes files, and now im gonna make the splashscreen art memes

    6
    • Holy shit, you did it, you mad lad.

      2020-01-11 00:19:29 UTC 1
    • what memes are we talkin here

      2020-01-11 00:30:42 UTC 1
      • Replying to: Ralph (Developer)what memes are we talkin here

        I dont even know if i’ll do memes, maybe I’ll just make my own figs the splashscreen art

        2020-01-11 00:50:03 UTC 0
      • Replying to: Ralph (Developer)what memes are we talkin here

        Alright, I cant find the node limit, so @ralph, is it under assets, com, fabric, lib, META-INF, or res
        My coding knowledge is limited to rudimentary Python and very little Java (cause I hate java) so this is gonna be hard

        2020-01-11 00:54:11 UTC 0
        • Replying to: guyAlright, I cant find the node limit, so @ralph, is it under

          It’s hard coded inside a lot of things.

          All we getting is the compiled files.

          If we try to reverse engineer code back into libgshit we will have to recode a lot of things cuz they bronk.

          2020-01-11 00:57:52 UTC 1
        • Replying to: guyAlright, I cant find the node limit, so @ralph, is it under

          Also don’t increase node limit unless you want to break the entire stick nodes community because people would be sharing sticks that are 1 segment too big.

          2020-01-11 00:58:57 UTC 1
        • Replying to: guyAlright, I cant find the node limit, so @ralph, is it under

          its, definitely somewhere

          likely obfuscated and compiled into bytecode somewhere lol

          so…

          unless you know what you’re doing (idk either) then oof

          2020-01-11 01:53:39 UTC 0
          • Replying to: Ralph (Developer)its, definitely somewhere likely obfuscated and compiled in

            You made the app, how the frick do you not know it
            And how do you do the node limit updates
            I’m so confused

            2020-01-11 03:08:45 UTC 1
            • Replying to: guyYou made the app, how the frick do you not know it And how d

              lmao

              “compiling code” doesn’t just save the files that programmers type, and put them in a zip that magically turns into a runnable file where people can just extract the file, change a value, and have a new program

              I mean it does, but it does it through the process of converting human-readable code into machine language bytecode that has to be reverse-engineered back into human-readable code if a hacker wanted to change stuff in the program

              the file/folder/data structure of what’s in the finished, compiled apk =/= what i see in my development environment

              2020-01-11 13:05:48 UTC 0