Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
c79608da
Commit
c79608da
authored
Jan 6, 2020
by
MascaraSnake
Browse files
Options
Downloads
Patches
Plain Diff
Add slope linedefs to UDMF ZB config
parent
9ff4de4a
No related branches found
No related tags found
2 merge requests
!1075
Merge udmf-next into next
,
!643
Add UDMF linedef arguments and make slope specials use them
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
extras/conf/Includes/SRB222_linedefs.cfg
+115
-0
115 additions, 0 deletions
extras/conf/Includes/SRB222_linedefs.cfg
extras/conf/Includes/SRB222_misc.cfg
+7
-7
7 additions, 7 deletions
extras/conf/Includes/SRB222_misc.cfg
with
122 additions
and
7 deletions
extras/conf/Includes/SRB222_linedefs.cfg
+
115
−
0
View file @
c79608da
...
...
@@ -2483,4 +2483,119 @@ udmf
prefix = "(0)";
}
}
slope
{
title
=
"Slope"
;
700
{
title
=
"Create Sector-Based Slope"
;
prefix = "(700)";
id
=
"plane_align"
;
slope = "regular";
arg0
{
title
=
"Floor"
;
type = 11;
enum
=
"frontback"
;
}
arg1
{
title
=
"Ceiling"
;
type = 11;
enum
=
"frontback"
;
}
arg2
{
title
=
"Flags"
;
type = 12;
enum
{
1
=
"No physics"
;
2 = "Dynamic";
}
}
}
704
{
title
=
"Create Vertex-Based Slope"
;
prefix = "(704)";
slope
=
"vertex"
;
arg0
{
title
=
"Plane"
;
type = 11;
enum
{
0
=
"Front floor"
;
1 = "Front ceiling";
2
=
"Back floor"
;
3 = "Back ceiling";
}
}
arg1
{
title
=
"Vertex 1 tag"
;
}
arg2
{
title
=
"Vertex 2 tag"
;
}
arg3
{
title
=
"Vertex 3 tag"
;
}
arg4
{
title
=
"Flags"
;
type = 12;
enum
{
1
=
"No physics"
;
2 = "Dynamic";
}
}
}
720
{
title
=
"Copy Slope"
;
prefix = "(720)";
slope
=
"copy"
;
arg0
{
title
=
"Front floor tag"
;
type = 13;
}
arg1
{
title
=
"Front ceiling tag"
;
type = 13;
}
arg2
{
title
=
"Back floor tag"
;
type = 13;
}
arg3
{
title
=
"Back ceiling tag"
;
type = 13;
}
arg4
{
title
=
"Share slope"
;
type = 12;
enum
{
1
=
"Front floor to back sector"
;
2 = "Back floor to front sector";
4
=
"Front ceiling to back sector"
;
8 = "Back ceiling to front sector";
}
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
extras/conf/Includes/SRB222_misc.cfg
+
7
−
7
View file @
c79608da
...
...
@@ -63,19 +63,19 @@ linedefflags_udmf
midpeg
=
"Peg Midtexture"
;
midsolid = "Solid Midtexture";
wrapmidtex
=
"Repeat Midtexture"
;
// netonly = "Netgame
-
Only
special
";
//
nonet
=
"No
n
etgame
special
"
;
//
effect6 = "Effect 6";
// netonly = "Netgame
Only";
//
nonet
=
"No
N
etgame"
;
effect6 = "Effect 6";
bouncy
=
"Bouncy Wall"
;
//
transfer = "Transfer Line";
transfer = "Transfer Line";
}
linedefactivations_udmf
{
notriggerorder
=
"Out of Order"
;
netonly = "Netgame
-
Only";
nonet
=
"No
n
etgame"
;
//
notriggerorder
=
"Out of Order"
;
netonly = "Netgame
Only";
nonet
=
"No
N
etgame"
;
}
sidedefflags
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment