
Alarian mod v2.7 - Full release
...the pain
- myfingershurt
- Member
- Posts: 1796
- Joined: April 9th, 2007
- Location: Northern Nevada, USA
- Reputation: 0
well it's not immediately obvious so I'll just put a warning for now in the hotfix posts... and see if I can figure it out in the morning. Sorry guys thought I had a new feature all ready to go, I can't imagine why it's affecting the spinny GH3 notes. I'm only actually doing something different in the Rock Band theme code... (it's in guitar.py if anyone's interested to take a look)
GH3 keys are now done, redone directly from the GH3 ripped graphics. Some code will be modified to that FoF won't distort the graphics like it currently does. It will display them AS-IS, which is what's needed. But wow, what a big difference compared to the old ones. All the tails are done too.
FoF 1st Dual Meter.|.......FoFiX Site......|.. WR's GH3 Theme..|...WR'S GH5 Theme....|WR'S GH:A Theme


- Chaosdragon94
- Member
- Posts: 94
- Joined: December 3rd, 2007
- Location: British Columbia, Canada
- Reputation: 0
- Contact:
worldrave wrote:GH3 keys are now done, redone directly from the GH3 ripped graphics. Some code will be modified to that FoF won't distort the graphics like it currently does. It will display them AS-IS, which is what's needed. But wow, what a big difference compared to the old ones. All the tails are done too.
Is something similiar going to happen soon for Rock Band? I'm tired of having silver/grey notes while in star-power. I like to see my colors, and I like to recognize hammer on notes. I can't do this in star-power if star-powered notes are all silver/grey.
May be starting a "Hero" project shortly, which will have Expert only. I gave up on Level 1 because I figured not many people here played on Easy or Medium.
Also, I don't know if I'll ever fret the Ultra Beatdown bonus songs... I might, we'll see.
Also, I don't know if I'll ever fret the Ultra Beatdown bonus songs... I might, we'll see.
MyFingerShurt, I found the problem is.
notice the line 709 in guitar.py .
it is: if self.starPowerActive:
you lost 2 space in front of that. So the logic of render is:
if self.starspin:
if self.starPowerActive:
else: #not spin
So you can know that, we set the starspin to true, but after render the right one, that will go to the condtion to judge the self.starPowerActive. Of cause this one is false. So it go to the part "else". But infect, this part is for no spin, so it have the different Y position. So you can see some line with color instead of the note.
that's all
notice the line 709 in guitar.py .
it is: if self.starPowerActive:
you lost 2 space in front of that. So the logic of render is:
if self.starspin:
if self.starPowerActive:
else: #not spin
So you can know that, we set the starspin to true, but after render the right one, that will go to the condtion to judge the self.starPowerActive. Of cause this one is false. So it go to the part "else". But infect, this part is for no spin, so it have the different Y position. So you can see some line with color instead of the note.
that's all

-
Wester Toes
- kawaii_kumiko69
- Member
- Posts: 551
- Joined: October 30th, 2007
- Reputation: 1
Chaosdragon94 wrote:Is something similiar going to happen soon for Rock Band? I'm tired of having silver/grey notes while in star-power. I like to see my colors, and I like to recognize hammer on notes. I can't do this in star-power if star-powered notes are all silver/grey.
The RB notes you have aren't the only ones here, you know...
Check the first post here and look for the part with Rock Band notes. I recommend EdisLeado's notes (at the top of the list).
Couple questions.
Is it possible to add some sort of code so it don't distort the perspective on the Gh3 NOTES? Right not they get really thin when near the screen(below the keys).. and the outer ones(green/orange) are kinda bent inward for perspective reasons. It would look so much better if they would be displayed without any kinda of changes to perspective.
Also. Is it possible to add MORE fretboards? Instead of just replacing them? I make my own fretboards, and would like to keep all the current ones, plus add my own. If not, that might be something to think about adding also. <.<
Thanks for reading.
Is it possible to add some sort of code so it don't distort the perspective on the Gh3 NOTES? Right not they get really thin when near the screen(below the keys).. and the outer ones(green/orange) are kinda bent inward for perspective reasons. It would look so much better if they would be displayed without any kinda of changes to perspective.
Also. Is it possible to add MORE fretboards? Instead of just replacing them? I make my own fretboards, and would like to keep all the current ones, plus add my own. If not, that might be something to think about adding also. <.<
Thanks for reading.

My Necks: Click Here
Kris[Euphoria] wrote:I've been experiencing some in-game lag issues with 2.6c, and I haven't experienced any with some of the lower versions. I've also tried a number of things in the visual settings to try to fix, it only SLIGHTLY helped. Got any solutions?
This is a 100% perfect example of a totally worthless base of information to help someone with a problem.
Disco Skulls FTW!
- Death Legion
- Member
- Posts: 934
- Joined: December 15th, 2007
- Location: Sci-Fi art collection: > 340 MB
- Reputation: 0
worldrave wrote:Have you not actually played GH3? They are in the game itself, which is why we added them. I'm not sure what you mean by don't look good since they are made using the actual ripped graphics, and even overlayed with a GH3 screen shot to make sure that the button positions are perfect. Unless you just mean you don't like having them on there? That won't change if that's the case, as we are striving to eventually have this as close to pixel-perfect and functionality wise also in the end. That's why i'm using the actual images, as well as redoing some previous stuff since Alarian is coding more things to not have to modify the GH3 images itself anymore, but rather be able to use them as-is. Which is fantastic!!! Also, make SURE your using the latest Alarian 2.6, since A LOT of new artwork has been included from 2.5, including the buttons redone from scratch and new HQ screens made. The original GH3 buttons were really not that sharp, so i actually made a button from scratch with high quality edges, then added the actual button graphics themselves to each button, and added text so it's much sharper since my buttons are a higher resolution. The actual text from the GH3 seemed a little blurrier for my taste, and i'm using 1440x900 res.
I play GH3 almost every week at friends house (and I beat them, thanks to FoF hit-window :p ), so yeah I know they are in the original game...
I was just saying I don't like them in FoF

Puppetz fan club member 



GOOD NEWS:
I have finish the code to have a ROTATE stage image!
Download:(for HotFix #8)
http://www.mediafire.com/?z7mtyfm2xig
if you set the "stage mode" to "Random", and set the "Random Stage Rotation" to "Rotate", And then, the background stage will changed automaticlly in 7 second in the game! It seems fantastic~
But I want to say that, because we need to load 10 png files to the memory, and each one is large, SO, it will take a longer load time. It about 1.5~2 times of original.
But however, it works and perfect! Have fun with it!
I have finish the code to have a ROTATE stage image!
Download:(for HotFix #8)
http://www.mediafire.com/?z7mtyfm2xig
if you set the "stage mode" to "Random", and set the "Random Stage Rotation" to "Rotate", And then, the background stage will changed automaticlly in 7 second in the game! It seems fantastic~
But I want to say that, because we need to load 10 png files to the memory, and each one is large, SO, it will take a longer load time. It about 1.5~2 times of original.
But however, it works and perfect! Have fun with it!
-
...the pain
- myfingershurt
- Member
- Posts: 1796
- Joined: April 9th, 2007
- Location: Northern Nevada, USA
- Reputation: 0
qqstars wrote:MyFingerShurt, I found the problem is.
notice the line 709 in guitar.py .
it is: if self.starPowerActive:
you lost 2 space in front of that. So the logic of render is:
if self.starspin:
if self.starPowerActive:
else: #not spin
So you can know that, we set the starspin to true, but after render the right one, that will go to the condtion to judge the self.starPowerActive. Of cause this one is false. So it go to the part "else". But infect, this part is for no spin, so it have the different Y position. So you can see some line with color instead of the note.
that's all
I see now - I copied and pasted from theme 0's code, which lost an indentation where the starspin code is concerned... thank you qqstars, I knew I did something wrong - that's what I get for coding before bed

Testing / hotfixing...
Return to “FOF Mod Discussion and Support”
Who is online
Users browsing this forum: No registered users and 15 guests