Getting Started : Différence entre versions

De Cellyon: Boss Confrontation Wiki FR Guide
Aller à : navigation, rechercher
Ligne 19 : Ligne 19 :
  
  
Let's start by creating a level. To do so, simply select the [[File:MainMenu_EditorButton.png|frameless|120px]] button from the [[Main menu|main menu]]
+
Let's start by '''creating a level'''. To do so, simply select the [[File:MainMenu_EditorButton.png|frameless|120px]] button from the [[Main menu|main menu]]
  
  
Ligne 27 : Ligne 27 :
  
  
You should see the battle ring in the center of the screen. There are many different environments that you can use to create your levels, but let's start with this one since it is the simplest.
+
You should see the '''battle ring''' in the center of the screen. There are many different environments that you can use to create your levels, but let's start with this one since it is the simplest.
  
 
<h2>Camera Movements</h2>
 
<h2>Camera Movements</h2>
  
  
Start by looking around the map. You can move the camera by pressing one of the mouse clicks and dragging it on the screen.  
+
Start by '''looking around''' the map. You can move the camera by pressing one of the mouse clicks and dragging it on the screen.  
  
 
With the left click you can translate the camera above the map, and with the right click you can rotate it.
 
With the left click you can translate the camera above the map, and with the right click you can rotate it.
  
 
<h2>First Entity</h2>
 
<h2>First Entity</h2>
 +
 +
 +
Now it is time to populate the boss room !
 +
 +
In Cellyon, anything that appears in the scene in called a '''entity'''. There are three kinds of entities : ▪&nbsp;[[Monster|monsters]] ▪&nbsp;[[Aoe|aoes]] and ▪&nbsp;[[Spawn Area|spawn areas]]

Version du 10 août 2018 à 10:41

Introduction

In Cellyon, you can create your own bosses and levels ! You can script their behaviors, their phases, their targets, make some news spells with customizable appearance, create custom classes, define objectives, and much more.

The idea for creating a boss editor came from the observation that most MMORPG bosses were not very complex. Most of the time, their behavior consists in a series of events that modify the game state (for example removing X from the players’ health or spawning another entity), according to certain conditions.

By presenting this behavior as a node editor, we're making it much more accessible, and through this tutorial you will be able to quickly learn how the editor works, but it assumes you already know the basics of MMO boss fighting (concepts of phases, threat..). If not, it is recommended that you check this tutorial first.

Objectives

Here are the list of things you will create along this tutorial. Together we will make a simple but effective boss fight that provides a good start for more complex ones later.

  • A new custom level
  • A main boss
  • A spell
  • An aoe

Creating a new level


Let's start by creating a level. To do so, simply select the MainMenu EditorButton.png button from the main menu


On the left panel are your custom levels, for now it is most likely empty but if you want to continue you work on a level, simply select it in this list and it will get loaded in the editor.

For now let's create a new one with the MainMenu NewBossButton.png button


You should see the battle ring in the center of the screen. There are many different environments that you can use to create your levels, but let's start with this one since it is the simplest.

Camera Movements


Start by looking around the map. You can move the camera by pressing one of the mouse clicks and dragging it on the screen.

With the left click you can translate the camera above the map, and with the right click you can rotate it.

First Entity


Now it is time to populate the boss room !

In Cellyon, anything that appears in the scene in called a entity. There are three kinds of entities : ▪ monsters ▪ aoes and ▪ spawn areas