Data ProjectSetting - BLKTower/TestWiki GitHub Wiki

Table of Contents

Data\ProjectSettings {DataDataProjectSettings}

Project Info {Project-Info}

Type {Type}

  • GAME:
  • LIBRARY:

Version {Version}

Version of the project (e.g., 1.2.3). Used when publishing the project.

Project Name {Project-Name}

Entry Map {Entry-Map}

For game projects, this is the starting map when launching the game in arcade or in standalone build. For library projects, this is the map that will be imported by dependents.

Player {Player}

Player Count {Player-Count}

Used to set the maximum number of players for multiplayer games.

Currently only 1v1 games are supported on the arcade.

Display {Display}

Orientation {Orientation}

Sets the display mode to be landscape (default) or portrait.

  • LANDSCAPE: the game will display in landscape mode
  • PORTRAIT: the game will display in portrait mode

Input {Input}

Key Mappings {Key-Mappings}

Defines key mappings that trigger DCEI.TriggerAddMappedKeyDownEvent() events for PC and web games.

Name {Name}

The name to use for the mapped key event (ex: "shoot").

Key {Key}

The key mapped to this name.

Font {Font}

Override Fonts {Override-Fonts}

Allows you to override the default text font per-language.

Language {Language}

The language to override.

Font {Font}

The font to use for this language.

Build {Build}

Image Compression Quality {Image-Compression-Quality}

The quality level (0 to 10) when compressing custom image assets. A lower value can help reduce the asset size but will also lower the image quality. Default is 10 (the highest).

Disable Language Selection {Disable-Language-Selection}

Disable language selection options in the game. Use this when your game isn't localized yet.

Game {Game}

Simulation Frame Rate {Simulation-Frame-Rate}

  • FPS_16:
  • FPS_32:

Graphics {Graphics}

Use Simple Shadows {Use-Simple-Shadows}

If true, all units will use "blob" shadows instead of detailed shadows.

Use Legacy Shadows {Use-Legacy-Shadows}

Set this to true if you want GpuAnimations to cast shadows on sprites. This will also disable GpuAnimations casting shadows on non-flat surfaces.

Use Legacy Lighting {Use-Legacy-Lighting}

Use the legacy lighting system (recommended for mobile games). This will force use_legacy_shadows to be true.

Canvas {Canvas}

Reference Width {Reference-Width}

If the device's resolution does not match the reference width or height, the UI will be scaled up until either the width or the height matches device's resolution. In order to prevent custom sprites from being scaled, either the reference width or height should match the final device's resolution. These are 1344x750 by default.

Reference Height {Reference-Height}

⚠️ **GitHub.com Fallback** ⚠️