timocomsmbx2345 wrote:I stil rwally want to lnow how to code the screen manipulation from the Digital SHowdown from Hypnosis 2016 redo.
You'll need the CaptureBuffer class, experience in Graphics.glDraw, math, knowledge on tables and rotation of vectors.
Once you have experience with all of that, it won't be hard to figure out how I created the screen manipulation. I'm not gonna teach it to you, because it's a very niche case requiring specific aspects of several parts of programming and I think it'd be better if you learned all those individual aspects instead.
And, as PixelPest said, you can look at the file itself, too. Keep in mind it's a good 2700 lines long and it's easy to get lost. There's an "ai3" function which handles the "Nanoteck" attack where he grabs the top half of the screen. You can look at that if you wanna find out how things work through the file. It won't allow you to reliably create this yourself, though, without knowing how the individual aspects work.