Skip to content

My first project

Sygmei edited this page Nov 10, 2017 · 6 revisions

Now you have ÖbEngine working, it's time to create your very first project !

Using the Toolkit to create a Workspace

The ÖbEngine's toolkit is a little utility to help managing ÖbEngine's projects / elements, we will use it here to create our first project.

First of all, to start the Toolkit double-click the ObEngineDev executable and click on the "Toolkit" icon.

DevMenu

It will open a little graphical console window looking like that :

Toolkit

Click on the input textbox (at the bottom) and type the following command :

workspace create MyProject

CreateWorkspace

If everything went fine, it should display the following text :

Workspace 'MyProject' has been successfully created

Now you created your Project it's time to tell the engine you want to work on it using this command :

workspace mount MyProject

Once again, it should display the following success message :

Workspace 'MyProject' has been successfully mounted

MountWorkspace

That's all, you now have a working project :)

You can quit the Toolkit using the closing button on the top right or using the "exit" command.

If you need more details on the Toolkit and how it works, you can check this : Toolkit Guide

On the next guide we will see how to create your first map on this project : My first map

Clone this wiki locally