mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
backpack fix
This commit is contained in:
parent
1acd734429
commit
fd6d251f58
@ -1,4 +1,13 @@
|
|||||||
Snapshot v24.8854.31454.1
|
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:
|
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.
|
- 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.
|
- Removed the "save config" button.
|
||||||
- Fixed character collision accuracy issues in 2007M clients.
|
- Fixed character collision accuracy issues in 2007M clients.
|
||||||
- Fixed the Web Proxy not starting up automatically once enabled.
|
- 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.
|
- Fixed a bug where kicked players don't fully disconnect from the server.
|
||||||
- Removed the ShadersCompatibility plugin due to security issues.
|
- Removed the ShadersCompatibility plugin due to security issues.
|
||||||
- Fixed issues when creating reskins of certain hats.
|
- Fixed issues when creating reskins of certain hats.
|
||||||
- Fixed a crash that would occur if 2 map files were in the same subfolder.
|
- 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:
|
Items:
|
||||||
Hats:
|
Hats:
|
||||||
|
@ -626,6 +626,8 @@ end
|
|||||||
function activateLoadout()
|
function activateLoadout()
|
||||||
keyPressCon = game:GetService("GuiService").KeyPressed:connect(function(key) activateGear(key) end)
|
keyPressCon = game:GetService("GuiService").KeyPressed:connect(function(key) activateGear(key) end)
|
||||||
currentLoadout.Visible = true
|
currentLoadout.Visible = true
|
||||||
|
--fixes a bug where weapons become draggable upon respawning
|
||||||
|
guiBackpack.Visible = false
|
||||||
end
|
end
|
||||||
|
|
||||||
function deactivateLoadout()
|
function deactivateLoadout()
|
||||||
|
@ -292,3 +292,5 @@ 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.
|
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!
|
I’m using tilt controls!
|
||||||
Being useful to the Grox is good for your survival.
|
Being useful to the Grox is good for your survival.
|
||||||
|
Actually "The Classic"!
|
||||||
|
Retro!
|
Loading…
Reference in New Issue
Block a user