- Phase Shift -

Discussion specific to other music games, like: RB, GH, GZ, JamLegend, SoS, etc.
This topic is 7 years and 10 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
Derp
User avatar
slashfan7964
Member
Posts: 5182
Joined: June 13th, 2009
Location: FoF-FF Retirement Home
Reputation: 8
Contact:

Re: Phase Shift [v0.64]

Postby slashfan7964 » Sun Aug 01, 2010 8:29 pm

XD

Yeah Nvidia GeForce 6150 SE NForce 430 lol. SUCKS ARSH
Image

My Song Thread
Current Songs: 98
Secret Project in the Works! Check this signature for active updates!
My second band, Tetanus with Metallicaholic666 is recording a demo tape. Full album to follow.
f*cking ninja's...
User avatar
Asskickulater
Member
Posts: 2227
Joined: January 22nd, 2009
Reputation: 2

Re: Phase Shift [v0.64]

Postby Asskickulater » Sun Aug 01, 2010 8:53 pm

lol Nvidia GT 240 is more then enough for PS :P and weird people, I m doing that to xD
Image Image
weirdpeople
Member
Posts: 1105
Joined: August 16th, 2008
Location: Texas
Reputation: 15
Contact:

Re: Phase Shift [v0.64]

Postby weirdpeople » Sun Aug 01, 2010 10:02 pm

the most annoying thing is trying to find songs that 4 or 5 people all have lol
Developer of clone hero, and Former FoFiX developer
f*cking ninja's...
User avatar
Asskickulater
Member
Posts: 2227
Joined: January 22nd, 2009
Reputation: 2

Re: Phase Shift [v0.64]

Postby Asskickulater » Sun Aug 01, 2010 10:05 pm

the most annoying thing for me is that once I start a game my PS loads the song and everything.. I see everyones board.. but the bubble circle spins and never loads and i need to manually end the process >_> does that happen to anyone else?
Image Image
aka drumbilical
User avatar
italianstal1ion
Member
Posts: 1342
Joined: July 28th, 2007
Location: Behind a drum set
Reputation: 58
Contact:

Re: Phase Shift [v0.64]

Postby italianstal1ion » Sun Aug 01, 2010 10:23 pm

No mine loads for a little bit then goes. I've had issues with the song crashing and stuff but that's my internet connection, its not that great.

Also, I don't know if this has been said, but if I was in the middle of typing a message and the song was chosen and started, then my controls dont work at the instrument selection.
Index of all Drum Topics on the Forum in one convenient place
Image
Image Image
Image Image
Image Image
Drum Project 7 Released!
Drum Project 8 Released!
Drum project 9 Released!!
Image My personal topic.
Can't get enough?

Spoiler:Image Feedback + EOF Pro Notation
Image Albelgim collaboration
If you appreciate my work and would like to see more, a donation would certainly motivate me! Thank you.
Image

f*cking ninja's...
User avatar
Asskickulater
Member
Posts: 2227
Joined: January 22nd, 2009
Reputation: 2

Re: Phase Shift [v0.64]

Postby Asskickulater » Sun Aug 01, 2010 10:32 pm

hmm... well i have a decent internet... seriously.. no one else has had this problem?
Image Image
Black Moon Broods...
User avatar
aander91
Member
Posts: 4876
Joined: December 15th, 2007
Reputation: 0
Contact:

Re: Phase Shift [v0.64]

Postby aander91 » Sun Aug 01, 2010 10:45 pm

Stallion, did you get your drumset working? You have an electric, right?
COUNTERPOINT

1st Place-July 2010 Guitar Charting Competition
2nd Place-March 2010 Guitar Charting Competition
3rd Place-August 2009 Guitar Charting Competition
4th Place-December 2009 Guitar Charting Competition

Vidya Game Music arranged for String Ensemble
The Man, The Moose
User avatar
amak11
Member
Posts: 3140
Joined: May 13th, 2008
Location: Nowhere, and somewhere
Reputation: 6
Contact:

Re: Phase Shift [v0.64]

Postby amak11 » Sun Aug 01, 2010 10:47 pm

i just have an issue with the game crashing after 2 people fail
Disclaimer: If you take the above text seriously, then you are an even greater idiot then I
Image


Image





letylovesjb27 in the Taylor Swift - Fearless Album thread wrote::DDDDDDDDDD thanks soooooooo much, I love all Taylor´s songs and this is already the first place where I finally found them!
Waitin for the others! xoxo



Code: Select all

<@away_xbox> Looks like it's your lucky day Amak11 >:) Since i don't see Amak here ill choose somebody else....
* @away_xbox straps 15 sticks of TNT to Amak11's body. The display reads [58] seconds.
<@away_xbox> Diffuse the timer by cutting the correct wire. There are 14 wires. They are Green White Peenus Indigo Black Gold Grey Brown Violet Turquoise Teal Magenta Mauve and Yellow.
<Amak11> oh really
<Belisario93> hmm
<Amak11> !cutwire Peenus
<@away_xbox> ...snip....
<@away_xbox> Amak11 cut the Peenus wire. This has defused the timer on the TNT! Just try and get it off you without setting it off, ok?

aka drumbilical
User avatar
italianstal1ion
Member
Posts: 1342
Joined: July 28th, 2007
Location: Behind a drum set
Reputation: 58
Contact:

Re: Phase Shift [v0.64]

Postby italianstal1ion » Sun Aug 01, 2010 10:54 pm

aander91 wrote:Stallion, did you get your drumset working? You have an electric, right?


Yeah..I have to use GlovePie though. It makes the buttons hit to keys which are mapped to play on Phase Shift so its laggy. Can't even come close to doing rolls, can only hit about as fast as 16th notes at around 150 BPM or so.

Heres the code that worked for me in GlovePie;

Code: Select all

midi.DeviceIn = 1
debug = midi.InDevName
midi.DefaultChannel = 10
Key.Z = MapRange(midi1.AcousticSnare, 0,1, 0,1)
Key.X = MapRange(midi1.HighMidTom, 0,1, 0,1)
Key.C = MapRange(midi1.LowTom, 0,1, 0,1)
Key.B = MapRange(midi1.LowFloorTom, 0,1, 0,1)
Key.Space = MapRange(midi1.BassDrum1, 0,1, 0,1)
Key.S = MapRange(midi1.ClosedHiHat, 0,1, 0,1)
Key.D = MapRange(midi1.RideCymbal1, 0,1, 0,1)
Key.F = MapRange(midi1.CrashCymbal1, 0,1, 0,1)
Key.G = MapRange(midi1.CrashCymbal2, 0,1, 0,1)
Key.W = MapRange(midi1.OpenHiHat, 0,1, 0,1)
Key.Q = MapRange(midi1.PedalHiHat, 0,1, 0,1)


I put keys for hi-hat pedal and the second cymbal...stuff you don't really need for Phase Shift.
Index of all Drum Topics on the Forum in one convenient place
Image
Image Image
Image Image
Image Image
Drum Project 7 Released!
Drum Project 8 Released!
Drum project 9 Released!!
Image My personal topic.
Can't get enough?

Spoiler:Image Feedback + EOF Pro Notation
Image Albelgim collaboration
If you appreciate my work and would like to see more, a donation would certainly motivate me! Thank you.
Image

weirdpeople
Member
Posts: 1105
Joined: August 16th, 2008
Location: Texas
Reputation: 15
Contact:

Re: Phase Shift [v0.64]

Postby weirdpeople » Sun Aug 01, 2010 11:07 pm

gah i didnt have time to join into the song again lol good job acrox and asskickulator lol and since im the host i have to sit here and watch lol


but yeah so far its been going well i haven't had many problems with online yet.

-- Edit: Mon Aug 02, 2010 3:10 am --

now i the onlything i think that could make the online better would be voice chat
Developer of clone hero, and Former FoFiX developer
f*cking ninja's...
User avatar
Asskickulater
Member
Posts: 2227
Joined: January 22nd, 2009
Reputation: 2

Re: Phase Shift [v0.64]

Postby Asskickulater » Sun Aug 01, 2010 11:43 pm

xD that would be awesome, but id rather online be stabalized before adding more features.. its nice.. but really unstable, ive been trying all day and got about 2 rounds in due to it crashing before starting a song

also, everything seems to take focus off the typing box, and that makes it really hard to type
Image Image
Black Moon Broods...
User avatar
aander91
Member
Posts: 4876
Joined: December 15th, 2007
Reputation: 0
Contact:

Re: Phase Shift [v0.64]

Postby aander91 » Sun Aug 01, 2010 11:58 pm

Yeah, having a mouse in the lobby would really be nice.
COUNTERPOINT

1st Place-July 2010 Guitar Charting Competition
2nd Place-March 2010 Guitar Charting Competition
3rd Place-August 2009 Guitar Charting Competition
4th Place-December 2009 Guitar Charting Competition

Vidya Game Music arranged for String Ensemble
R.I.P Worldrave
User avatar
Metallicaholic666
Member
Posts: 2534
Joined: January 20th, 2010
Location: Friends On Fire :+)
Reputation: 5

Re: Phase Shift [v0.64]

Postby Metallicaholic666 » Mon Aug 02, 2010 2:12 am

Profile for a PS2 GH:World Tour Guitar using a ps2/usb adapter from Radioshack!

Spoiler:<DEVICE>
<NAME>USB Joystick </NAME>
<VID>3727</VID>
<PID>3</PID>
<MAGICBUTTON>6</MAGICBUTTON>
<MAGICDATA>-1</MAGICDATA>
<XROTCEN>0</XROTCEN>
<GYROCUTOFF>99</GYROCUTOFF>
<TYPE>1</TYPE>
<BUTTONS>
<GREEN>53,128,0</GREEN>
<RED>49,128,0</RED>
<YELLOW>48,128,0</YELLOW>
<BLUE>50,128,0</BLUE>
<ORANGE>51,128,0</ORANGE>
<BACK>56,128,0</BACK>
<START>57,128,0</START>
<STRUMUP>4,32511,0</STRUMUP>
<STRUMDOWN>4,65535,32511</STRUMDOWN>
<YGYRO>52,128,0</YGYRO>
</BUTTONS>
</DEVICE>

Image
THE HYPNOTOAD!
User avatar
thekiwimaddog
Member
Posts: 485
Joined: December 11th, 2009
Reputation: 0

Re: Phase Shift [v0.64]

Postby thekiwimaddog » Mon Aug 02, 2010 3:59 am

weirdpeople wrote:i found another bug, this time its anywere, pause with a button pressed and the button will stay as pressed untill you press it again, causeing you to miss notes

-- Edit: Sun Aug 01, 2010 10:00 pm --

also if you holding buttons before the count down timer finishes the game doesnt detect your button presses and you miss notes


This has been an Issue for a while that I haven't yet got round to.
It's on my list

David

-- Edit: Mon Aug 02, 2010 8:00 am --

Eze_2k wrote:this is happening after i deleted the older folder and doin a clean install

text in song menu doesnt appear,and notes ingame either,in fact,i cant loose no matter what

WTF!?

its default config,only the song folder is changed(i tested on default folder too,broken)


Try restarting your computer.

Thanks
David

-- Edit: Mon Aug 02, 2010 8:02 am --

weirdpeople wrote:also how do you save people, if its via overdrive/whatever phase shift calls it, that doesn't work

also how many people can play online together?

-- Edit: Sun Aug 01, 2010 10:33 pm --

oh yeah this is another bug i forgot about
the box to enter ip addresses wont exept longer addresses my ip address goes like this XX.XXX.XXX.XXX but i can enter the last 2 numbers. so the box needs to be able to enter 3 more characters into it, the only way to get long ip addresses is via the config.ini


Activating PS should save people, I'll double check there isn't any bugs with this.

And I'll Fix The Text Field Size For The IP Address.

Thanks
David

-- Edit: Mon Aug 02, 2010 8:04 am --

Asskickulater wrote:the most annoying thing for me is that once I start a game my PS loads the song and everything.. I see everyones board.. but the bubble circle spins and never loads and i need to manually end the process >_> does that happen to anyone else?


There should be a timeout for lost connections, I'll look into it.

Thanks
David

-- Edit: Mon Aug 02, 2010 8:04 am --

italianstal1ion wrote:No mine loads for a little bit then goes. I've had issues with the song crashing and stuff but that's my internet connection, its not that great.

Also, I don't know if this has been said, but if I was in the middle of typing a message and the song was chosen and started, then my controls dont work at the instrument selection.


I'll Look Into This Also.

David

-- Edit: Mon Aug 02, 2010 8:06 am --

amak11 wrote:i just have an issue with the game crashing after 2 people fail


I'll Take A Look.

Thanks
David

-- Edit: Mon Aug 02, 2010 8:07 am --

Metallicaholic666 wrote:Profile for a PS2 GH:World Tour Guitar using a ps2/usb adapter from Radioshack!

Spoiler:<DEVICE>
<NAME>USB Joystick </NAME>
<VID>3727</VID>
<PID>3</PID>
<MAGICBUTTON>6</MAGICBUTTON>
<MAGICDATA>-1</MAGICDATA>
<XROTCEN>0</XROTCEN>
<GYROCUTOFF>99</GYROCUTOFF>
<TYPE>1</TYPE>
<BUTTONS>
<GREEN>53,128,0</GREEN>
<RED>49,128,0</RED>
<YELLOW>48,128,0</YELLOW>
<BLUE>50,128,0</BLUE>
<ORANGE>51,128,0</ORANGE>
<BACK>56,128,0</BACK>
<START>57,128,0</START>
<STRUMUP>4,32511,0</STRUMUP>
<STRUMDOWN>4,65535,32511</STRUMDOWN>
<YGYRO>52,128,0</YGYRO>
</BUTTONS>
</DEVICE>



Thanks
This will be in the next release

David
Image
Gimme a literocola.
User avatar
Ambiguity
Member
Posts: 2131
Joined: May 3rd, 2009
Reputation: 0

Re: Phase Shift [v0.64]

Postby Ambiguity » Mon Aug 02, 2010 4:19 am

Damn, I'm so late to the party, I hated this past week :P.

Thanks for doing this, I hope to be able to test it out soon.
Image
Image


T3HM3T4L:I've tried to sign up for Rock Band but they just won't allow me. They keep complaining I have to 'be over 18' while I've already been 18 for over half a year, and a sign up where I noted I was born in the '50s STILL GAVE ME THAT MESSAGE

So if anyone could help me get these templates, I'd very much appreciate it. I need it to edit notes and stuff for my Rock Band 2.

aander91:Sorry, but that'd be providing for minors, which is illegal.

T3HM3T4L:But I'm 18 years old... ?

aander91:Nope. Sorry.

T3HM3T4L:Nono, you're getting me wrong, I was asking how come I am still considered a minor?

aander91:Look, we can't just go out giving these things away to people who just say they're over 18 and show no proof, we'd be out of a job.

T3HM3T4L:Nevermind, I'll use EoF for it, I found the way I could use it for that.


Return to “Other Music Games”

Who is online

Users browsing this forum: No registered users and 12 guests