YesNoOk
avatar

Option menu background - HELP! (Read 2115 times)

Started by caio777, May 22, 2020, 03:26:01 pm
Share this topic:
Option menu background - HELP!
#1  May 22, 2020, 03:26:01 pm
    • Brazil
 Well, I´m new in mugen and I wanna know how can i change the background of the options menu. I tried to do it in fighter factory but there´s no sprite to change in that case... please help me!
Re: Option menu background - HELP!
#2  May 23, 2020, 10:40:24 am
  • *
  • *Ultimate Pharmacist*
open your System.def file in mugen1
create a backup just in case
control + F
Type options screen background
and this is what your going to see
[OptionBG 1]
type  = normal
spriteno = 100,1 <--- value of the option screen background
start = 0,0
tile  = 1,1

now go to fighter factory
open system.def
assuming you already have a background image try to indexed the image
it should at least be PNG
find group 100 and index 1
click open image -- the Folder pcx icon
then save
Re: Option menu background - HELP!
#3  May 23, 2020, 02:25:24 pm
    • Brazil
open your System.def file in mugen1
create a backup just in case
control + F
Type options screen background
and this is what your going to see
[OptionBG 1]
type  = normal
spriteno = 100,1 <--- value of the option screen background
start = 0,0
tile  = 1,1

now go to fighter factory
open system.def
assuming you already have a background image try to indexed the image
it should at least be PNG
find group 100 and index 1
click open image -- the Folder pcx icon
then save


It works! thank you very much S2