various improovements including spreload as an alias, fixed sphelp, proper reload upon script update and probably something else.
This commit is contained in:
@@ -50,3 +50,9 @@ ActualSave; #say {Settings saved!};
|
||||
#say {Updates will now automaticly be applied to your soundpack.};
|
||||
}
|
||||
}
|
||||
#alias {spreload} {
|
||||
#pc 0 stop;
|
||||
#reload;
|
||||
~@sp-restart;
|
||||
~@sp-version
|
||||
}
|
||||
@@ -55,9 +55,6 @@
|
||||
#key {control-f2} {mainvoldown}
|
||||
#key {Control-f3} {mainvolup}
|
||||
#key {alt-f3} {intromusictoggle}
|
||||
#key {control-shift-r} {actualsave;#pc 0 stop;#reload; ~@sp-restart;
|
||||
#load {@sppath/version.set}; {#unload @sppath/version.set}}
|
||||
|
||||
#key f11 {#pc 0 stop; #say {All currently playing sounds have been stopped.}}
|
||||
#key {control-f1} {smute}
|
||||
#key {alt-\} {rawinput}
|
||||
@@ -80,3 +77,4 @@
|
||||
#key {alt-enter} {#if {@numpadon="disabled"} {#var numpadon "enabled" ; #load {@scpath/numpad.set} ; #play {@sppath/general/misc/on.wav} @vol;#say {Numpad movement enabled.} VoiceOnly} {#var numpadon "disabled" ; #unload {@scpath/numpad.set} ; #play {@sppath/general/misc/off.wav} @vol;#say {Numpad movement disabled} VoiceOnly}}
|
||||
#key {alt-shift-v} {%replace(%clipboard,%crlf,%chr(32))}
|
||||
#key {alt-control-v} {AutomaticUpdate}
|
||||
#key {control-shift-r} {spreload}
|
||||
@@ -1,5 +1,5 @@
|
||||
;core variables
|
||||
#var clientversion 17
|
||||
#var clientversion 18
|
||||
#var loadtask {updator|keys|aliases};
|
||||
#var settings {rawpass|miscgags|shipgags|vehiclegags|activitygags|intromusic|vol|commandsinoutput|devmode|decchar|numpadon|AutomaticUpdate}
|
||||
#var speech "disabled"
|
||||
@@ -30,7 +30,7 @@
|
||||
#if {@shipgags = "enabled"} {#load {gags/shipgags.set}};
|
||||
#if {@miscgags = "enabled"} {#load {gags/miscgags.set}};
|
||||
};
|
||||
;#if {@devmode="enabled"} {#load {@scpath/dev.set}};
|
||||
#if {@devmode="enabled"} {#load {@scpath/dev.set}};
|
||||
#if {%defined(decchar)=0 or %length(@decchar)<1} {#var decchar .};
|
||||
#If {@numpadon="enabled"} {#load @scpath/numpad.set};
|
||||
#if {@commandsinoutput="enabled"} {#Configure DisplayCommandsInOutput true} {#Configure DisplayCommandsInOutput false};
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
}
|
||||
#alias localsphelp {#say {
|
||||
Greetings, Fellow Wanderer!
|
||||
My name is The Cosmic Rage Immersion Scripts V @clientversion Sounds V @SoundsVersion.
|
||||
My name is The Cosmic Rage Immersion Scripts V @clientversion.
|
||||
I'm Installed at: @scpath.
|
||||
My sounds are located at: @sppath.
|
||||
If you want to update me, go to %replace(@scpath,@rightofpath,) and run Updator.bat.
|
||||
Please keep me updated for the best experience! (Pleading Smiley).
|
||||
If you want to update me, just reload by pressing control shift r!
|
||||
Please keep me up-to-date for the best experience! (Pleading Smiley).
|
||||
My decimal seperator is currently: @decchar}}
|
||||
|
||||
#alias decimalpick {
|
||||
|
||||
Reference in New Issue
Block a user