My 3-D Fighting Game Engine... Scripting Preview 1 / 3
Scripting is a huge part of game-making. In fact, at times, the power of a game engine may be very dependent on it's scripting capabilities. The power of a scripting language will determine, and limit, what may be done with the game engine. Scripting is also not just limited to being text based but may also be visual (such as Kismet for the Unreal Engine) but above all scripting is still vital to game-makers for nearly doing EVERYTHING (well this is very much true, it becomes a tool to help make games - and one for some hackers to hack into them)!!
Scripting is used as a means of feeding input and instructions to the game engine and this input may include, but won't be limited to, the following:
* artificial intelligence so as to tell non-playable characters how to act and behave
* triggers, so as to run a process, or do something when something happens (or is triggered)
* determine access and what is not accessible (like locked doors)
* to create objects or spawn stuff into the game
* to determine appearance (yep some are powerful to handle more than just textures but shaders as well)
* to unleash what has already been programmed but is hidden from the user (mostly that's what scripts do - it was one script that discovered a controversial mini-game in GTA III)
* SO SO SO MUCH MORE... YOU JUST HAVE TO WAIT FOR MY NEXT INSTALLMENT...
Scripting is used as a means of feeding input and instructions to the game engine and this input may include, but won't be limited to, the following:
* artificial intelligence so as to tell non-playable characters how to act and behave
* triggers, so as to run a process, or do something when something happens (or is triggered)
* determine access and what is not accessible (like locked doors)
* to create objects or spawn stuff into the game
* to determine appearance (yep some are powerful to handle more than just textures but shaders as well)
* to unleash what has already been programmed but is hidden from the user (mostly that's what scripts do - it was one script that discovered a controversial mini-game in GTA III)
* SO SO SO MUCH MORE... YOU JUST HAVE TO WAIT FOR MY NEXT INSTALLMENT...
Comments