"updated cosmic rage.set, misc/configuration manager.set, and misc/soundpack.set"

Now ported the change for good.
This commit is contained in:
OlegTheSnowman 2025-02-15 21:55:06 +02:00
parent 7e2df5fc03
commit 1c8149bd32
3 changed files with 8 additions and 2 deletions

View File

@ -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} {}

View File

@ -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

View File

@ -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}
@ -120,3 +121,6 @@ View the Soundpack credits:{playsound {Cosmic Rage/general/help/SoundpackCredits
#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}
#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.}}}