Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 42 to 81 of 168 · Next page · Previous page · First page · Last page

I Need Help!

(again :P)

since my magicavoxel only appears as a black screen i used blockbench to make my obj model.. (now i dont know if blockbench works or not) but i saw someone used blender so i made mine with blender (keep in mind none of them appeared in my game)

unless im stupid and it has something to do with the setup or the texturing :/     

(and im too lazy to make another model if i dont really need to (but if i do then ill just make another model... if magicavoxel would OPEN (not blank screen))

I need help! I'm trying to use rotate camera like head on macOS but I run into 2  1 problems

1. idk how to use it 

2. tutorials doesn't seem to work( the example shooter project also doesnt work :( ...   

I found a new solution.. instead I use rotate camera instead of rotate camera like head.. I don't know if this will work on other devices so please test it on a windows or linux or something like that :)

there's also a problem about the camera limitations and stuff

( again idk know how to use it T-T )

(+1)

By "shooter project" are you perhaps referring to the "FPS Example" example I am distributing?

Unfortunately I don't have a Mac so I can't confirm the problem. Are there any Mac users experiencing similar problems?

correct! i found a way to work around this by using "rotate camera" instead of "rotate camera like head" since i dont own a windows idk if it works on other platforms :/ 

My Skybox dosent work anymore. It worked earlier. Even if i create a totally new scene the scybox is just a pink texture instead of my picture. The path of the picture is right. What are possible reasons of this?

Make sure you haven't removed the skybox image from your resources. There are also reports that placing the skybox image in the project folder instead of the assets folder fixed it.

Btw i've solved this problem. Despite the fact a picture is in the game folder it can be not in resources list of the game. So i should first add this picture to any sprite/any other object to make it visible in the project resources list.

(+1)

I just wanna say that I really appreciate what you are doing - great work!

How do I add more that one OBJ  for 3d models that are too big to add normally through actions? I tried through JavaScript and it would not load the second large OBJ.

does anyone know how to make a 3d slope 

How do you add 3d sound?

this doesn't seem to be working

i tried checking if it was playing by using the condition to check whether a 3D sound was playing but it always returned false

i'm guessing it has got something to do with me leaving the "Parent 3D Object ID" as blank ("")

clamp

Hi Pandako! Firstly thank you for the update.

I need to ask another question:
How do I put 3D objects to be rendered first? So that it appears behind everything else.
I need this to make a dynamic skybox with moving clouds.

I saw a comment about it being related to projection scale but so far no luck.

Pandako (or anyone), does anyone know how to collide with 3d models???

The short answer is to do 2d collision like you would for a 2d game - you might want to use Platformer & Platform behaviours, use the "Serparate two objects" action, etc - or create a specially crafted hitbox for each model.

how would I create a hitbox for models?

Quick question! I am having a little problem where I can't move my head up and down only left and right. Now the thing is that I have the camera linked to the player so if anyone could help out that would be Noice!

(+1)

Turn off link angle in the cameras behaviour

Ok Ty!

(+1)

Hi Pandako, 

Am I permitted to use the given characters from the assets folder in my own game?

(+3)

nice extension

How to shoot straight to the center of camera instead of shooting bullets fromt the side with an angle? What should i use instead of "WithThreeJS::CameraAngle("Y")-90"?

For example, i have an object with Linked 3d camera. How to shoot straight in front of the camera from the center of the camera? Why the camera looks to the left of the object? How to turn the camera to look to the front direction? Anyway how to shoot straight?

CenterY?

Hi Pandako, 

How do I change the near & far clipping of my camera? I would like to be able to get close to objects while having a 90 FOV.

(My previous issue is solved, after the update I redid my camera events & it worked fine)

Hello reina,

This extension does not yet support changing the "near" and "far" properties, but this can be done using Javascript.

"const Camera = gdjs.__WithThreeJS.get("Camera");"
This will give you access to the camera.

Please understand, however, that I do not recommend using Javascript to control this extension.

This extension will support changing camera properties in the future.

(+2)

These were supported in version 0.8.1.

(+1)

This is a silly request but imagine playing a video or mp3 file as a 3D flat image thing! Wouldn't that be cool? Anyway, just a silly suggestion! Great job on your extension btw!

Theirs a bug in the bounding box collision example where theirs no deceleration if you hold into a wall. Like if Im holding left and up into a wall then stop pressing the left input it keeps moving in the left direction.

(+1)

I could not confirm the problem on my PC. Please let me know the steps to reproduce the issue.

(1 edit)

yeah no problem

https://drive.google.com/file/d/18mm8aUu7SA93WzvJp3b3d42TV_IqdR0d/view?usp=shari...

(+1)

Thanks for the video. I now understand what you are trying to say.

This is a problem with the "Speed on the X axis" action in the "Top-down movement" behavior.

I will report this issue to GDevelop.

Is there a good way to use the fire bullets extension in the side view camera? I can't seem to figure out how to use it... 

Hey, Pandako, I'm having problems with the 'rotate camera like head' action. None of the tutorials on YouTube seem to be working, and I have a feeling the problem is on my end. That said, do you have any ideas on how I could turn the camera using the mouse in an alternative way? I don't necessarily need the player to be able to look up, but it would be a nice addition. I'm making an open-world RPG and it would be disastrous if the users had to rotate the camera by just using the arrow keys.

(+2)

Have you seen my tutorial? it shows you how to make camera rotation using the mouse from scratch 

I hope it helps

Thanks!

I guess I kept the link angles function on.

Hey nice tutorial!

i have a similar problem with  the player to be able to look up

Hi, Pandako! Could you answer two questions :

1. There's a FPS Arena project on youtube based on your extension. And 3d sprites enemies can easily go through the walls ( like a half on the enemy can be inside an edge of the 3d block). What's the possible reasons of this bug? Is it just a collision problems or it's a problem of adapting a pathfinding behaviour to 3d? 
2. How to make a working pathfinding in 3d? My enemies just stopped to walk while they did it before. Like what's the minimum requirements for pathfinding?

(+1)

Hi yarsvet,
1. I think that's because the collision mask of the sprite is too small. Try making it bigger.
2. Sadly I don't know pathfinding yet, if you've never done it before try learning from a 2d tutorial before trying to do it for a 3D game.

Hi Pandako!, I really enjoy using the extension you made, but I have a small problem. I was trying to add being able to click projected sprites. However, it doesn't seem to work. I need to click the original sprite (which is hidden) to be able to interact with the projected one. I think it would be a nice idea to be able to interact with projected sprites more! If there is a work around, hope you don't mind informing me!

(+1)

Use Raycast to click on 3D objects.  The "Raycast Example" and "Change 3D Texture Example" will help you.

Thanks! It works now

Hi Pandako! You've one a great job with this extension! It has so much potential! I have just one concern though. While messing around with the extension to make a small FPS, I noticed that whenever I fire bullets, The bullets appear behind everything else on the screen. I've checked the Z-order and all my code seems to be just like all the others that have made similar things with the extension, and yet I somehow still haven't managed to find a fix for my problem. Do you know what I could possibly be missing?

Hello The Creator,

You may be generating bullets in the wrong position. Maybe by turning off the "Hide 2D Object" of the player (camera) and the bullets you may be able to see where the bullets are being generated.

I managed to fix the problem! It seems like the issue was linked to the bullet's projection scale for some reason

Hi there! I bought the example projects today and I had a question. Some of the scenes, the 3rd person perspective example for one, appear blank. The example runs fine but I can't seem to figure out how to view the layout. In the editor all I see is a white window with s!me text. I'm a gdevelop newb so a little help would be appreciated.

Some scenes in the example project create 3D objects from events. (e.g. "Basic example")
Please check the event sheet.

Yes, I figured that out after reviewing the different scenes more closely. Thanks for the reply. 

im trying to make a flamethrower weapon . how are you using emitters in the example 

I wonder if this'll ever get a discord server. For real-time help and advice from other experienced users of the extension.

(+1)

i made this co-op game with this plugin https://gob-gob-goblin-studio.itch.io/mushroom-mall-nerds

Hello Pandako, how do you actually integrate 3D models into a game? because whenever i try to create a 3D model in a game it just seems to not exist no matter what scale or position

Hi Abdullah33,

Are you trying to read an OBJ file?

Yes , i followed your tutorial video

You can see how the 3D model is loaded in the "Output 3D Model Information To Console" action.
Try pressing "Ctrl + Shift + i" in the preview window to see the console.

Do you know what these errors mean? 

image.png

I don't have access to the image, so it's not showing.

(1 edit) (+1)

For more immersive skyboxes I recommend going to Poly Haven for their pure sky hdri's.

This: https://polyhaven.com/hdris?s=pure%20skies

They're free, Under CC0 License , HD,  and beautiful.

  1. Click on one you like
  2. Click the three bars beside the download button
  3. Click 8K Tonemapped JPG (This should open a new tab with image)
  4. Right click and and choose save as. 
  5. Import it into GDevelop
  6. Enjoy the majesty


I have a question, how do i make buttons that you can press just like on one of the demo projects and how to i slightly tilt the camera down

Hi! It seems impossible to use Particles with this extension? I tried to create a particle of a blood after killing an enemy or particles for a firethrower weapon. The same with tween behavior.

Hi, I have got an problem. I am using 3d extension and I wanted to create fps like wolfenstein, problem is that camera object(that rotation is following coursor) stopped working when it reached edge of screen. Then I found mouse pointer lock extension, but when I am using it my camera does only shake, can you please help me?


"MousePointerLock::MovementX()" returns the distance the mouse cursor moves, not the angle.
Therefore, it is not a suitable value for the "Rotate toward angle" action. Using the "Rotate" action instead might work.

(+1)

Excuse me and I probably just suck, but for some reason, the animations on the sprites aren't working. I'm using 6.1 I think.

(+1)

Maybe this will solve the problem you're having.

(+2)

Thanks, Pandako your extension is really cool.

(+1)

i made a game with your extension check it out man https://gob-gob-goblin-studio.itch.io/farm-exl 

I was wondering why my game is not rendering anything, but the plane is gone, and the camera isn't hidden. and i tried networking, I might try this on a new PC but if you can provide a fix it will help alot.

Here is a photo of what is happening

do you have this code?

Thank you for sharing, and I'm sorry for not posting sooner. I have already figured out the problem.

no problem lol 🤣

Hey Pandako, i have been wondering.

How do you make things dark like a horror game?

Lights are not yet supported by the extension. You can use a dark fog to provide some of that effect - see the example at the top. Lights *are* supported by the engine itself, so hopefully in a future update we will get support inside GDevelop events for controlling lighting.

You can also just make dark textures. And textures that simulate dark lighting.

(+1)

What!? 3D in GDevelop??? How cool is that!?

Hey Pandako!

Thanks for this awesome plugin ! I have question. I am using this extension in my game. but when new version of extension is released I am not able to update it. How should I update Extension without disturbing the game.

Hi RudrakshGames,

It will automatically update when you import a new version. However, since this extension is under development, I cannot guarantee that it will update correctly.

(+2)

FUN FACT: If you use this extension along with Arthuro555's Multiplayer extension. You can make 3D multiplayer games. Pretty cool I'd say.

Viewing most recent comments 42 to 81 of 168 · Next page · Previous page · First page · Last page