Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

atleast after the engine is modified into a megaman type one would it be alright if I released it for free so more people can be able to make 3d megaman fangames, and original titles

I'm not OK with edits of my paid engines/asset packs being released as competing asset packs, especially not for free.

ok, just thought I'd ask, how do I swap out 3d models for instance replace the maria model with a character model from the models resource

The models in the MariaEngine64 are all generated from code (path + config parameters + texture atlas), this is done in the skelani_init_all_models script. After you've defined a new model go to obj_player's create event and replace the line "skelani_load_model(smd_MARIA)" with loading the other model you want.

For external models, though... there's an OBJ (Wavefront) importer script in the open world project you could just copypaste over but there's sadly no support for using existing skeletal animation information in the model (Game Maker doesn't support skeletal animation natively so I had to make my own separate system)

If you're using existing model assets you might be interested in Snidr's Model Format, it's a free skeletal animation system for Game Maker. It's a bit tricky to set up (and requires you to convert the models to a different, custom format) but there's very few other options.

would it be alright if I had someone modify the engine for me, aswell as put any assets in it  I would need for a fangame and/ or indie game (or just straight up turning it into the game/ game engine I want made)

It's totally OK making a game with my engines / asset packs, and you're allowed to sell those (no questions asked, no credit necessary, no licensing fees / royalties necessary) - just don't distribute the source code files.

ok, thank you