RF-mod-4 Discussion - Questions, suggestions, whining

Discuss mods and get help with mods ONLY
This topic is 8 years and 3 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
Rogue_F
Member
Posts: 1504
Joined: November 2nd, 2006
Reputation: 1

Postby Rogue_F » Wed Feb 06, 2008 5:20 pm

mrc2407 wrote:I've just dowloaded RF-mod, and I want to put the songs in some folders inside the game. I've got all the songs in FOF\data\songs\, but what I want is having the songs in folders in the game.

How do I have to do it?

Thanks!

So under that directory (FOF\data\songs) you make more folders

So you can have

FOF\data\songs\GH
FOF\data\songs\GH2
FOF\data\songs\FoF
FOF\data\songs\Misc

In game you will see folders for
GH, GH2, FoF, and Misc

-Alex
Rogue_F
Member
Posts: 1504
Joined: November 2nd, 2006
Reputation: 1

Postby Rogue_F » Wed Feb 06, 2008 5:21 pm

BlackFate wrote:Put the songs that are in the songs folder, in a folder inside the songs folder :p ,

You might need a song.ini inside that folder with for example-

[song]
name = Disturbed
artist = =FOLDER=
cassettecolor=#ffffff

Mike.

You do not need a song.ini in a folder.

This requirement went away somewhere between 3.0 and 3.5

-Alex
mrc2407
Member
Posts: 5
Joined: February 6th, 2008
Reputation: 0

Postby mrc2407 » Wed Feb 06, 2008 6:15 pm

Thanks to everyone for the explanation! I'll try tomorrow!
wildbill12
Member
Posts: 2
Joined: February 8th, 2008
Reputation: 0

Postby wildbill12 » Fri Feb 08, 2008 3:52 am

Having problems running RF-mod in linux, Mandriva 2007 distro.

Here's the error
Traceback (most recent call last):
File "/usr/local/src/lang/cx_Freeze-3.0.3/initscripts/Console.py", line 27, in ?
File "FretsOnFire.py", line 94, in ?
File "GameEngine.py", line 218, in
File "Data.py", line 48, in
File "Data.py", line 116, in loadSvgDrawing
File "Svg.py", line 576, in convertToTexture
File "Svg.py", line 597, in _render
File "Svg.py", line 554, in _cacheDrawing
File "/usr/lib/python2.4/site-packages/_xmlplus/sax/sax2exts.py", line 37, in make_parser
return XMLParserFactory.make_parser(parser_list)
File "/usr/lib/python2.4/site-packages/_xmlplus/sax/saxexts.py", line 75, in make_parser
sys.modules[parser_name].create_parser = _create_parser
KeyError: 'xml.sax.drivers2.drv_pyexpat'

Someone in this thread had this same error in Fedora, but it doesn't look like it was ever resolved.

Is this error related to the Ubuntu unicode error that someone explained how to fix?

The really odd thing about this is that my laptop running Mandriva 2007 runs RF-mod no problem, while the desktop does not. Same version of libxml, python-pyxml, libpython, etc.

Another thing. There is no /usr/lib/python2.4/site-packages/_xmlplus directory, rather that directory is in /usr/lib/python2.5. Can I simply change wherever this may be pointing to?

Thanks for the help
Rogue_F
Member
Posts: 1504
Joined: November 2nd, 2006
Reputation: 1

Postby Rogue_F » Fri Feb 08, 2008 5:10 am

wildbill12 wrote:Having problems running RF-mod in linux, Mandriva 2007 distro.

Here's the error
Traceback (most recent call last):
File "/usr/local/src/lang/cx_Freeze-3.0.3/initscripts/Console.py", line 27, in ?
File "FretsOnFire.py", line 94, in ?
File "GameEngine.py", line 218, in
File "Data.py", line 48, in
File "Data.py", line 116, in loadSvgDrawing
File "Svg.py", line 576, in convertToTexture
File "Svg.py", line 597, in _render
File "Svg.py", line 554, in _cacheDrawing
File "/usr/lib/python2.4/site-packages/_xmlplus/sax/sax2exts.py", line 37, in make_parser
return XMLParserFactory.make_parser(parser_list)
File "/usr/lib/python2.4/site-packages/_xmlplus/sax/saxexts.py", line 75, in make_parser
sys.modules[parser_name].create_parser = _create_parser
KeyError: 'xml.sax.drivers2.drv_pyexpat'

Someone in this thread had this same error in Fedora, but it doesn't look like it was ever resolved.

Is this error related to the Ubuntu unicode error that someone explained how to fix?

The really odd thing about this is that my laptop running Mandriva 2007 runs RF-mod no problem, while the desktop does not. Same version of libxml, python-pyxml, libpython, etc.

Another thing. There is no /usr/lib/python2.4/site-packages/_xmlplus directory, rather that directory is in /usr/lib/python2.5. Can I simply change wherever this may be pointing to?

Thanks for the help

I dont really know the detailed answer to your question, but
the xml library is a very basic one in python.

_xmlplus is a suppliment library which overloads the xml library with additional functions.

xml.sax.drivers2.drv_pyexpat is really
_xmlplus.sax.drivers2.drv_pyexpat, but because of whatever overloading tricks python does it makes it seem like it's xml. I i know I had a lot of difficulties in originally getting it to work. My guess is either an incompatible library or it's not finding the correct one.

That explanation might point you in the right direction

If you're familiar with strace I would use that on the working one, and the non working one and see what library or other thing it's not finding and where it is trying to load it from.

-Alex
ViolentRage
Member
Posts: 1
Joined: February 8th, 2008
Location: Milan
Reputation: 0

Postby ViolentRage » Fri Feb 08, 2008 12:15 pm

Hi.

I'm trying to download the RF4 since tomorrow, but I suppose that the link is broken.

There's a mirror?

Thank you very much! :)
wildbill12
Member
Posts: 2
Joined: February 8th, 2008
Reputation: 0

Postby wildbill12 » Fri Feb 08, 2008 12:24 pm

Success!

Thanks for the helpful suggestion.

Turns out I was missing libexpat1 on the machine where it wasn't working, installed that and it's running fine.
Rogue_F
Member
Posts: 1504
Joined: November 2nd, 2006
Reputation: 1

Postby Rogue_F » Fri Feb 08, 2008 1:41 pm

I may need to include it in the distribution. The tools used to make a self contained distribution don't always find all the dependencies. I'll check to see if it should be included next time.

-Alex
Stile
Member
Posts: 3
Joined: February 8th, 2008
Reputation: 0

Postby Stile » Fri Feb 08, 2008 5:34 pm

arrg broken link X[
rafaeld
Member
Posts: 1
Joined: February 8th, 2008
Location: Brasil - SP - Santo André
Reputation: 0

Postby rafaeld » Fri Feb 08, 2008 7:30 pm

Hi dudes a alternative link for download:
http://rapidshare.com/files/79096174/RF-mod-4-win32.zip.html

Enjoy!!!
casper911ca
Member
Posts: 31
Joined: February 7th, 2008
Location: Irvine
Reputation: 0
Contact:

Postby casper911ca » Fri Feb 08, 2008 10:39 pm

umm, call me stupid, but i cant download the mod.
I Right-click and "Save Link As" but it doesnt save anywhere. When i open the download manager, it says:

"RF-mod-4-linux32.tar.bz2 does not exist"

odd....

anyway, running Gutsy and FF 2.0.0.12
casper911ca
Member
Posts: 31
Joined: February 7th, 2008
Location: Irvine
Reputation: 0
Contact:

Postby casper911ca » Sat Feb 09, 2008 2:26 am

rafaeld wrote:Hi dudes a alternative link for download:
http://rapidshare.com/files/79096174/RF-mod-4-win32.zip.html

Enjoy!!!

A link for the Linux tar? pweeze!!
Khaoz
Member
Posts: 11
Joined: February 9th, 2008
Location: Spain
Reputation: 0

Postby Khaoz » Sat Feb 09, 2008 6:23 pm

How can I change the upload URL?

The one is in the mod isn't working and I used to upload my scores to another chart...

Thx! Great job!
Khaoz
Member
Posts: 11
Joined: February 9th, 2008
Location: Spain
Reputation: 0

Postby Khaoz » Sat Feb 09, 2008 6:45 pm

It's done! I just needed to find the .ini

Why it is sooooo hidden now?
Mass Effect FTW :)
User avatar
BlackFate
Member
Posts: 5272
Joined: October 9th, 2006
Location: From Wales, now in Sheffield
Reputation: 1

Postby BlackFate » Sat Feb 09, 2008 6:47 pm

Khaoz wrote:It's done! I just needed to find the .ini

Start > Run > %appdata%/fretsonfire/
Image
Image
Songs Finished: 82,
Metallica - Papa Roach - Disturbed - Bloodhound Gang

Return to “FOF Mod Discussion and Support”

Who is online

Users browsing this forum: No registered users and 7 guests