

Code: Select all
#MFH - new background stage logic:
if self.mode == 2: #blank / no stage
self.songStage = 0
self.rotationMode = 0
elif practiceMode: #check for existing practice stage; always disable stage rotation here
self.songStage = 0
self.rotationMode = 0
self.mode= 1
try:
if self.guitars[0].isDrum:
self.engine.loadImgDrawing(self, "background", os.path.join("themes",self.themename,"stages", "practicedrum.png"))
if self.guitars[0].isBassGuitar:
self.engine.loadImgDrawing(self, "background", os.path.join("themes",self.themename,"stages", "practicebass.png"))
else:
self.engine.loadImgDrawing(self, "background", os.path.join("themes",self.themename,"stages", "practice.png"))
except IOError:
Log.warn("No practice stage, fallbacking on a forced Blank stage mode") # evilynux
self.mode = 2 #if no practice stage, just fall back on a forced Blank stage mode
angellinus wrote:Well i change the image instead:
battle_top
battle_bottom
hman333 wrote:put this in the theme tread.
Happ E Nose wrote:angellinus, is it possible for you to get .png's for the 7 power-ups as well?
myfingershurt wrote:BTW... I'm aware that this should say "Drum Solo" and not "Drums Solo" but at the moment it is extracting this from the internal part name "Drums". I'll get to it.
p_025 wrote:myfingershurt wrote:BTW... I'm aware that this should say "Drum Solo" and not "Drums Solo" but at the moment it is extracting this from the internal part name "Drums". I'll get to it.
Actually, real Rock Band doesn't show such notifications for solos on any instrument. Nor Overdrive Ready... I've said this before, and I'm not going to say it again, since I just said "screw it" and edited them out of the guitarscene.py on my end.
Happ E Nose wrote:angellinus, is it possible for you to get .png's for the 7 power-ups as well?
Return to “FOF Mod Discussion and Support”
Users browsing this forum: No registered users and 3 guests