Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Tutorial 10 golden medal is no longer possible. #57

Open
pampogokiraly opened this issue Oct 7, 2020 · 1 comment
Open

Tutorial 10 golden medal is no longer possible. #57

pampogokiraly opened this issue Oct 7, 2020 · 1 comment

Comments

@pampogokiraly
Copy link
Contributor

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? :)

@acmepjz
Copy link
Owner

acmepjz commented Oct 8, 2020

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)
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants