Saturday 27 April 2013

IT elements in the animation (Part IV)–Evangelion Q

(Part II & Part III are missing. Sad smileThey will be completed in the coming weeks)

Evangelion: 3.0 You Can (Not) Redo. (ヱヴァンゲリヲン新劇場版:Q)

A new organization, WILLE, which is NERV’s rival. Start-up its new battleship called “WUNDER” when it encountered the angel.

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130427_190330.781

As an IT guy, it is interesting to inspect the booting screen~

 

Boot up screen with POST

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130427_163826.206

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_210241.304

Here is what on the screen

SYSTEM SETUP ( STARTUP ) KhaOS version = 3.00
CONFIGURATION
*Device Config = All Devices
HDD CONTROLLER
HDD Controller Mode = Auto-Selected
I/O PORTS
*Serial = COM1(HBK33/BD310)
*Parallel = LPT1(RB338/TR9/TB3)
*Sound = Enabled
HDD I/O
Build-in HDD
= Primary ID(1FH000L/IRQ14)
= Secondary ID(B1005/IRQ21)
= Preliminary ID(CD666/DUMMY SYS.)
DISPLAY
*Holograph Segment Address = C000HF
 
KDB BUS
*KDB BUS = IRQ
ARCHITECT
*Main = Ver.3.10 *3.22Build.
*Sub = Ver.3.22 *3.10Build.
*Dummy = Ver.6.66 *6.66Build.

 

Wait… COM1 LPT1 ?

I haven’t seen them for a long long time

ASUS_M4N78-AM_lpt_com

IRQ14 is normally reserved for PATA (IDE) controller

==============

The next scene is the rolling code on the screen.

System is BUSY

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_211955.795

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_212327.237

Question:
What’s the programing language on the screen?

struct
comment style /* */
code block { }

01

 

for [element] in [collection] do {…}

02

 

if [condition] then {…}

QQ截图20130427172745

 

define a new function by using ‘fn’ keyword
and
local ret = #()

QQ截图20130427172758

 

However,
C, C++, C#, Java, JavaScript, VB, BVScript, VBA, python
can not satisfy this coding style

What the hell is that?

New let me try to find out some other keywords.

For example, “EmptyModifier”

QQ截图20130427172856

Bingo!

It’s MaxScript, from 3ds max.

mxse02darkscintilla_band

Completed

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_213157.674Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_213234.646

All green

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_213536.871

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_213544.435

Ignite main engine.

Evangelion Shin Gekijouban Q (BDrip 1920x1080 x264 FLACx2 5.1ch)-ank.mkv_20130425_213555.340

No comments:

Post a Comment