Zum Inhalt springen
Riot-Bits

Riot-Bits

  • Heim
  • Nachricht
  • Führer
  • Videoanleitungen
  • Klebenotizzettel
  • Missbrauch melden
  • Suchformular umschalten

Schwarzer Raum – Mapping Reference Guide

Veröffentlicht am 10/19/2022 Von DanielDev Keine Kommentare zu Schwarzer Raum – Mapping Reference Guide
  • Titel: Schwarzer Raum
  • Veröffentlichungsdatum:
  • Entwickler:
  • Herausgeber:
Information about Black Space is still incomplete. Bitte helfen Sie uns dabei, die Details des Spiels auszufüllen Kontaktformular.

This guide functions as a reference guide to create maps for Black Space.

Einführung

Welcome to the mapping reference and guide for Black Space.

Black Space offers the possibility to create own maps. Since there is no included map editor, creating maps has been designed to be very simple. In conclusion maps consist of simple script config files that define map information and entities that are placed in the map.

Create a map

In order to create a map, simple go to the maps directory of the Black Space installation directory. In order to create a new map, simply create a .cfg file. You can prepend a „bs_“ to the name if you want.

A map could then be located like this:

maps/bs_myownmap.cfg

After that open the map with a text editor (we recommend Notepad++) and insert your basic map information commands.

#Info data em_setmapname „bs_myownmap“ em_setmapversion „1.0“ em_setmapauthor „Your Name“ #Environment data em_setmapsize „2500“ „2500“ em_setskybox „skyboxes\\skybox_galaxy.jpg“ em_setenvmusic „“ em_setmaxplayers „6“ #Stats data em_setmaxscore „10“ em_settimelimit „5“

Note that certain value such as the ones set with em_setmaxscore and em_settimelimit can be overwritten by the player when creating a new game.

It is important to set the map size. The map size is in units.

You don’t need to specify an environment music theme, Dies ist optional.

After setting your basic map information, you can then add commands to actually place entities into your map.

Add entities

The following commands exist in order to create entities.

Befehl
Beschreibung
em_addspawnpoint <X> <j>
Place a spawn point into the map. There must be at least one spawn point in the map.
em_addshieldbooster <X> <j>
Add an energy shield booster supply entity
em_addammopack <X> <j> <Typ>
Add an ammo pack supply entity
em_addbgplanet <X> <j> <Breite> <Höhe> <sprite>
Add a background planet. These entities are not collidable. You can select planet sprites from media/images/world (relative to images directory)
em_addvortex <X> <j> <Breite> <Höhe> <sprite> <rot>
Add a vortex entity. You can specify a rotation value. The higher the value the faster the vortex turns
em_addasteroid <X> <j>
Adds an asteroid to the map. Will cause damage to ships when collided
em_addsmoke <X> <j>
Adds a smoke entity to map. Useful to hide from the sight of others
em_addstarfield <X> <j> <Breite> <Höhe> <on-top>
Add a field of stars to the map, either in the background or on top
em_adddefensecanon <X> <j> <Breite> <Höhe> <sprite> <rot>
Add a defense laser canon to map. These attack nearby ships and are indestructible
em_addray <X> <j> <rot>
Add a static ray to map
em_addborder <X> <j> <Länge> <orientation>
Adds a horizontal or vertical border with the given length to the map. Shall be used to visually indicate the map borders.

Das ist alles, was wir heute dafür teilen Schwarzer Raum Führung. Dieser Leitfaden wurde ursprünglich erstellt und geschrieben von DanielDev. Für den Fall, dass wir diesen Leitfaden nicht aktualisieren können, Sie können das neueste Update finden, indem Sie diesem folgen Verknüpfung.

Wenn Sie der Meinung sind, dass der Inhalt dieser Website Ihre Rechte verletzt, einschließlich Ihrer geistigen Eigentumsrechte, Bitte kontaktieren Sie uns umgehend über unser Kontaktformular.
Führer Stichworte:Schwarzer Raum

Beitrags-Navigation

Vorherigen Post: How to Fix Black Space FPS Drop, Verzögerung, und Stotterprobleme
Nächster Beitrag: Turm vereint – Halloween Event Maze Solution Guide

Schreibe einen Kommentar Antworten abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

  • Titel: Schwarzer Raum
  • Veröffentlichungsdatum:
  • Entwickler:
  • Herausgeber:
Information about Black Space is still incomplete. Bitte helfen Sie uns dabei, die Details des Spiels auszufüllen Kontaktformular.

Haftungsausschluss

Alle zitierten Inhalte stammen aus den jeweiligen Quellen. Wenn Sie der Meinung sind, dass wir Ihre Inhalte ohne Erlaubnis verwendet haben, Stellen Sie sicher, dass Sie uns erreichen, wir werden es ernst nehmen.
  • Über uns
  • Kontaktiere uns
  • Datenschutz-Bestimmungen
  • Nutzungsbedingungen

Urheberrechte © © 2025 Riot-Bits.

Bereitgestellt von PressBook News WordPress-Theme