Coffee's mod v.2.0 ^_^

Discuss mods and get help with mods ONLY
This topic is 1 year and 7 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
The Wiitard
User avatar
rednano12
Member
Posts: 1549
Joined: December 22nd, 2007
Location: http://www.youtube.com/watch?v=failedRickRoll
Reputation: 0
Contact:

Postby rednano12 » Fri Feb 08, 2008 11:18 am

*noob moment*

No FOF.ini?!?!?!

I have been trying to mod this and I really want to change the font color since it is hard to read. Is there anyway to do that?

This is so different! if I change the fugly notes, they all look like HoPo's!!!

Help!!!

*spasms*
Last edited by rednano12 on Fri Feb 08, 2008 11:22 am, edited 1 time in total.
Oct. 30th is Cama appreciation day!

Check out my first song: Snow (Hey Oh)
User avatar
v4vendetta
Member
Posts: 933
Joined: February 1st, 2007
Location: Brooklyn
Reputation: 5

Postby v4vendetta » Fri Feb 08, 2008 11:20 am

Change the default.tff and title.tff in the data folder to one you like from another mod.
User avatar
Delahue
Member
Posts: 187
Joined: June 13th, 2007
Reputation: 1
Contact:

Postby Delahue » Fri Feb 08, 2008 3:20 pm

If possible can you please add in Capo mod's "eighthnote" ho/po capabilty or compatability with capo's mod in the next release please? That would make this the ultimate mod =P
DelaHero! 8 Tiers of pure, all difficulty, goodness.
http://www.mediafire.com/?sharek....bd7de7f
DLC Pack 1 Released!
User avatar
Kanzleramt
Member
Posts: 245
Joined: September 1st, 2007
Location: germanski
Reputation: 0
Contact:

Postby Kanzleramt » Fri Feb 08, 2008 3:30 pm

why does if i try to keep the uploadscore on yes always chang it for it selfs on no why does this **** happens?
Image
User avatar
drag0on
Member
Posts: 13
Joined: January 19th, 2008
Reputation: 0

Postby drag0on » Fri Feb 08, 2008 3:33 pm

Ultimate_Coffee wrote:
drag0on wrote:Your rockmeter 2x1 2x2 2x3 2x4... in folder of game is the same of the gh3, but in game is not the same, can you make rockmeter 2x1 2x2 2x3... in vertical ? Look the worldrave's mod gh3, your rockmeter and rockmeter_bottom is identic of the gh3.

And can you make this buttons over the rockmeter?
Image

thanks dragoon ^_^
I edited your graphics a little and put them into the game and they look good... ^_^

and I've been meaning to get around to the 2x1 2x2 etc. stuff... but I just haven't got around to it. It will definitely be in the next release... ^_^

Huuuuuuum, when is the next release?

And this problem:
''when I miss a note I can still hear the guitar playing....why is that? The guitar don't stop' ?

Fix this problem?

n1c3 m0d ^^
User avatar
poison
Member
Posts: 2458
Joined: June 5th, 2007
Location: My room
Reputation: 0

Postby poison » Fri Feb 08, 2008 3:46 pm

rednano12 wrote:This is so different! if I change the fugly notes, they all look like HoPo's!!!

i asked him the same Q on the KOF boards...
blah blah blah...
Songs Made: 3
Latest:
Good Charolette - Keep Your Hands off my Girl
User avatar
Ultimate_Coffee
Member
Posts: 45
Joined: January 30th, 2008
Location: california
Reputation: 0

Postby Ultimate_Coffee » Fri Feb 08, 2008 4:16 pm

drag0on wrote:Huuuuuuum, when is the next release?

And this problem:
''when I miss a note I can still hear the guitar playing....why is that? The guitar don't stop' ?

Fix this problem?

n1c3 m0d ^^

I don't know when I'm going to release another update, I've been kinda busy lately and I still have a lot of work to do on my mod...

the guitar keeps playing even when you miss a note because I haven't finished the killswitch yet... once killswitch is finished that will be fixed...
User avatar
Ultimate_Coffee
Member
Posts: 45
Joined: January 30th, 2008
Location: california
Reputation: 0

Postby Ultimate_Coffee » Fri Feb 08, 2008 4:22 pm

poison wrote:
rednano12 wrote:This is so different! if I change the fugly notes, they all look like HoPo's!!!

ok... my mod renders the notes different than any other, I plan to put in an option so you can render it the traditional way if you want....

but with my mod
"Mesh" is the color of the fret (green,red,yellow,blue,orange)
"Mesh_001" is white
"Mesh_002" is white
"Mesh_003" is bright white and only show up during ho/po
"Mesh_004" is black
User avatar
drag0on
Member
Posts: 13
Joined: January 19th, 2008
Reputation: 0

Postby drag0on » Fri Feb 08, 2008 4:25 pm

It is very complicated?
I really liked of your mod, but must fix some problems..
User avatar
Ultimate_Coffee
Member
Posts: 45
Joined: January 30th, 2008
Location: california
Reputation: 0

Postby Ultimate_Coffee » Fri Feb 08, 2008 4:29 pm

Kanzleramt wrote:why does if i try to keep the uploadscore on yes always chang it for it selfs on no why does this **** happens?

as of right now I haven't been able to get permission from any of the fof servers to post scores while using the x2 jurgen multiplier, so if you have x2 jurgen multiplier turned on it will automatically turn off upload scores...
User avatar
blazingamer
Member
Posts: 2018
Joined: November 17th, 2007
Location: Pennsylvania
Reputation: 0
Contact:

Postby blazingamer » Fri Feb 08, 2008 4:37 pm

Well, if Mesh_001 and Mesh_002 are white, you could get rid of one of those, then instead of having Mesh_003 only show when there is hopo, you could have it be black and have a switch if hopo hopo_color = #FFFFFF and then get rid of Mesh_004. In reality you only need Mesh, Mesh_001, and Mesh_002, no more than that.

However, instead of 2d keys, have 3d keys and have it change,

Code: Select all

if Input.press?(fret_XX)
  fret_XX_model = key_hold.dae
  if Input.press?(strum)
    if note_hit
      fret_XX_model = key_strum.dae
    end
  end
end


but that's Ruby talking, I don't know python. Not only that but I don't know exactly what fret models are called in the code seeing I never messed with it before.

If you can do that I'll make some 3d models for you.
Last edited by blazingamer on Fri Feb 08, 2008 4:41 pm, edited 1 time in total.
User avatar
GuitarQueer_O
Member
Posts: 42
Joined: January 23rd, 2008
Location: South Park, Colorado
Reputation: 0
Contact:

Postby GuitarQueer_O » Fri Feb 08, 2008 4:41 pm

Awsome Mod man! Just 2 questions, How do you change the bg? I tried adding necks but I get this error:

Traceback (most recent call last):
File "FretsOnFire.py", line 77, in ?
File "C:\Program Files\Frets on Fire\data\library.zip\MainMenu.py", line 142, in
File "C:\Program Files\Frets on Fire\data\library.zip\GameEngine.py", line 355, in loadSvgDrawing
File "Data.pyo", line 95, in loadSvgDrawing
File "Resource.pyo", line 194, in load
File "Resource.pyo", line 92, in load
File "Data.pyo", line 95, in <lambda>
File "Svg.pyo", line 535, in
File "Texture.pyo", line 202, in
File "Texture.pyo", line 206, in loadFile
File "Texture.pyo", line 222, in loadImage
Texture.TextureException: Unsupported image mode 'P'


I added my own .PNG file then copied your original .SVG file and just renamed it. As for the bg I'm clueless. I try turning my BG Mod on but it doesn't work.
A bit sleepy
User avatar
Kotti
Member
Posts: 2860
Joined: March 23rd, 2007
Location: Finland
Reputation: 2
Contact:

Postby Kotti » Fri Feb 08, 2008 4:42 pm

I haven't tried this mod, but are the Jurgenish scores saved in the same list as the non-Jurgenish scores?
Image
Image
User avatar
Kanzleramt
Member
Posts: 245
Joined: September 1st, 2007
Location: germanski
Reputation: 0
Contact:

Postby Kanzleramt » Fri Feb 08, 2008 6:02 pm

Ultimate_Coffee wrote:
Kanzleramt wrote:why does if i try to keep the uploadscore on yes always chang it for it selfs on no why does this **** happens?

as of right now I haven't been able to get permission from any of the fof servers to post scores while using the x2 jurgen multiplier, so if you have x2 jurgen multiplier turned on it will automatically turn off upload scores...

very nice dude ! thx for ur info !
Image
Still Alive
wolferacing
Moderator
Posts: 1852
Joined: July 25th, 2007
Location: USA
Reputation: 27
Contact:

Postby wolferacing » Fri Feb 08, 2008 6:59 pm

poison wrote:
rednano12 wrote:This is so different! if I change the fugly notes, they all look like HoPo's!!!

i asked him the same Q on the KOF boards...

So that was you. I knew it!

Return to “FOF Mod Discussion and Support”

Who is online

Users browsing this forum: No registered users and 26 guests