Because my keyboard is HORRIBLE, I had to set my fret keys to:
Q-W-E-R-T
But, by doing this, I am no longer able to put in the "uptomytempo" code. (Or "hyper" for that matter)
I want to use this code to see what the highest possible score is for certain songs.
So, is there a way to change the letters to activate the code?
Like, type in "comp" or something?
PLEASE HELP!!!
uptomytempo - can i change it?
Forum rules
- Before posting in this section please make sure your question has not already been answered:
- Read the FAQs and stickied topics. In particular: /******READ THIS POST BEFORE POSTING IN THIS SECTION!******\
- Visit the Wiki: http://fretsonfire.wikidot.com/
- Please try to search the forums before posting
- Questions about FoFiX?
- For general help, visit the project's Wiki: http://code.google.com/p/fofix/w/list
- Problem running FoFiX from git? Ask ALL your questions in the FoFiX forum
This topic is 17 years and 6 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
Lovin Life
- kpChadR08
- Member
- Posts: 1344
- Joined: July 14th, 2007
- Location: United States
- Reputation: 0
- Contact:
"Rule 36: I am Legend, you are Beowulf, we are Marshal, and this is Sparta"
- IRC Channel
Songs Completed:Woo Hoo, Bring Me to Life
- IRC Channel
Songs Completed:Woo Hoo, Bring Me to Life
-
- Member
- Posts: 114
- Joined: February 17th, 2007
- Reputation: 0
If it's really that much trouble, Google a little program called AutoHotKey, take about a half-hour or so to learn how to make the script, and once you're finished doing that, you could use a keyboard shortcut (for example: Ctrl+Shift+C), and it would automatically use the code for you.
However, since you asked in a kind manner, I'll return the kindness, and write the script for you; What goes around comes around.
Still, Google AutoHotKey, install it, and I'll get you that script in about 30 minutes, including play-testing and assuming everything goes smooth.
Time to give those coding skillz a workout...
EDIT: Okay! I've got it! Oh, but first, make sure you have AutoHotKey installed first.
The instructions are simple: Make a new notepad file and call it something you can remember, with the extension .ahk (I called mine FoFCheats.ahk), open it and copy and paste this code:
Save the file, and put your new script in your FoF directory, where the .exe is located. Just double-click the script to activate it, and it will automatically launch FoF for you! (I just thought that would be a nice little feature to implement.)
Here's the layout:
Alt + C activates Autoplay (uptomytempo)
Alt + H activates Hyperspeed (if you have cama's mod)
Ctrl + Alt + Shift + X terminates the script
The script didn't want to cooperate with an auto-terminate feature, so another shortcut command was the best I could do. Enjoy!
However, since you asked in a kind manner, I'll return the kindness, and write the script for you; What goes around comes around.

Still, Google AutoHotKey, install it, and I'll get you that script in about 30 minutes, including play-testing and assuming everything goes smooth.
Time to give those coding skillz a workout...

EDIT: Okay! I've got it! Oh, but first, make sure you have AutoHotKey installed first.
The instructions are simple: Make a new notepad file and call it something you can remember, with the extension .ahk (I called mine FoFCheats.ahk), open it and copy and paste this code:
Code: Select all
Run FretsOnFire.exe
Process, Priority, , High
!c::
IfWinActive Frets on Fire
{
SendInput uptomytempo
Return
}
!h::
IfWinActive Frets on Fire
{
SendInput hyper
Return
}
^!+x::ExitApp
Save the file, and put your new script in your FoF directory, where the .exe is located. Just double-click the script to activate it, and it will automatically launch FoF for you! (I just thought that would be a nice little feature to implement.)
Here's the layout:
Alt + C activates Autoplay (uptomytempo)
Alt + H activates Hyperspeed (if you have cama's mod)
Ctrl + Alt + Shift + X terminates the script
The script didn't want to cooperate with an auto-terminate feature, so another shortcut command was the best I could do. Enjoy!

Last edited by Jonathan_Antillies on Mon Jul 23, 2007 2:39 pm, edited 1 time in total.
Lovin Life
- kpChadR08
- Member
- Posts: 1344
- Joined: July 14th, 2007
- Location: United States
- Reputation: 0
- Contact:
There is a problem.
I did everything you said, and when I put it into the directory and clicked it, Frets on Fire came up.
But, when I try the Alt+C or anything else, it doesnt do anything.
I did everything you said, and when I put it into the directory and clicked it, Frets on Fire came up.
But, when I try the Alt+C or anything else, it doesnt do anything.
"Rule 36: I am Legend, you are Beowulf, we are Marshal, and this is Sparta"
- IRC Channel
Songs Completed:Woo Hoo, Bring Me to Life
- IRC Channel
Songs Completed:Woo Hoo, Bring Me to Life
-
- Member
- Posts: 114
- Joined: February 17th, 2007
- Reputation: 0
Lovin Life
- kpChadR08
- Member
- Posts: 1344
- Joined: July 14th, 2007
- Location: United States
- Reputation: 0
- Contact:
Jonathan_Antillies wrote:When you open the script it's supposed to open Frets on Fire automatically.
In addition, you can only activate the cheats during a song. Like when the countdown starts is a good time to hit those commands.
1. It did.
2. Thats where I was when I tried.
Last edited by kpChadR08 on Mon Jul 23, 2007 4:34 pm, edited 1 time in total.
"Rule 36: I am Legend, you are Beowulf, we are Marshal, and this is Sparta"
- IRC Channel
Songs Completed:Woo Hoo, Bring Me to Life
- IRC Channel
Songs Completed:Woo Hoo, Bring Me to Life
-
- Member
- Posts: 486
- Joined: September 22nd, 2006
- Location: Uppsala, Sweden
- Reputation: 0
- Contact:
I don't think it makes any difference sending the code from the keyboard or through software, the game will still recognize it as fret buttons... I'm not sure though, you could try changing the fret buttons and then use the script.
Charts (Down as of November 25th)
-
- Member
- Posts: 114
- Joined: February 17th, 2007
- Reputation: 0
- Moonflow43
- Member
- Posts: 941
- Joined: April 1st, 2007
- Reputation: 1
- Contact:
Lovin Life
- kpChadR08
- Member
- Posts: 1344
- Joined: July 14th, 2007
- Location: United States
- Reputation: 0
- Contact:
Thanks, I Messaged him.
Hopefully he can help.
Hopefully he can help.
"Rule 36: I am Legend, you are Beowulf, we are Marshal, and this is Sparta"
- IRC Channel
Songs Completed:Woo Hoo, Bring Me to Life
- IRC Channel
Songs Completed:Woo Hoo, Bring Me to Life
Who is online
Users browsing this forum: No registered users and 6 guests