Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(AA - Greece 1943 CorfuLiberty) incorrect loading screen background #557

Open
bulldozerecske opened this issue Dec 7, 2024 · 2 comments
Labels

Comments

@bulldozerecske
Copy link
Contributor

Describe the bug
The background picture of the first AA level can be seen. There is a thin line in the middle.

To Reproduce
Load the custom SP map.

Expected behavior
Custom loading screen background should be visible.

Screenshots (OPTIONAL)
In OpenMoHAA:
image

In Vanilla:
image

Logs
N/A

Version information (please complete the following information):

  • OS: Windows
  • OS Version: 10 Pro 22H2
  • OpenMoHAA Version: OpenMoHAA 0.80.0-unstable+360.c3157ad win_msvc64-x86_64 Dec 06 2024 UTC

Additional context (OPTIONAL)
Map can be downloaded from here: https://www.mohaaaa.co.uk/AAAAMOHAA/content/greece-1943-corfuliberty

@smallmodel
Copy link
Member

There is something wrong because I have no issue when I install it in my main folder

@bulldozerecske
Copy link
Contributor Author

There is something wrong because I have no issue when I install it in my main folder

I removed this part in the ui\loading_test_corfuliberty.urc and now it's ok. In Vanilla, it is not an issue. Weird.

resource
Label
{
name "Default"
rect 0 0 256 256
fgcolor 1.00 1.00 1.00 1.00
bgcolor 1.00 1.00 1.00 0.00
borderstyle "NONE"
shader "textures/mohmenu/voodoo/m1l1_a.tga"
enabledcvar "ui_voodoo"
}
resource
Label
{
name "Default"
rect 256 0 256 256
fgcolor 1.00 1.00 1.00 1.00
bgcolor 1.00 1.00 1.00 0.00
borderstyle "NONE"
shader "textures/mohmenu/voodoo/m1l1_b.tga"
enabledcvar "ui_voodoo"
}
resource
Label
{
name "Default"
rect 384 0 256 256
fgcolor 1.00 1.00 1.00 1.00
bgcolor 1.00 1.00 1.00 0.00
borderstyle "NONE"
shader "textures/mohmenu/voodoo/m1l1_c.tga"
enabledcvar "ui_voodoo"
}
resource
Label
{
name "Default"
rect 0 256 256 256
fgcolor 1.00 1.00 1.00 1.00
bgcolor 1.00 1.00 1.00 0.00
borderstyle "NONE"
shader "textures/mohmenu/voodoo/m1l1_d.tga"
enabledcvar "ui_voodoo"
}
resource
Label
{
name "Default"
rect 256 256 256 256
fgcolor 1.00 1.00 1.00 1.00
bgcolor 1.00 1.00 1.00 0.00
borderstyle "NONE"
shader "textures/mohmenu/voodoo/m1l1_e.tga"
enabledcvar "ui_voodoo"
}
resource
Label
{
name "Default"
rect 384 256 256 256
fgcolor 1.00 1.00 1.00 1.00
bgcolor 1.00 1.00 1.00 0.00
borderstyle "NONE"
shader "textures/mohmenu/voodoo/m1l1_f.tga"
enabledcvar "ui_voodoo"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants