mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-08 09:51:45 +00:00
Add BEHAVIOR & SCRIPTS to configs
This commit is contained in:
parent
f4808aa7cf
commit
a252e75ba7
2 changed files with 32 additions and 0 deletions
|
|
@ -344,6 +344,20 @@ maplumpnames
|
||||||
allowempty = true;
|
allowempty = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BEHAVIOR
|
||||||
|
{
|
||||||
|
required = false;
|
||||||
|
blindcopy = true;
|
||||||
|
nodebuild = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
SCRIPTS
|
||||||
|
{
|
||||||
|
required = false;
|
||||||
|
nodebuild = false;
|
||||||
|
script = "RingRacers_ACS.cfg";
|
||||||
|
}
|
||||||
|
|
||||||
PICTURE
|
PICTURE
|
||||||
{
|
{
|
||||||
required = false;
|
required = false;
|
||||||
|
|
@ -3329,6 +3343,10 @@ thingtypes
|
||||||
flags8text = "[8] Double Size";
|
flags8text = "[8] Double Size";
|
||||||
fixedrotation = 1;
|
fixedrotation = 1;
|
||||||
}
|
}
|
||||||
|
300
|
||||||
|
{
|
||||||
|
title = "Emblem";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
miscellaneous
|
miscellaneous
|
||||||
|
|
|
||||||
|
|
@ -472,6 +472,20 @@ sharedmaplumpnames
|
||||||
allowempty = true;
|
allowempty = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BEHAVIOR
|
||||||
|
{
|
||||||
|
required = false;
|
||||||
|
blindcopy = true;
|
||||||
|
nodebuild = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
SCRIPTS
|
||||||
|
{
|
||||||
|
required = false;
|
||||||
|
nodebuild = false;
|
||||||
|
script = "RingRacers_ACS.cfg";
|
||||||
|
}
|
||||||
|
|
||||||
PICTURE
|
PICTURE
|
||||||
{
|
{
|
||||||
required = false;
|
required = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue