Rival Ducks

Command Palette

Search for a command to run...

Coreplex API Development project | Event sequencer

Tracked since by Empress corporation

PlayOpen on Roblox
Performance
Profile

Concurrent players

Metrics over time

About & history

About

THIS GAME IS NOT EQUAL IN TERMS OF VISUAL FIDELITY COMPARED TO OTHER PROJECTS FROM THIS GROUP — THIS IS INTENTIONAL This place is an extension of the Coreplex API development project, linked below. This place comprises a graybox of the main game, which makes it easier to develop destruction related events and effects. Due to the nature of what I am developing with these systems, a simplified version was the most practical solution. https://www.roblox.com/games/17507046232/Coreplex-API-development-project The technical details for this place: Features a event sequencer, which aims to create a keyframe based workflow for reactor related events. It should support multiple types of keyframes, which allow for further customization of how those events may occur. At runtime, the table is compiled into an array of callbacks and their timestamps, which is then ran linearly through a custom wait system. Events can yield and continue with single second precision.