Azurency / CQUI_Community-Edition

Civilization 6 mod - UI enhancements, reduce clicks and manage your empire faster!
MIT License
399 stars 98 forks source link

Apocalypse mode (New Frontier) : cannot sacrifice units to volcanoes #425

Closed UltraDiuve closed 4 years ago

UltraDiuve commented 4 years ago

Not sure if this is the relevant repo to log this issue. I ran into it in my first Apocalypse game with the New Frontier pass.

When trying to sacrifice a unit during the Appease the Gods competition, the user interface does not allow to select the unit to sacrifice.

To reproduce: 1- launch a game with CQUI mod as the only activated mod, with Apocalypse option activated 2- wait for an Appease the gods competition 3- have a Soothsayer unit and a regular military unit adjacent to a volcano 4- select the Soothsayer unit, and click on the Sacrifice adjacent unit action button 5- it is not possible to select the military unit to sacrifice

Expected behavior At step 5-, it should be possible to select the military unit to sacrifice (selectable units tiles should be highlighted green), and then have the sacrifice proceeded.

Screenshots Screenshot not really relevant.

General informations

I managed to fix this issue by manually transfering code from the core worldinput.lua file to the mod corresponding file. Seems to work, but no thorough test has been run for side effects.

UltraDiuve commented 4 years ago

worldinput.txt

Could not find a way to attached the modified file as is, had to rename it to .txt. This file should be put in the Assets/UI/ folder.

I would gladly create a pull request if that would be the proper way.

Sorxus commented 4 years ago

This version of CQUI isn't maintained anymore, try this one: https://github.com/civfanatics/CQUI_Community-Edition

UltraDiuve commented 4 years ago

Thanks for the information @Sorxus . It looks like the issue has been fixed (and many other things with it) on this other repo.

I close this issue.