saga
First Lieutenant
Posts: 42
|
Post by saga on Aug 19, 2023 0:15:15 GMT
How can i speed up the animation for wc4 when im not using auto battle, like increasing the animation speed for paratrooper, moving unit etc
|
|
|
Post by Nobunaga Oda on Aug 20, 2023 8:45:39 GMT
How can i speed up the animation for wc4 when im not using auto battle, like increasing the animation speed for paratrooper, moving unit etc Under Settings, there should be a toggle bar to increase or decrease game speed. Hope this helps.
|
|
saga
First Lieutenant
Posts: 42
|
Post by saga on Aug 20, 2023 9:23:07 GMT
How can i speed up the animation for wc4 when im not using auto battle, like increasing the animation speed for paratrooper, moving unit etc Under Settings, there should be a toggle bar to increase or decrease game speed. Hope this helps. I mean for modding wc4 speed animation sir
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Aug 21, 2023 21:43:52 GMT
The most easy way:
File:assets/global_data.xml
<data name="GameSpeed" type="int" value="3" save="true"/> You can set values higher than 5 - It works untill you change your settings
|
|
saga
First Lieutenant
Posts: 42
|
Post by saga on Aug 22, 2023 5:14:30 GMT
The most easy way: File:assets/global_data.xml <data name="GameSpeed" type="int" value="3" save="true"/> You can set values higher than 5 - It works untill you change your settings I know this setting work if we use autobattle but i want to increase the speed when we are manually control the unit etc
|
|
|
Post by yoga911 on Aug 22, 2023 10:30:11 GMT
I was changed my setting and game was slow down, any way to speed up again beside deleted game data?
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Aug 22, 2023 12:11:52 GMT
I was changed my setting and game was slow down, any way to speed up again beside deleted game data? No, this is an easy hack - changing your settings will set gamespeed back to a maximum of 5
|
|
m0rp
Staff Sergeant
Posts: 5
|
Post by m0rp on Aug 25, 2023 7:44:40 GMT
The most easy way: File:assets/global_data.xml <data name="GameSpeed" type="int" value="3" save="true"/> You can set values higher than 5 - It works untill you change your settings I know this setting work if we use autobattle but i want to increase the speed when we are manually control the unit etc I don't know how the files for WC4 are because i don't have the game (also the link for WC4 from the thread 'All Unlocked Apks' doesn't work for me), but if its the same as in European War 6 or World Conqueror 3, there should be a file in the 'config-folder' called 'def-motion'. In that file you can find for every unit a part about 'attack', maybe something like this: (<Motion name="3ιη¨ζ₯ε
΅ε°ε»η»οΌθΉ²)" type="attack" at="0.72" effect="Infantry fire"/>) In the other games i could add 'speed="9"' as example to increase the animation-attackspeed. Maybe this also works for WC4? I know its not for all the other things you want to increase, but its the best i could find till now. After modding the line looks as follows: (<Motion name="3ιη¨ζ₯ε
΅ε°ε»η»οΌθΉ²)" type="attack" speed="9"at="0.72" effect="Infantry fire"/>) I hope thats helpful / explained well enough, otherwise let me know.
|
|
saga
First Lieutenant
Posts: 42
|
Post by saga on Aug 25, 2023 12:00:50 GMT
I know this setting work if we use autobattle but i want to increase the speed when we are manually control the unit etc I don't know how the files for WC4 are because i don't have the game (also the link for WC4 from the thread 'All Unlocked Apks' doesn't work for me), but if its the same as in European War 6 or World Conqueror 3, there should be a file in the 'config-folder' called 'def-motion'. In that file you can find for every unit a part about 'attack', maybe something like this: (<Motion name="3ιη¨ζ₯ε
΅ε°ε»η»οΌθΉ²)" type="attack" at="0.72" effect="Infantry fire"/>) In the other games i could add 'speed="9"' as example to increase the animation-attackspeed. Maybe this also works for WC4? I know its not for all the other things you want to increase, but its the best i could find till now. After modding the line looks as follows: (<Motion name="3ιη¨ζ₯ε
΅ε°ε»η»οΌθΉ²)" type="attack" speed="9"at="0.72" effect="Infantry fire"/>) I hope thats helpful / explained well enough, otherwise let me know. Tq for replying sir and yeah i already tried to change the "speed="9" to other digit but the manual speed don't improve but only the autobattle affected.
|
|
|
Post by ππ³π°π΅π΄π¬πΊ on Aug 26, 2023 22:47:43 GMT
I don't know how the files for WC4 are because i don't have the game (also the link for WC4 from the thread 'All Unlocked Apks' doesn't work for me), but if its the same as in European War 6 or World Conqueror 3, there should be a file in the 'config-folder' called 'def-motion'. In that file you can find for every unit a part about 'attack', maybe something like this: (<Motion name="3ιη¨ζ₯ε
΅ε°ε»η»οΌθΉ²)" type="attack" at="0.72" effect="Infantry fire"/>) In the other games i could add 'speed="9"' as example to increase the animation-attackspeed. Maybe this also works for WC4? I know its not for all the other things you want to increase, but its the best i could find till now. After modding the line looks as follows: (<Motion name="3ιη¨ζ₯ε
΅ε°ε»η»οΌθΉ²)" type="attack" speed="9"at="0.72" effect="Infantry fire"/>) I hope thats helpful / explained well enough, otherwise let me know. Tq for replying sir and yeah i already tried to change the "speed="9" to other digit but the manual speed don't improve but only the autobattle affected. To speed up marching seems not possible - I don't know any mod that arrived to this. m0rp's advice is the way to correctly speed up every single animation, i believe it works with all ET games. You need also to change the timelines in def_effects.xml to keep the effects synchronuos with the faster animation (see EW4 Assult-mod.)
|
|