YesNoOk
avatar

Screenpack help? (Read 422 times)

Started by Philplaya45, June 21, 2010, 05:24:03 am
Share this topic:
Screenpack help?
#1  June 21, 2010, 05:24:03 am
  • avatar
Okay, well I'm trying to install a screenpack for my mugen, and I followed a video tutorial for it and everything, but it never works. I dragged everything to the corresponding folder, but still, nothing. And I know I must have done something right because the sound from the screenpack is working somehow? What can I do to make it work? Please and thank you!
Re: Screenpack help?
#2  July 04, 2010, 09:10:19 pm
  • ***
  • There is only power!!!
    • Mexico
    • hekutta.webs.com/
check the system.def folder, and check if the correct paths are typed, sometimes they are placed in folders and the programmers dont change the paths. Check this part if the system.def file:

[Files]
spr = system.sff    ;Filename of sprite data
snd = system.snd    ;Filename of sound data
logo.storyboard = logo.def       
intro.storyboard = intro.def       
fight = fight.def   ;Fight definition filename
select = select.def ;Character and stage selection list
font1 = font/f-4x6.fnt ;System fonts
font2 = font/f-6x9.fnt ;System fonts
font3 = font/jg.fnt    ;System fonts   ;System fonts
font4 = qoh_big.fnt
font5 = qoh_sm~1.fnt


and also check the mugen.cfg file:
[Options]
; Basic options
Difficulty = 8
Life = 100
Time = 99
GameSpeed = 2
WavVolume = 99
MidiVolume = 0

; Team-only config
Team.1VS2Life = 150
Team.LoseOnKO = 0

; Not accessible in options screen
motif = data/system.def ;THIS PATH HAS TO BE TYPED LIKE THAT
;MP3Volume = 50 ;Not yet implemented

Well, if problem continues send me the screenpack i would check it.