Alarian mod v2.7 - Full release

Discuss mods and get help with mods ONLY
User avatar
aduro
Member
Posts: 1987
Joined: March 3rd, 2008
Reputation: 0

Postby aduro » Tue Apr 15, 2008 11:28 pm

Eze_2k wrote:can you upload that notes?

Image
I also fixed the position of the regular green note because for some reason it was way higher than it should be. It was really noticeable when you strummed a green-red note, it just didn't fit together with the red.

edit
I just noticed in the image that I didn't fix the green ho-po, but It's hard to notice since there aren't many green-red hammer-on chords in the game.
Last edited by aduro on Tue Apr 15, 2008 11:30 pm, edited 1 time in total.
User avatar
alarian
Member
Posts: 180
Joined: March 22nd, 2008
Location: Stockholm/Sweden
Reputation: 0

Postby alarian » Wed Apr 16, 2008 1:51 am

New version 1.4b

Took me 1,5 hours to revert and remake the changes since 1.2b

I'm not implementing QQStarS player2-fix or any other fix for that matter until I'm 100% sure it's 100% proper, I don't want the same thing to happening again (like the CD/List-switch). If you want me to implement something, please comment the code (atleast put your name in and mark the original code so I can see what you've actually changed) or show me exactly what you've changed.

+removed Blazingamer's CDs/List-switch
+changed text "no data" back to "nil" in song list when there's no difficulty for a song
+updated lyrics positioning in both mods (By Myfingershurt)
+fixed "Invalid Literal for Int(): None" at gameresults again...

Full download:
http://www.primavikt.se/fof/Ds~Alarian.rar

Now I was hoping I could focus on making some NEW stuff instead of fixing old crap :)
Last edited by alarian on Wed Apr 16, 2008 1:53 am, edited 1 time in total.
My music
Image
User avatar
worldrave
Member
Posts: 1363
Joined: August 8th, 2007
Location: GA
Reputation: 0

Postby worldrave » Wed Apr 16, 2008 11:10 pm

Hey Alarian, in that graphics package i sent you, i noticed you used about all but the right rockmeter pics, wondered if that was just missed, or if maybe you just didn't get a chance to see those? The detail is much better, and only about 2-3KB in size more total? (being that it's actual graphics, and not a screen capture) It definitely makes a big difference in game too when using.

Current-
Image69.9kbImage71.4kbImage70.6kbImage24.2kb

My rip'd ones from game-
Image71.1kbImage74.2kbImage73.9kbImage16.8kb(Actually Less)

They should be the right ones in my GH3 graphics pack i sent you. I just double checked the same file, but the meter_top.png file i just did now, since i noticed i didn't include that one, so right click above if you want it.
User avatar
aduro
Member
Posts: 1987
Joined: March 3rd, 2008
Reputation: 0

Postby aduro » Thu Apr 17, 2008 3:12 am

Rock Band-like notes with better green fret positions

Image
User avatar
qqstars
Member
Posts: 90
Joined: January 17th, 2008
Location: China
Reputation: 0
Contact:

Postby qqstars » Thu Apr 17, 2008 4:58 am

The code on settings have done! All things works perfect on my pc!

the setting code:
http://www.mediafire.com/?zjxkjnnkyda



I also work on the dialogs.py file. Add the stars upside the score.

Download:
http://www.mediafire.com/download.php?5og5pdxixz3

like this:
Image
Image

And when I debug it, I found the reason that the list mode in V1.4 will crashed.

That because the RB MOD don't support the "lfont" class.

So it must fix that as this:

add the " if " after the code:

Code: Select all

    elif self.display == 1:


like this:

Code: Select all

    elif self.display == 1:
       if self.theme == 1:
          ...
       elif self.theme == 2:
          ...


and another very important thing, must change the code in the "elif self.theme == 2:".

fix the code:

Code: Select all

  lfont.render(unicode(score), (x + .15, y),     scale = scale)

to:

Code: Select all

  font.render(unicode(score), (x + .15, y),     scale = scale)


and that will OK.
Last edited by qqstars on Thu Apr 17, 2008 10:39 am, edited 1 time in total.
-
User avatar
alarian
Member
Posts: 180
Joined: March 22nd, 2008
Location: Stockholm/Sweden
Reputation: 0

Postby alarian » Thu Apr 17, 2008 11:00 am

QQStarS has made some fixes that I've compiled in a patch along with a few minor changes that I was going to add in 1.5. Could you guys in here please help with testing this for bugs?

It includes:
+2-player mode
Report ANY bugs (except coop-mode because it's not done yet) it's supposed to be working properly with starpower, killswitch, graphics and all
+stars above the score in the setlist

Get it here, be aware that it's for 1,4c:
http://www.primavikt.se/fof/library.zip

Download and put it in your Fretsonfire\data\ folder replacing the other library.zip (back this up if you want to revert to regular 1.4c if this patch causes problems for you)
My music
Image
User avatar
alarian
Member
Posts: 180
Joined: March 22nd, 2008
Location: Stockholm/Sweden
Reputation: 0

Postby alarian » Thu Apr 17, 2008 5:37 pm

New version 1.5
+8-bit Theme by Skor (THIS IS EXCELLENT!!! REALLY NICE!)
+Stars above the score in the setlist (by QQStarS) - When I look at the code I think the position of the stars might differ between resolutions, haven't had time to test this though!
+random stage background in GH3 and RB themes
+additional minor fixes

Note that 2-players fix by QQStarS still hasn't been added due to the bug reports.

EDIT: It will be up in 10 minutes after the time of this edit :)
Last edited by alarian on Thu Apr 17, 2008 5:40 pm, edited 1 time in total.
My music
Image
User avatar
Eclipse249
Member
Posts: 80
Joined: January 15th, 2008
Location: London
Reputation: 0

Postby Eclipse249 » Fri Apr 18, 2008 2:40 am

More Rockband-Looking notes for Alarian mod.

Image
User avatar
alarian
Member
Posts: 180
Joined: March 22nd, 2008
Location: Stockholm/Sweden
Reputation: 0

Postby alarian » Fri Apr 18, 2008 3:58 am

ONE GREAT ANNOUNCEMENT! (and a sad one)
New version 1.6
Implemented QQStarS fixes, PS I HAVEN'T TESTED THESE:
+COMPLETE 2-player mode
+Beginning of song pause bugfix
+Starting volume 0 bugfix
+First starnote bugfix (Don't know if he got this one right, but I think so)

Sad news (This is from a conversation with Worldrave):
worldrave wrote:Great work everyone is doing. And i'm really glad everyone is doing things collaboratively, and then keeping every good change added to yours as a whole, so people only have to keep track of yours, instead of a bunch of different ones, let alone trying to keep multiple ones compatible, Since we're all working together on the same level.

This has all been really great but I think it's going to end this weekend....
I'm going to England on vacation for 18 days and I am 100% sure than when I get back, it's all going to be a mess :)
But I hope someone will "take the lead" and reponsibility to keep ONE stable project... In that case, when I Get back home someone will have taken the stuff, put his name on it and started releasing Beta -> 1.0 and beyond :)
Last edited by alarian on Fri Apr 18, 2008 4:03 am, edited 1 time in total.
My music
Image
User avatar
alarian
Member
Posts: 180
Joined: March 22nd, 2008
Location: Stockholm/Sweden
Reputation: 0

Postby alarian » Sat Apr 19, 2008 5:02 am

New version 1.7:
+Fixed some bugs that came with QQStarS player2-edit like P2 Two chords only said "P1 ..." and some other minor stuff like that. Also some more serious bugs related to the adding of the 2player patch like Gamecrashes and such.
+Added more resources to be freed when ending song, added the function for Rockband- and 8bit theme (stuff was for the most part only released in GH3-theme except for the)... This should ease some of the memory leak I hope!
+Tweaked positioning of part and difficulty choosing in GH3-theme so it doesn't get outside the square in the background. This was an quick and ugly fix because I moved the options panel in the options menu. A more thorough fix has to distinct between these two, now they are in the same function....
+Added Capo's fixes: Note doesn't disappear when missed and clapping on the beat in starpower mode :)
+Added ShiekOdaSandz fix to the stars in Setlist so they're not backwards ;)
My music
Image
...the pain
User avatar
myfingershurt
Member
Posts: 1796
Joined: April 9th, 2007
Location: Northern Nevada, USA
Reputation: 0

Postby myfingershurt » Sat Apr 19, 2008 3:28 pm

I will upload my folder of v1.4c and post it here for those who want the last "stable" release (and performs much better than any of the recent releases - was always able to play 1.4c with "normal" priority.

Here's a list of what I changed from the original 1.4c release so it's more to my liking: (alternate and original files are included alongside the changed files with descriptive filenames for those that wish to replace some of these changes)

----------

Changes from 1.4c: (the first version with my HOPO system fixes all done and implemented)

General:
removed / changed original annoying score review sound FX (my hero.. perfect)
myhero.ogg replaced with South Park's Guitar Hero ending clip ("Congratulations... you...are...a ... ****")
perfect1, perfect2.ogg = original FOF guitar FX
perfect3.ogg = crowd cheering

RB mod:
starpower.wav = crowd cheering
menu.ogg = Tom Sawyer menu background music
Notes changed to nice thin w BnW starpower
Song selection image changed to have fret legend

GH3 mod:
Song selection image changed to have fret legend


Link to download:
http://www.mediafire.com/?0xczmzznvo2
Last edited by myfingershurt on Sat Apr 19, 2008 4:14 pm, edited 1 time in total.
User avatar
alarian
Member
Posts: 180
Joined: March 22nd, 2008
Location: Stockholm/Sweden
Reputation: 0

Postby alarian » Sat Apr 19, 2008 5:36 pm

New version 1.8

+Fixed ALOT of bugs... Thanks Capo, Lnkk, Myfingershurt, ShiekOdaSandz AND whoever I forgot to thank here....
+Capo took time to debug the implementation I did of his fix, thank one again!
+Added Myfingershurts changes (except for main menu music in Rockband theme)

Credits in alphabetical order:
Blazingamer, Capo, Chadman, Dævid, Ds~, EdisLeado, FoZZ, Kookoz, Lnkk, Myfingershurt, Meteorito, Pudding, Racer 13, Raph666, RavenSourcious, Rouge_F, Seraph88, ShiekOdaSandz, TXF, Ultimate Coffee, v4vendetta, Worldrave, YMS, QQStarS

Full download 1.8:
http://www.primavikt.se/fof/Alarian.zip
THIS IS A STAND-ALONE, RUN IT FROM A SEPARATE FOLDER, DON'T TRY TO MERGE IT WITH ANY OTHER INSTALL
My music
Image
User avatar
alarian
Member
Posts: 180
Joined: March 22nd, 2008
Location: Stockholm/Sweden
Reputation: 0

Postby alarian » Sun Apr 20, 2008 3:07 am

New version 1.8b

+Added option (Missed notes: Disappear/Keep no going)
+Added skor's 8bit-mod updates

Credits in alphabetical order:
Blazingamer, Capo, Chadman, Dævid, Ds~, EdisLeado, FoZZ, Kookoz, Lnkk, Myfingershurt, Meteorito, Pudding, Racer 13, Raph666, RavenSourcious, Rouge_F, Seraph88, ShiekOdaSandz, skorTXF, Ultimate Coffee, v4vendetta, Worldrave, YMS, QQStarS

Full download 1.8b:
http://www.primavikt.se/fof/Alarian.zip
THIS IS A STAND-ALONE, RUN IT FROM A SEPARATE FOLDER, DON'T TRY TO MERGE IT WITH ANY OTHER INSTALL

http://www.primavikt.se/fof/fretsonfire.ini
When encountering errors, try replacing fretsonfire.ini (Start -> Run -> %appdata%\fretsonfire\)
My music
Image
User avatar
MeteOritO
Member
Posts: 71
Joined: February 22nd, 2008
Location: spain
Reputation: 0
Contact:

Postby MeteOritO » Sun Apr 20, 2008 8:33 am

Alarian is Posible ad More stages in Code Game for no remplace originals stages?

Image

https://www.fretsonfire.org/cgi-bin/ikonboard.cgi?act=ST;f=11;t=21512
Last edited by MeteOritO on Sun Apr 20, 2008 8:38 am, edited 1 time in total.
User avatar
alarian
Member
Posts: 180
Joined: March 22nd, 2008
Location: Stockholm/Sweden
Reputation: 0

Postby alarian » Sun Apr 20, 2008 6:14 pm

New version 2.0

OK So now it's 11:05 PM and I usually go to bed at 9 PM so I'm pretty tired....
I wanted to do something nice before I left so I released 1.7.... and then 1.8.... and then 1.9 so what the hell.... here's 2.0 :)

For those of you who wants to know, I'm going to Liverpool tomorrow... I'm just going to stay there for a day or two and then we head for Blackpool. I'm gonna have fun at Pleasure Beach for sure!!

+Blazingamer's CD/List added and tweaked both by him and me principally him (Please tell me if this f*cks things up this time again, I've only tested it in GH3-theme...)
+Changed "Battle/Normal" to "Pro Face-Off / Face-Off" (just the texts)
+Fixed so you can have as many Stage*number*.png in your theme folder as you would prefer (except in 8-bit, didn't fix that one yet) So you can have just 1 or you can have 9999 (Sorry 10000 doesn't work) just name them Stage1.png, Stage2.png, Stage3.png etc etc and make them scaled 1.5:1 in imagesize (like 640x480 or 1024x768 etc)
+Added New Main menu Background by Worldrave (higher resolution, nicer detail, Worldrave rules)
+Changed GH3 game results background ( blessedmain911 provided)

http://rapidshare.com/files/109089005/Alarian2.rar.html
http://www.mediafire.com/?iwgd3lxsncb
Last edited by alarian on Sun Apr 20, 2008 6:21 pm, edited 1 time in total.
My music
Image

Return to “FOF Mod Discussion and Support”

Who is online

Users browsing this forum: No registered users and 37 guests