Albertus Magnus
Banned
Another question.
I made some background pics for the menus.
My problem is, in game they are not fullsize, they are just on the right top corner.
I took an original one(with right size) as template, so there can't be the mistake. (dds->bmp->changed->dds)
The parameters in the module_meshes.py are also the same:
("pic_mymenu1", 0, "pic_mymenu1", 0, 0, 0, 0, 0, 0, 1, 1, 1), <---mine
("pic_payment", 0, "pic_payment", 0, 0, 0, 0, 0, 0, 1, 1, 1), <--- original one
in game_menus.py, it's always just:
(set_background_mesh, "mesh_pic_*")
...there's nothing about the size.

I made some background pics for the menus.
My problem is, in game they are not fullsize, they are just on the right top corner.
I took an original one(with right size) as template, so there can't be the mistake. (dds->bmp->changed->dds)
The parameters in the module_meshes.py are also the same:
("pic_mymenu1", 0, "pic_mymenu1", 0, 0, 0, 0, 0, 0, 1, 1, 1), <---mine
("pic_payment", 0, "pic_payment", 0, 0, 0, 0, 0, 0, 1, 1, 1), <--- original one
in game_menus.py, it's always just:
(set_background_mesh, "mesh_pic_*")
...there's nothing about the size.
