[PLUGIN] Scenario

0 favourites
From the Asset Store
Build a thrilling space station scenario with these level assets and characters.
  • pirikos

    Using CSV plugin to create the csv string for scenario object is not a good idea.

    Because the first row and first column are unique keys in CSV plugin. The formats of csv string in CSV plugin and scenario plugin are different.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Nice!

  • Sry i'm late ! THanks a lot, great work ;.; .

  • Something to note Rex- i'm opening someone elses CAPX and getting 'cannot find action ID42' in the Scenario plugin. I'm guessing this was removed. Which version has it please?

  • ScenarioJ

    Motivation

    rex_scenario plugin runs external commands (script) in csv format, which can be edited in excel, open office, or google document. It could not handle control commands like for loop, while, if..else if ... else.. well. So I tried to find another command (script) format with a better editor. Then I found that I could use C2 event sheet to be the external commands (script) editor, and save commands (script) in JSON format.

    This rex_scenarioJEditor plugin provides actions/conditions/expressions to build external commands (script), then gets the content of commands (script) in JSON string, runs it in rex_scenarioJEngine object.

    Snapshot of editor:

    • Editor: Create Scenario-Json commands. These commnds (script) could be saved into a string variable or an external text file.
    • Engine: Execute Scenario-Json commands which created from rex_scenarioJEditor plugin.
Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)