by popular demand, f11 will now stop all currently playing loops and will restart the soundpack as well as flush the speech queue. If you want simply to stop sounds without restarting them you can use alt-f12 to do so
This commit is contained in:
@@ -89,7 +89,7 @@ Move it to the folder of your choice, ensuring that the path contains no spaces
|
|||||||
- **Ctrl + F9**: Toggle planetary music
|
- **Ctrl + F9**: Toggle planetary music
|
||||||
- **Ctrl + F10**: Toggle space combat music
|
- **Ctrl + F10**: Toggle space combat music
|
||||||
- **Ctrl + F11**: Toggle weather sounds
|
- **Ctrl + F11**: Toggle weather sounds
|
||||||
- **Alt + F12**: Restart soundpack
|
- **Alt + F12**: stop all currently playing sounds.
|
||||||
- **F2**: Open server-side settings
|
- **F2**: Open server-side settings
|
||||||
- **Ctrl + S**: Save client-side settings
|
- **Ctrl + S**: Save client-side settings
|
||||||
- **Alt + N**: Open gag-related settings.
|
- **Alt + N**: Open gag-related settings.
|
||||||
@@ -102,6 +102,7 @@ Move it to the folder of your choice, ensuring that the path contains no spaces
|
|||||||
- **Control+`**: Toggle command displaying in the output window.
|
- **Control+`**: Toggle command displaying in the output window.
|
||||||
- **Alt+Enter**: toggle numpad movement.
|
- **Alt+Enter**: toggle numpad movement.
|
||||||
- **Alt+Control+V**: Toggle automatic updates.
|
- **Alt+Control+V**: Toggle automatic updates.
|
||||||
|
- **F11**: Stop all currently playing loops and restart the soundpack as well as flush the speech queue.
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
**Q: My soundpack doesn't work. What now?**
|
**Q: My soundpack doesn't work. What now?**
|
||||||
|
|||||||
@@ -46,7 +46,6 @@
|
|||||||
#key {control-f9} {~@sp-settings planetary music}
|
#key {control-f9} {~@sp-settings planetary music}
|
||||||
#key {control-f10} {~@sp-settings space combat music}
|
#key {control-f10} {~@sp-settings space combat music}
|
||||||
#key {control-f11} {~@sp-settings weather sounds}
|
#key {control-f11} {~@sp-settings weather sounds}
|
||||||
#key {alt-f12} {~@sp-restart}
|
|
||||||
#key {Shift-alt-f9} {~@sp-settings Interrupt OOC Social sounds when the next one plays}
|
#key {Shift-alt-f9} {~@sp-settings Interrupt OOC Social sounds when the next one plays}
|
||||||
#key {f2} {~@sp-settings}
|
#key {f2} {~@sp-settings}
|
||||||
#key {control-s} {ActualSave;#say {Client-side Soundpack Settings have been saved successfully!} VoiceOnly}
|
#key {control-s} {ActualSave;#say {Client-side Soundpack Settings have been saved successfully!} VoiceOnly}
|
||||||
@@ -55,7 +54,8 @@
|
|||||||
#key {control-f2} {mainvoldown}
|
#key {control-f2} {mainvoldown}
|
||||||
#key {Control-f3} {mainvolup}
|
#key {Control-f3} {mainvolup}
|
||||||
#key {alt-f3} {intromusictoggle}
|
#key {alt-f3} {intromusictoggle}
|
||||||
#key f11 {#pc 0 stop; #say {All currently playing sounds have been stopped.}}
|
#key f11 {#pc 0 stop; #setspeech all stop;#say {All currently playing loops have been stopped.}; ~@sp-restart}
|
||||||
|
#key {alt-f12} {#pc 0 stop;#say {all sounds have been stopped.}}
|
||||||
#key {control-f1} {smute}
|
#key {control-f1} {smute}
|
||||||
#key {alt-\} {rawinput}
|
#key {alt-\} {rawinput}
|
||||||
#key {control-`} {#if {@commandsinoutput="enabled"} {#var commandsinoutput "disabled";#Configure DisplayCommandsInOutput False;#say {commands will no longer be displayed in the output window.}} {#var commandsinoutput "enabled";#Configure DisplayCommandsInOutput true;#say {Commands will now be displayed in the output window.}}}
|
#key {control-`} {#if {@commandsinoutput="enabled"} {#var commandsinoutput "disabled";#Configure DisplayCommandsInOutput False;#say {commands will no longer be displayed in the output window.}} {#var commandsinoutput "enabled";#Configure DisplayCommandsInOutput true;#say {Commands will now be displayed in the output window.}}}
|
||||||
@@ -134,4 +134,4 @@
|
|||||||
#key Control-Shift-V {#autoMenu main|edit|variables} // display the variable setup dialog
|
#key Control-Shift-V {#autoMenu main|edit|variables} // display the variable setup dialog
|
||||||
#key Control-O {#autoMenu main|connect|character} // display the character connect/setup dialog
|
#key Control-O {#autoMenu main|connect|character} // display the character connect/setup dialog
|
||||||
#key Control-Shift-l {#autoMenu main|file|load} // load a script file
|
#key Control-Shift-l {#autoMenu main|file|load} // load a script file
|
||||||
#key Control-Shift-u {#autoMenu main|file|unload} // unload a script file
|
#key Control-Shift-u {#autoMenu main|file|unload} // unload a script file
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
;core variables
|
;core variables
|
||||||
#var clientversion 23
|
#var clientversion 24
|
||||||
#var settings {rawpass|miscgags|shipgags|vehiclegags|activitygags|intromusic|vol|commandsinoutput|devmode|decchar|numpadon|AutomaticUpdate}
|
#var settings {rawpass|miscgags|shipgags|vehiclegags|activitygags|intromusic|vol|commandsinoutput|devmode|decchar|numpadon|AutomaticUpdate}
|
||||||
#var speech "disabled"
|
#var speech "disabled"
|
||||||
#unload {start.set};
|
#unload {start.set};
|
||||||
|
|||||||
Reference in New Issue
Block a user