Navigation

    CreatiCode Scratch Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • CreatiCode

    Maybe Creaticode knows the issue:

    Help
    3
    7
    168
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • The_True_Odst
      The True ODST Best Forum Helpers last edited by

      @info-creaticode

      https://play.creaticode.com/projects/67e45ca9e53a95a57785cd48

      when you press Q (once everything has loaded in), a blueprint should pop up. When this happens, you should see an option to press a transportation hangar. When you press it, There’s supposed to be a faded version of the hangar but it doesn’t appear. Can you find the issue?

      ODST: Orbital Drop Ship Trooper
      (Halo Reference)

      info-creaticode 1 Reply Last reply Reply Quote 0
      • info-creaticode
        CreatiCode @The_True_Odst last edited by

        @the_true_odst

        Can you pinpoint which block should trigger the “faded version” to appear? And does that block get to run or not?

        You can try to use the “print to console” block at a few critical points to help you track the program flow.

        Also, it is not clear why this project takes so long to load. Maybe you can make a copy of it, delete all sprites/code unrelated to the hanger, so that you can start it quickly as you debug.

        The_True_Odst 1 Reply Last reply Reply Quote 0
        • The_True_Odst
          The True ODST Best Forum Helpers @info-creaticode last edited by

          @info-creaticode it takes long to load because of the 5000x5000 block terrain generation. It’s supposed to be a big open world, so it waits until all blocks are loaded

          ODST: Orbital Drop Ship Trooper
          (Halo Reference)

          Tyller_ 1 Reply Last reply Reply Quote 0
          • info-creaticode
            CreatiCode last edited by

            @the_true_odst

            In that case, you can skip that whole process when you debug the issue since it is unrelated to the issue, right?

            The_True_Odst 1 Reply Last reply Reply Quote 1
            • The_True_Odst
              The True ODST Best Forum Helpers @info-creaticode last edited by

              @info-creaticode I believe so, although the “point towards mouse-pointer” is a bit buggy on a scale that isn’t at its original size

              ODST: Orbital Drop Ship Trooper
              (Halo Reference)

              info-creaticode 1 Reply Last reply Reply Quote 0
              • Tyller_
                Tyller_ Best Forum Helpers @The_True_Odst last edited by

                @the_true_odst You can do it so it generates terrain nearby the player first, and either while the player is just playing and/or as the player comes near, generate more (broadcasts are async so if you make it so stuff is done using non waiting broadcasts it wont slow down the game much and you can let them play faster)

                <div component="post/signature" data-uid="255" class="post-signature">Check out my chat room project so you ppl can not use forums as chat rooms! https://play.creaticode.com/projects/66f2e1dcd1be43d82b886fbd?version=1 <p dir="auto">
                </div>

                1 Reply Last reply Reply Quote 0
                • info-creaticode
                  CreatiCode @The_True_Odst last edited by

                  @the_true_odst said in Maybe Creaticode knows the issue::

                  point towards mouse-pointer” is a bit buggy

                  We’ll look into that.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post