GTA's custom goombas

Mapping related threads and questions go in here!
Post Reply
User avatar
GTA
Posts: 33
Joined: 13 Oct 2012, 18:38

Post » 20 Apr 2014, 01:59

Hi, Here is my custom goombas

Black Goombas:
Image
Cant be stomped , you can use has a platform and you can kill him with fire balls

Code: Select all

base=goomba
{
	"speedy": 10,
	"stompable": false
}
Image
Adanced Goombas
Flies,cant be stomp, you cant use has a platform and you can kill him with fire balls

Code: Select all

{
	"quadcount": 3,

	"movement": "truffleshuffle",
	"stompable": false,
	"killsonsides": true,
	"killsonbottom": true,
	
	"animationtype": "frames",
	"animationframes": 2,
	"animationstart": 1,
	"animationspeed": 0.2,
	
	"truffleshufflespeed": 2,
	"truffleshuffleacceleration": 8,
	
	"quadno": 3,
	
	"width": 0.75,
	"height": 0.75,
	
	"static": false,
	"active": true,
	
	"category": 4,
	
	"mask": [	true, 
				false, false, false, false, true,
				false, true, false, true, false,
				false, false, false, false, false,
				true, true, false, false, false,
				false, true, true, false, false,
				true, false, true, true, true],
					
	
	"emancipatecheck": true,
	"autodelete": true,
	
	"bounces": true,
	"bounceforce": 9,
	"gravity": 30,
	
	"offsetX": 6,
	"offsetY": 11,
	"quadcenterX": 8,
	"quadcenterY": 16
}
Image

Image
I DO NOT OWN THIS CODE IT WAS MADE BY ALESAN99, i just did some few changes
Bouncing Goombas
They bounce and..... yeah

Code: Select all

base=goomba
{
	"bounces": true,
	"stompable": true
}
Image

Image
Those are my firsts custom enemies
Last edited by GTA on 20 Apr 2014, 02:11, edited 2 times in total.

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

Post » 20 Apr 2014, 02:08

You forgot to credit me for the original paragoomba.
Oh and this is my second time asking for proper credit. I have nothing against you, it's just that in my terms of use it says you have to give me credit if you edit them.

User avatar
GTA
Posts: 33
Joined: 13 Oct 2012, 18:38

Post » 20 Apr 2014, 02:11

alesan99 wrote:You forgot to credit me for the original paragoomba.
Oh and this is my second time asking for proper credit. I have nothing against you, it's just that in my terms of use it says you have to give me credit if you edit them.
Sorry, added

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

Post » 20 Apr 2014, 02:13

Thanks.

What are you planning to make next?

User avatar
GTA
Posts: 33
Joined: 13 Oct 2012, 18:38

Post » 20 Apr 2014, 02:15

alesan99 wrote:Thanks.

What are you planning to make next?

Im thinking making the banzai bill, that giant bullet bill in SMW

Image

User avatar
Sunset_Moth
Posts: 781
Joined: 02 Sep 2012, 23:22
Contact:

Post » 21 Apr 2014, 20:23

Maybe the bouncing goombas could spin. Seems like they should.

User avatar
Smear-Gel
Posts: 297
Joined: 23 Oct 2012, 18:49

Post » 23 Apr 2014, 21:12

I've been meaning to find/make a ride-able enemy for some time. Nice.

User avatar
Mr.Q.Marx?
Posts: 849
Joined: 15 May 2012, 18:35

Post » 23 Apr 2014, 21:27

Smear-Gel wrote:I've been meaning to find/make a ride-able enemy for some time. Nice.
viewtopic.php?f=12&t=4009&p=94627&hilit=green#p94627

User avatar
Smear-Gel
Posts: 297
Joined: 23 Oct 2012, 18:49

Post » 24 Apr 2014, 22:03

Also useful.

Post Reply