fixed readme and fixed soundpack reloading hopefully

This commit is contained in:
Augustus
2026-02-08 17:44:36 +02:00
parent 432c02b616
commit 846fa0f7c4
2 changed files with 3 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ Move it to the folder of your choice, ensuring that the path contains no spaces
- **Control+Shift+R**: Reload the soundpack. - **Control+Shift+R**: Reload the soundpack.
- **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.
## FAQ ## FAQ
**Q: My soundpack doesn't work. What now?** **Q: My soundpack doesn't work. What now?**

View File

@@ -1,5 +1,5 @@
;core variables ;core variables
#var clientversion 15 #var clientversion 16
#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"
@@ -15,7 +15,7 @@
#Load {@scpath/aliases.set}; #Load {@scpath/aliases.set};
#alarm 0.500 {#load {@scpath/keys.set}}; #alarm 0.500 {#load {@scpath/keys.set}};
#alarm 0.75 {#load {@scpath/updator.set}}; #alarm 0.75 {#load {@scpath/updator.set}};
#alarm 1 {#load {@scpath/soundpack.set}}; #load {@scpath/soundpack.set};
#alarm 2 {#load {@scpath/misc.set}}; #alarm 2 {#load {@scpath/misc.set}};
#alarm 2.3 {#load {@scpath/gagcreator.set}}; #alarm 2.3 {#load {@scpath/gagcreator.set}};
#alarm 3 {#load {@scpath/pathupdator.set}}; #alarm 3 {#load {@scpath/pathupdator.set}};