Page 1 of 1

Custom stuff

Posted: 21 Apr 2016, 20:26
by Waterflux
How do I upload custom stuff like titles, entities, and music? I wanna put in some of my own music for a map pack, but idk how.

Re: Custom stuff

Posted: 21 Apr 2016, 20:30
by HugoBDesigner
Hey Waterflux, welcome to the forums! We hope you like your stay!

So, things like custom titles and entities aren't possible in vanilla Mari0. They are, however, possible in some mods, like Alesan's Entities, for example. You can also check Mari0: SE (or the community's Bug Fixes version) for some of those features.

Re: Custom stuff

Posted: 21 Apr 2016, 21:05
by Waterflux
I tried checking out the SE, it's .love I don't know what to do with a .love file. I use windows

Re: Custom stuff

Posted: 21 Apr 2016, 21:12
by Technochips
Waterflux wrote:I tried checking out the SE, it's .love I don't know what to do with a .love file. I use windows
go install love2d and open the .love file with it

Re: Custom stuff

Posted: 21 Apr 2016, 21:22
by Waterflux
it crashes the moment I open it

Re: Custom stuff

Posted: 21 Apr 2016, 21:32
by HugoBDesigner
You need version 0.9.2, which can be found here:

https://bitbucket.org/rude/love/downloads

Re: Custom stuff

Posted: 21 Apr 2016, 21:56
by Waterflux
I just tried it, it works fine but I still don't see a way to add custom stuff.

Re: Custom stuff

Posted: 21 Apr 2016, 21:57
by Technochips
Waterflux wrote:I just tried it, it works fine but I still don't see a way to add custom stuff.
it's on the external way, you must open the folder %appdata%\LOVE\mari0_se\mappacks\*yourmappack*\enemies\ for making custom enemies in json, there was a documentation but it went missing

if you want to see how enemies are created, rename the mari0se.love file into mari0se.zip, open it (it's works) and look at the enemies folder, and take a look at each of the json files (enemies) (json is a raw file text you can open it with notepad), it might be complicated but json is a very simple programming language

Re: Custom stuff

Posted: 21 Apr 2016, 22:03
by Waterflux
Thanks