diff --git a/changelog.txt b/changelog.txt index 03e6ab8..0bbef9e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,13 @@ Snapshot v24.8854.31454.1 + +Enhancements: +- Disabled jumping in 2006S to replicate early to mid 2006. +- Added all 4 versions of Old Cars to Novetus to replace mislabeled versions. Happy 10 years! + +Fixes: +- 2012M: Fixed a bug where tools become draggable immediately after respawning. +--------------------------------------------------------------------------- +Snapshot v24.8854.31454.1 Note: - The client SDK has been unlocked to facilitate moving to the new Novetus 2.0 client format. It is generally not advised to host public servers at this time, but I'm not stopping you. If you have made ANY clients, export them to txt, ini, or json formats. Future you will thank you. @@ -25,12 +34,11 @@ Fixes: - Removed the "save config" button. - Fixed character collision accuracy issues in 2007M clients. - Fixed the Web Proxy not starting up automatically once enabled. -- Fixed bytecode security issues. - Fixed a bug where kicked players don't fully disconnect from the server. - Removed the ShadersCompatibility plugin due to security issues. - Fixed issues when creating reskins of certain hats. - Fixed a crash that would occur if 2 map files were in the same subfolder. -- Reverted loadstring security fix due to server stability isssues. +- Reverted loadstring/bytecode security fix due to server stability isssues. Items: Hats: diff --git a/scripts/game/2012M/cores/BackpackScript.lua b/scripts/game/2012M/cores/BackpackScript.lua index f675d2b..49c4bbb 100644 --- a/scripts/game/2012M/cores/BackpackScript.lua +++ b/scripts/game/2012M/cores/BackpackScript.lua @@ -626,6 +626,8 @@ end function activateLoadout() keyPressCon = game:GetService("GuiService").KeyPressed:connect(function(key) activateGear(key) end) currentLoadout.Visible = true + --fixes a bug where weapons become draggable upon respawning + guiBackpack.Visible = false end function deactivateLoadout() diff --git a/scripts/launcher/splashes.txt b/scripts/launcher/splashes.txt index 73434af..4911e4f 100644 --- a/scripts/launcher/splashes.txt +++ b/scripts/launcher/splashes.txt @@ -291,4 +291,6 @@ Mega Man drops January 7th!|Listen! Woahsi! It's a double Yoshi exploshi!|This... This is how the Wii U died.... TEH DAY OF ALL TEH BLOD|THIS IS THE STORY OF A DAY WHERE THERE WAS ALL THIS BLOOD. A MAN WAS WALKING AROUND AND BLOOD STARTED COMING OUT OF HIM EVERYWHERE. THERE WAS SO MUCH BLOOD THAT IT FILLED UP AN ELEVATOR. HE WENT TO THE STORE AND THERE WAS JUST BLOOD ALL OVER THE PLACE! PEOPLE WERE SLIPPING IN IT AND THEY WERE ALL GROSSED OUT. HE TRIED TO GO SWIMMING AND ALL OF THE SHARKS WENT NUTS AND BITTENED EVERYBODY. HE GOT CHASED BY ALL THE VAMPIRES EVER. ONE TIME THE BLOOD GOT A KID AND A DOG. AT THE END OF THE DAY EVERYONE DECIDED THEY WOULD SEND HIM TO SPACE SO THAT HE WOULD STOP GETTING BLOOD EVERY WHERE. THE SCARIEST PART IS THAT THE MAN WAS YOU!!! (OR HE WAS A LADY IF YOU ARE A LADY) AND YOU FORGOT THAT THIS HAPPENED. I’m using tilt controls! -Being useful to the Grox is good for your survival. \ No newline at end of file +Being useful to the Grox is good for your survival. +Actually "The Classic"! +Retro! \ No newline at end of file