Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: coffeeANDsoda on December 02, 2014, 04:29:48 PM

Title: Creating a in-game level editor.
Post by: coffeeANDsoda on December 02, 2014, 04:29:48 PM
Is playmaker capable of creating a in-game level editor on one FSM as well as saving a level as whatever file format it would use? Or would is it better to create one in Unity JS or C#?
Title: Re: Creating a in-game level editor.
Post by: jasperPT on December 03, 2014, 09:01:44 AM
Depends on what your game is and what the levels require.
Need a little more information about it to get an idea of what you need.
Title: Re: Creating a in-game level editor.
Post by: coffeeANDsoda on December 03, 2014, 02:54:21 PM
Depends on what your game is and what the levels require.
Need a little more information about it to get an idea of what you need.

Well, the level editor/creator would just let the player make a level, save it, and have it stored in wherever levels go in the complied games folder. Like this game for example. Except the player gets to see what each item looks like when the player chooses a apply that item into the level.

I thought it would be less work compared to creating flat 2D images that represent each object in each custom level(like Unity).

Title: Re: Creating a in-game level editor.
Post by: Red on December 03, 2014, 03:21:43 PM
Though I'm not all that up-to-speed on using it, I have heard murmurings that XML would be a good thing to consider for what you're looking at.

Have you checked into XMLMaker? From what I can gather XML is basically a markup language where you make your own "markup" tags so if you're going with a grid layout system you might benefit from looking into that.

That said, don't ask how to use it of me since I'm still green on XML. :P