RF-mod-4 Discussion - Questions, suggestions, whining
This topic is 8 years and 4 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
Is there rf-mod developing discussing somewhere?
Is this the rigth place to post code suggestions?
I asked feature to play preview even automatic_preview is disabled
here is some code to make it:
Dialogs.py:508
SongChooser.keyPressed
So pressing fret1 will start preview song. Am I only who thinks this is usefull?
Is this the rigth place to post code suggestions?
I asked feature to play preview even automatic_preview is disabled
here is some code to make it:
Dialogs.py:508
SongChooser.keyPressed
Code: Select all
def keyPressed(self, key, unicode):
if not self.items or self.accepted:
return
self.lastTime = self.time
c = self.engine.input.controls.getMapping(key)
##########
if c in Player.KEY1S:
self.playSelectedSong()
##########
#this is original #if c in Player.KEY1S or key == pygame.K_RETURN:
if key == pygame.K_RETURN:
So pressing fret1 will start preview song. Am I only who thinks this is usefull?
Last edited by JawCross on Wed May 21, 2008 7:43 am, edited 1 time in total.
Bugfix:
I wrote about crasgbug in Linux version, when Disable stats = yes
Traceback (most recent call last):
File "GameEngine.py", line 377, in run
File "GameEngine.py", line 369, in main
File "View.py", line 208, in render
File "GuitarScene.py", line 813, in render
AttributeError: GuitarSceneClient instance has no attribute 'lastEvent'
Maybe this happens every version of game.
The row is
And this lastEvent is not defined. (It is exactly what error says)
There are in GuitarSceneClient.createClient many attributes, maybe there should be this too:
I do not know is that value necessary because in restartSong it is initialized anyway.
I wrote about crasgbug in Linux version, when Disable stats = yes
Traceback (most recent call last):
File "GameEngine.py", line 377, in run
File "GameEngine.py", line 369, in main
File "View.py", line 208, in render
File "GuitarScene.py", line 813, in render
AttributeError: GuitarSceneClient instance has no attribute 'lastEvent'
Maybe this happens every version of game.
The row is
Code: Select all
pos = self.lastEvent - now
And this lastEvent is not defined. (It is exactly what error says)
There are in GuitarSceneClient.createClient many attributes, maybe there should be this too:
Code: Select all
self.lastEvent = 0
I do not know is that value necessary because in restartSong it is initialized anyway.
This may sound stupid and my search yielded irrelevant results, but can anyone provide a link for a mod installation primer? I'm such a noob.
EDIT: And can anyone tell me whether you can use Alarian and UC mods alongside RF mod?
EDIT: And can anyone tell me whether you can use Alarian and UC mods alongside RF mod?
Last edited by kmp091 on Thu May 29, 2008 10:18 pm, edited 1 time in total.
Wester Toes
- kawaii_kumiko69
- Member
- Posts: 551
- Joined: October 30th, 2007
- Reputation: 1
is there a lyrics mod in RF mod
:p I have a crap computer wats ur excuse (can play stalker so suck) :p
cpu: AMD Athlon 64 x2 +4400 ram: 1024mb apacer(1 stick)
gpu: ATI Radeon Xpress 1250 hdd: WD 120gb internal, WD 500gb external
odd: Pioneer 16x dual layer dvd burner crt: 17'' LG flatron F700B, 17" Samsung SyncMaster 793s
os: Windows XP Pro\Windows Vista Ultimate(coming soon) Inputs: Microsoft k\board mouse,2 axis 8 button controller, XBOX360 X-PlORER Guitar, printer
cpu: AMD Athlon 64 x2 +4400 ram: 1024mb apacer(1 stick)
gpu: ATI Radeon Xpress 1250 hdd: WD 120gb internal, WD 500gb external
odd: Pioneer 16x dual layer dvd burner crt: 17'' LG flatron F700B, 17" Samsung SyncMaster 793s
os: Windows XP Pro\Windows Vista Ultimate(coming soon) Inputs: Microsoft k\board mouse,2 axis 8 button controller, XBOX360 X-PlORER Guitar, printer
-
- Member
- Posts: 3
- Joined: March 5th, 2008
- Location: Australia
- Reputation: 0
kniteshade wrote:how do i make it so i can tap notes (hit them without pressing enter) because it wont let me with your mod.
If you have a guitar controller, use Xpadder and Joy2Key. It doesn't matter which you do for either one, just make sure you map both of the following:
1: Make your fret buttons 1-5 or F1-F5, or whatever you choose.
2: Make your fret buttons all Enter.
Now, you don't have to strum. But it makes it hard as hell to hit chords. (I tried earlier today XD )
Last edited by JanDeis on Mon Jun 02, 2008 1:52 am, edited 1 time in total.
How to Mod Alarian's Mod <-- Feel free to post there and ask me (or anyone else that will post in there) how to mod the Alarian Mod!
W.I.P. #1 : Sonic Mod
W.I.P. #2 : Geometry Mod
98% of the Internet population has a Myspace. If you're part of the 2% that doesn't have one, copy and paste this into your sig.......NOW!
W.I.P. #1 : Sonic Mod
W.I.P. #2 : Geometry Mod
98% of the Internet population has a Myspace. If you're part of the 2% that doesn't have one, copy and paste this into your sig.......NOW!
elereyese wrote:Hi, I have a question to ask: is there some way to undo the tappable notes changes?
I installed this mod, but the tappable notes almost dissapeared... now I cant get "sweet child o mine" right, and I'd like the tappable notes like they were before... how can i do that?
You can change the HOPO markings to FoF, and that will give you the original FoF (broken) HOPO.
You will also lose all the keystyle changes which make playing easier (you will be stuck with the original FoF keystyle).
My advice to you, get used to it. This will be the default in all future FoF releases.
JawCross wrote:Is there rf-mod developing discussing somewhere?
Is this the rigth place to post code suggestions?
I asked feature to play preview even automatic_preview is disabled
here is some code to make it:
Dialogs.py:508
SongChooser.keyPressedCode: Select all
def keyPressed(self, key, unicode):
if not self.items or self.accepted:
return
self.lastTime = self.time
c = self.engine.input.controls.getMapping(key)
##########
if c in Player.KEY1S:
self.playSelectedSong()
##########
#this is original #if c in Player.KEY1S or key == pygame.K_RETURN:
if key == pygame.K_RETURN:
So pressing fret1 will start preview song. Am I only who thinks this is usefull?
I can look at adding this.
Maybe not enter, or f1, but perhaps, f5. F1 is also used for select.
!DJ94! wrote:is there a lyrics mod in RF mod
Yes, the lyrics mod was integrated into RF-mod.
-Alex
Last edited by BlackFate on Mon Jun 02, 2008 7:34 am, edited 1 time in total.
Will the next released version contain comperable features to the Alarian mod?
(i.e. Rockmeter/Scoremeter, Jurgen or Starpower, etc. etc.)
(i.e. Rockmeter/Scoremeter, Jurgen or Starpower, etc. etc.)
Last edited by Dævid on Mon Jun 02, 2008 6:42 pm, edited 1 time in total.
Might be working on DH2
Alarian, or UC, or DS, no.
Most of the features you mention come from either capo or hering mod which yes, it will have. Some were taken directly from there, some were re-jiggered on my own.
They will need to incorporate their changes into the next version. And probably some of the next steps is really to incorporate some of their changes back into the main tree.
-Alex
Most of the features you mention come from either capo or hering mod which yes, it will have. Some were taken directly from there, some were re-jiggered on my own.
They will need to incorporate their changes into the next version. And probably some of the next steps is really to incorporate some of their changes back into the main tree.
-Alex
Rogue_F wrote:
Yes, the lyrics mod was integrated into RF-mod.
-Alex[/quote]
how do you get it working then
:p I have a crap computer wats ur excuse (can play stalker so suck) :p
cpu: AMD Athlon 64 x2 +4400 ram: 1024mb apacer(1 stick)
gpu: ATI Radeon Xpress 1250 hdd: WD 120gb internal, WD 500gb external
odd: Pioneer 16x dual layer dvd burner crt: 17'' LG flatron F700B, 17" Samsung SyncMaster 793s
os: Windows XP Pro\Windows Vista Ultimate(coming soon) Inputs: Microsoft k\board mouse,2 axis 8 button controller, XBOX360 X-PlORER Guitar, printer
cpu: AMD Athlon 64 x2 +4400 ram: 1024mb apacer(1 stick)
gpu: ATI Radeon Xpress 1250 hdd: WD 120gb internal, WD 500gb external
odd: Pioneer 16x dual layer dvd burner crt: 17'' LG flatron F700B, 17" Samsung SyncMaster 793s
os: Windows XP Pro\Windows Vista Ultimate(coming soon) Inputs: Microsoft k\board mouse,2 axis 8 button controller, XBOX360 X-PlORER Guitar, printer
Return to “FOF Mod Discussion and Support”
Who is online
Users browsing this forum: No registered users and 8 guests