Goomba ship enemy (mari0 se beta 8)

General Mar0 discussion has been moved to this subforum!
Post Reply
User avatar
zeverse
Posts: 33
Joined: 01 Nov 2015, 17:51

Post » 04 Nov 2015, 03:16

Its been a week since i didnt know how to code a custom enemy/mod.
I have modded a lakitu into a goomba ship (wich is a mini ship with a evil twin of mario throwing goombas)

(credit to quertymanO07 for code)


download mod now(For mari0 se beta 8)
https://www.dropbox.com/s/taafgk0wbjn1i ... e.zip?dl=0
Image

Code: Select all

{
	"quadcount": 1,
	
	"animationtype": "frames",
	"animationframes": 1,
	"animationstart": 1,
	"animationspeed": 100,

	"nospritesets": true,
	
	"width": 0.75,
	"height": 0.75,

	"mask": [	true,
					true, false, false, true, true,
					true, true, true, true, true,
					true, false, true, true, true,
					true, true, true, true, true,
					true, true, true, true, true,
					true, true, true, true, true],

	"gravity": 0,
	"portalable": false,
	"category": 21,
	
	"movement": "follow",
	"stompable": false,
	"killsonsides": true,
	"killsonbottom": true,
	
	"offsetX": 6,
	"offsetY": 6,
	"quadcenterX": 8,
	"quadcenterY": 12,
	
	"followspace": 4,
	"distancetime": 1.5,
	
	"emancipatecheck": true,
	"spawnsenemy": "goombaegg",
	"spawnenemydelays": [3],
	"spawnenemyspeedy": -10,
	"spawnenemyspeedx": 6,
	"spawnmax": 10,
	
	"throwquadoffset": 1,
	"throwpreparetime": 0.5,
	
	"ignorefaithplates": true
}
Last edited by zeverse on 04 Nov 2015, 21:44, edited 1 time in total.

User avatar
Qwerbey
Posts: 1280
Joined: 05 Oct 2012, 07:58
Contact:

Post » 04 Nov 2015, 05:31

So basically it's a non-stompable version of my goomba lakito? I'd like credit, please.

User avatar
TurretBot
Posts: 4412
Joined: 15 Mar 2012, 23:18
Contact:

Post » 04 Nov 2015, 05:32

did he actually steal it from you though?

User avatar
Qwerbey
Posts: 1280
Joined: 05 Oct 2012, 07:58
Contact:

Post » 04 Nov 2015, 05:35

I compared the codes, and they are more or less identical. I have good reason to believe so.

User avatar
Technochips
Posts: 608
Joined: 12 Mar 2015, 16:05
Contact:

Post » 04 Nov 2015, 13:33

i guess you don't know whats the enemy repositurium is

User avatar
zeverse
Posts: 33
Joined: 01 Nov 2015, 17:51

Post » 04 Nov 2015, 21:43

well i do give credit do

User avatar
zeverse
Posts: 33
Joined: 01 Nov 2015, 17:51

Post » 04 Nov 2015, 21:43

just didnt have time last night just rushed my self

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

Post » 04 Nov 2015, 23:16

This is actually just a custom enemy, not a mod.
It should go here: viewtopic.php?f=12&t=4009

User avatar
zeverse
Posts: 33
Joined: 01 Nov 2015, 17:51

Post » 04 Nov 2015, 23:33

idont know this is my first time with this website i need to learn a bit more

Nosht12
Posts: 3
Joined: 07 Nov 2015, 23:09

Post » 08 Nov 2015, 01:40

cool enemy bro you should make me a enemy too!!!!!
Lol if you can that will help

Post Reply