Page 1 of 1

0.6.1 Editor Guide

PostPosted: 25 Dec 2019, 12:17
by DevonST
I updated my editor guide to cover the changes in SuperTux 0.6.1 and improved many small things.

Here’s the guide: https://github.com/Ordoviz/wiki/blob/ma ... e-0-6-1.md

Feel free to collaborate to it. If this is good enough, it might get added to the GitHub Wiki.

Re: 0.6.1 Editor Guide

PostPosted: 26 Dec 2019, 16:28
by KiyanTheBluePenguin
Cool! Like The Tutorial.
Could You Explain Why You Made This?
I'm Just Curious ;)

Re: 0.6.1 Editor Guide

PostPosted: 26 Dec 2019, 19:39
by Random Paradox
KiyanTheBluePenguin {l Wrote}:...Could You Explain Why You Made This?
I'm Just Curious ;)

I would guess Devon made it because the tutorials are in 5 separate videos and some people would prefer to read a wiki article instead of watching 5 videos.

Re: 0.6.1 Editor Guide

PostPosted: 26 Dec 2019, 20:58
by chomwitt
I try to follow your guide to create a secrea area.
All go smoothly but in the last step
I cant right click on my secret area so that i can change its settings.
I can see in tilemap 0 the green tile where i put the secretarea tile but
rightclick does nothing.

Re: 0.6.1 Editor Guide

PostPosted: 26 Dec 2019, 21:06
by chomwitt
I found that if i must have selected sth from the object category.
Seems like a bug.

Re: 0.6.1 Editor Guide

PostPosted: 27 Dec 2019, 10:55
by DevonST
Could You Explain Why You Made This?


Being able to link to a document simplifies answering questions about how to do something in the editor. A text-based tutorial has the advantage that it can be updated more easily than a video. Besides, I would have benefited a lot from a guide like this if it had existed when I made my first level. When I wanted to achieve something, I often looked at other levels and copied from there. Having everything in one place simplifies finding the information you’re looking for.

I found that if i must have selected sth from the object category.
Seems like a bug.


See https://github.com/SuperTux/supertux/issues/1169

Re: 0.6.1 Editor Guide

PostPosted: 28 Dec 2019, 20:18
by chomwitt
DevonST Thanks for the issue link.