Blender 3D:第四单元:与高级教程起飞
This set of tutorials is for Blender users who stumble up on the basics of certain games, such as making a HUD, menu, or even a simple button. This is also a place where users who know cool ways to spice a game up or explain troublesome aspects of making certain parts of a game genre's content work (like how to get Blender to calculate the damage of a bullet shooting).
::这一套教程是为Blender用户提供,他们会偶然发现某些游戏的基本知识,例如制作HUD,菜单,甚至一个简单的按.这也是一个了解酷玩游戏的用户,或者解释游戏类型内容的某些部分工作的麻烦方面 (比如如何让Blender计算子弹射击的损害).
There are a couple subsections to this. One is for those who don't like the messiness of python. Learning python to the point of being able to create a game with it will take months, maybe years, just to learn it, not to mention how long it would take to type the specific code and troubleshoot. So, the first section is for those who are much more comfortable with using the GUI Blender screen to make the majority of their game, and the tutorials exist to help them enhance their game.
::首先是针对那些不喜欢python的混乱者.学习python到能够用它创建游戏的程度,需要几个月,甚至几年,不用说要花多长时间来输入特定的代码和解决问题了.所以,第一部分是针对那些更喜欢使用GUI Blender屏幕来制作大部分游戏的人,教程是为了帮助他们提高游戏的.
Note:
No matter how much GUI you'd like to use in game creation, there is a certain amount of python you will HAVE to use to be able to really make your game good. Make sure to at least read up on it. Sorry.
::备注:无论你想在游戏创作中使用多少GUI,你必须使用一定数量的python才能真正让你的游戏变得好. 请确保至少阅读它.
Jump to
Game Creating Techniques within a GUI
::跳转到GUI中的游戏创建技术
Then there is the second subsection. This section is to help those who are comfortable with python learn how to use the code in ways they never thought of, and to show those who don't do so well with it just what python can do. While it's a simple language, it can still be incredibly complicated at times, and very, very picky.
::接下来是第二个子节. 这个部分是为了帮助那些熟悉 Python 的人学习如何以他们从未想过的方式使用代码,并向那些不太熟悉 Python 的人展示 Python 的功能. 虽然它是一个简单的语言,但它有时仍然非常复杂,而且非常挑.
Note:
DO NOT SUBMIT ANY CODE YOU DO NOT WANT COPIED A MILLION TIMES! This section is for helping the broad and the narrow range of Blender users to learn how to use python better, and there will be no expectation of attribution for submitting code you found out yourself.
::注意:不要提交任何你不想复制的代码! 这个部分是为了帮助广泛和狭窄的混合器用户学习如何更好地使用python,并且不会有任何预期的归因提交代码你发现自己.
Jump to
Game Creating Techniques with Python
::跳到使用Python创建游戏的技术