I wrote a free camera script with teleportation for Atelier Ryza (Steam, North America, game version 1.08).
It works on the field and in cutscenes, but not in battles as the game is not reading from the camera coordinates. It works in photo mode as well, so you can freeze the action, hide the HUD, etc.
Code: Select all
Free Camera Controls:
Hotkey : Num 0 (Toggle On/Off)
Num 8 : Forward
Num 5 : Backward
Num 4 : Left
Num 6 : Right
Num - : Up
Num + : Down
Num 3 : Tilt Up
Num . (period) : Tilt Down
Num 7 : Pan Right
Num 9 : Pan Left
(Note: you can tilt and pan using the mouse.)
Num 9 : Roll Right
Num 7 : Roll Left
Num 3 : Set Roll to 0
Num / (divide): Teleport
F1 : Decrease Camera Speed (Press and Hold)
F2 : Double Camera Speed (Press and Hold)
F3 : Quadruple Camera Speed (Press and Hold)
Mouse control works perfectly if you use a gamepad to play the game, which I imagine most of us do. If you use keyboard mouse to control, the free camera script will attempt to temporarily disable the mouse in the game so it can be used by the script. I'm not sure why, sometimes the game will refuse to let go of the mouse; after hours of testing I think it's actually a bug in the game. I found that if the game will not let free camera use the mouse, just turn off free camera, alt-tab out of the game, alt-tab back in, and free camera mouse control will work properly. YMMV.
The (now heavily-adapted) free camera Lua code that manipulates the camera is from
Cyber's CS4 table, and as always I am very thankful. Also, a huge thank you as always to Stephen Chapman for his YT videos!
Enjoy!
My other camera scripts:
Atelier Ryza 2,
Trails of Cold Steel 1,
Trails of Cold Steel 2,
Trails of Cold Steel 3,
Hajimari no Kiseki CLE,
Kuro no Kiseki CLE,
Kuro no Kiseki 2 CLE,
Tokyo Xanadu eX+,
Ys VIII: Lacrimosa of Dana.