Difference between revisions of "Level Designer"

From Last Legacy Wiki
Jump to: navigation, search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The Last Legacy Level Designer is a application that comes with Last Legacy that allows users to create their own levels and play them.
+
The Last Legacy Level Designer is an application that comes with Last Legacy which allows users to create their own levels and play them.
  
 
[[File:LD_Pic1.png|480px|thumb|right|Last Legacy Level Designer]]
 
[[File:LD_Pic1.png|480px|thumb|right|Last Legacy Level Designer]]
 +
 +
If you are new to the level designer, you can check out our [[Level Designer Tutorial - Beginner: Page1|Beginner Tutorial]].
  
 
== Tiles ==
 
== Tiles ==
Line 11: Line 13:
 
Items in the "interactive" category usually allow customization through the <i>Item Properties</i> window. Enemies can also have their HP customized as well as the direction they start facing. So make sure to open up the <i>Item Properties</i> by clicking the <i>Popup</i> button on the bottom-left <i>item info component</i>, or by pressing "v" on your keyboard.
 
Items in the "interactive" category usually allow customization through the <i>Item Properties</i> window. Enemies can also have their HP customized as well as the direction they start facing. So make sure to open up the <i>Item Properties</i> by clicking the <i>Popup</i> button on the bottom-left <i>item info component</i>, or by pressing "v" on your keyboard.
  
 +
To view a full list of items, go to [[Level Designer Items]].
  
 
== Properties Window ==
 
== Properties Window ==
 
By clicking on the gears icon on the top, you can edit the course properties. From there, you can edit your level's name, re-size the level, and customize the background. On the second tab, you can edit the music and set miscellaneous delta properties. The third tab lets you customize the starting equipment the player is spawned with.
 
By clicking on the gears icon on the top, you can edit the course properties. From there, you can edit your level's name, re-size the level, and customize the background. On the second tab, you can edit the music and set miscellaneous delta properties. The third tab lets you customize the starting equipment the player is spawned with.
  
When selecting an item, you can click on the "popup" button in the bottom left info component (or press the "v" key) to open up that item's properties. The item properties window may be different depending on the kind of item you have selected.
+
When selecting an item, you can click on the "popup" button in the bottom left <i>item info</i> component (or press the "v" key) to open up that item's properties. The item properties window may be different depending on the kind of item you have selected.
 +
 
 +
== Triggers ==
 +
[[File:LD_Trigger1.png|480px|thumb|right|Triggers tab]]
 +
 
 +
Triggers are an advanced level designing feature that lets you specify actions to occur to specific events. Triggers may change the environment, move around and modify items, and even modify the player's coin count.
 +
 
 +
To learn how to use triggers, read the [[Triggers Guide]].
 +
 
 +
== Saving the level code ==
 +
You can obtain a level code by clicking on the <i>Save level</i> button at the top. Levels can be saved for later by saving the text file associated with the level, or having the level code copied into a text editor. Using the level code you can share levels on the [http://www.lastlegacy.us/forums/ forums], and the [http://www.lastlegacy.us/portal.html level portal].
 +
 
 +
You can also save groups of items by selecting them and pressing "Control - C" to add them to your clipboard. The selected items get copied into a text format which you can paste in a text editor to save for later. This allows users to share items and trigger creations they've mode. You can paste the items back into the editor by copying and pasting the text back into the level designer.
  
 
== Keyboard Shortcuts ==
 
== Keyboard Shortcuts ==
Line 25: Line 40:
 
!Action
 
!Action
 
|-
 
|-
|Arrow keys
+
|Arrow keys/wasd
|Move camera
+
|Pan camera
 +
|-
 +
|Shift + arrow keys/wasd
 +
|Pan camera fast
 +
|-
 +
|Page Down / =
 +
|Zoom in
 +
|-
 +
|Page Up / -
 +
|Zoom out
 
|-
 
|-
 
|Control - C
 
|Control - C
Line 33: Line 57:
 
|Control - V
 
|Control - V
 
|Paste
 
|Paste
 +
|-
 +
|Control + Shift + V
 +
|Paste in place
 
|-
 
|-
 
|Control - X
 
|Control - X
Line 42: Line 69:
 
|Control - Y
 
|Control - Y
 
|Redo
 
|Redo
 +
|-
 +
|Shift
 +
|Select/Place multiple
 +
|-
 +
|Control
 +
|Toggle selection/Lock on to 8x8 grid
 
|-
 
|-
 
|V
 
|V
Line 81: Line 114:
 
|Control + 6
 
|Control + 6
 
|Show only Back Tiles
 
|Show only Back Tiles
|-
 
|Shift
 
|Select/Place multiple
 
|-
 
|Control
 
|Toggle selection/Lock on to 8x8 grid
 
 
|}
 
|}
 +
 +
== Sharing your level code ==
 +
 +
You can go to the official [http://www.lastlegacy.us/portal.html Level Portal] and submit your level to allow other people to play it.

Latest revision as of 21:10, 26 June 2015

The Last Legacy Level Designer is an application that comes with Last Legacy which allows users to create their own levels and play them.

Last Legacy Level Designer

If you are new to the level designer, you can check out our Beginner Tutorial.

Tiles

To edit tiles, click on the Layer button on the top right and select a tile layer. While placing tiles, most tile types will auto-morph to their surroundings so you can quickly scribble you design down first and refine it later.

Items

Items include anything like the starting position, moving platforms, enemies, and graphical elements. To add, edit, or remove items, click on the Layer button on the top right and select an item layer. Using the side-bar on the right, you can add, select, or remove items. While adding items, you can hold "Shift" to place multiple items at once, and you can hold "Control" to lock the item's position onto an 8x8 grid. While in select mode, you can box select to select multiple items at once and move them as a group. You can also add to your selection by holding "Shift" or "Control".

Items in the "interactive" category usually allow customization through the Item Properties window. Enemies can also have their HP customized as well as the direction they start facing. So make sure to open up the Item Properties by clicking the Popup button on the bottom-left item info component, or by pressing "v" on your keyboard.

To view a full list of items, go to Level Designer Items.

Properties Window

By clicking on the gears icon on the top, you can edit the course properties. From there, you can edit your level's name, re-size the level, and customize the background. On the second tab, you can edit the music and set miscellaneous delta properties. The third tab lets you customize the starting equipment the player is spawned with.

When selecting an item, you can click on the "popup" button in the bottom left item info component (or press the "v" key) to open up that item's properties. The item properties window may be different depending on the kind of item you have selected.

Triggers

Triggers tab

Triggers are an advanced level designing feature that lets you specify actions to occur to specific events. Triggers may change the environment, move around and modify items, and even modify the player's coin count.

To learn how to use triggers, read the Triggers Guide.

Saving the level code

You can obtain a level code by clicking on the Save level button at the top. Levels can be saved for later by saving the text file associated with the level, or having the level code copied into a text editor. Using the level code you can share levels on the forums, and the level portal.

You can also save groups of items by selecting them and pressing "Control - C" to add them to your clipboard. The selected items get copied into a text format which you can paste in a text editor to save for later. This allows users to share items and trigger creations they've mode. You can paste the items back into the editor by copying and pasting the text back into the level designer.

Keyboard Shortcuts

Keyboard Shortcuts
Keys Action
Arrow keys/wasd Pan camera
Shift + arrow keys/wasd Pan camera fast
Page Down / = Zoom in
Page Up / - Zoom out
Control - C Copy
Control - V Paste
Control + Shift + V Paste in place
Control - X Cut
Control - Z Undo
Control - Y Redo
Shift Select/Place multiple
Control Toggle selection/Lock on to 8x8 grid
V Open item Window
1 Edit Front Items
2 Edit Mid Front Items
3 Edit Mid Back Items
4 Edit Back Items
5 Edit Front Tiles
6 Edit Back Tiles
Control + 1 Show only Front Items
Control + 2 Show only Mid Front Items
Control + 3 Show only Mid Back Items
Control + 4 Show only Back Items
Control + 5 Show only Front Tiles
Control + 6 Show only Back Tiles

Sharing your level code

You can go to the official Level Portal and submit your level to allow other people to play it.