noone comes here for your catfights
I was

If it's done in GH3 or Rockband, then please DON'T mention it
That should be someplace where everyone can see it...
Maybe in GIANT bold lettering on the top of the opening post?
noone comes here for your catfights
If it's done in GH3 or Rockband, then please DON'T mention it
J-Man wrote:Alarian, you say the xbox Xplorer guitar doesnt register all the strums? Mine does, so is that for only certain guitars?
Code: Select all
#kuzux: instrument-dependant score meter for Rock Band theme
 try:
    if self.playerList[0].part.text == "Drums":
     self.engine.loadImgDrawing(self, "scorePic", os.path.join("Themes",themename,"score_drums.png"))
    elif self.playerList[0].part.text == "Bass Guitar":
     self.engine.loadImgDrawing(self, "scorePic", os.path.join("Themes",themename,"score_bass.png"))
    else:
     self.engine.loadImgDrawing(self, "scorePic", os.path.join("Themes",themename,"score_guitar.png"))
   except IOError:
    self.engine.loadImgDrawing(self, "scorePic", os.path.join("Themes",themename,"score.png"))
Code: Select all
self.engine.loadImgDrawing(self, "scorePic", os.path.join("Themes",themename,"score.png"))
Return to “FOF Mod Discussion and Support”
Users browsing this forum: No registered users and 4 guests