Re-wrote the Lua modules for the following cameras to work with latest Konami updates:
Live Broadcast Camera (BroadCastCam.lua)
Common Camera – “Midrange”,”Long”,”Wide”,”Pitch (Field) Side”, “Custom” (CommonCam.lua)
Dynamic Wide Camera (DynamicWideCam.lua)
Fan View Camera (FanViewCam.lua)
Penalty Kick Camera (Penalty_zh.lua)
Replay Camera (ReplayCam.lua)
Stadium Camera (StadiumCam.lua)
Vertical Camera (VerticalCam.lua)
New versions of these modules are now:
1. Adaptable. Meaning that they can work with any game exe – old, new, etc. Whenever Konami updates exe again, they will adapt to that too.2. Safe. If the module cannot find the necessary locations in memory, it will report error on startup and disable itself. You will see information in sider.log on what went wrong, but there will be no crashes caused by writing into wrong places in memory.
How to install:
1. copy the modules folder into your sider folder. Replace old files with new, if Windows asks you about it.2. modify your sider.ini. Make sure you have these lines in it:
lua.module = "lib\nesalib.lua"
lua.module = "BroadCastCam.lua"
lua.module = "CommonCam.lua"
lua.module = "DynamicWideCam.lua"
lua.module = "FanViewCam.lua"
lua.module = "Penalty_zh.lua"
lua.module = "ReplayCam.lua"
lua.module = "StadiumCam.lua"
lua.module = "VerticalCam.lua"
All game research credit: nesa24
Enjoy!
No comments:
Post a Comment