-
Notifications
You must be signed in to change notification settings - Fork 1
Description
We could throw here some features for discussion or help:
Combine Panorama and Pictures Commands
Basically something like a picture that can display tiled images. Maybe through the entire screen, maybe through a rectangle.

Possible New Params
Container width=10, container height = fill_screen,
Repeat V = x3, Repeat H = fill_screen,
Animation V speed = 10, Animation H= 0,
lock Container to camera? = True
Music/SE - Save Timestamp / Play Audio at timestamp
A lot of people commented through the years that they wish a way to resume music after a battle, instead of restarting it. Seems Plausible. Needs a way to capture current time inside a var, and a way to start at a requested timestamp.
This one seems possible by attaching a variable to Memorize BGM and Play Memorized BGM
Message Box- Play audio after x Text characters are displayed? Or Call Event after x letters/words?
Similar to how system audios are changed through commands.
Maybe porting this from maniacs hook? Maniacs hook is overcomplex maybe?
Text::Draw() or Window_Message::DrawGlyph()?
👆 Maniacs Message Hooks is used for something similar
Message Box - Shift to skip messages/ turbo enter key on messages?
Useful for Dialogs.
Edit: doesn't need to be Shift, maybe configurable key.
Edit2: Manipulating Window_Message::IncrementLineCharCounter(int width) and setting return value to zero solves it. Maybe?

Resize Event Hitbox
one basic implementation is resizeHitbox(top,right,down, left)
Get [ELEMENT] by name
@Primekick made some code on his personal project for getting event by name. I wonder how hard would be to expand this concept to other database content.
Summon Event from Another map
Again we already have some work about it.
Run flags: "Run once Per Map", "After Loading", "Before Saving", "After Saving"...
Perfect for parallel process. Maybe could simply be a clone of End Event Process if a condition isn't met. More suggestions are welcome.
Edit: This may be partially implemented too:

Freeze Game
Freeze a layer of game while letting other run. Similar with the alt-tab pause behavior. Good for menus and CBS.
Sort Items by...
A way of sorting items in menu: Name, Type, Quantity...
2k3 Battle - Multiply ATB Speed by x.
Useful for having an experience closer to turn based.
None of those are being worked on right now. Feel free to pick one up or suggesting new stuff.