Difference between revisions of "Wedge"

From CMYKilluminatiNetwork Wiki
Jump to: navigation, search
Line 5: Line 5:
 
== Task System ==
 
== Task System ==
  
One of the more difficult things to do in a JRPG is script cutscenes. The task system in Wedge makes it easy. A task is like a like of steps. It's attached to a system of multiple tasks. You just feed the engine a simple list of steps using a simple C++ macro.
+
One of the more difficult things to do in a JRPG is script cutscenes. The task system in Wedge makes it easy. A task is like a list of steps. It's attached to a system of multiple tasks. You just feed the engine a simple list of steps using a simple C++ macro.

Revision as of 21:11, 21 September 2024

About

Wedge provides JRPG and other higher-level game engine functionality.

Task System

One of the more difficult things to do in a JRPG is script cutscenes. The task system in Wedge makes it easy. A task is like a list of steps. It's attached to a system of multiple tasks. You just feed the engine a simple list of steps using a simple C++ macro.