GateteVerde / Gatete-Mario-Engine-9

An open-source Mario engine for GameMaker version 2022.8 and above
BSD 3-Clause "New" or "Revised" License
57 stars 14 forks source link

How i access to the music? #20

Open Coder-M-a opened 2 months ago

Coder-M-a commented 2 months ago

I'm making an SMB2 Remake but i can't find the musics folder :(

GateteVerde commented 2 months ago

Music is external, you need to put the music in the datafiles folder.

Do find the Included Files folder to see how it works

Coder-M-a commented 2 months ago

How can I put it in the game?

GateteVerde commented 2 months ago

Edit the ini file and add a new section on the level control object

Coder-M-a commented 2 months ago

I put the music but when i enter in a level the game crashes but i have an idea put the music play in the room creation code but the ini file are there, how can i ¨delete¨ them without crashing the game? (To is for my remake from Mario 2 wants to have his own music per level and the underground parts) And sorry if i have bad spelling : (

GateteVerde commented 2 months ago

In the variables of obj_levelcontrol, add a new list element with the same name you put in the .ini file