Plazma Burst 2 Map Editor Manual
Map Editor Manual v.5.7.0
Map Editor Manual v.5.7.0
  • Map Editor Manual v.5.7.0
  • Changelogs
  • Credits / Special thanks
  • Plazma Burst 2 Official Website
  • Laserguide's Map mapping Tools
  • [Old version] pdf takeaway edition
  • ALE Improvements
  • 🗺️The Surface of the level editor
    • Old level editor
    • New level editor
    • Map Edit Page
  • 🛠️The tools
    • Free Edit tool
      • The Shortcuts
    • Add Wall
    • Add Movable
    • Add Region
    • Add Background
    • Add Pushing area
    • Add Water
    • Add Player
    • Add Actor (enemy)
    • Add Vehicle
    • Add Decoration
    • Add Weapon
    • Add Lamp
    • Add Barrel
    • Add Trigger
    • Add Timer
    • Add Engine Mark
    • Scale Selection Tool
    • Add Song
  • 🪑Tables of Level Editor
    • Character Data Table
    • Character Skin Color Table
    • Trigger Action Table
      • Movable
        • Basic Movable Tutorial
      • Region
      • Vehicle
      • Character
      • Gravity
      • Scenario
        • Tutorial 9 & 50
      • Gun
      • Barrel
      • Trigger
      • Timer
      • Decoration
        • Blending Mode
      • Gravitator area field
      • Gameplay
      • Sound
      • Interface
      • Light
      • Trigger execution
      • Var
        • Inventory Info Tutorial
        • Synchronization of variables
        • Key binding in multiplayer
      • Session vars
      • URL
        • URL Request Tutorial
      • AI
      • Environment
      • Text-to-speech
      • Map preview
      • Experience
      • Array
        • What is array?
        • Matrix Coloring System
      • Graphics
      • Water
      • Miscellaneous
    • Engine Mark Table
      • Sky Code Table
    • Sound Library Table
    • Newer Weaponry Data
      • Weaponry Data
    • Projectiles Model Table
    • Text-to-speech Voice Table
    • Application Table
  • 🐛tables of debug
    • Cheat Codes
    • Error Codes Identification
  • 🔫Secret Weaponry
    • Campaign Maps
    • Alternate method to add Water UID
    • "Fake" Collision
    • Secret Theme "4"
    • More Accurate Snipping
      • History of contributions.
    • Custom Image in Theme Purple/Green
    • Check map
    • Phsc's image import to map source
    • XML Output in Map Editor
    • createColorMatrix Script
  • ☑️Approval-Military
    • Map Approval Requirements
    • Custom Decoration Guidelines
  • 🧘‍♀️Inspirational
    • Trivia
    • Resi Map making inspiration
    • Max Teabag Map making inspiration
    • Reject Map making basics
    • Illijah's Map making experience
  • Placeholder
Powered by GitBook
On this page
  • Mouse shortcuts
  • Keyboard shortcuts
  • Secondary clipboard (new editor only)

Was this helpful?

  1. The tools
  2. Free Edit tool

The Shortcuts

Every editor needs shortcuts to increase productivity.

PreviousFree Edit toolNextAdd Wall

Last updated 4 years ago

Was this helpful?

Key filtering - the ability of "interface element" to act as a different tool in case when Ctrl, Alt and Shift keys being hold during mouse click.

Usually Ctrl key will mean "Add", "Alt" key will mean "Exclude", "Shift" key will mean "Next object".

Mouse shortcuts

Right mouse (when) click drag - Pan. Wheel up - zoom in. Wheel down - zoom out. Left mouse click drag over selection - move selected objects (can be combined with WSAD screen control). Left mouse click drag over edge of selected resizable object - resize selected object (can be combined with WSAD screen control). Left mouse click drag - selection region drag (can be combined with WSAD screen control). Ctrl + Left mouse click drag - add objects to selection by dragging selection region (can be combined with WSAD screen control). Alt + Left mouse click drag - subtract objects from selection by dragging selection region (can be combined with WSAD screen control). Shift + Left mouse click drag over selection - select object behind selected object.

Keyboard shortcuts

Ctrl + Z - undo. Ctrl + Y - redo. Delete / Backspace - delete selected objects. H - mirrors selected objects horizontally. V - mirrors selected objects vertically. W/S/A/D - move screen in 4 directions (can be mentioned as WSAD screen control). Shift + W/S/A/D - move screen in 4 directions faster. Q - toggle additional panels auto-hide to see error code. Ctrl + C - copy selected objects to "Primary" clipboard. Ctrl + V - paste objects from "Primary" clipboard.

Secondary clipboard (new editor only)

Surprisingly, eric added this options so we can copy source from other's open source maps easier and faster.

Ctrl + N - copy selected objects to "Secondary N" clipboard. N - paste objects from "Secondary N" clipboard.

Which N is 0~9. In mathematical speaking, N∣0<=N<=9,N∈Z+{N | 0 <= N <= 9, N ∈Z+}N∣0<=N<=9,N∈Z+

🛠️