From da1a24b196898fccaf6b3624003cd80ce7ad2461 Mon Sep 17 00:00:00 2001 From: TechnologicNick Date: Fri, 23 Oct 2020 04:28:54 +0200 Subject: [PATCH] Removal of useless files --- Effects/Audio/example audio_database.json | 20 ------------------- Effects/Database/EffectSets/example.json | 19 ------------------ Effects/Particles/HOWTO particles.txt | 3 --- Effects/Particles/particles.json | 5 ----- .../English/inventoryDescriptions example.txt | 7 ------- .../inventoryDescriptions example.txt | 0 6 files changed, 54 deletions(-) delete mode 100644 Effects/Audio/example audio_database.json delete mode 100644 Effects/Database/EffectSets/example.json delete mode 100644 Effects/Particles/HOWTO particles.txt delete mode 100644 Effects/Particles/particles.json delete mode 100644 Gui/Language/English/inventoryDescriptions example.txt delete mode 100644 Gui/Language/inventoryDescriptions example.txt diff --git a/Effects/Audio/example audio_database.json b/Effects/Audio/example audio_database.json deleted file mode 100644 index 56f565e..0000000 --- a/Effects/Audio/example audio_database.json +++ /dev/null @@ -1,20 +0,0 @@ -/* - Add all your .bank files to the Bank folder - The events list below is not mandatory to set up in order to use the sounds. - It's only meant to be a convenient way to assing a more straigt forward name to the event path -*/ - -{ - /* - "events": - [ - { - "game event": "MyEngine1", - "audio event": "event:/vehicle/engine01" - }, - { - "game event": "MyEngine2", - "audio event": "event:/vehicle/engine02" - } - ]*/ -} \ No newline at end of file diff --git a/Effects/Database/EffectSets/example.json b/Effects/Database/EffectSets/example.json deleted file mode 100644 index 0905b49..0000000 --- a/Effects/Database/EffectSets/example.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - /*"Example": - { - "effectList": - [ - { - "type": "audio", - "name": "PotatoRifle - Shoot", - "delay": 0.0 - }, - { - "type": "particle", - "name": "p_spudgun_basic_muzzel", - "attached": false, - "delay": 0.05 - } - ] - }*/ -} \ No newline at end of file diff --git a/Effects/Particles/HOWTO particles.txt b/Effects/Particles/HOWTO particles.txt deleted file mode 100644 index b3060da..0000000 --- a/Effects/Particles/HOWTO particles.txt +++ /dev/null @@ -1,3 +0,0 @@ -Crate any sub folders you want. -Add any particle files to the particles.json file. -To create a particle effect simply use the filename without any extensions where you'd specify which system to create. \ No newline at end of file diff --git a/Effects/Particles/particles.json b/Effects/Particles/particles.json deleted file mode 100644 index 6868f20..0000000 --- a/Effects/Particles/particles.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "particleSystemList": - [ - ] -} \ No newline at end of file diff --git a/Gui/Language/English/inventoryDescriptions example.txt b/Gui/Language/English/inventoryDescriptions example.txt deleted file mode 100644 index fe1f150..0000000 --- a/Gui/Language/English/inventoryDescriptions example.txt +++ /dev/null @@ -1,7 +0,0 @@ -{ - "79ae85fe-e5b3-4a48-bd3a-97e2f8fd8d08": - { - "title": "Example Name", - "description": "This is an example description." - } -} \ No newline at end of file diff --git a/Gui/Language/inventoryDescriptions example.txt b/Gui/Language/inventoryDescriptions example.txt deleted file mode 100644 index e69de29..0000000