meandmyshadow icon indicating copy to clipboard operation
meandmyshadow copied to clipboard

Tutorial 10 golden medal is no longer possible.

Open pampogokiraly opened this issue 5 years ago • 1 comments

If i am correct, 4 long gaps are no longer possible to jump over. So that means lvl 10 of tuturial golden medal is impossible to get (also a lot of achivements).

Am i incorrect, or this is really impossible? If so then can you please fix it? :)

pampogokiraly avatar Oct 07 '20 19:10 pampogokiraly

It's possible but it requires perfect alignment (the player moves in x direction 7 pixels per frame). The following record file tut09.map-af8e8b89d9df640ec34d90e36475e7af-best-time.mnmsrec is an example.

record=0*6,1*12,5,1*12,0*8,1*2,0*15,5,1*14,0*14,5,1*32
seed=9546be9a901716e556d05c35b480544c
map(){
	name=Fragile
	recordings=0
	size=800,600
	time=120
	tile(Block,200,300)
	tile(Block,150,300)
	tile(Block,250,300)
	tile(Block,300,300)
	tile(Block,350,300)
	tile(Block,400,300)
	tile(Block,550,300)
	tile(Block,500,300)
	tile(NotificationBlock,300,250){
		message="Those blocks are fragile.\nIf you step on them too often they'll break."
	}
	tile(ShadowStart,200,250)
	tile(PlayerStart,250,250)
	tile(Fragile,350,250){
		state=1
	}
	tile(Fragile,450,250){
		state=0
	}
	tile(Block,600,300)
	tile(Block,450,300)
	tile(Block,700,250)
	tile(Block,700,300)
	tile(Block,650,300)
	tile(Exit,750,150)
	tile(Fragile,450,200){
		state=0
	}
	tile(Block,700,200)
	tile(Block,750,200)
}

acmepjz avatar Oct 08 '20 05:10 acmepjz