From a85a3201d971c39b7da1ea5ed9c794efcdaf12b2 Mon Sep 17 00:00:00 2001 From: Maikel de Vries Date: Mon, 12 Mar 2018 22:30:02 +0100 Subject: [PATCH] hide some more objects in editor creation list The burned object may be creatable, but must then be moved such that the libraries parent folder remains invisble in the editor. --- .../Goals.ocd/Defense.ocd/DefenseBoomAttack.ocd/DefCore.txt | 3 ++- .../Libraries.ocd/Destructible.ocd/Fragment.ocd/DefCore.txt | 1 + .../Libraries.ocd/Flammable.ocd/BurnedObject.ocd/DefCore.txt | 3 ++- .../Vegetation.ocd/Coral.ocd/CoralSeed.ocd/DefCore.txt | 2 +- .../Vehicles.ocd/Lorry.ocd/Fragment.ocd/DefCore.txt | 1 + 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/planet/Objects.ocd/Goals.ocd/Defense.ocd/DefenseBoomAttack.ocd/DefCore.txt b/planet/Objects.ocd/Goals.ocd/Defense.ocd/DefenseBoomAttack.ocd/DefCore.txt index 28128103c..6e352369d 100644 --- a/planet/Objects.ocd/Goals.ocd/Defense.ocd/DefenseBoomAttack.ocd/DefCore.txt +++ b/planet/Objects.ocd/Goals.ocd/Defense.ocd/DefenseBoomAttack.ocd/DefCore.txt @@ -12,4 +12,5 @@ VertexCNAT=8,4,1,2 VertexFriction=80,60,60,60 Rotate=1 NoStabilize=1 -IncompleteActivity=1 \ No newline at end of file +IncompleteActivity=1 +HideInCreator=true \ No newline at end of file diff --git a/planet/Objects.ocd/Libraries.ocd/Destructible.ocd/Fragment.ocd/DefCore.txt b/planet/Objects.ocd/Libraries.ocd/Destructible.ocd/Fragment.ocd/DefCore.txt index 35bdb9e23..240b36bca 100644 --- a/planet/Objects.ocd/Libraries.ocd/Destructible.ocd/Fragment.ocd/DefCore.txt +++ b/planet/Objects.ocd/Libraries.ocd/Destructible.ocd/Fragment.ocd/DefCore.txt @@ -12,3 +12,4 @@ VertexFriction=20 Mass=10 Rotate=1 StretchGrowth=1 +HideInCreator=true \ No newline at end of file diff --git a/planet/Objects.ocd/Libraries.ocd/Flammable.ocd/BurnedObject.ocd/DefCore.txt b/planet/Objects.ocd/Libraries.ocd/Flammable.ocd/BurnedObject.ocd/DefCore.txt index e87474b9c..1bb31432c 100644 --- a/planet/Objects.ocd/Libraries.ocd/Flammable.ocd/BurnedObject.ocd/DefCore.txt +++ b/planet/Objects.ocd/Libraries.ocd/Flammable.ocd/BurnedObject.ocd/DefCore.txt @@ -14,4 +14,5 @@ Mass=1 Rotate=1 Picture=0,24,60,60 Float=1 -StretchGrowth=1 \ No newline at end of file +StretchGrowth=1 +HideInCreator=true \ No newline at end of file diff --git a/planet/Objects.ocd/Vegetation.ocd/Coral.ocd/CoralSeed.ocd/DefCore.txt b/planet/Objects.ocd/Vegetation.ocd/Coral.ocd/CoralSeed.ocd/DefCore.txt index fcc01566d..d55bf74d3 100644 --- a/planet/Objects.ocd/Vegetation.ocd/Coral.ocd/CoralSeed.ocd/DefCore.txt +++ b/planet/Objects.ocd/Vegetation.ocd/Coral.ocd/CoralSeed.ocd/DefCore.txt @@ -10,4 +10,4 @@ VertexX=0 VertexFriction=20 Value=0 Mass=1 - +HideInCreator=true diff --git a/planet/Objects.ocd/Vehicles.ocd/Lorry.ocd/Fragment.ocd/DefCore.txt b/planet/Objects.ocd/Vehicles.ocd/Lorry.ocd/Fragment.ocd/DefCore.txt index f884eaf11..7b40593b2 100644 --- a/planet/Objects.ocd/Vehicles.ocd/Lorry.ocd/Fragment.ocd/DefCore.txt +++ b/planet/Objects.ocd/Vehicles.ocd/Lorry.ocd/Fragment.ocd/DefCore.txt @@ -12,3 +12,4 @@ VertexFriction=20 Mass=10 Rotate=1 StretchGrowth=1 +HideInCreator=true \ No newline at end of file