
MFH Mod (FoFiX) 3.0xx (v3.030) (OLD)
The Wiitard
- rednano12
- Member
- Posts: 1549
- Joined: December 22nd, 2007
- Location: http://www.youtube.com/watch?v=failedRickRoll
- Reputation: 0
- Contact:
Re: MFH Mod (FoFiX) 3.0xx (v3.030)
I recently made the switch to Ubuntu
I don't think I'll leave it anytime soon. Can I just copy and paste my windows FoFiX Folders (Alpha and Stable) redownload the dependancies and compile? Is there anything that differs between the versions?

-
- Member
- Posts: 2
- Joined: December 11th, 2008
- Reputation: 0
Re: MFH Mod (FoFiX) 3.0xx (v3.030)
Sorry guys, I've tried looking through alot of the pages in the thread regarding the FPS on my mac with 3.100b. Speeds real quick, I haven't turned on the FPS toggle, but I'm guessing its around 160fps.
I read about a FPS limiter? Is this something I can use?
I already tried changing one of the priorities (forget which one) to false, but that didnt work either.
Any info would be greatly appreciated...
I'm running OSX Leopard 10.5.6.
3.06 GHz intel core 2 duo
2 GB RAM.
Thanks alot. Great work everyone.
I read about a FPS limiter? Is this something I can use?
I already tried changing one of the priorities (forget which one) to false, but that didnt work either.
Any info would be greatly appreciated...
I'm running OSX Leopard 10.5.6.
3.06 GHz intel core 2 duo
2 GB RAM.
Thanks alot. Great work everyone.
...the pain
- myfingershurt
- Member
- Posts: 1796
- Joined: April 9th, 2007
- Location: Northern Nevada, USA
- Reputation: 0
Re: MFH Mod (FoFiX) 3.0xx (v3.030)
Nickman, thanks for sharing your application - I added it to the Development Notes Wiki, which already had notes on text Y positioning quirks.
To anyone who's having a problem with too many frames per second being rendered, change "highpriority = True" to "highpriority = False" in your fretsonfire.ini. This will actually give you control over your framerate (Display Settings -> Advanced Video Options -> Frames Per Second) instead of just telling FoFiX to render as many frames as it can as fast as it can.
By the way, that's a problem I'd love to have. Kinda like having too much horsepower and being unable to catch traction at a drag race.
---- EDIT ----
Added excessive framerate section to KnownIssues Wiki
To anyone who's having a problem with too many frames per second being rendered, change "highpriority = True" to "highpriority = False" in your fretsonfire.ini. This will actually give you control over your framerate (Display Settings -> Advanced Video Options -> Frames Per Second) instead of just telling FoFiX to render as many frames as it can as fast as it can.
By the way, that's a problem I'd love to have. Kinda like having too much horsepower and being unable to catch traction at a drag race.
---- EDIT ----
Added excessive framerate section to KnownIssues Wiki
Amiga Rules
- Nickman
- Member
- Posts: 262
- Joined: September 11th, 2008
- Location: Sweden,Jämtland,Östersund
- Reputation: 0
- Contact:
Re: MFH Mod (FoFiX) 3.0xx (v3.030)
myfingershurt wrote:Nickman, thanks for sharing your application - I added it to the Development Notes Wiki, which already had notes on text Y positioning quirks.
DOH! i totaly missed that page. RTFM on me

I'm thinking about making a more advanced skin editor based on the fofix source. (Let you choose screen and display all elements,let you move them around and then save the new values)
But this is way out of my league right now. Never done any GL programming and only small python things.
But FoFiX have a very nice and readable source so who knows

Re: MFH Mod (FoFiX) 3.0xx (v3.030)
Azzco wrote:WildSioux wrote:Now, to the linux version. The game loads fine, I can change the settings, browse my songs folders. But when I choose a song, I get a black screen. This is only on the FoFix versions for linux. The original runs fine.
How do you launch fofix? If you launch it from a terminal you can add the verbose flag to see some interesting output. Basically it shows what is written to ~/.fretsonfire/fretsonfire.log in realtime. in any case you might want to take a look at said file do that with "cat ~/.fretsonfire/fretsonfire.log" for proper forrmatting (text colouring shows up weird in text editors.).
If you hadn't mentioned that normal FoF runs fine I'd bet that it was not working as expected due to case sensitivity... That might be the case still on the theme side though.. Which theme are you using?
In any case digg upp the log and come back.
I launch it by opening up the folder I saved it to and clicking on the "FretsOnFire.bin" file and it opens up. It doesn't matter which theme I use. I have tried on the two that come with it along with some others. I still get the black screen when loading a song.

I am in XP right now. But where is the log file?
linuxmint 7 (Jaunty 9.04), KDE 4.2.3, 32-bit with python2.6 installed running FoFiX-SVN. P4-2.4Ghz, 1gig ram, BFG Nvidia 8400 GS (512mb) - beta driver 185.18.14, 2x X-ploder guitars.
Amiga Rules
- Nickman
- Member
- Posts: 262
- Joined: September 11th, 2008
- Location: Sweden,Jämtland,Östersund
- Reputation: 0
- Contact:
Re: MFH Mod (FoFiX) 3.0xx (v3.030)
A small update. Here is the source code for FoFiX skin helper. (If someone would like to look at it)
...the pain
- myfingershurt
- Member
- Posts: 1796
- Joined: April 9th, 2007
- Location: Northern Nevada, USA
- Reputation: 0
Re: MFH Mod (FoFiX) 3.0xx (v3.030)
Halp. I'm running version 3.03 and having issues with my songs. I set the right song folder, but I only have 5 songs. I though it might just be because of the career mode but after I completed them, I dno't have new songs. How I fix :C
[edit]I fixed it. Just moved my song folder to this version. I usually keep it separate but this won't let me select my song folder.
[edit]I fixed it. Just moved my song folder to this version. I usually keep it separate but this won't let me select my song folder.
Last edited by Rapt0r on Sun Jan 25, 2009 4:09 pm, edited 1 time in total.
Re: MFH Mod (FoFiX) 3.0xx (v3.030)
Ok, I ran this in kubuntu and it came up with a lot more stuff. But this is the Red Error stuff that I believe is related to my black screen at song loading time.
Code: Select all
cat ~/.fretsonfire/fretsonfire.log
Code: Select all
(E) Loading error:Traceback (most recent call last):
File "src/GameEngine.py", line 770, in main
done = Engine.run(self)
File "src/Engine.py", line 135, in run
self._runTask(task, tick)
File "src/Engine.py", line 123, in _runTask
task.run(ticks)
File "src/SongChoosingScene.py", line 247, in run
self.player.startPos = [sPos for sLabel,sPos in info.sections if sLabel == startLabel]
TypeError: iteration over non-sequence
linuxmint 7 (Jaunty 9.04), KDE 4.2.3, 32-bit with python2.6 installed running FoFiX-SVN. P4-2.4Ghz, 1gig ram, BFG Nvidia 8400 GS (512mb) - beta driver 185.18.14, 2x X-ploder guitars.
...the pain
- myfingershurt
- Member
- Posts: 1796
- Joined: April 9th, 2007
- Location: Northern Nevada, USA
- Reputation: 0
Mr. Sorrow
- Figure
- Member
- Posts: 540
- Joined: March 13th, 2008
- Location: City: Galanta, State: Slovakia (Slovak Republic)
- Reputation: 0
- Contact:
Re: MFH Mod (FoFiX) 3.0xx (v3.030)
@MFH: What about this: I dunno if this was mentioned before, but... If you choose a setlist view: List (maybe it happens in every option) and you turn off showing the hit streak and percentage in setlist, the score will be above stars next to another song and next to the selected song will be only stars
BTW... there´s a problem with random neck. I can´t get into the neck select option and if I rename a line with neck in .ini to "randomneck" the song doesn´t loads. THX
BTW... there´s a problem with random neck. I can´t get into the neck select option and if I rename a line with neck in .ini to "randomneck" the song doesn´t loads. THX
Uncle Fester
- slantyr
- Member
- Posts: 759
- Joined: March 10th, 2008
- Location: the great white north
- Reputation: 0
Re: MFH Mod (FoFiX) 3.0xx (v3.030)
awsome, all fixed (the lightening is crazy lol)
check out this that i put together link
it's the bare minimum files for rock band and gh3 themes (i went all the way back to ucv2 and basically ported the gh theme, then rb)
these aren't meant to look good but you can play a song with these (what a testament to backwards compatiblity
)
check out this that i put together link
it's the bare minimum files for rock band and gh3 themes (i went all the way back to ucv2 and basically ported the gh theme, then rb)
these aren't meant to look good but you can play a song with these (what a testament to backwards compatiblity

Re: MFH Mod (FoFiX) 3.0xx (v3.030)
MFH,
I have noticed that just the base number of the release shows on the FOF main menu screen. Have you thought about adding the current beta number version to that display as well? Honestly, I forget what beta I am running sometimes (since i have multiple instances of FOF that I use).
Thanks,
Matt!
I have noticed that just the base number of the release shows on the FOF main menu screen. Have you thought about adding the current beta number version to that display as well? Honestly, I forget what beta I am running sometimes (since i have multiple instances of FOF that I use).
Thanks,
Matt!
I'm happy with my Ion Rocker kit and Roland KD-8 double bass kick trigger!
Re: MFH Mod (FoFiX) 3.0xx (v3.030)
@Slantyr
I got the files bud, i was out all day though. I'll read the file and modify the wiki now with that usefull info. And thanks again. That will definitely help out.
I got the files bud, i was out all day though. I'll read the file and modify the wiki now with that usefull info. And thanks again. That will definitely help out.
FoF 1st Dual Meter.|.......FoFiX Site......|.. WR's GH3 Theme..|...WR'S GH5 Theme....|WR'S GH:A Theme


Return to “FOF Mod Discussion and Support”
Who is online
Users browsing this forum: No registered users and 22 guests