Monday, 26 June 2017

Game Defect Triggers

Trigger & Where Found
What could generate the Trigger?
Example:
Configuration Trigger
This is the setup before the game starts. It checks the hardware that it’s using. It may also try and detect external devices such as Monitors and Peripherals.
A Game like fallout 4 will check if you have a 64bit operation system.
Start-up Trigger
This is the launch trigger that checks that detects If the whole game is present before proceeding with the game. This will happen before you play and it may attempt to fix it if the game is missing key files.
Neverwinter Nights 2 is missing key files so it downloads the rest from the internet
Exception Trigger
Exception trigger is a trigger that tries to connect to something that is not there.
Steam cannot connect to the network
Stress Trigger
This is a trigger that stops programmes because the computer cannot handle it.
Game crashes when there is not enough ram
Normal Trigger
These are the regular triggers that happen ingame such as the End Trigger,
End Trigger is triggered as the player completes the game
Restart Trigger
It’s a prompt to ask you to save the game as to not lose progress if you were to force the programme to quit.
Paper Mario asks you to save before you quit to title screen

No comments:

Post a Comment