Skip to content

How to write edd file

Seonghoi Lee edited this page May 26, 2020 · 3 revisions

Project configuration

euddraft project file, extension: .edd

Default

[main]
input: INPUT.scx
output: OUTPUT.scx

[prepl]
superuser: P1
superuser_mode: playerID
plugins:
bridge_mode: off

[freeze]
freeze: 0

⚠️ Turning off freeze is recommended

Options

superuser

  • P1, P2, ..., P8 if superuser_mode:playerID
  • id of superuser, (e.g. sixthMeat), if superuser_mode:playerName

superuser_mode

  • playerID
  • playerName

plugins

  • screpl.plugins.location, etc.
  • You may load multiple plugins seperated with space
    • plugins: screpl.plugins.location screpl.plugins.memory screpl.plugins.unit

bridge_mode

  • off, on, blind
Clone this wiki locally