Nifflas' Support Forum

Level Editing Support => Knytt Stories Level Editing Support => Topic started by: seven on February 27, 2011, 03:37:34

Title: Creating new powerups?
Post by: seven on February 27, 2011, 03:37:34
This is probably a pretty dumb question, but I didn't find anything relevant using the FAQ or search, so:

Is it possible to create new powerups (like the double jump, etc.)?  I had the idea of turning the player's ability to jump into an item, but I have no idea if the editor supports this.  I'm guessing the answer is probably "no," but I thought I'd check anyway.

On an unrelated note, where is the sign tile used in the KS tutorial?  I'm still pretty new to this editor and I haven't found it yet. >_<
Title: Re: Creating new powerups?
Post by: Firecat on February 27, 2011, 05:13:39
You can't create your own powerups, but can simulate that a existing powerup its another kind of item, but it may require knowledge of shifts and flags.

And you can find the signpost tile in the tileset 1 (Tutorial tileset)
Title: Re: Creating new powerups?
Post by: egomassive on February 27, 2011, 05:14:34
The sign object is mentioned briefly at the top of page 12 in the .pdf manual by SiamJam. For more detailed explanations on objects check out the object compendium (http://nifflas.lpchip.nl/index.php?topic=2628.0).

To make your own image for a power-up:
Title: Re: Creating new powerups?
Post by: Talps on February 27, 2011, 18:05:49
There are items in the system file that prevent the player from jumping; they're the tiles that say 'no jump' for some reason, and if you place them over a tile it will stop the player jumping when in this tile. Then you can use a power-up image you've made and use flags or shifts to make the character shift from a screen or set of screens with the 'no jump' tiles on every square the player can walk in, into identical screens without.

This level (http://nifflas.lpchip.nl/index.php?topic=672.0) uses the technique near the start (this level is also seriously weird) (but it has wonderful music). Obviously the later into the level you put your jump powerup, the more work it would require.