Custom Sonic CD seed

[Open Assets] Custom Sonic CD seed 1.0

I made sure my file(s) follow the Submissions Guidelines
  1. Yes
This script implements a custom Sonic CD-style seed which will spawn any type of flower, not just GFZ ones.

This is meant to be used as a mapping resource. It will not change gameplay or any behavior on vanilla levels whatsoever.

How to use:
1. Place the script in the provided PK3 inside your own WAD or PK3. In case of the former, make sure it is loaded before the maps that are going to use it.
2. Add MT_CUSTOMSEED to your map's FlickyList parameter. This will also work alongside other flicky types.
3. Add a Lua.FlowerList parameter with the object type constants of the desired flower types. This will work with any object type.

Your level header should end up with these:
Code:
FlickyList = MT_CUSTOMSEED
Lua.FlowerList = MT_CUSTOMFLOWER1, MT_CUSTOMFLOWER2, MT_CUSTOMFLOWER3

All specified object types will have the same chance of appearing.

This resources includes a sample map (MAP01.wad) containing a set of five flowers (MT_PFFLOWER1 to MT_PFFLOWER5) which are also reusable. Thanks to @Dakras for putting them together!
  • srb20010.gif
    srb20010.gif
    5.8 MB · Views: 730
  • srb20011.gif
    srb20011.gif
    6.8 MB · Views: 623
Author
Tatsuru
Downloads
1,096
Views
5,779
First release
Last update
Rating
0.00 star(s) 0 ratings

Share this resource

Back
Top