Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FSFuelSwitch4ALL 1.0
- 1. About
- This is a simple patch of a few stock fuel tanks which:
- - add ability to choose any stock propellant for them,
- - 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.
- 2. Requirements
- KSP 0.90, not tested on other releases (it use parts'names which may have change since the clean-up).
- Module Manager
- Firespitter plug-in core (ONLY).
- recommended: Goodspeed pump plug-in (help balancing content of tanks and
- SWITCH_MODULE_LOAD_FUNCTION(mod_example_load);
- SWITCH_MODULE_RUNTIME_FUNCTION(mod_example_runtime);
- SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_example_shutdown);
- SWITCH_MODULE_DEFINITION(mod_example, mod_example_load, mod_example_shutdown, NULL);
- static struct {
- char *string;
- int integer;
- int looping;
- int print;
- } globals;
- static switch_status_t example_on_state_change(switch_core_session_t *session)
- {
- switch_channel_t *channel = NULL;
- const char *change_count;
- get link:https://ouo.io/ETEUrN
Add Comment
Please, Sign In to add comment