-
Does anyone know how to make a 'Cheat code' like in Duke Nukem, Doom, Quake , ect where you type a series of Letters to activate something..
I am making an Easter Egg, and would like to Have a 'code' to activate something.
I use to have the code but can't find it.
Any help?
-
If you are doing this from a console type screen (much like Half Life,) create a series of commands that allow you to cheat. Otherwise, you will have to look for a specific pattern of events that would spawn an easter egg or a cheat.
To implement this, try using a FSA. I find that is the easiest way to approach this. :)