Help me please in SE

Mapping related threads and questions go in here!
Post Reply
User avatar
HowToEatGirafes
Posts: 516
Joined: 05 Feb 2014, 23:18
Contact:

Post » 16 Mar 2014, 14:09

Hello it's how to eat girafes and i have a big problem :
my don't want to work ....
i put i non-stompable, non collision , killsonsides false (it's an object) of 200x200 pixels
can someone help me ?

Code: Select all

{
"quadcount": 1,

   "nospritesets": true,
   
   "resistsfire": true,
   
  
   "static": true,
   
   "active": true,
   
   "category": 2,
   
   "animationtype": "none"
   
   "movement": "false",
   
   
	"killsontop": false,
	
	"killsonsides": false,
	
	
	
	"stompable": false,
	
	"starttowardsplayerhorizontal": false,
	
	"width": 1,
	"height": 0.875,
	
	"gravity": 0,
	
	"mask": [	true, 
				true, false, true, true, true,
				true, true, true, true, true,
				true, true, true, true, true,
				true, true, true, true, true,
				true, true, true, true, true,
				true, true, true, true, true],
				
	
	"emancipatecheck": false,
	
	"autodelete": false,
	
	
	"offsetX": 8,
	"offsetY": 1,
	"quadcenterX": 8,
	"quadcenterY": 8,
	}

User avatar
Tecminer
Posts: 437
Joined: 11 Jan 2014, 20:44
Contact:

Post » 16 Mar 2014, 14:24

Shouldnt this be in the enemy repositorium?

User avatar
HowToEatGirafes
Posts: 516
Joined: 05 Feb 2014, 23:18
Contact:

Post » 16 Mar 2014, 14:32

Tecminer wrote:Shouldnt this be in the enemy repositorium?
i don't konw because enemy repositorium are finished enemies

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

Post » 16 Mar 2014, 14:39

Code: Select all

  "quadcenterY": 8,
   }
You shouldn't put a comma at the end.
Here's how you should do it:

Code: Select all

  "quadcenterY": 8
   }

User avatar
Tecminer
Posts: 437
Joined: 11 Jan 2014, 20:44
Contact:

Post » 16 Mar 2014, 15:21

in the enemy repoitorium you dont have to post a finished enemy, you also get help when you need it ;)

User avatar
HowToEatGirafes
Posts: 516
Joined: 05 Feb 2014, 23:18
Contact:

Post » 16 Mar 2014, 19:14

Thanks guys i'll try this ;)

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

Post » 16 Mar 2014, 19:28

Tecminer wrote:in the enemy repoitorium you dont have to post a finished enemy, you also get help when you need it ;)
Enemy repositorium is meant to be a thread were mapmakers can get enemies, it's not really a help thread.

User avatar
Tecminer
Posts: 437
Joined: 11 Jan 2014, 20:44
Contact:

Post » 16 Mar 2014, 20:00

But there are a lot of people requesting for help...

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

Post » 16 Mar 2014, 20:02

Tecminer wrote:But there are a lot of people requesting for help...
Yeah but it's better to ask in a different thread.

User avatar
Tecminer
Posts: 437
Joined: 11 Jan 2014, 20:44
Contact:

Post » 16 Mar 2014, 20:51

Then you think there should be made an entirely new thread just for that?

Post Reply