Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • CreatiCode
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

CreatiCode Scratch Forum

  1. CreatiCode Forum
  2. Help
  3. problems with 3d

problems with 3d

Scheduled Pinned Locked Moved Help
10 Posts 2 Posters 2.6k Views 1 Watching
  • 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.
  • S Offline
    S Offline
    judah marcus
    wrote on last edited by
    #1

    I have been working on making a little open world multiplayer game for me and my friends to play but now i am having trouble with the player being restricted to a smaller area than the whole map even though other projects go beyond this border I don’t know what happening please help
    https://play.creaticode.com/projects/6760316a56af495135f3e9ee

    JaecadeJnightJ 2 Replies Last reply
    1
    • S judah marcus

      I have been working on making a little open world multiplayer game for me and my friends to play but now i am having trouble with the player being restricted to a smaller area than the whole map even though other projects go beyond this border I don’t know what happening please help
      https://play.creaticode.com/projects/6760316a56af495135f3e9ee

      JaecadeJnightJ Offline
      JaecadeJnightJ Offline
      JaecadeJnight
      Mod Helper
      wrote on last edited by jeffreyrb03-gmail
      #2

      @sucram-dev where you intiialize/create the world,I’m guessing maybe you might wanna increase the world size from 2000x2000 to something like 10000x10000 or something else bigger you would have to mess around with it.
      bc507d78-1924-4a44-a498-41c84f9eae83-image.png

      That might solve the problem

      I think you might wanna use other projects like the 2 player 3D doom project as a starting point and then edit that to your likings and make it more sandbox-ish

      #LLJW
      <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

      1 Reply Last reply
      0
      • S judah marcus

        I have been working on making a little open world multiplayer game for me and my friends to play but now i am having trouble with the player being restricted to a smaller area than the whole map even though other projects go beyond this border I don’t know what happening please help
        https://play.creaticode.com/projects/6760316a56af495135f3e9ee

        JaecadeJnightJ Offline
        JaecadeJnightJ Offline
        JaecadeJnight
        Mod Helper
        wrote on last edited by
        #3

        @sucram-dev just tried out ur project and it’s neat
        c18fddfc-90a0-4d20-ae97-2bc4292688c5-image.png
        I see what you mean about like the bordered area and I’m sure that you just gotta change the world width and world height to something higher. I also recommend adding A and D controls for left and right since right now you can go right and left with the mouse and forward/back with W/S and it feels a tiny bit weird. You might also wanna make it so you can go up or like jump. That could be done with a message to the world i think since these blocks were designed for 2D but can also be used for 3D, it’s just the Y coordinate (up and down) need to be implemented another way, like with sending a jump message to the server and then handling it by making a drone go up.

        #LLJW
        <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

        S 1 Reply Last reply
        0
        • JaecadeJnightJ JaecadeJnight

          @sucram-dev just tried out ur project and it’s neat
          c18fddfc-90a0-4d20-ae97-2bc4292688c5-image.png
          I see what you mean about like the bordered area and I’m sure that you just gotta change the world width and world height to something higher. I also recommend adding A and D controls for left and right since right now you can go right and left with the mouse and forward/back with W/S and it feels a tiny bit weird. You might also wanna make it so you can go up or like jump. That could be done with a message to the world i think since these blocks were designed for 2D but can also be used for 3D, it’s just the Y coordinate (up and down) need to be implemented another way, like with sending a jump message to the server and then handling it by making a drone go up.

          S Offline
          S Offline
          judah marcus
          wrote on last edited by
          #4

          @jeffreyrb03-gmail thanks that fixed the problem right away I plan to keep updating this and eventually rpg elements

          S 1 Reply Last reply
          1
          • S judah marcus

            @jeffreyrb03-gmail thanks that fixed the problem right away I plan to keep updating this and eventually rpg elements

            S Offline
            S Offline
            judah marcus
            wrote on last edited by
            #5

            @jeffreyrb03-gmail I have also been thinking about making a game with ultrakill like movement

            JaecadeJnightJ 1 Reply Last reply
            0
            • S judah marcus

              @jeffreyrb03-gmail I have also been thinking about making a game with ultrakill like movement

              JaecadeJnightJ Offline
              JaecadeJnightJ Offline
              JaecadeJnight
              Mod Helper
              wrote on last edited by
              #6

              @sucram-dev Cool! I’m glad I could help. For your game I recommend adding a lot of more things to keep track of/save to the world like weapons and inventory and even saving stuff to a database/variables and also adding more to the title screen

              #LLJW
              <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

              S 1 Reply Last reply
              0
              • JaecadeJnightJ JaecadeJnight

                @sucram-dev Cool! I’m glad I could help. For your game I recommend adding a lot of more things to keep track of/save to the world like weapons and inventory and even saving stuff to a database/variables and also adding more to the title screen

                S Offline
                S Offline
                judah marcus
                wrote on last edited by
                #7

                @jeffreyrb03-gmail one more thing I was wondering though was how could make a sword follow the player (I swapped out the drone for an avatar) and move with the animations

                JaecadeJnightJ 1 Reply Last reply
                1
                • S judah marcus

                  @jeffreyrb03-gmail one more thing I was wondering though was how could make a sword follow the player (I swapped out the drone for an avatar) and move with the animations

                  JaecadeJnightJ Offline
                  JaecadeJnightJ Offline
                  JaecadeJnight
                  Mod Helper
                  wrote on last edited by
                  #8

                  @sucram-dev there’s a block to attach objects to avatars’ body parts, i was using it in my own game for avatar item testing ()

                  7e803a1a-ab24-40ae-a4e2-449db97f9586-image.png ( in 3D Actions)

                  #LLJW
                  <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

                  JaecadeJnightJ 1 Reply Last reply
                  0
                  • JaecadeJnightJ JaecadeJnight

                    @sucram-dev there’s a block to attach objects to avatars’ body parts, i was using it in my own game for avatar item testing ()

                    7e803a1a-ab24-40ae-a4e2-449db97f9586-image.png ( in 3D Actions)

                    JaecadeJnightJ Offline
                    JaecadeJnightJ Offline
                    JaecadeJnight
                    Mod Helper
                    wrote on last edited by
                    #9

                    @jeffreyrb03-gmail they move with animations so like running, the hat will move too

                    #LLJW
                    <span style="color:white;background-image:linear-gradient(to right, lightblue, navy)">My name is Jeff</span>

                    S 1 Reply Last reply
                    0
                    • JaecadeJnightJ JaecadeJnight

                      @jeffreyrb03-gmail they move with animations so like running, the hat will move too

                      S Offline
                      S Offline
                      judah marcus
                      wrote on last edited by
                      #10

                      @jeffreyrb03-gmail thanks

                      1 Reply Last reply
                      1

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • CreatiCode