Pro Gamer Moment's Forum Posts

  • Hello so I want to make an update to the game The Helpful Karen because the game is a joke and I want to make it better but I just came to realise that I lost my game files a while ago. My game is in the construct arcade so I was wondering if I could recover the game files. Is there anyway to do this?

  • You might be thinking that I am not smart for asking this because I can just copy and paste the layout itself but for somereason one of my layouts has a glitch and I found that the glitch is not there in another layout. So basically I want to copy and paste everything but I have a lot of layers and I don't know how to copy and paste all the layers itself because if I copy and paste everything else into the new layout everything merges into one layer.

  • Thanks

  • Sorry for asking this too many times, but I didn't show the proper code for it so here is my game https://drive.google.com/file/d/1wPCCt1sYSw_GFVSWWg6qu6MXLgOmjx8R/view?usp=sharing. If you don't know already, basically I am making a game in first person using 3d camera. There is buildings in my game and they have the solid behaviour. Apparently I can go through the buildings and I don't want this. When I try this out in another layout I can't go through other buildings which is what I want. The reason why I am not using this other layout where the solid collision work is because I already have a lot of progress in the layout where it doesn't work. I don't know if this is just a glitch in the specific layout I'm using to make the main game but I don't know how to fix. I hope this is possible to solve. Thank you very much!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • How do I share my project?

  • I don't know if this is helpful but the day the glitch started happening (going through buildings) is the day I used a different computer to work on the game.

  • Not sure what you're expecting when you ask what is wrong with your code, but don't show us your code.

    The solid behavior absolutely works with 3d objects, as can be seen in the 3d shape example.

    You are right, it does work. I tried it out in another layout in the same game and it does. Now I did the exact same thing as in that layout to the main game AND IT DOESN'T WORK. I can go through buildings. Is this probably a bug that can't be fixed. Or is there something that I'm doing wrong because I copy and pasted the same code and used same sprite.

  • I also removed the "custom behaviour" code so I have exactly the same as in the example.

  • I did everything there is in the example (the only thing) by adding the solid behaviour to the 3d object and it still doesn't work. I keep walking through the buildings. Sorry if I'm being annoying but I am pretty new to construct (I only really started using it in December)

  • https://drive.google.com/file/d/1_pPNXBMgXqMloXruZE5EU_nZcaG_3kFV/view?usp=sharing

    As you can see I am going through my 3d objects (buildings) and I have added code to stop it. For some reason 2 days ago it did work but yesterday and today (I didn't change anything to the code) I can just go through buildings. How do I solve this?

  • Oh sorry, I thought by custom movement you meant player movement, my bad.

  • Thank you for the info, but the thing is. For my 3d game im not using custom movement. I am using 8 direction behaviour.

  • Hello, so in my 3d camera game that is first person there is many buildings. I have added the solid behaviour to them. I also added the behaviour "custom" to my player. To make the player not be able to go through the buildings because I know that the solid behaviour doesn't always work in 3d, i made an event where whenever the keys wasd (my movement keys) is pressed it pushes out players from solid nearest. It used to work yesterday but today it for some reason is not working. I can go through buildings and my aim is not to. Is there any way to resolve this? thanks.

  • Thank you so much!