Project

General

Profile

Feature #1378

DED ver 6 syntax for XG Definitions

Added by danij about 19 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2005-04-10
% Done:

0%

Tags:

Description

Currently XG line/sector definitions must use the "old"
ver 5 syntax for it's IpX/FpX etc parameters eg:

Line Type {
ID = 5006
Comment = "Lower when Player crosses"
Flags = player_cross
Flags2 = when_act | any
Class = plane_move
Type = timed_off
Count = 1
Time = 1
Ip0 = "lpref_my_floor"
Ip2 = "spref_lowest_floor"
Ip4 = "bdopn"
Ip5 = "bdcls"
Ip6 = "punch"
Fp0 = 3
Fp1 = 0.2
Fp3 = 0.2
Fp4 = 0.4
}

It would be much easier to read if the ver 6 syntax
specifics could be applied eg:
Line Type {
...
Ip0 = my_floor
Ip2 = lowest_floor
Ip4 = bdopn
Ip5 = bdcls
Ip6 = punch
...
}

Obviously if Doomsday was to include a built-in XG
editor then this is a bit of mute point.

Labels: Data


Related issues

Related to Feature #1301: Redesigned DED ReaderProgressed2003-10-05

History

#1 Updated by danij over 11 years ago

- assigned_to: Daniel Swanson --> nobody

#2 Updated by skyjake over 10 years ago

  • Tags set to Definitions, XG
  • Status changed from New to Rejected

Closing this as obsolete, as (Scripted) Info will be used as a basis for definitions in the future.

Also available in: Atom PDF