It is currently Fri Sep 10, 2010 1:47 pm

FoF Song Info Creator by Bagno

FOF discussion only. Do NOT post help questions here!

FoF Song Info Creator by Bagno

Postby Bagno » Sat Nov 29, 2008 11:34 pm

* Updated

I don't know where to post it, so i'm posting it here.
I made this simple song.ini creator for those who don't want spent time on typing additional characters :)
Image

Download:
SongInfo.7z (198KB)

Source code included (Delphi), waiting for comments or whatever.
Last edited by Bagno on Sun Nov 30, 2008 3:29 pm, edited 1 time in total.
User avatar
Bagno
Member
 
Posts: 51
Joined: Sat Aug 30, 2008 6:26 pm
Location: Szczecinek, Poland
Karma: 0

Re: FoF Song Info Creator by Bagno

Postby Electro Tomato » Sun Nov 30, 2008 12:37 am

There's already one, but I like yours. It's nice and sleek :D
Casus Luciferi
User avatar
Electro Tomato
Member
 
Posts: 3520
Joined: Tue Jul 15, 2008 3:45 pm
Location: Albuquerque, New Mexico, US of A
Karma: 13

Re: FoF Song Info Creator by Bagno

Postby vedicardi » Sun Nov 30, 2008 12:37 am

I just copy paste a score-less ini and change the info, this is nice though.
** NOTE: Do not take the above text seriously. I am most likely joking. **
Tsuruya-ist
User avatar
vedicardi
Member
 
Posts: 7581
Joined: Wed Aug 22, 2007 4:28 am
Location: Rokkenjima
Karma: 3

Re: FoF Song Info Creator by Bagno

Postby BSRaven » Sun Nov 30, 2008 8:33 am

FoFiX should get one that can add loading phrases (loading_phrase), year and album...
Image
All songs here =) HOLY HELL FOF HERO GOT RELEASED! (And now 2!) Rock the Raven (RELEASED!)
Amount of Best Guitar Fretting contests placed in (overall ranks): 1 (July 08 - #5)
Amount of Best Drum Fretting contests placed in (overall ranks): 1 (January 09 - #7)
Now Mudkip Flavour!
User avatar
BSRaven
Member
 
Posts: 5387
Joined: Wed Aug 29, 2007 1:31 pm
Location: Furiously attempting to FC Gilberto Concerto.
Karma: 1

Re: FoF Song Info Creator by Bagno

Postby Bagno » Sun Nov 30, 2008 11:57 am

BSRaven wrote:FoFiX should get one that can add loading phrases (loading_phrase), year and album...

If someone needs additional positions in ini, i can add them to this editor.
User avatar
Bagno
Member
 
Posts: 51
Joined: Sat Aug 30, 2008 6:26 pm
Location: Szczecinek, Poland
Karma: 0

Re: FoF Song Info Creator by Bagno

Postby holystoneH » Sun Nov 30, 2008 2:59 pm

Bagno wrote:
BSRaven wrote:FoFiX should get one that can add loading phrases (loading_phrase), year and album...

If someone needs additional positions in ini, i can add them to this editor.


it would be great if you could add

year =

eighthnote_hopo = 0 or 1

loading_phrase =
holystoneH
Member
 
Posts: 1248
Joined: Tue Jan 15, 2008 1:50 pm
Karma: 9

Re: FoF Song Info Creator by Bagno

Postby blazingamer » Sun Nov 30, 2008 3:17 pm

holystoneH wrote:
Bagno wrote:
BSRaven wrote:FoFiX should get one that can add loading phrases (loading_phrase), year and album...

If someone needs additional positions in ini, i can add them to this editor.


it would be great if you could add

year =

eighthnote_hopo = 0 or 1

loading_phrase =


There already is one.
Image
ImageImage
ImageImage

Python and FoF

Spoiler:

blazingamer wrote:I still don't like you people that say Python is the reason why the game goes slowly. It's not python that makes the game slow, the only thing that is slower in python than c is the compile time and the variable type signing (since it's dynamic) but if you keep variables the same type the whole time then it won't go slower than c. The only reason why these C versions that people keep making are faster is because the code is seriously bare bones. If you look at all the different passes and modules that FoF has to go through compared to one of those games, in addition to the way math is handled, you'll see why FoFiX lags so much. The code is written from an excessively modular base that is poorly written for what it needs to do, it could be simpler and as a result faster. Not only that, but most of these C games are written in directX and are windows only, most graphics cards are optimized for directX over openGL, so of course it's going to run faster if it's directX, the only reason why FoF is openGL is because the developers wanted it to be cross platform.

So, before you start blaming python for the reason why FoF is slow look at the code yourself and see why. If it was written in C except everything was kept in tact the same way it is written in python, it will go just about as slow, maybe a just maybe little faster just because C can do math faster.

Mr. Ideaguy
User avatar
blazingamer
Member
 
Posts: 1862
Joined: Sat Nov 17, 2007 6:47 am
Location: Place
Karma: 10

Re: FoF Song Info Creator by Bagno

Postby Bagno » Sun Nov 30, 2008 3:29 pm

holystoneH wrote:
Bagno wrote:
BSRaven wrote:FoFiX should get one that can add loading phrases (loading_phrase), year and album...

If someone needs additional positions in ini, i can add them to this editor.


it would be great if you could add

year =

eighthnote_hopo = 0 or 1

loading_phrase =

Updated.
@Up: Erm, sorry. I'm not using "closed code" software. Only open ;]
User avatar
Bagno
Member
 
Posts: 51
Joined: Sat Aug 30, 2008 6:26 pm
Location: Szczecinek, Poland
Karma: 0

Re: FoF Song Info Creator by Bagno

Postby omfgdrphl » Sun Nov 30, 2008 10:02 pm

Yeah, I would take out the count since it just tells you how many times the song has been played. :\
Image
Power Quest's #1 Fan
User avatar
omfgdrphl
Member
 
Posts: 4183
Joined: Mon Nov 19, 2007 2:44 pm
Location: Brownsburg, Indiana
Karma: 5

Re: FoF Song Info Creator by Bagno

Postby Bagno » Sun Nov 30, 2008 10:21 pm

omfgdrphl wrote:Yeah, I would take out the count since it just tells you how many times the song has been played. :\

I know. But i can implement this entry if i want to. If you don't need it, just delete it from code and compile.
User avatar
Bagno
Member
 
Posts: 51
Joined: Sat Aug 30, 2008 6:26 pm
Location: Szczecinek, Poland
Karma: 0

Re: FoF Song Info Creator by Bagno

Postby BSRaven » Mon Dec 01, 2008 12:33 pm

Thanks for this. :woot:
Image
All songs here =) HOLY HELL FOF HERO GOT RELEASED! (And now 2!) Rock the Raven (RELEASED!)
Amount of Best Guitar Fretting contests placed in (overall ranks): 1 (July 08 - #5)
Amount of Best Drum Fretting contests placed in (overall ranks): 1 (January 09 - #7)
Now Mudkip Flavour!
User avatar
BSRaven
Member
 
Posts: 5387
Joined: Wed Aug 29, 2007 1:31 pm
Location: Furiously attempting to FC Gilberto Concerto.
Karma: 1

Re: FoF Song Info Creator by Bagno

Postby TehMightyUnicorn » Mon Dec 01, 2008 9:54 pm

Its much prettier than the version ive got...
Megadeth's Countdown to Extinction (Complete Album)
User avatar
TehMightyUnicorn
Member
 
Posts: 578
Joined: Sat Jun 21, 2008 2:10 pm
Location: Mtn. View, OK
Karma: 0

Re: FoF Song Info Creator by Bagno

Postby Kermit4Prez » Mon Dec 01, 2008 10:15 pm

When I downloaded it, it didn't look anything like the picture. :/

Spoiler:

It's not a real goose, it's only a picture of one.

Nicknamed Shamrock
User avatar
Kermit4Prez
Member
 
Posts: 1506
Joined: Sat Feb 02, 2008 12:26 pm
Location: My name is not Shamus
Karma: 3

Re: FoF Song Info Creator by Bagno

Postby omfgdrphl » Mon Dec 01, 2008 10:16 pm

Kermit4Prez wrote:When I downloaded it, it didn't look anything like the picture. :/

It's called a theme.
Image
Power Quest's #1 Fan
User avatar
omfgdrphl
Member
 
Posts: 4183
Joined: Mon Nov 19, 2007 2:44 pm
Location: Brownsburg, Indiana
Karma: 5

Re: FoF Song Info Creator by Bagno

Postby Bagno » Tue Dec 02, 2008 11:58 am

Looks like you want to get look like on the picture, i can add skin support for you :P
User avatar
Bagno
Member
 
Posts: 51
Joined: Sat Aug 30, 2008 6:26 pm
Location: Szczecinek, Poland
Karma: 0

Next

Return to General FOF Discussion

Who is online

Users browsing this forum: No registered users and 1 guest