mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Update the 2.2 config and change some default settings.
This commit is contained in:
parent
9ca9e63244
commit
e8ebbbf53e
2 changed files with 10 additions and 10 deletions
|
@ -3088,7 +3088,7 @@ linedeftypes
|
||||||
title = "Copy Frontside Floor Slope to Backside";
|
title = "Copy Frontside Floor Slope to Backside";
|
||||||
prefix = "(730)";
|
prefix = "(730)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 1;
|
slopeargs = 4;
|
||||||
copyslopeargs = 1;
|
copyslopeargs = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3097,7 +3097,7 @@ linedeftypes
|
||||||
title = "Copy Frontside Ceiling Slope to Backside";
|
title = "Copy Frontside Ceiling Slope to Backside";
|
||||||
prefix = "(731)";
|
prefix = "(731)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 2;
|
slopeargs = 8;
|
||||||
copyslopeargs = 4;
|
copyslopeargs = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3106,7 +3106,7 @@ linedeftypes
|
||||||
title = "Copy Frontside Floor and Ceiling Slope to Backside";
|
title = "Copy Frontside Floor and Ceiling Slope to Backside";
|
||||||
prefix = "(732)";
|
prefix = "(732)";
|
||||||
slope = "copy";
|
slope = "copy";
|
||||||
slopeargs = 3;
|
slopeargs = 12;
|
||||||
copyslopeargs = 5;
|
copyslopeargs = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -343,7 +343,7 @@ configurations
|
||||||
|
|
||||||
srb2-21slopeszb
|
srb2-21slopeszb
|
||||||
{
|
{
|
||||||
enabled = true;
|
enabled = false;
|
||||||
nodebuildersave = "zennode_normal";
|
nodebuildersave = "zennode_normal";
|
||||||
nodebuildertest = "zennode_fast";
|
nodebuildertest = "zennode_fast";
|
||||||
currentengineindex = 0;
|
currentengineindex = 0;
|
||||||
|
@ -826,7 +826,7 @@ configurations
|
||||||
|
|
||||||
srb2td-10
|
srb2td-10
|
||||||
{
|
{
|
||||||
enabled = true;
|
enabled = false;
|
||||||
nodebuildersave = "zennode_normal";
|
nodebuildersave = "zennode_normal";
|
||||||
nodebuildertest = "zennode_fast";
|
nodebuildertest = "zennode_fast";
|
||||||
currentengineindex = 0;
|
currentengineindex = 0;
|
||||||
|
@ -1255,7 +1255,7 @@ plugins
|
||||||
editnewthing = true;
|
editnewthing = true;
|
||||||
editnewsector = false;
|
editnewsector = false;
|
||||||
additiveselect = false;
|
additiveselect = false;
|
||||||
dontusenodes = false;
|
dontusenodes = true;
|
||||||
stitchrange = 20;
|
stitchrange = 20;
|
||||||
highlightrange = 20;
|
highlightrange = 20;
|
||||||
highlightthingsrange = 10;
|
highlightthingsrange = 10;
|
||||||
|
@ -1266,7 +1266,7 @@ plugins
|
||||||
autodrawonedit = true;
|
autodrawonedit = true;
|
||||||
autoaligntextureoffsetsoncreate = false;
|
autoaligntextureoffsetsoncreate = false;
|
||||||
dontmovegeometryoutsidemapboundary = true;
|
dontmovegeometryoutsidemapboundary = true;
|
||||||
syncselection = false;
|
syncselection = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1290,7 +1290,7 @@ pasteoptions
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbarscript = false;
|
toolbarscript = false;
|
||||||
toolbarundo = false;
|
toolbarundo = true;
|
||||||
toolbarcopy = false;
|
toolbarcopy = false;
|
||||||
toolbarprefabs = true;
|
toolbarprefabs = true;
|
||||||
toolbarfilter = true;
|
toolbarfilter = true;
|
||||||
|
@ -1321,7 +1321,7 @@ drawcrosshair = true;
|
||||||
drawfullcrosshair = false;
|
drawfullcrosshair = false;
|
||||||
maxrecentfiles = 8;
|
maxrecentfiles = 8;
|
||||||
maxbackups = 3;
|
maxbackups = 3;
|
||||||
autoclearsidetextures = true;
|
autoclearsidetextures = false;
|
||||||
storeselectededittab = true;
|
storeselectededittab = true;
|
||||||
rendercomments = true;
|
rendercomments = true;
|
||||||
rendergrid = true;
|
rendergrid = true;
|
||||||
|
|
Loading…
Reference in a new issue