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

Was this helpful?

  1. Secret Weaponry

More Accurate Snipping

Smooth surface comes with a good cost.

PreviousSecret Theme "4"NextHistory of contributions.

Last updated 4 years ago

Was this helpful?

Have you heard some of the rumors which look like this:

I am pretty sure you had heard that. Now I will teach you how to make this trick works “permanently.” (Not the annoying xml method, or console method which need to replace every time you restart advanced level editor.)

Followed by the table below, we will be looking at GRID_SNAPPING:

As you see, the GRID_SNAPPING is 10, now you can try to input smaller values such as 5, 1 or even 0.1. (10 = 1 pixel movement).

After you had done that, reload the map editor and see the magic. The snapping had been smoother as you thought.

Have fun paying performance cost for more details!

🔫