• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

3d game

  1. C

    3D [Solved] Torch effect 3D

    Hi! Im trying to make glowing torch effect and have some fog :). I use d3d_set_fog() for the fog so I only need help with torch effect. Thanks for reading.
  2. S

    [RESOLVED] 3d doom sprite space time distortion graphical error thingy

    Hello world! (moslty gamemaker forums) im using the old fps tutorial mark overmars wrote to make a short 3d adventure game, but pretty much every graphic is just that sprite-on-a-wall-facing-the-camera trick, aka doom sprites. iv done this in earlier versions of gm and it worked, but theres...
  3. VentKazemaru

    Voxel programs with an export layer option?

    Been messing around with doing fake 3d sprites a bit. I feel there's a lot of potential with it, even with it's inefficiencies. I can grasp drawing cakes of pixels over building a model. But right now my current method is pretty cumbersome. Load aseprite/pyxcel edit Draw the model layer by...
  4. S

    Legacy GM Need help adding a sky backdrop (which fills the screen) to the back of a 3D game?

    (I'm working on a 2D platformer which has a 3D look to it) In my object which draws 3D projection stuff in its Draw event, I added a bit of code and the first line of it tells it to "draw_background_stretched" behind all of the other objects. Like so...
  5. C

    3D Jump scare

    I want to make a jump scare to my game when player is in the right place. I have tried draw_sprite but the animation wont play. I have also tried to make that sprite into a object and use instance_create. To get it in right place I made object for it and used d3d_draw_block command because so...
  6. S

    Legacy GM Texture effects/animations for a 3D game?

    In the 3D platformer I've been making recently (which is essentially just a 2D platformer with 3D geometry), I want to make the platform blocks gently "glow" brighter and darker every 2 seconds. I've previously done this sort of thing with sprite animations, but since I'm using backgrounds as...
  7. C

    3D Changing color of the floor on top of the d3d_draw_wall

    Hi everyone! How can I change sprite of the floor when my floor+ceiling object code is: Create event: ceil_tex = sprite_get_texture(s_ceiling, 0); floor_tex = sprite_get_texture(s_floor, 0); hrep = room_height/32; vrep = room_width/32; Draw event: d3d_draw_floor(0, 0, 32, room_width...
  8. H

    3D 3D Collision Detection Script for public use

    feel free to use as long as you credit me and send me an email to harrbri1222 @ gmail . com to let me know how its working or any problems you encounter if anyone needs the script for converting d3d models into a collision buffer pm me input is as specified x1,y1,z1,x2,y2,z2,buffer xyz1 being...
  9. Adrien Dittrick

    Windows 20 abrupt endings

    Gamejolt link: http://gamejolt.com/games/20-abrupt-endings/195653 Itch io link: https://adriendittrick.itch.io/20-abrupt-endings 20 Abrupt Endings This is a collection of old, unfinished projects that I have made between the ages of 15 and 18. All of them are now available as a single complete...
  10. J

    3D Model rotation not working.

    Hello, I am making a 3D game and I have a model loaded in but it isn't rotating the model with d3d_transform_* functions, I have set the model to rotate with the camera's yaw and pitch variables however it just isn't working. Any help would be greatly appreciated :) EDIT: I got it working...
  11. L

    Demo The Pillar Of Autumn: Halo CE Remake (Full 3D) GM 8.1

    Hey guys, Okay here is the first release! Most of the game is done all that needs to be added is more sound files, granades, and alien weapons 4.5 months of work. Here is my masterpiece my first complete 3d game made entirely in game maker 8.1. There will obviously be some bugs. I really...
  12. Posho

    3D [Solved] Display a Projection 100% Clearly Regardless of Fog/Light

    Hello, I've been fiddling with the 3D functions and I've stumbled into a doubt. For certain reasons, I need to make certain projections on my 3D space always visible, clear, fully-colored regardless of any fog or lighting settings already applied with the d3d functions, just like the title...
  13. S

    d3d_set_projection not working.

    I'm trying to set up a first person 3d camera, but for some reason GM is basically ignoring it. I've read through all the documentation and everything seems to be right, but it still doesn't work. Setup code, runs on the player object. Wall object Room Here is the output when I run the...
  14. L

    GODS OF GAMEMAKER, I NEED YOUR HELP!!!

    (I'm new, so sorry in advance if this is in the wrong place!) Okay guys, I wanna make an indie game... I have a base game mechanic, a story, art assets, the music, and basically everything else I would need to complete said game. The only problem is... I DON'T KNOW HOW TO PROGRAM!!! This is a...
  15. S

    Legacy GM Falling through map in 3D game with jump code. Need help!

    Hey guys. Right let me get straight to the point basically in my game it was working fine until i added a jump code. Here's my code to create my floor: var rep = 1; grass = d3d_model_create(); d3d_model_floor(grass,-32000,32000,0,32000,-32000,0,rep,rep); ground_tex...
  16. phillipPbor

    Legacy GM platforming level of the 2.5d game

    you know what klonoa door to phatomile? they have this 2.5D platform mechanic (2D platform in this 3D world) I also heard that red box game has this 2.5D game work. I need help how do you make this 2.5D game better? where the world is like jumping in Z instead of Y or X.
  17. bsabiston

    Display a surface with perspective transformation?

    Hello, For a cut-scene in my game, I would like to take my top-down 2D tiled map world and display it in sort of a 3D-perspective. Is there any way to do that in GMS? I don't really need it to be functional -- I just want to draw the tiled map so that it is squashed into a quadrilateral...
  18. kraifpatrik

    Free Click the Clown 3D Hypno Potato Edition Ultimate 4000

    Click the Clown 3D Hypno Potato Edition Ultimate 4000 The best Click The Clown game you have not played yet! Now Hypno Potato Edition Ultimate 4000 version! Featuring top PSX like quality graphics and music for the most authentic experience! Click the clown and share your highscore...
  19. C

    3Dcube vertical rotation not always correct

    My program has 1 3Dcube on screen. When you press one of the arrow-keys <Left>, <Right>, <Up> or <Down> the cube will rotate horizontally or vertically. But when horizontal rotation is -90, -270, 90 or 270 vertical rotation does not work correctly. Can somebody explain to me why this happens...
  20. Posho

    3D Using SWF sprites in 3D

    Hello everyone, it's good to be back. This is my first post in the new forums, which by the way, they look fantastic. Hope we can make this community great. ;) Alright, so I just stumbled with a little issue here. Just to get things clear right off the bat, I know SWF files don't merge in 3D...
Top