[MOD COLLECTION] Mini Mods (NEW MOD)

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 17 Nov 2013, 19:09

This is a collection of mods I made in about three days. I didn't want to make a thread for every mod so I made this thread.
So lets get started

Mari0 1.6 (LOVE 0.8.0)

CUSTOMIZABLE GOOMBA
This is my favorite mod. This mod allows you to simply change goombas.
Take a look at the gif for a demonstration of what can be done with this mod:
Image
Now you're amazed right?
Here's how to use this mod:
Before you do anything you must make a customgoomba folder in your Mari0 folder located in AppData\Roaming\LOVE.

To change the movement and all that funstuff make a .txt file named customgoomba in the customgoomba folder. Then paste this in:

Code: Select all

goombaspeedx;2|goombaspeedy;0|goombadeathtime;0.5|goombaanimationspeed;0.2|goombagravity;80|goombawidth;12|goombaabilities;0
These are the default settings but you can change the numbers.
Goombaspeedx is how fast the goomba moves horizontaly and goombaspeedy is how fast it moves verticaly.
Goombadeathtime is how long the goomba will last after being stomped.
Goombaanimationspeed is how fast the goomba's animation is.
Goombagravity is the goomba's gravity.
Goombawidth is the goomba's width(in pixels)
Goombaabilities
This one is awesome! These are cheats for goombas.
0 = regular
1 = breaks blocks left and right
2 = breaks blocks left, right, and up
3 = gets stomped right away
4 = reproduce
5 = comes back when stomped
6 = jumps
7 = spins
8 = EVERY ABILITY!!!!


To change how the goomba looks put a .png picture named customgoomba in the customgoomba folder.
Use this as a template:Image

To change the stomp sound put a .ogg file name customgoomba in the customgoomba folder.
Well, that's about it. Post your creations below if you want to
DOWNLOAD

GUN MOD
This has been done before but this is my take on it.
Fire bullets with your run button.
If you have a star hold your run button to spam bullets.
Fire Mario can't shoot, HAHAHA!
Video
DOWNLOAD

Mari0 SE (LOVE 0.9.0)

Mari0: Time and place
This mod is based the one from http://l.j-factor.com/emulation/
I'll copy the description because i'm lazy.
l.j-factor.com/emulation wrote:Image
This is Super Mario Bros Mar0: Time And Place. In this variation, time stands still when Mario stands still and speeds up when Mario speeds up. It took me ages a few minutes to code this darned thing, so be sure you check out all of the strange new behaviours that result from this temporospatial anomaly. Like the balance-lift platforms, for instance.
DOWNLOAD
To instal just replace the game.lua in Mari0 SE with this one. Make sure you're using Mari0 SE beta 9.


Did you like these mods? Feedback is appreciated.
Last edited by alesan99 on 20 Apr 2014, 00:59, edited 1 time in total.

B-Man99
Posts: 1868
Joined: 02 Jul 2012, 00:32
Contact:

Post » 18 Nov 2013, 00:57

Okay the goomba customization mod is my new favorite mod of all time
Fantastic work Alesan, I am always super impressed by what you do. Really, every single thing you do is high quality and fun. Thank you.

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 18 Nov 2013, 01:03

Thanks.

I will be updating the customizable goomba mod do look forward to that.

User avatar
MagicPillow
Posts: 1108
Joined: 20 Jul 2013, 04:59
Contact:

Post » 18 Nov 2013, 03:46

The goomba mod is great! I might use it it a mappack (if I have enough time).
The only other thing I'd want would be customizable goomba health.

User avatar
Superjustinbros
Posts: 2119
Joined: 29 Mar 2012, 20:39
Contact:

Post » 18 Nov 2013, 04:16

May I ask if it'd possible to have…

*Goombas scared by ledges
*Goombas that cannot be killed (unless with Stars) nor hurt the player, just bump him/her around.
*Goombas that occasionally fire small bullets at the player.

I also felt like sharing this.
Image

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 18 Nov 2013, 04:51

Ok. I'll also make it so you may have multiple abilities.

B-Man99
Posts: 1868
Joined: 02 Jul 2012, 00:32
Contact:

Post » 18 Nov 2013, 10:28

Can we have multiple types of custom Goombas? That would be really cool!

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 21 Nov 2013, 04:03

I added the everything except the bullets and multiple custom goombas(I don't want to make new entities for this mod).
Superjustinbros wrote: I also felt like sharing this.
Image
Now you can make that goomba!
Image
the next update will change how the customgoomba.txt is loaded. You'll now need to paste this in instead

Code: Select all

speedx;2|speedy;0|deathtime;0.5|animationspeed;0.2|gravity;80|breakblocks1;0|breakblocks2;0|stomped;0|reproduce;0|infinite;0|jumps;0|jumpforce;20|spins;0|hp;1|edge;0|bumps;0|fireballhit;0
OR you can just delete the old customgoomba.txt and the game will automatically make a new one for you!

Any last suggestions before I release the update?

User avatar
BobTheLawyer
Posts: 2232
Joined: 01 May 2012, 21:00

Post » 21 Nov 2013, 04:15

Make it so you only need to put in the text for the things you are going to change.
For example, I want a fast goomba that has low gravity and reproduces. Can you make it so this works:

speedx;90|gravity;10|reproduce;1

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 21 Nov 2013, 04:20

You can already do that (I didn't know :P). I just posted the whole thing so people could easily just change the numbers.

User avatar
maidenTREE
Posts: 653
Joined: 28 Mar 2013, 16:16
Contact:

Post » 12 Jan 2014, 03:43

How can I access the level editor in Mari0: Fake Edition?

User avatar
alesan99
Posts: 2335
Joined: 30 May 2013, 21:42
Contact:

Post » 20 Apr 2014, 00:59

Turtley3 wrote:How can I access the level editor in Mari0: Fake Edition?
You can't lol

User avatar
I LÖVE LUA
Posts: 222
Joined: 12 Aug 2013, 13:19

Post » 23 Apr 2014, 11:02

alesan99 wrote:Make sure you're using Mari0 SE beta 9.
Where can I find this? :(

User avatar
Automatik
Posts: 1073
Joined: 20 Jul 2012, 17:54
Contact:

Post » 23 Apr 2014, 11:41

Well what's the name of the .love file you have? If there is "9enemies" in it then it's the beta 9.
Here's the beta 9 in case you need it: http://guegan.de/stuff/mari0_se_2014-03 ... emies.love

To "put the game.lua in the game", rename the .love file to .zip, open that zip, replace the game.lua in that zip with the modded game.lua, then close the .zip and rename it back to .love . Bam you're done.

User avatar
I LÖVE LUA
Posts: 222
Joined: 12 Aug 2013, 13:19

Post » 23 Apr 2014, 13:06

Automatik wrote:Well what's the name of the .love file you have? If there is "9enemies" in it then it's the beta 9.
Here's the beta 9 in case you need it: http://guegan.de/stuff/mari0_se_2014-03 ... emies.love

To "put the game.lua in the game", rename the .love file to .zip, open that zip, replace the game.lua in that zip with the modded game.lua, then close the .zip and rename it back to .love . Bam you're done.
Thanks, but
1) I had version 7-fix of Mario SE beta.
2) I know a faster way, right-click on the .love, 7-Zip>Open, and bam.

Post Reply