Cytus 维基
注册
Advertisement

總體的故事背景[ | ]

遙遠的未來,世上只剩下了機器人
他們是最後一批人類的精神載體
透過科技將人的記憶轉移到了不會死亡的軀殼
可是身為機器人後新的記憶將會漸漸排擠掉舊的記憶
所有的感情感覺都將隨著化為機器的身軀而流逝
於是他們來到用音樂製成的記憶標本房"Cytus",體驗著一個個夢境
讓自己相信自己還擁有著靈魂

各章節對應的故事背景[ | ]

(欲知詳情,請訪問Rayark官網

I. Operators[ | ]

“Operators, preserving & continuing lifetime memories eternally; desire for immortality finally comes true through pioneering technologies.” 

~2130 A.D. ExtenLife Corp. World leading Operator manufacturer

II. Disaster[ | ]

A mutated virus that is deadly contagious starting to spread out the universe sweepingly while there is absolutely no antidote to the disease, thousands of years of civilizations are on the line thereof. Cruelty shown forth, under the paling moonlight, calamity of destruction brought upon.

III. Cytus[ | ]

[29/Jul/2970:12:57:55] OPERATOR 201173V: requesting memory data, name=Vanessa
[29/Jul/2970:12:57:56] OPERATOR 201173V: 200 OK
[29/Jul/2970:12:57:56] OPERATOR 201173V: requesting emotion data, name=Vanessa
[29/Jul/2970:12:57:57] OPERATOR 201173V: ERROR: 501 not implemented
[29/Jul/2970:12:57:57] OPERATOR 201173V: redirect to CYTUS to resolve conflicts

IV. The Silence[ | ]

Ch4pic

V. Vanessa[ | ]

Dear Diary:

Is it a fortune or misfortune, to take part in the program of memory transferring?!

I would be able to survive in such a way, when everybody else close to me passes away...

VI. Lost[ | ]

function Operator:allocateStorage(size)
    local db = self:acquireDatabase()

    while db:getAvailableSpace() < size do
        local dated_item = db:query{
            number = 1,
            tag = "emotion",
            sort = "timestamp",
        }
        db:remove(dated_item)
    end

    local chunk = db:reserveSpace(size)
    zeroMemory(chunk)
    return chunk
end
Advertisement