FoFiX 4.0.0 Development Thread
Forum rules
- Read the rule stickies, especially ***** FORUM RULES • PLEASE READ BEFORE POSTING HERE! *****, before you post.
- If you are thinking about running from git, please do the entire community a favor and read this thread first. It contains some important information that anyone thinking about running from git should be familiar with.
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.
Re: FoFiX 4.0.0 Development Thread
Dude, get with the times, we're already running Python 4.0.
I jest, I jest.
I jest, I jest.
Blue Heaven!
- death_au
- Member
- Posts: 3991
- Joined: December 12th, 2007
- Location: Australia
- Reputation: 7
- Contact:
Re: FoFiX 4.0.0 Development Thread
max_rodolfo wrote:is the fofix development thinking about move tho python 2.7 or 3.1.1?
I believe it is being considered, but python 2.7 is only in alpha, so we'll see what happens when it gets closer to release.
From my understanding, python 3 is an entirely different beast though. That's not to say it won't be moved up to 3 in the future, but for now it's just not feasible.
Bridged To The Sun.
- acrox999
- Member
- Posts: 3597
- Joined: March 22nd, 2008
- Location: /opt/bin/fretsonfire
- Reputation: 1
- Contact:
Re: FoFiX 4.0.0 Development Thread
Lysdestic wrote:Dude, get with the times, we're already running Python 4.0.
I jest, I jest.
I lol'd.
@Death97 : No.
-
- Member
- Posts: 69
- Joined: September 24th, 2009
- Reputation: 0
Re: FoFiX 4.0.0 Development Thread
thanks for your answers
http://pypi.python.org/pypi/PyOpenGL-accelerate
i want to use that in fofix compilign but when i install the accelerate the game doesnt open i remove the accelerate and run normal..
http://pypi.python.org/pypi/PyOpenGL-accelerate
i want to use that in fofix compilign but when i install the accelerate the game doesnt open i remove the accelerate and run normal..
Bridged To The Sun.
- acrox999
- Member
- Posts: 3597
- Joined: March 22nd, 2008
- Location: /opt/bin/fretsonfire
- Reputation: 1
- Contact:
Re: FoFiX 4.0.0 Development Thread
Is it possible to move solotext2.png somewhere else? I don't like it to be at the center. I want to move it somewhere else. Tried solotext_xPos and solotext_yPos didn't work.
-
- Member
- Posts: 28
- Joined: October 16th, 2007
- Location: Chile
- Reputation: 0
Blue Heaven!
- death_au
- Member
- Posts: 3991
- Joined: December 12th, 2007
- Location: Australia
- Reputation: 7
- Contact:
Re: FoFiX 4.0.0 Development Thread
acrox999 wrote:Is it possible to move solotext2.png somewhere else? I don't like it to be at the center. I want to move it somewhere else. Tried solotext_xPos and solotext_yPos didn't work.
Graphical submenus like the solo menu work a little differently than you expect:
http://code.google.com/p/fofix/wiki/The ... l_Submenus
solotext2 = XPos, YPos, scale, vspacing
Don't know if it makes a difference, but I got my 'accellerate' from sourceforge: http://sourceforge.net/projects/pyopengl/files/max_rodolfo wrote:http://pypi.python.org/pypi/PyOpenGL-accelerate
i want to use that in fofix compilign but when i install the accelerate the game doesnt open i remove the accelerate and run normal..
What does your log say when FoFiX doesn't open?
-
- Member
- Posts: 69
- Joined: September 24th, 2009
- Reputation: 0
Re: FoFiX 4.0.0 Development Thread
Traceback (most recent call last):
File "FoFiX.py", line 108, in <module>
File "GameEngine.pyo", line 31, in <module>
File "OpenGL\GL\__init__.pyo", line 2, in <module>
File "OpenGL\raw\GL\__init__.pyo", line 6, in <module>
File "OpenGL\raw\GL\constants.pyo", line 7, in <module>
File "OpenGL\arrays\__init__.pyo", line 22, in <module>
File "OpenGL\arrays\formathandler.pyo", line 37, in loadAll
File "OpenGL\arrays\formathandler.pyo", line 44, in loadPlugin
File "OpenGL\plugins.pyo", line 14, in load
File "OpenGL\plugins.pyo", line 28, in importByName
File "OpenGL\arrays\numpymodule.pyo", line 25, in <module>
File "OpenGL_accelerate\numpy_formathandler.pyo", line 12, in <module>
File "OpenGL_accelerate\numpy_formathandler.pyo", line 10, in __load
File "numpy.pxd", line 30, in OpenGL_accelerate.numpy_formathandler (src\numpy_formathandler.c:3543)
ValueError: numpy.dtype does not appear to be the correct type object
that is thje error when i use acelerate
File "FoFiX.py", line 108, in <module>
File "GameEngine.pyo", line 31, in <module>
File "OpenGL\GL\__init__.pyo", line 2, in <module>
File "OpenGL\raw\GL\__init__.pyo", line 6, in <module>
File "OpenGL\raw\GL\constants.pyo", line 7, in <module>
File "OpenGL\arrays\__init__.pyo", line 22, in <module>
File "OpenGL\arrays\formathandler.pyo", line 37, in loadAll
File "OpenGL\arrays\formathandler.pyo", line 44, in loadPlugin
File "OpenGL\plugins.pyo", line 14, in load
File "OpenGL\plugins.pyo", line 28, in importByName
File "OpenGL\arrays\numpymodule.pyo", line 25, in <module>
File "OpenGL_accelerate\numpy_formathandler.pyo", line 12, in <module>
File "OpenGL_accelerate\numpy_formathandler.pyo", line 10, in __load
File "numpy.pxd", line 30, in OpenGL_accelerate.numpy_formathandler (src\numpy_formathandler.c:3543)
ValueError: numpy.dtype does not appear to be the correct type object
that is thje error when i use acelerate
Bridged To The Sun.
- acrox999
- Member
- Posts: 3597
- Joined: March 22nd, 2008
- Location: /opt/bin/fretsonfire
- Reputation: 1
- Contact:
Re: FoFiX 4.0.0 Development Thread
death_au wrote:acrox999 wrote:Is it possible to move solotext2.png somewhere else? I don't like it to be at the center. I want to move it somewhere else. Tried solotext_xPos and solotext_yPos didn't work.
Graphical submenus like the solo menu work a little differently than you expect:
http://code.google.com/p/fofix/wiki/The ... l_Submenus
solotext2 = XPos, YPos, scale, vspacing
Well, after posting this, I remembered the Wiki mentioned about this. Glad someone willing to write that wiki.
-
- Member
- Posts: 69
- Joined: September 24th, 2009
- Reputation: 0
Re: FoFiX 4.0.0 Development Thread
help me please i wan to use opengl acelerate in fofix 4.0 fofix 3.121 have it and work fine
Blue Heaven!
- death_au
- Member
- Posts: 3991
- Joined: December 12th, 2007
- Location: Australia
- Reputation: 7
- Contact:
Re: FoFiX 4.0.0 Development Thread
It sounds like something might be wrong with your numpy. Or accellerate uses a different version than you or something.
I apologize, as I'm not too great with getting the modules organized, but I'd update my numpy first to see if that's a problem.
I apologize, as I'm not too great with getting the modules organized, but I'd update my numpy first to see if that's a problem.
Re: FoFiX 4.0.0 Development Thread
Guys Thank you for 3.121!
I am so happy now. I found it yesterday and tryed out immediately!
While I had 10-20 fps at an FB song in 640x480 in 3.120 (quite a shame!), I managed to get 30-40fps in 1280x1024 in 3.121!
What an amazing optimization fix!
OH god now FoFiX runs totally smoothly with any options! This is just awesome!
Thank you, Thank you sooo much!!
One problem remains though. Playing with Fraps.
it runs at 25-30 fps and if it lags even to 25fps sometimes, the audio track is being delayed more and more on the recorded video.
That's just terrible... And doesn't solve the problem when I replace the audio with an mp3...
fraps sucks :( I cannot make a video to upload on youtube.
I am so happy now. I found it yesterday and tryed out immediately!
While I had 10-20 fps at an FB song in 640x480 in 3.120 (quite a shame!), I managed to get 30-40fps in 1280x1024 in 3.121!
What an amazing optimization fix!
OH god now FoFiX runs totally smoothly with any options! This is just awesome!
Thank you, Thank you sooo much!!
One problem remains though. Playing with Fraps.
it runs at 25-30 fps and if it lags even to 25fps sometimes, the audio track is being delayed more and more on the recorded video.
That's just terrible... And doesn't solve the problem when I replace the audio with an mp3...
fraps sucks :( I cannot make a video to upload on youtube.
Jpop fanatic
-
- Moderator
- Posts: 5693
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: FoFiX 4.0.0 Development Thread
FRAPS doesn't suck. Your computer just isn't powerful enough to run it based on your settings. Try playing in lower resolution/gfx/etc in FoFiX, and try some of the less demanding recording options.
Who is online
Users browsing this forum: No registered users and 1 guest