Macbook怎么玩roblox电脑版的游戏(电脑的)

Please consider supporting The Cutting Room Floor on . Thanks for all your support!
From The Cutting Room Floor
Other languages:English o ? o ? o ?
Developer:
Platforms: ,
Released internationally:
This game has hidden developer credits. This game has unused objects. This game has unused graphics. This game has unused models. This game has unused sounds. This game has debugging material.
This game is still under active development.Be aware that any unused content you find may become used or removed in the future. Please only add things to the article that are unlikely to ever be used, or went unused for some time.
If they do get used, please remove them from the page and specify in the edit summary!
This article is a work in progress....Well, all the articles here are, in a way. But this one moreso, and the article may contain incomplete information and editor's notes.
Create prototype pages for the , as well as the 2008 build.
We could also maybe document the crash canyon build that was released during the 2013 Virtual BLOXcon.
Separate website content from content that was actually integrated in the engine at some point.
Roblox is an online game creation platform that allows users to design their own games and play a wide variety of different types of games created by the developer or other users.
Despite having a notoriously toxic status in other online communities, the game engine itself is actually an impressive feat, featuring very powerful and flexible tools that allow for development across all sorts of hardware.
As the game engine itself is , this article will be focused on features and content that have been removed from the game engine over the years, as well as the really old builds that have been hard to come by.
Features that have been removed from the game engine
Files that were removed completely from Roblox
Images embedded in Roblox Studio that are currently unused.
While these graphics aren't used by the actual developers of Roblox, anyone can use them in their games.
When the game received a massive UI redo, a bunch of graphics from before the UI redo remained in the game's files.
Although not so significant, the game used to have another currency called Tix that had been around since 2007. The currency was removed in 2016, leaving this texture unused.
In an effort to phase away from their programmer art style, Roblox tried to propose new cartoony face styles and characters around 2012.Due to the overwhelmingly negative community feedback, these face styles were scrapped (), but they still remain uploaded on the catalog. The Sarge, Missy, and Max faces were shown in a .
Sarge Extreme
These faces were not officially made by Roblox, but were created by players, and released "officially" by the Roblox account during the . Although the faces have been removed from the Catalog, the image files for them remain.
Face Image Link
Description
Gotta luv dah cutie face c:.
hai guize derp
(No description available)
In Roblox, meshes are models uploaded directly into the game with a specific ID and are usually used for making hats, gears, and other complex 3-D Materials.
However, some appear to be completely unused.
This appears to be an early attempt to redesign Roblox's character. The model was codenamed "John", (most likely named after John Shedletsky, the first employee and former creative director of Roblox) and it is fully-modeled. It was
in 2007 with a texture, , leaving the opportunity to create a recreation of the model. For whatever reason, it has a scale that makes it very large. This is a demonstration. The mesh can be found here.
Using the textures that were uploaded onto the site and fixing the UV maps on the mesh reveals some interesting things, namely that the hair texture was changed before it was uploaded onto the client and site. It's currently unknown if isolated versions of the limbs exist.
At one point, while badges were still in development, they were going to be a full-on customized mesh rather than just a shiny block with a circle-cropped image of whatever you uploaded as the icon on it. This texture seems to have been designed in such a way that it could be easily retextured by the player, however it's anyone's guess as to what was originally intended by the texture.
Two guesses that could be made is that either ROBLOX would automatically paste the image onto the indicated area, or, the player would have the option to texture it by themselves. It was probably scrapped because it seemed more practical to have a block with the image on it (and therefore more easily edited by the player) rather than have all badges automatically have a mesh such as this. Alternatively, it could also be inferred that ROBLOX didn't want to waste the time it would take to make an autogenerator for the aforementioned texture. Below is a mockup of what it would look like in-game with a badge texture.
A tree mesh with an unknown purpose.
Description
Sound File
bfsl-minifigfoots2.mp3
A low quality walking sound.
Sorry, your browser either has JavaScript disabled or does not have any supported player. You can
to play the clip in your browser.
Rubber band.wav
A low quality version of the slingshot sound.
Sorry, your browser either has JavaScript disabled or does not have any supported player. You can
to play the clip in your browser.
Kid saying Ouch.wav
A low quality sound of a kid saying "Ouch". It might be an early death sound.
Sorry, your browser either has JavaScript disabled or does not have any supported player. You can
to play the clip in your browser.
glassbreak.wav
A loud sound effect of glass breaking.
Sorry, your browser either has JavaScript disabled or does not have any supported player. You can
to play the clip in your browser.
Kerplunk.wav
A "kerplunk" sound.
Sorry, your browser either has JavaScript disabled or does not have any supported player. You can
to play the clip in your browser.
Launching rocket.wav
An unused rocket launcher sound effect. This sound eventually was used for multiple Admin-made tools.
Sorry, your browser either has JavaScript disabled or does not have any supported player. You can
to play the clip in your browser.
Shoulder fired rocket.wav
Another unused rocket launcher sound effect.
Sorry, your browser either has JavaScript disabled or does not have any supported player. You can
to play the clip in your browser.
victory.wav
The "Ta-Da!" sound effect from Windows 3.1. This was used in around 2010 and it played whenever you collected a badge.
Sorry, your browser either has JavaScript disabled or does not have any supported player. You can
to play the clip in your browser.
flashbulb.wav
A short bumping sound.
Sorry, your browser either has JavaScript disabled or does not have any supported player. You can
to play the clip in your browser.
A loud snap.
Sorry, your browser either has JavaScript disabled or does not have any supported player. You can
to play the clip in your browser.
In several game scripts, developer credits are present.
To do:Get the other scripts here.
-- Creates the generic &ROBLOX& loading screen on startup
-- Written by ArceusInator & Ben Tkacheff, 2014
// Filename: ServerStarterScript.lua
// Version: 1.0
// Description: Server core script that handles core script server side logic.
-- Creates all neccessary scripts for the gui on initial load, everything except build tools
-- Created by Ben T. 10/29/10
-- Please note that these are loaded in a specific order to diminish errors/perceived load time by user
// Filename: BlockPlayerPrompt.lua
// Version 1.0
// Written by: TheGamer101
// Description: Handles prompting the blocking and unblocking of Players.
-- ContextActionTouch.lua
-- Copyright ROBLOX 2014, created by Ben Tkacheff
-- this script controls ui and firing of lua functions that are bound in ContextActionService for touch inputs
-- Essentially a user can bind a lua function to a key code, input type (mousebutton1 etc.) and this
// Filename: FriendPlayerPrompt.lua
// Version 1.0
// Written by: TheGamer101
// Description: Can prompt a user to send a friend request or unfriend a player.
Filename: GamepadMenu.lua
Written by: jeditkacheff
Version 1.1
Description: Controls the radial menu that appears when pressing menu button on gamepad
--NOTICE: This file has been branched! If you're implementing changes in this file, please consider also implementing them in the other
--version.
This script controls the gui the player sees in regards to his or her health.
Can be turned with Game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health,false)
Copyright ROBLOX 2014. Written by Ben Tkacheff.
Filename: NotificationScript2.lua
Version 1.1
Written by: jmargh
Description: Handles notification gui for the following in game ROBLOX events
Badge Awarded
Player Points Awarded
Friend Request Recieved/New Friend
Graphics Quality Changed
CreatePlaceInPlayerInventoryAsync
Filename: PerformanceStatsManagerScript.lua
Written by: dbanks
Description: Handles performance stats gui.
// Filename: PurchasePromptScript2.lua
// Version 1.0
// Release 186
// Written by: jeditkacheff/jmargh
// Description: Handles in game purchases
// FileName: Topbar.lua
// Written by: SolarCrane
// Description: Code for lua side Top Menu items in ROBLOX.
// Filename: VehicleHud.lua
// Version 1.0
// Written by: jmargh
// Description: Implementation of the VehicleSeat HUD
Once this is live and stable, move to PlayerScripts as module
Author: @spotco
This script creates sounds which are placed under the character head.
These sounds are used by the &LocalSound& script.
To modify this script, copy it to your &StarterPlayer/StarterCharacterScripts& folder keeping the same script name (&Sound&).
The default Sound script loaded for every character will then be replaced with your copy of the script.
Author: @spotco
This script runs locally for the player of the given humanoid.
This script triggers humanoid sound play/pause actions locally.
The Playing/TimePosition properties of Sound objects bypass FilteringEnabled, so this triggers the sound
immediately for the player and is replicated to all other players.
This script is optimized to reduce network traffic through minimizing the amount of property replication.
// FileName: ControlScript.lua
// Version 1.1
// Written by: jmargh and jeditkacheff
// Description: Manages in game controls for both touch and keyboard/mouse devices.
// This script will be inserted into PlayerScripts under each player by default. If you want to
// create your own custom controls or modify these controls, you must place a script with this
// name, ControlScript, under StarterPlayer -& PlayerScripts.
// Required Modules:
ClickToMove
KeyboardMovement
Thumbstick
MasterControl
VehicleController
// FileName: MasterControl
// Version 1.0
// Written by: jeditkacheff
// Description: All character control scripts go thru this script, this script makes sure all actions are performed
The game has couple of debugging tools built in which can be enabled and disabled on command.
Key Combination
Screenshot
Ctrl+Shift+F1-Ctrl+Shift+F7
Shows various things about the game like the physics engine. Can't be interacted with.
F1 shows general information
F2 shows graphics information
F3 shows network information
F4 shows performance information
F5 shows a cutdown version of F4
F6 shows a modified
that is configured to work with Roblox.
F7 shows the 'Performance Stats' (also can be enabled in the games options)
F9 or typing /console into chat
Shows the game's Lua script logs, to determine what is going on in the background. Intended for game developers to debug their games online. If you own the game, you can access a Server Logs menu which allows you to type Lua commands while the game is running.
Interestingly enough, the F1-F7 debug menus are the only remnants remaining of Roblox's legacy hard-coded UI system, from the ages prior to late 2009.Almost all of the old built-in UI elements have been removed from the engine.RobloxMac v1.0 - Roblox全球首款GTX1080曲面游戏本上手体验roblox电脑怎么加好友
您可以邀请下面用户,快速获得回答
新手上路2000
擅长领域:&&
在电脑应用分类下共有8371个回答
擅长领域:&&&&
在电脑应用分类下共有6196个回答
擅长领域:&&&&
在电脑应用分类下共有2499个回答
擅长领域:&&
在电脑应用分类下共有1687个回答
擅长领域:&&
在电脑应用分类下共有1642个回答
擅长领域:&&&&
在电脑应用分类下共有1031个回答
加载更多答主
感谢您为社区的和谐贡献力量请选择举报类型
经过核实后将会做出处理感谢您为社区和谐做出贡献
点击可定位违规字符位置
确定要取消此次报名,退出该活动?
请输入私信内容:}

我要回帖

更多关于 roblox电脑版怎么改中文版 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信