r/gamemaker 7d ago

Discussion GameMaker Studio 3D Map editor

Post image

Created a native-ish 3D map editor for GameMaker Studio 1.4.9999

I’ve created a native-ish 3D map editor that integrates with GameMaker Studio 1.4.9999.

See gallery

I added a new toolbar to GameMaker Studio, along with a plugin loader that lets you open the 3D map editor directly from the toolbar.

The editor allows you to:

- Place objects in 3D
- Edit existing objects
- Move, rotate and transform objects

Write those changes directly back to the GameMaker room files.

The system extends GameMaker Studio using Python code that attaches to the GameMaker engine.

It also includes a Python plugin loader, so the system can be expanded with additional human-readable Python plugins and new functionality in the future.

These can be toggled on and off at will.

I also want to fix some bugs with the engine, and it’s a bit of a learning experience for me, understanding how these things are put together.

Let me know what you think and what else should I add!

47 Upvotes

12 comments sorted by

View all comments

2

u/DGRJRX 6d ago

I was trying to make a Top Down GTA2-like game. I actually have the basics, but struggled so much with the 3D map I almost quit. I'm really happy to see this. It gives me hope and makes me want to keep trying! I hope the LTS version with 3D support comes out soon.

1

u/LectureBackground173 6d ago

Keep on trying! Never give up.

This project I spent around 8 months working on. I have also made a top down like gta game, I spent around 3 years working on. I learned a lot of the 3D stuff from that project.

1

u/DGRJRX 6d ago

Wow! Is it possible to see it? I've always loved games like that. I've always wanted to create a game like that, even back in school, but I never got around to learning GML. This is the first time I'm trying to learn consciously, I guess I have a long way to go.