DeutschEnglishEspañolFrançaisРусский105 EN pages.
Flag-{{{1}}}

Translation requested, please.

(Translation in progress)

User manual for A.R.C.C.

Contents

A.R.C.C.

This guide aims at explaining how to use A.R.C.C., the Advanced Ryzom Content Creator. A.R.C.C. is a tool that allows to create scripts that will be interpreted by a web server and will interact with Ryzom's server.

Access

ARCC Login window

In the top left corner, flags allow to choose the language of the interface (current screenshots show French vue - to be changed whenever someone has time to do it). This login window is the same everywhere in Ryzom. You'll have to fill the first field with your Character (PC) name. Beware, for animation team, it's the name of their animation toon, and not the one of the characters they could have created in the game (they are allowed 5 PC in game, as any player).

Folders and events

Open

As soon as login on, use finds a page offering access to various parts of the ARCC.

1st page window

The ARCC appears like an ensemble of events gathered in folders.

Each folder may contain events or folders, which can produce a tree view more or less complex.

Home The root appears as a small «house» icon. The «house» is the first folder, the one that contins all other elements, events and folders.
Folder Generally, folders are represented with classical icons for folders (the last two ones in the example shown here above). Some important folders are bestowed a specific icon.
Event Events are represented with the icon shown on the left.

Navigation

Navigation successive windows

This zone 3 allows to navigate through the tree view. In the following example, the «TESTS» folders contains the «bepock» folder which, in turn, containts the «test» folder. This one contains one event («Event0») which consists of several scripts. The event is a «sheet» of the tree view browsed during the navigation.

Event

Event window

The event window allow to manage the internal scripts and databases of this event. It is divided into five zones.

Navigation bar (Zone 1)

Zone 1 shows the place of the event in the folders tree view. Eack clickable link allows to go to the intended folder.

Creation field (Zone 2)

Zone 2 allows to create a new script or a new database.

Tools (Zone 3)

Zone 3 contains two tools:

Parameters of the event

Table edit.png Set-up

Automated translations

Langs.png Automated translations

Scripts (Zone 4)

Zone 4 contains the scripts created in the event shown in zone 1 (here «New Event»).

The bottom part contains the meaning of the colored bullets appended to the scripts.

The middle part contains the list of the scripts associated to the event.

To each script is associated an ensemble of indicators and actions, listed here bellow as they appear from left to right. (to be checked with the English version of the screenshots)

Script A simple script
Linked Script A linked script, meaning assigned to a NPC
Red Orange Green Blue Black
Control_play Script_code Key Status_online Basket_put

Databases (Zone 5)

Script Zone 5 shows the list of the databases of the event.

Script

Script window

To create a script, it is only required to give an name in the text field of Zone 2 of the Event page, and to hit <enter> or to click on the «add» button. Creating the script will open the following window, made op five zones.

Eack clickable link allows to go to the intended folder.

The quickest and least wearying method to create a script is to copy it from another one ressembling to what we want to produce. This method is very useful to create quickly a script that looks like another one, but you'll have to learn how to modify it sooner or later... otherwise, of which use would it be to have two script identical except for their names? That will be explaned in part II of the this user guide for ARCC.

Event window

Start with creating a new script with the default values.

Event window

Open the script you want to copy.

It is only needed to click on the «Script2» link, in the example, which opens the script window.

Script window

What appears isn't best fitted for a copy/paste.

Script window

It's better but...

Script window

The display is the one of a file that can easily been copied (ASCII printables characters). To copy, just save it in the clipboard by any method, for example: click on the text (to place the focus), then hit <Ctrl>+A, <Ctrl>+C on Windows and most of the Unices (Unix, Linux, BSD, Androïd...). Beware! If you don't click on the text, you're at risk of saving the whole window with its icons... wich isn't much useful. Replace <Ctrl> with <Apple'>' on Mac.

Fill the new script.

Replay sequences 6 to 8 with «Script1»

Then, click in the already existing text (to place the focus) and select it all (for example: by hitting <Ctrl>+A on Windows and Unices) to replace it with the text saved in the clipboard (for example, by hitting <Ctrl>+V). Once the text has been replaced, save it:

Script window

«Script1» is now a copy of «Script2».

Databases

Event window

ARCC databases are used to store information such as the number of mats of a given type gathered by a given player. They're much lick simple tables and don't hold any function nore complex relationships such as the ones that can be found in spreadsheets or relational databases.

DB window

If no name is given at the DB creation, this one will nonetheless be prepared (DB icon without any name on the left). it is always possible to rename a DB. Beware! This rename won't be passed on the scripts which call this base.

DB window

Initialy, creation of a database shows as follow:

DB window

Current example will give the following DB, where:

These fields can be named to make it easier to read and use the scripts which call these data.

Script window

Filling the base is down by the script, as shown in the left image. Writing such a script will be explained in the «Part II: User Guide».

Script window

Once this function has been activated, the database shows a content like this one.

Script An icone at the bottom incates that the data can be modified manually.
Retrieved from "https://en.wiki.ryzom.com/wiki/Portal:Forge?from=/w/index.php?title=EN_ARK_basis_user_manual&oldid=1763"