Language…
6 users online: Alex No, Darolac, DixyNL, Rykon-V73, synthie_cat,  Tahixham - Guests: 237 - Bots: 380
Users: 64,795 (2,377 active)
Latest user: mathew

Pipe Generator

SMW Sprites → Pipe Generator

Submission Details

Name: Pipe Generator
Author: Davros
Added:
Version History: View
Tool: PIXI
Type: Standard
Dynamic: No
Disassembly: No
Includes GFX: No
Description: This custom sprite will generate exit enabled pipes once all the enemies on the screen have been defeated. It will generate:

-Upper or lower pipes
-Right or left pipes

It must be inserted as a sprite.

(Rykon-V73) Small update: Added 2 .json files for the pipe generators and ExGFXAB.bin.
It's meant to serve as placeholder GFX for pipes. It shows you how they're placed in the editor.
Tags: lorom pacifist pipe spawner
Comments: 9 (jump to comments)
Rating:
5.0 (2 ratings)
No rating
Download 6.71 KiB | 767 downloads

Screenshots

Comments (9)

simon.caio Link
..switching to SA-1 it spawned for me right at level start -> I changed
Code
LDY #$0B ; \ load number of times to go through loop
to
Code
LDY #$16
and seems to work now
Romano338 Link
A lot of time it spawns right as the level starts, srpite or not. I think it's more about not recognizing certain sprites as sprites than this being inconsistent. It's consistent in not recognizing some sprites, and recognizing others. Tried it with 5 or 6 custom sprites, it worked only with one.
Francium Link
Is this compatible with sa-1?
Gamma V Link
This has been so useful in my latest projects because it can easily be made to spawn other things besides pipes just by editing the Map16 table. I've used it to spawn Yoshi Coins, "unlock" boss doors, and make blocks disappear in 2x2 squares.
EvanGamer2020 Link
Originally posted by Final Theory
Very cool but what if you are standing in the place where the pipe spawns?
You Die.
 Kevin Link
Approved since the update just added the json files. Note that the ExGFX provided is only needed to have the correct graphics show up in Lunar Magic (the sprite works fine without it), so if you need something else in SP4 don't insert it.
Tested with LM 3.10, pixi 1.2.12.
Final Theory Link
Very cool but what if you are standing in the place where the pipe spawns?
Diego From older version: Pipe Generator Link
This sprite generates the pipe the instant the player enters the level... Any way around this?
TheBiob From older version: Pipe Generator Link
Updated to use shared subroutines, and added tags and screenshots.

Also merged both versions into one file.