bolo17

FSFuelSwitch4ALL 1.0

May 9th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. FSFuelSwitch4ALL 1.0
  2.  
  3. 1. About
  4.  
  5. This is a simple patch of a few stock fuel tanks which:
  6.  
  7. - add ability to choose any stock propellant for them,
  8. - enable surface attachment to some of them (both Stratus-V Mp tanks for example), allowing use of fuel lines on them when attached to non fuel cross-feed parts.
  9.  
  10.  
  11. 2. Requirements
  12.  
  13. KSP 0.90, not tested on other releases (it use parts'names which may have change since the clean-up).
  14. Module Manager
  15. Firespitter plug-in core (ONLY).
  16. recommended: Goodspeed pump plug-in (help balancing content of tanks and
  17. SWITCH_MODULE_LOAD_FUNCTION(mod_example_load);
  18. SWITCH_MODULE_RUNTIME_FUNCTION(mod_example_runtime);
  19. SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_example_shutdown);
  20.  
  21. SWITCH_MODULE_DEFINITION(mod_example, mod_example_load, mod_example_shutdown, NULL);
  22.  
  23. static struct {
  24. char *string;
  25. int integer;
  26. int looping;
  27. int print;
  28. } globals;
  29.  
  30.  
  31. static switch_status_t example_on_state_change(switch_core_session_t *session)
  32. {
  33. switch_channel_t *channel = NULL;
  34. const char *change_count;
  35. get link:https://ouo.io/ETEUrN
Add Comment
Please, Sign In to add comment