Search found 24 matches

by ThatJon
Fri Mar 14, 2008 10:55 pm
Forum: FOF Mod Discussion and Support
Topic: Tool: getlabels - Cassette labels for your songs
Replies: 10
Views: 2809

Isn't this the thingy winniez made? Hey, I'm the guy who made this :p It pulls the files from winniez label collection, and he did a little work on his end to help get it working as well. Glad to see that people are still using it; really it was only a quick hack to see if it was possible. EDIT: He...
by ThatJon
Mon Jul 16, 2007 1:42 pm
Forum: FOF Mod Discussion and Support
Topic: Learning Python - =Hard?
Replies: 6
Views: 1989

Python is probably one of the easiest languages to learn; if you know C++/Java then it should be really easy. The official documentation for python is really good; I recommend the tutorial - it might start off a bit simple, but I still look at it when I forget the answers to the easy questions. Also...
by ThatJon
Fri Jun 22, 2007 12:41 pm
Forum: Thoughts ?
Topic: Song Downloader module
Replies: 13
Views: 4308

If your writing a script to do this and need a starting point, feel free to incorporate parts of my Cassette Label downloader. It's written in python, and uses urllib (can't remember if it's version 1 or 2) to download labels off teh interwebs. Tbh the hardest part of this plan is probably getting a...
by ThatJon
Tue Jun 19, 2007 11:18 am
Forum: FOF Mod Discussion and Support
Topic: Whammy Bar? - It could work, just read.
Replies: 23
Views: 6480

ok i went researching a little bit... you CAN actually have sound effects in python. http://docs.python.org/tut/node8.html goto section 6.4 (packages) Listen to the man! It looks like this link is real. Just a little clarification here: This page is a tutorial about libraries. This isn't talking ab...
by ThatJon
Tue Apr 03, 2007 12:44 pm
Forum: FOF Mod Discussion and Support
Topic: orange as the 5th fret in the new verison - how do you do it?
Replies: 5
Views: 2696

WILDONE wrote:topic about this

orange as the 5th fret in the new verison

Please don't just tell someone to search when they're actually asking a new question.
by ThatJon
Tue Mar 20, 2007 12:18 pm
Forum: FOF Mod Discussion and Support
Topic: Automatic Cassette Labeller
Replies: 74
Views: 28444

Quick Bugfix!

Added some error handling code, so if you found that it just stopped working, this version might fix it.

Get it here.
by ThatJon
Sat Mar 17, 2007 10:28 am
Forum: FOF Mod Discussion and Support
Topic: Automatic Cassette Labeller
Replies: 74
Views: 28444

Do you browse the "Tune Tradin'" section to get more labels are do you receive requests for stuff that's not there and then you eventually add it or what? The script just downloads labels from Winniez label collection. If you want a label for a song that doesn't have one, the quickest way to get it...
by ThatJon
Sun Mar 11, 2007 10:07 am
Forum: FOF Mod Discussion and Support
Topic: Automatic Cassette Labeller
Replies: 74
Views: 28444

The only updates are minor ones -- nothing really worth upgrading for yet.
by ThatJon
Thu Mar 08, 2007 12:16 pm
Forum: FOF Mod Discussion and Support
Topic: Labels Collection
Replies: 247
Views: 103628

dsk wrote:I used that getlabels progmra thing but it didn't find it -.-

The reason it didn't find it is because the game calls the track "Free Bird", but winniez's site calls it "Freebird". There should be a fix for this sort of problem in the next version...
by ThatJon
Mon Mar 05, 2007 1:23 pm
Forum: General FOF Discussion
Topic: Why do Fof spains songs suck? - Really why?
Replies: 22
Views: 6903

I used to think FoF spain songs sucked. Then I found some good songs by them.
In general, it's best to always give someone a second chance.
by ThatJon
Fri Mar 02, 2007 1:23 pm
Forum: Thoughts ?
Topic: Videos in background!
Replies: 19
Views: 7510

I believe that is because of the audio library used in FoF. It loads samples (which are used for instrument tracks) to memory before playing them instead of streaming them from the hard drive. OGG files can't be streamed. I think they should switch to MP3 because that is the best file type for stre...
by ThatJon
Wed Feb 28, 2007 5:07 pm
Forum: Thoughts ?
Topic: Straight to song shortcut - No need for menus
Replies: 6
Views: 2172

Looking at the source code , you can see the comment # Read highscores and verify their hashes. # There ain't no security like security throught obscurity :) The encoding code is def getObfuscatedScores(self):     s = {}     for difficulty in self.highScores.keys()...
by ThatJon
Thu Feb 22, 2007 10:05 am
Forum: FOF Mod Discussion and Support
Topic: Darkish Mod - Covers most of the graphics
Replies: 87
Views: 65762

Brilliant mod - works perfectly for me, now I use it all the time.
FoF v1.1.324
RF mod 2.0
by ThatJon
Thu Feb 22, 2007 9:14 am
Forum: FOF Mod Discussion and Support
Topic: Automatic Cassette Labeller
Replies: 74
Views: 28444

Version 1.2 Released

This release is mainly just cleaning up the source code;
the only really significant change is the addition of a
readme and a config file.
Get it here (source code and binary versions included)
by ThatJon
Thu Feb 22, 2007 7:57 am
Forum: FOF Mod Discussion and Support
Topic: RF-mod 2.0 - electric boogaloo
Replies: 440
Views: 153409

There's already something in the development version for if the guitar.ogg is not there, then it messes with the volume instead of just playing silence. I'm not sure it quite duplicates the dual track thing (even if they are the same). The alternate is to load the track twice. The main problem with...

Go to advanced search