GoldenEye: Source Forums

Debriefing => General Goldeneye => Topic started by: daveykinetic on February 03, 2010, 10:28:19 pm

Title: n64 controller with GE source?
Post by: daveykinetic on February 03, 2010, 10:28:19 pm
hi there. does the n64 controller work ok on this game via usb converter?  If so can buttons be mapped out to n64 pad the same as the original version on n64?  this would be ideal as i would like the original feel to the game.
Title: Re: n64 controller with GE source?
Post by: Mangley on February 03, 2010, 10:37:40 pm
It is possible to use an N64 controller, but GE:S has more buttons than Goldeneye 64.

For instance.. Reload and Action/Open Door are separate buttons and Crouch didn't exist on the N64 as it was Aim + C down.
Title: Re: n64 controller with GE source?
Post by: daveykinetic on February 04, 2010, 07:18:29 pm
which controller would you recommend?
Title: Re: n64 controller with GE source?
Post by: Mangley on February 04, 2010, 07:27:22 pm
I wouldn't recommend any controller to be honest, I play with mouse + keyboard like most others. I recommend mouse + keyboard.
Title: Re: n64 controller with GE source?
Post by: Cybertronic on February 14, 2010, 07:32:12 pm
It is possible to use an N64 controller, but GE:S has more buttons than Goldeneye 64.

For instance.. Reload and Action/Open Door are separate buttons and Crouch didn't exist on the N64 as it was Aim + C down.

I am sure there would be a way to map both reload and action to the same button but I do agree with you that the Controller would be a poor choice. Crouch Did to exist in Goldeneye... I used to Crouch and move around and laugh at the lack of crouch walk animations.... the person would slide around on their knee.

For More info on control schemes...
http://goldeneye.wikia.com/wiki/Control_style

(http://images1.wikia.nocookie.net/goldeneye/images/0/02/Control_Style.png)

I am fully aware that crouch is not actually listed but thats because it was a button combo... You pressed the aim button and then C-Down

http://www.youtube.com/watch?v=CTl2eqttHU0


Btw it would be cool if we could reincorporate this watch menu system.
Title: Re: n64 controller with GE source?
Post by: killermonkey on February 14, 2010, 10:41:40 pm
The watch menu doesn't fit with multiplayer at all that is why it wasn't implemented, although it may make an appearance at some point...
Title: Re: n64 controller with GE source?
Post by: V!NCENT on February 15, 2010, 11:02:53 am
If you really would like to get pwned for playing with a controller than you should get a DirectInput controller like the Xbox360 controller for Windows. Picking a USB HID controller is probably better for all non Games for Windows titles, but Source sucks with USB HID and a wrapper isn't realy working with my Logitech USB HID Rumblepad 2 (which is a kickass controller btw...)
Title: Re: n64 controller with GE source?
Post by: daylecman on February 17, 2010, 12:48:31 am
I tried it with a USB connector once, and to say it simply, it didn't go too well. The stick doesn't work that well with the game, and aiming is almost impossible.
Title: Re: n64 controller with GE source?
Post by: LuckySeven on February 20, 2010, 01:10:01 am
If you use xPadder im guessing it would be possible because i think you can map the same key more then one to a key on the keyboard so you could for example have  "R" and "C" on the keyboard as like "A" on the N64 Controller.

It might work if... if that's what you want.

http://postdownload.filefront.com/13862974//4691e0915ac6991fd1aad77c89a7138d3fa738c4b269ff0ddddde2653443a64a7b7fb04065890f23

Thats a link to the version i use i think the newer versions you have to pay for but anyway good luck :D
Title: Re: n64 controller with GE source?
Post by: keefy on February 20, 2010, 06:43:04 pm
I recoemnd you use the same controller you use for typing posts in this forum.
Title: Re: n64 controller with GE source?
Post by: Kratos on February 24, 2010, 05:48:25 am
I recoemnd you use the same controller you use for typing posts in this forum.

QFT


Title: Re: n64 controller with GE source?
Post by: Gabbo on February 24, 2010, 06:16:40 am
I recoemnd you use the same controller you use for typing posts in this forum.
While I agree completely, mouse and keyboard 1st and foremost, it's not a bad idea to see how the controller plays with the mod so changes can be made if something goes tits up when its used. This goes for any mod really, not just GE:S
Title: Re: n64 controller with GE source?
Post by: V!NCENT on February 24, 2010, 08:19:19 pm
It would be nice though if there was a way to have controller only servers and that these servers whould have an N64 controller icon displayed in the maps display...
Title: Re: n64 controller with GE source?
Post by: kraid on February 25, 2010, 07:54:52 am
Last time i tried a controller with GES, i was still able to use Mouse+Keyboard.
So even if there's a way to detect the presence of a controller, i don't think it's possible to make absolutly sure the client is using it.

So the only possibility remains: get some friends together you can trust that they'll be using a controller and host your own password protected server.
Title: Re: n64 controller with GE source?
Post by: keefy on February 25, 2010, 10:43:48 am
If you use xPadder im guessing it would be possible because i think you can map the same key more then one to a key on the keyboard so you could for example have  "R" and "C" on the keyboard as like "A" on the N64 Controller.

It might work if... if that's what you want.

http://postdownload.filefront.com/13862974//4691e0915ac6991fd1aad77c89a7138d3fa738c4b269ff0ddddde2653443a64a7b7fb04065890f23

Thats a link to the version i use i think the newer versions you have to pay for but anyway good luck :D
Just noticed this.
Its already possible to bine 2 or more actions to one key in engine without any external programs using scripts.

Code: [Select]
alias +reuse "+reload; +use"
alias -reuse "-reload; -use"
bind "r" "+reuse"