From 3077ccf1e1193d2acbffa0e31493ac00da1bdbad Mon Sep 17 00:00:00 2001 From: Nico de Poel Date: Mon, 2 Aug 2021 12:57:19 +0200 Subject: [PATCH] Emulated the particle scale hack performed by QuakeSpasm by slightly increasing the start size of each particle (1.08 x 1.27 = 1.38) and by setting a minimum particle screen size. --- Assets/Styles/GLQuake/Particles/LavaSplash.prefab | 4 ++-- Assets/Styles/GLQuake/Particles/ParticleEffect.prefab | 4 ++-- Assets/Styles/GLQuake/Particles/ParticleExplosion.prefab | 8 ++++---- Assets/Styles/GLQuake/Particles/TeleportSplash.prefab | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Assets/Styles/GLQuake/Particles/LavaSplash.prefab b/Assets/Styles/GLQuake/Particles/LavaSplash.prefab index a6b456b..27d94da 100644 --- a/Assets/Styles/GLQuake/Particles/LavaSplash.prefab +++ b/Assets/Styles/GLQuake/Particles/LavaSplash.prefab @@ -284,7 +284,7 @@ ParticleSystem: startSize: serializedVersion: 2 minMaxState: 0 - scalar: 1.27 + scalar: 1.38 minScalar: 1 maxCurve: serializedVersion: 2 @@ -4839,7 +4839,7 @@ ParticleSystemRenderer: m_SortingOrder: 0 m_RenderMode: 0 m_SortMode: 0 - m_MinParticleSize: 0 + m_MinParticleSize: 0.003 m_MaxParticleSize: 0.5 m_CameraVelocityScale: 0 m_VelocityScale: 0 diff --git a/Assets/Styles/GLQuake/Particles/ParticleEffect.prefab b/Assets/Styles/GLQuake/Particles/ParticleEffect.prefab index 8aff3f2..6338a1a 100644 --- a/Assets/Styles/GLQuake/Particles/ParticleEffect.prefab +++ b/Assets/Styles/GLQuake/Particles/ParticleEffect.prefab @@ -284,7 +284,7 @@ ParticleSystem: startSize: serializedVersion: 2 minMaxState: 0 - scalar: 1.27 + scalar: 1.38 minScalar: 1 maxCurve: serializedVersion: 2 @@ -4839,7 +4839,7 @@ ParticleSystemRenderer: m_SortingOrder: 0 m_RenderMode: 0 m_SortMode: 0 - m_MinParticleSize: 0 + m_MinParticleSize: 0.003 m_MaxParticleSize: 0.5 m_CameraVelocityScale: 0 m_VelocityScale: 0 diff --git a/Assets/Styles/GLQuake/Particles/ParticleExplosion.prefab b/Assets/Styles/GLQuake/Particles/ParticleExplosion.prefab index b06f1be..4f45ed0 100644 --- a/Assets/Styles/GLQuake/Particles/ParticleExplosion.prefab +++ b/Assets/Styles/GLQuake/Particles/ParticleExplosion.prefab @@ -285,7 +285,7 @@ ParticleSystem: startSize: serializedVersion: 2 minMaxState: 0 - scalar: 1.27 + scalar: 1.38 minScalar: 1 maxCurve: serializedVersion: 2 @@ -4840,7 +4840,7 @@ ParticleSystemRenderer: m_SortingOrder: 0 m_RenderMode: 0 m_SortMode: 0 - m_MinParticleSize: 0 + m_MinParticleSize: 0.003 m_MaxParticleSize: 0.5 m_CameraVelocityScale: 0 m_VelocityScale: 0 @@ -5147,7 +5147,7 @@ ParticleSystem: startSize: serializedVersion: 2 minMaxState: 0 - scalar: 1.27 + scalar: 1.38 minScalar: 1 maxCurve: serializedVersion: 2 @@ -9702,7 +9702,7 @@ ParticleSystemRenderer: m_SortingOrder: 0 m_RenderMode: 0 m_SortMode: 0 - m_MinParticleSize: 0 + m_MinParticleSize: 0.003 m_MaxParticleSize: 0.5 m_CameraVelocityScale: 0 m_VelocityScale: 0 diff --git a/Assets/Styles/GLQuake/Particles/TeleportSplash.prefab b/Assets/Styles/GLQuake/Particles/TeleportSplash.prefab index 444655e..27d62a1 100644 --- a/Assets/Styles/GLQuake/Particles/TeleportSplash.prefab +++ b/Assets/Styles/GLQuake/Particles/TeleportSplash.prefab @@ -284,7 +284,7 @@ ParticleSystem: startSize: serializedVersion: 2 minMaxState: 0 - scalar: 1.27 + scalar: 1.38 minScalar: 1 maxCurve: serializedVersion: 2 @@ -4839,7 +4839,7 @@ ParticleSystemRenderer: m_SortingOrder: 0 m_RenderMode: 0 m_SortMode: 0 - m_MinParticleSize: 0 + m_MinParticleSize: 0.003 m_MaxParticleSize: 0.5 m_CameraVelocityScale: 0 m_VelocityScale: 0