Dancing Hoskuld
Deity
Something has changed (duh!) between versions 3.5 and 3.6 which is causing me some headaches. I could not find a deffinative list of changes and given my newbe status with python I am not sure I would recognise the appropriate change if I fell over it.
I merged the Abandon city mod into Rise of Mankind 2.5 which uses BUG 3.5 - every thing worked well. I changed to shortcut to Cntl-A, and pop up appears in the city screen asking which building I want to remove or if I want to raise the city.
In Rise of Mankind 2.6, which uses BUG 3.6 the Cntl-A only works in the city screen, as expected, but the pop up only appears after you exit the city screen and naturally enough it is empty because I am no longer in the city screen.
My question - has anything changed in BUG that may be delaying the "call" to the event?
For clarity here is my CvEventmanager.py in the Assets\Python directory. It has Abandon City before and after each bit that is changed.
I merged the Abandon city mod into Rise of Mankind 2.5 which uses BUG 3.5 - every thing worked well. I changed to shortcut to Cntl-A, and pop up appears in the city screen asking which building I want to remove or if I want to raise the city.
In Rise of Mankind 2.6, which uses BUG 3.6 the Cntl-A only works in the city screen, as expected, but the pop up only appears after you exit the city screen and naturally enough it is empty because I am no longer in the city screen.
My question - has anything changed in BUG that may be delaying the "call" to the event?
For clarity here is my CvEventmanager.py in the Assets\Python directory. It has Abandon City before and after each bit that is changed.