FoFiX 4.0.0 Development Thread

Discussion particular to FoFiX, its development, and themes
Forum rules
This topic is 3 years and 5 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
Dr. Professor Logic
User avatar
Lysdestic
Member
Posts: 2939
Joined: December 14th, 2007
Reputation: 7
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby Lysdestic » Wed Oct 14, 2009 12:32 pm

lordhardware wrote:shall do :)

darn linux users making this more accessable


Don't make me send the minions after you.
É UMA BANANA!
User avatar
caramba2654
Member
Posts: 164
Joined: July 26th, 2009
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby caramba2654 » Fri Oct 16, 2009 9:09 pm

In Rock Band, overdrive notes give a intense hitglow compared to the normal ones. Maybe the themes makers can add a optional ihitglow.png?

(BTW, what's the difference of the glow, hitglow and hitflame?)
Image
HURRY! Click that image and give me an internet! PUT A KEEP ARE YOU!
Image
Uncle Fester
User avatar
slantyr
Member
Posts: 759
Joined: March 10th, 2008
Location: the great white north
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby slantyr » Fri Oct 16, 2009 10:18 pm

the glow is for the center mult in rb themes

the hitglow shines while your holding long notes

the the hitflames fire every time you hit a note
Image
max_rodolfo
Member
Posts: 69
Joined: September 24th, 2009
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby max_rodolfo » Sat Oct 17, 2009 9:41 am

i can compile :D:D::D Changed audio.py to oldest becuase the new one use OggStreammer and not Py Ogg ...
FoFiX Dev/Mod Squad
User avatar
jstump91
Member
Posts: 837
Joined: September 21st, 2008
Location: Baltimore, MD (US)
Reputation: 0
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby jstump91 » Sat Oct 17, 2009 10:52 am

max_rodolfo wrote:i can compile :D:D::D Changed audio.py to oldest becuase the new one use OggStreammer and not Py Ogg ...


max_rodolfo's logfile wrote:(W) OggStreamer not found. Falling back to legacy pyogg/pyvorbis based ogg streamer.
(W) PyOGG not found. OGG files will be fully decoded prior to playing; expect absurd memory usage.


Why fix something that isn't broken? (And when you say "oldest", how old are we talking?)

Please take careful note of the words "Falling back to" in the error message. That means that since it can't find the new module (and it shouldn't, as I haven't released it yet - look back a few pages), it is using the code that was originally there (the pyogg/pyvorbis-based code) instead. The fact that it could not find the new module is therefore completely harmless.

As for pyogg/pyvorbis not being found, no amount of reverting Audio.py will fix that, whether or not you have a revision that happens to support the new module as well. Check to make sure you have both; they are both in the Required section of the source module list. Admittedly, the error message for that really should mention both of them. (Yet it's been that way for almost a year, and for whatever reason it only seems to be tripping people up now...)

Which brings me to another point: why are you making binaries in the first place? There's no reason to.
jstump91, a.k.a. john.stumpo, a.k.a. stump
jstump.com | stump's blog | FoFiX development | My own code
Can't find a Windows build of the Python module you need? Try my mediafire!
Don't say "Python can't do [insert task here]." Python can do anything with the right modules - said modules may just not have been written yet.
"Python - why settle for snake oil when you can have the whole snake?" --Mark Jackson
Did you search before you posted? Did you read the rules for the subforum you are posting in?
max_rodolfo
Member
Posts: 69
Joined: September 24th, 2009
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby max_rodolfo » Sat Oct 17, 2009 11:02 am

Only for testing..

1 problem men before i can compile the songs donthave sound :S:S white the legacy ogg.. i corrected that =D

only 1 think where i can found OggStreamer?:P
Dr. Professor Logic
User avatar
Lysdestic
Member
Posts: 2939
Joined: December 14th, 2007
Reputation: 7
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby Lysdestic » Sat Oct 17, 2009 11:10 am

max_rodolfo wrote:Only for testing..

1 problem men before i can compile the songs donthave sound :S:S white the legacy ogg.. i corrected that =D

only 1 think where i can found OggStreamer?:P


But you don't need to compile. Additionally, if you can barely compile FoFiX, it will be a nightmare to compile OggStreamer. It is not available as a traditional module yet, to my knowledge, at least. (It's still in testing!)

The point of using SVN is to test the code as changes are made - not to have some new features. If something is broken, compiling it will not make a difference, nor should you edit any files involved with the game.

You go here to report the issue and either roll back to a working revision or go back to the most recent full release until you are called upon to verify a fix.

If you can't handle that, you shouldn't be doing this at all.
max_rodolfo
Member
Posts: 69
Joined: September 24th, 2009
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby max_rodolfo » Sat Oct 17, 2009 11:26 am

Thanks for all sorry for all the minus problems :crying:
:2thumbsup:
0_o
User avatar
BLOODPAIN
Member
Posts: 76
Joined: November 30th, 2007
Location: Khmelnitsky,Ukraine
Reputation: 0
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby BLOODPAIN » Sun Oct 18, 2009 7:01 am

Is there a way to add support of Cyrillic symbols?
Blue Heaven!
User avatar
death_au
Member
Posts: 3991
Joined: December 12th, 2007
Location: Australia
Reputation: 7
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby death_au » Wed Oct 21, 2009 5:37 am

acrox999 wrote:CD style setlist(original FOF setlist style) is not working properly. When I tried to navigate to a CD(song) the game crash and it said:

AttributeError:'module' object has no attribute 'hexTocolor'.

Render error? I think I got it. When the song has defined a custom cassette/cd color, this error will appear.

Couldn't find this on Google code, so I'll just mention it here: Fixed in r1953
I was playing around with my oldschool theme, which uses 3D (CD) setlist mode, and this bug was really annoying me.
Bridged To The Sun.
User avatar
acrox999
Member
Posts: 3597
Joined: March 22nd, 2008
Location: /opt/bin/fretsonfire
Reputation: 1
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby acrox999 » Wed Oct 21, 2009 6:43 am

Yeah, I want to use Megalight V4 but this problem is very annoying. I know I can fix it by changing the setlist to either RB/RB2 or GH style but I don't want to have red exclamation mark at the folder since it has to be changed in the theme.ini. :laugh:
Jack of all Trades
User avatar
BlackJack
Member
Posts: 253
Joined: December 9th, 2006
Location: United Kingdom
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby BlackJack » Wed Oct 21, 2009 2:34 pm

BLOODPAIN wrote:Is there a way to add support of Cyrillic symbols?


viewtopic.php?f=11&t=34231&p=366118#p366142

Check also Issue 620.

The proposition I talked about should work (though it reminds me that since around v3.100, the language system suffers from a regression -- languages written from right to left are no longer displayed correctly; I don't know if this affects something else, nor if the workaround below still works).

[possible workaround for the time being]
In the meantime (read : until the coders get to it*), you should be able to get Cyrillic symbols displayed correctly by replacing the fonts of your theme by ones that contain Cyrillic characters.
[/possible workaround for the time being]

*hint : starring the issue may accelerate the task, as well as donating.
Than != Then. It's != Its. Of != Have. Your != You're. Their != There != They're.
Image
tibiano13
Member
Posts: 1
Joined: March 26th, 2008
Location: brasil
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby tibiano13 » Thu Oct 22, 2009 3:49 pm

Help me please. my fofix doesn't open anymore. He opens and after 1 second he closes. WHY? in log doesn't appear anything
max_rodolfo
Member
Posts: 69
Joined: September 24th, 2009
Reputation: 0

Re: FoFiX 4.0.0 Development Thread

Postby max_rodolfo » Thu Oct 22, 2009 3:52 pm

omg my probleeem again

finding requerid modules they dont found "ogg.dll"

say that ogg.dll is missing i have all the requerid Libraris i install 2 times again what happen :S:S :confused: :crying:
Bridged To The Sun.
User avatar
acrox999
Member
Posts: 3597
Joined: March 22nd, 2008
Location: /opt/bin/fretsonfire
Reputation: 1
Contact:

Re: FoFiX 4.0.0 Development Thread

Postby acrox999 » Thu Oct 22, 2009 7:16 pm

Did you install PyOgg?

Return to “FoFiX”

Who is online

Users browsing this forum: No registered users and 10 guests