
How to install DimensioneX
This tutorial shows you how to install the DimensioneX game engine.
Free open source multiplayer game engine
This tutorial shows you how to install the DimensioneX game engine.
This tutorial will show you how I set up our multiplayer game hosting using DimensioneX on a cheap VPS.
This section describes a VEHICLE of the game. Vehicles are identical to objects except for the following: Inner images can have transparent areas, and through...
Now, we need to get the door locked. As you will see if you consult the Developers' Reference, this can be done by adding some attributes to the door (LINK object). In practice, you tell DimensioneX that the door is closed and locked...
This section describes the items contained in our game. It may contain any number of ITEM and VEHICLE definitions, in any order. INCLUDE statements could...
For simplicity, while defining this tutorial game's plot I will be trying to reuse existing graphics. Normally, I'd recommend the other approach: produce graphics to suit your own story, not the converse. However, here is our games' story...
This section describes the actors populating your game. This section can contain zero or more CHARACTER definitions. INCLUDE statements could be used to include libraries...
The LINKS section describes how the rooms are interconnected. This section contains any number of LINK or MLINK tags. INCLUDE statements could be used to...
This definition is relevant to all objects. The additional attributes help you to better qualify and specify the behaviour of an object as they...
It's time to set up links between the rooms. We have to add a LINKS section: it should contain one LINK tag for each link you want to set up.