Ok I managed to get it working on the IPad version.
There are some files which are only existing in the IPad version in the folder "Lua/UI/Overrides".
The following Files must be
copied and renamed:
CivicsTree.lua => CivicsTree_TABLET.lua
CivicsTree.xml => CivicsTree_TABLET.xml
GovernmentScreen.lua => GovernmentScreen_TABLET.lua
GovernmentScreen.xml => GovernmentScreen_TABLET.xml
GovernmentScreen_TABLET.xml:
I slightly tweaked the file to make the goverment screen compatible with the ipad's small goverment screen by adding a scrolling area (otherwise the filter buttons "New", "Military", "Economy", etc. are not visible, due to less space).
I edited the "JFD's Rule With Faith.modinfo" file aswell and added the new four files:
Code:
...
<File>Lua/UI/Overrides/CivicsTree.lua</File>
<File>Lua/UI/Overrides/CivicsTree.xml</File>
<File>Lua/UI/Overrides/CivicsTree_TABLET.lua</File>
<File>Lua/UI/Overrides/CivicsTree_TABLET.xml</File>
...
and
Code:
...
<File>Lua/UI/Overrides/GovernmentScreen.lua</File>
<File>Lua/UI/Overrides/GovernmentScreen.xml</File>
<File>Lua/UI/Overrides/GovernmentScreen_TABLET.lua</File>
<File>Lua/UI/Overrides/GovernmentScreen_TABLET.xml</File>
...
However, custom textures/models and therefore custom units / great people etc may do not work as exspected, as the ipad version needs different art files (I have no idea in which format they have to be).
I attached the modified mod folder as zip - so everyone can try.
All credits go to JFD and his partners for this great mod!
Please integrate the modifications in the main version of the mod! (I used the newset vanilla version of the mod). If there is a git repository or something I can also create a pull request.
Thank you.