File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 {
77 "MAJOR":0,
88 "MINOR":6,
9- "PATCH":4 ,
9+ "PATCH":5 ,
1010 "BUILD":0
1111 },
1212 "KSP_VERSION":
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
5- using System . Threading . Tasks ;
6- using UnityEngine ;
7- using System . IO ;
1+ using UnityEngine ;
82
93namespace Waterfall
104{
115 /// <summary>
126 /// Class to load shaders and config level data for the mod.
137 /// </summary>
148 [ KSPAddon ( KSPAddon . Startup . Instantly , false ) ]
15- public class WaterfallData : MonoBehaviour
16- {
9+ public class WaterfallData : MonoBehaviour
10+ {
1711
1812 public bool FirstLoad = true ;
1913 public static WaterfallData Instance { get ; private set ; }
@@ -23,13 +17,12 @@ protected void Awake()
2317 Instance = this ;
2418 }
2519
26- protected void Start ( )
20+ public static void ModuleManagerPostLoad ( )
2721 {
2822 WaterfallParticleLoader . LoadParticles ( ) ;
2923 ShaderLoader . LoadShaders ( ) ;
3024 ShaderLoader . LoadShaderProperties ( ) ;
3125 WaterfallTemplates . LoadTemplates ( ) ;
3226 }
33-
3427 }
3528}
Original file line number Diff line number Diff line change 1+ v0.6.5
2+ ------
3+ - Resolved an issue that would cause waterfall data items (templates, etc) to be unpatchable with Module Manager (thanks al2me6!)
4+
15v0.6.4
26------
37- Added a ThrustController controller which keys off engine normalized thrust
Original file line number Diff line number Diff line change 11===============
2- Waterfall 0.6.4
2+ Waterfall 0.6.5
33===============
44
55Waterfall is a mod for Kerbal Space Program that provides a cool new way to create and drive engine effects for smooth rocket plumes. It has
You can’t perform that action at this time.
0 commit comments