diff --git a/Cosmic rage/Cosmic rage.set b/Cosmic rage/Cosmic rage.set index 7927325..7ac4205 100644 --- a/Cosmic rage/Cosmic rage.set +++ b/Cosmic rage/Cosmic rage.set @@ -97,6 +97,7 @@ version; SilentlyLoadBuffers; #say {Welcome to the VIP Cosmic Rage experience-li #read 6 extrascript 65; #read 6 cosmicgagger 66; #close 6 +#if {@rawpass = "enabled"} {makebetter} #if {@intromusic <> "enabled"} {#if {@intromusic <> "disabled"} {#var intromusic "enabled"}} #if {@devmode = "Enabled"} {#load misc/dev.set} {} #if {@numpadon = "Enabled"} {#load misc/keysHandler.set} {} @@ -119,4 +120,4 @@ ActualSave; #say {Settings saved!}; #pc 0 stop; #play {cosmic rage/general/misc/ #Alias {pn2} {playsound {Cosmic Rage/general/comms/pn3.wav} @commsvol; #PC %Playhandle Frequency 50000; #var priv2 %0} #Alias {pn3} {playsound {Cosmic Rage/general/comms/pn3.wav} @commsvol; #PC %Playhandle Frequency 60000; #var priv3 %0} #Alias {pn4} {playsound {Cosmic Rage/general/comms/pn3.wav} @commsvol; #PC %Playhandle Frequency 70000; #var priv4 %0} -#gunalias sc; #gunalias capture; #gunalias music \ No newline at end of file +#gunalias sc; #gunalias capture; #gunalias music diff --git a/Cosmic rage/Misc/ConfigurationManager.set b/Cosmic rage/Misc/ConfigurationManager.set index 4c74eee..96b3f71 100644 --- a/Cosmic rage/Misc/ConfigurationManager.set +++ b/Cosmic rage/Misc/ConfigurationManager.set @@ -102,6 +102,7 @@ SoundPack changes viewer (@spchange), shortcut alt+q:setchange; #alarm 0.1 {misc Channel Logging (@ChannelLogging), shortcut alt control l. If this option is enabled, you may use shift-F2 to pull up the list of channels that have been logged.:Logging; #alarm 0.1 {miscpicker}| Check Lag. Ctrl + L. Note, This value may not always be accurate.:lag| Toggle extra sounds [experimental] (@extrascript), no shortcut.:soundextras; #alarm 0.1 {miscpicker}| +Toggle raw input mode, currently @rawpass. No shortcut defined. Allows you to use the VipMud special characters such as percent, colen, number sign without running into errors.:rawinput; ; #alarm 0.1 {miscpicker}| Back:#alarm 0.1 {config}}} ;Volumes diff --git a/Cosmic rage/Misc/Soundpack.set b/Cosmic rage/Misc/Soundpack.set index 4f02d64..c296098 100644 --- a/Cosmic rage/Misc/Soundpack.set +++ b/Cosmic rage/Misc/Soundpack.set @@ -103,6 +103,7 @@ #write 6 @autobackupsetting @SettingsFileCounter;#Math SettingsFileCounter {@SettingsFileCounter +1}; #write 6 @extrascript @SettingsFileCounter;#Math SettingsFileCounter {@SettingsFileCounter +1}; #write 6 @cosmicgagger @SettingsFileCounter;#Math SettingsFileCounter {@SettingsFileCounter +1}; +#write 6 @rawpass @SettingsFileCounter;#Math SettingsFileCounter {@SettingsFileCounter +1}; #close 6} #alias SaveSettings {playsound {Cosmic Rage/general/misc/SpSave.wav} @vol; #say {Your soundpack settings and buffer list have successfully been saved!}; ActualSave; AutoSaveBuffers} #key {Control-shift-R} {SpReload} @@ -119,4 +120,7 @@ View the readme:{playsound {Cosmic Rage/general/help/Readme.wav} @vol; playsound View the Soundpack credits:{playsound {Cosmic Rage/general/help/SoundpackCredits.wav} @vol; playsound {Cosmic Rage/general/misc/LoadingFile.wav} @vol;#edit {cosmic rage/help files/Soundpack credits.txt}}}} #alias spp {>@soundpacks} {} #Alias {themechange} {playsound {Cosmic Rage/general/comms/themesuccess.wav}; #var skice %1} -#alias {spchanges} {#If {%Defined(tmpmath)=0} {#Var tmpmath 1};#file 5 {cosmic rage/help files/changelog.txt} 600; #while {@tmpmath<@spchange} {#read 5 tmpchanges; #AddItem spchanges @tmpchanges:actualsave; #math tmpmath {@tmpmath+1}};#Close 5; #pick {@spchanges:actualsave}; #UnVar tmpmath; #UnVar spchanges} \ No newline at end of file +#alias {spchanges} {#If {%Defined(tmpmath)=0} {#Var tmpmath 1};#file 5 {cosmic rage/help files/changelog.txt} 600; #while {@tmpmath<@spchange} {#read 5 tmpchanges; #AddItem spchanges @tmpchanges:actualsave; #math tmpmath {@tmpmath+1}};#Close 5; #pick {@spchanges:actualsave}; #UnVar tmpmath; #UnVar spchanges} +#alias makeworse {#Configure PassThruChar {~>}; #Configure SwitchSession {~:}; #passthru {½}} +#alias makebetter {#Configure PassThruChar {~½}; #Configure SwitchSession {~½}; #passthru {%<;>{}#"'}} +#alias rawinput {#if {@rawpass = "enabled"} {#var rawpass "disabled"; playsound {Cosmic Rage/general/misc/Off.wav} @vol; makeworse; #say {Raw input mode is now disabled.}} {#var rawpass "enabled"; playsound {Cosmic Rage/general/misc/On.wav} @vol; makebetter; #say {Raw input mode is now enabled.}}} \ No newline at end of file