mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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;
|
||||
}
|
||||
|
||||
BEHAVIOR
|
||||
{
|
||||
required = false;
|
||||
blindcopy = true;
|
||||
nodebuild = false;
|
||||
}
|
||||
|
||||
SCRIPTS
|
||||
{
|
||||
required = false;
|
||||
nodebuild = false;
|
||||
script = "RingRacers_ACS.cfg";
|
||||
}
|
||||
|
||||
PICTURE
|
||||
{
|
||||
required = false;
|
||||
|
|
@ -3329,6 +3343,10 @@ thingtypes
|
|||
flags8text = "[8] Double Size";
|
||||
fixedrotation = 1;
|
||||
}
|
||||
300
|
||||
{
|
||||
title = "Emblem";
|
||||
}
|
||||
}
|
||||
|
||||
miscellaneous
|
||||
|
|
|
|||
|
|
@ -472,6 +472,20 @@ sharedmaplumpnames
|
|||
allowempty = true;
|
||||
}
|
||||
|
||||
BEHAVIOR
|
||||
{
|
||||
required = false;
|
||||
blindcopy = true;
|
||||
nodebuild = false;
|
||||
}
|
||||
|
||||
SCRIPTS
|
||||
{
|
||||
required = false;
|
||||
nodebuild = false;
|
||||
script = "RingRacers_ACS.cfg";
|
||||
}
|
||||
|
||||
PICTURE
|
||||
{
|
||||
required = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue