Jonitr0 / WarnoModEditor

A modding tool for Eugen System's real-time tactics game WARNO
MIT License
21 stars 1 forks source link

Edit Mod Configuration error #6

Closed bofhlusr closed 9 months ago

bofhlusr commented 10 months ago

Just got this error, when pressing Ctrl-Alt-C (Edit, Edit Mod Configuration) WME v0.3.1b

<class 'NameError'>: name 'edit_config_dialog' is not defined Stacktrace: File "src\wme_widgets\wme_menu_bar.py", line 221, in on_edit_config_action

Jonitr0 commented 10 months ago

Yeah I screwed up a rename, sorry about that. I unfortunately cannot publish a fix before next week

bofhlusr commented 10 months ago

Hi Jonas,

I also just noticed that saving the Conquest Score in WME should, but is not adjusting; the Score Limit value in the game.

I'm wondering if WME is saving it to the appropriate ndf file. What is the name of the ndf file and the variable field that I should be looking for?

Thanks and have a fantastic weekend!

George

On Fri, Nov 3, 2023 at 10:52 AM Jonas Trappe @.***> wrote:

Yeah I screwed up a rename, sorry about that. I unfortunately cannot publish a fix before next week

— Reply to this email directly, view it on GitHub https://github.com/Jonitr0/WarnoModEditor/issues/6#issuecomment-1792886246, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU5ICEERMWY4BJPZ5ECIWHLYCUVPBAVCNFSM6AAAAAA63B64QWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJSHA4DMMRUGY . You are receiving this because you authored the thread.Message ID: @.***>

bofhlusr commented 10 months ago

FYI...

[image: image.png]

On Fri, Nov 3, 2023 at 4:15 PM George Jereza @.***> wrote:

Hi Jonas,

I also just noticed that saving the Conquest Score in WME should, but is not adjusting; the Score Limit value in the game.

I'm wondering if WME is saving it to the appropriate ndf file. What is the name of the ndf file and the variable field that I should be looking for?

Thanks and have a fantastic weekend!

George

On Fri, Nov 3, 2023 at 10:52 AM Jonas Trappe @.***> wrote:

Yeah I screwed up a rename, sorry about that. I unfortunately cannot publish a fix before next week

— Reply to this email directly, view it on GitHub https://github.com/Jonitr0/WarnoModEditor/issues/6#issuecomment-1792886246, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU5ICEERMWY4BJPZ5ECIWHLYCUVPBAVCNFSM6AAAAAA63B64QWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJSHA4DMMRUGY . You are receiving this because you authored the thread.Message ID: @.***>

Jonitr0 commented 10 months ago

First of all, thanks for reporting these issues. It really helps me to keep WME working.

The mod configuration error should be fixed in 0.3.1c. I unfortunately cannot recreate any issue with the Game Settings Editor. Are you sure the mod is generated and enabled? Which settings did you want to implement? Anyway, you'll find the relevant data in GDConstantes.ndf in the variable ConquestPossibleScores.

Jonitr0 commented 9 months ago

I'll close this for now as the config error is fixed

bofhlusr commented 9 months ago

Thank you.

Happy Holidays to you!