Atjaunināt sīkdatņu piekrišanu

E-grāmata: Roblox Game Development in 24 Hours: The Official Roblox Guide

3.84/5 (28 ratings by Goodreads)
  • Formāts: 472 pages
  • Izdošanas datums: 27-May-2021
  • Izdevniecība: Addison Wesley
  • Valoda: eng
  • ISBN-13: 9780136829904
Citas grāmatas par šo tēmu:
  • Formāts - PDF+DRM
  • Cena: 27,04 €*
  • * ši ir gala cena, t.i., netiek piemērotas nekādas papildus atlaides
  • Ielikt grozā
  • Pievienot vēlmju sarakstam
  • Šī e-grāmata paredzēta tikai personīgai lietošanai. E-grāmatas nav iespējams atgriezt un nauda par iegādātajām e-grāmatām netiek atmaksāta.
  • Formāts: 472 pages
  • Izdošanas datums: 27-May-2021
  • Izdevniecība: Addison Wesley
  • Valoda: eng
  • ISBN-13: 9780136829904
Citas grāmatas par šo tēmu:

DRM restrictions

  • Kopēšana (kopēt/ievietot):

    nav atļauts

  • Drukāšana:

    nav atļauts

  • Lietošana:

    Digitālo tiesību pārvaldība (Digital Rights Management (DRM))
    Izdevējs ir piegādājis šo grāmatu šifrētā veidā, kas nozīmē, ka jums ir jāinstalē bezmaksas programmatūra, lai to atbloķētu un lasītu. Lai lasītu šo e-grāmatu, jums ir jāizveido Adobe ID. Vairāk informācijas šeit. E-grāmatu var lasīt un lejupielādēt līdz 6 ierīcēm (vienam lietotājam ar vienu un to pašu Adobe ID).

    Nepieciešamā programmatūra
    Lai lasītu šo e-grāmatu mobilajā ierīcē (tālrunī vai planšetdatorā), jums būs jāinstalē šī bezmaksas lietotne: PocketBook Reader (iOS / Android)

    Lai lejupielādētu un lasītu šo e-grāmatu datorā vai Mac datorā, jums ir nepieciešamid Adobe Digital Editions (šī ir bezmaksas lietotne, kas īpaši izstrādāta e-grāmatām. Tā nav tas pats, kas Adobe Reader, kas, iespējams, jau ir jūsu datorā.)

    Jūs nevarat lasīt šo e-grāmatu, izmantojot Amazon Kindle.

Every month, more than 115 million people around the world spend over a billion hours engaging with the amazing Roblox massive multiplayer online video game platform &; and Roblox&;s fast growing community of developers has already earned over $150 million for the games it&;s built. Sam Teach Yourself Roblox Game Development in 24 Hours: The Official Roblox Guide is Roblox&;s official guide for every intermediate-level developer who wants to take their Roblox skills to the next level fast.

In just 24 lessons of one hour or less, you&;ll deepen your skills with virtually all facets of Roblox development. Each short, easy lesson builds on all that's come before, helping you take full advantage of this remarkable platform. Sam Teach Yourself Roblox Game Development in 24 Hours covers all this, and much more:
  • The Roblox engine, Studio dev tools, Lua language, and development lifecycle
  • Physics, rendering, terrain, lighting, atmosphere, effects, and sound
  • Importing assets, models, meshparts, and textures
  • Structuring your game
  • Coding game mechanics, animations, camera movement, and GUIs
  • Networking and mobile development
  • Monetization: consumables, one-time purchases, premium versions, attracting players, and advertising
Step-by-step instructions walk you through common questions, issues, and tasks; Q&As, Quizzes, and Exercises build and test your knowledge; "Did You Know?" tips offer insider advice and shortcuts; and "Watch Out!" alerts help you avoid pitfalls. By the time you're finished, you'll be a true Roblox game development expert.

Hour 1 What Makes Roblox Special?
1(18)
Roblox Empowers Social Connectivity
2(2)
Roblox Manages User Content
4(3)
Roblox Enables Fast Prototyping and Iteration
7(1)
Conceptualize with Ease
8(2)
What's Inside Roblox's Engine
10(3)
Free, Free, Free
13(1)
Unlimited Possibilities
14(1)
Express Your Own Aesthetic
14(5)
Hour 2 Using Studio
19(24)
Installing Roblox Studio
19(3)
Using Studio Templates
22(2)
Working with the Game Editor
24(6)
Translating, Scaling, and Orienting Objects
30(4)
Snapping
34(1)
Collisions
35(1)
Anchoring
35(1)
Saving and Publishing Your Project
36(2)
Playtesting
38(5)
Hour 3 Building With Parts
43(16)
Creating a Part
43(1)
Changing a Part's Appearance
44(4)
Creating Decals and Textures
48(11)
Hour 4 Building With Physics
59(22)
Working with Attachments and Constraints
60(2)
Building a Door
62(3)
Disabling CanCollide to Move a Player Through the Door
65(1)
Adding Hinges and Springs
66(8)
Using a Motor
74(7)
Hour 5 Building Terrain
81(26)
Using Terrain Tools to Generate Landscapes
82(3)
Using the Edit Tab
85(9)
Working with the Region Tab
94(6)
Using Height Maps and Color Maps
100(7)
Hour 6 Lighting Environment
107(16)
Properties of World Lighting
108(5)
Using Lighting Effects
113(3)
Using SpotLight, PointLight, and SurfaceLight
116(7)
Hour 7 Atmosphere Environment
123(18)
Using Atmosphere Properties
124(8)
Customizing Skybox
132(9)
Hour 8 Effects Environment
141(16)
Using Particles
141(4)
Using Beams
145(12)
Hour 9 Importing Assets
157(18)
Inserting and Uploading Free Models
157(7)
Importing with MeshParts and Asset Manager
164(4)
Importing Textures
168(3)
Importing Sounds
171(4)
Hour 10 Game Structure And Collaboration
175(18)
Adding Places in a Game
175(2)
Collaborating in Roblox Studio
177(7)
Creating and Accessing Roblox Packages in Roblox Studio
184(9)
Hour 11 Lua Overview
193(22)
Using the Coding Workspace
193(2)
Using Variables to Modify Properties
195(3)
Adding Comments to Your Code
198(1)
Using Functions and Events
199(3)
Working with Conditional Statements
202(1)
Understanding Arrays and Dictionaries
203(1)
Using Loops
203(3)
Working with Scope
206(1)
Creating Custom Events
207(2)
Debugging Code
209(6)
Hour 12 Collisions, Humanoids, Score
215(20)
Introduction to Collisions
215(5)
Detecting Collisions
220(4)
Introduction to Humanoids
224(11)
Hour 13 Interacting With Guis
235(22)
Creating GUIs
236(7)
Basic GUI Elements
243(1)
Coding Interactive GUIs
244(3)
Tweening
247(1)
Layouts
248(3)
Making a GUI Countdown
251(6)
Hour 14 Coding Animation
257(16)
Working with Position and Rotation
257(8)
Moving Objects Smoothly with Tween
265(3)
Moving an Entire Model
268(5)
Hour 15 Sounds And Music
273(12)
Creating a Soundtrack
273(2)
Importing Music and Sound Assets
275(2)
Creating Ambient Sounds
277(1)
Triggering Sounds Using Code
278(1)
Grouping Sounds
279(6)
Hour 16 Using The Animation Editor
285(20)
Introduction to the Animation Editor
286(1)
Creating Poses
287(4)
Saving and Exporting Animations
291(2)
Easing
293(1)
Working with Inverse Kinematics
293(3)
Animation Settings
296(2)
Working with Animation Events
298(7)
Hour 17 Combat, Teleporting, Data Stores
305(26)
Introduction to Tools
305(9)
Teleportution
314(4)
TeleportService
318(4)
Using Persistent Data Stores
322(4)
Data Store Functions
326(2)
Protecting and Responding to Errors
328(3)
Hour 18 Multiplayer Code And The Client-Server Model
331(14)
The Client-Server Model
331(2)
What Are RemoteFunctions and RemoteEvents?
333(4)
Server-Side Validation
337(1)
Teams
338(3)
Network Ownership
341(4)
Hour 19 Module Scripts
345(12)
Getting to Know the Module Script
345(4)
Understanding Client-Side Versus Server-Side Module Scripts
349(2)
Using Module Scripts: Game Loop
351(6)
Hour 20 Coding Camera Movements
357(14)
Introduction to Cameras
357(3)
Coding a Camera Move
360(2)
Using the Render Step
362(1)
Offsetting the Camera
363(8)
Hour 21 Cross-Platform Building
371(14)
Improving Game Performance
371(4)
Improving Your Scripts
375(2)
Making Your Game Mobile-Friendly
377(4)
Console and VR
381(4)
Hour 22 Global Community Building
385(10)
Introduction to Localization
385(4)
Global Compliance
389(1)
Privacy Policies: GDPR, CCPA, and You
390(5)
Hour 23 Monetization
395(14)
Game Passes: One-Time Purchases
395(2)
Selling Your Game Pass in Game
397(2)
Developer Products: Consumables
399(2)
Roblox Premium
401(2)
Developer Exchange: Earn Real Money from Your Game
403(6)
Hour 24 Attracting Players
409(16)
Game Icons, Thumbnails, and Trailers
409(4)
Updates
413(1)
Advertising and Notifications
414(6)
Analytics
420(5)
Appendix A Lua Scripting References
425(4)
Modifying Properties That Are Data Type and Enumerations
425(1)
Conditional Structures
426(2)
Expanding Lua Knowledge
428(1)
Appendix B Properties and Functions of Humanoid
429(4)
Index 433
Robloxs mission is to bring the world together through play. Roblox enables anyone to imagine, create, and have fun with friends as they explore millions of immersive 3D experiences, all built by a global community of developers. Roblox is powered by a global community of over two million developers who produce their own immersive multiplayer experiences using Roblox Studio, Robloxs intuitive desktop design tool. Roblox is ranked as one of the top online entertainment platforms for audiences under the age of 18 based on average monthly visits and time spent (ComScore). For more information, visit the Roblox Amazon page.