Rage
Page 63 of 214 Goto page Previous  1, 2, 3 ... 62, 63, 64 ... 212, 213, 214  Next
consolitis
VIP Member



Posts: 27318

PostPosted: Sat, 1st Oct 2011 00:32    Post subject:
xExtreme wrote:
human_steel wrote:
But how mega are they?


Bunch of 1024x1024 and 2048x2048 for bodies Sad


Everything is a megatexture including the characters. But don't worry about them they look fine, it's the environment that looks like crap.


Last edited by consolitis on Sat, 1st Oct 2011 00:58; edited 1 time in total
Back to top
consolitis
VIP Member



Posts: 27318

PostPosted: Sat, 1st Oct 2011 00:56    Post subject:
Quote:
in_joystick 1
vehicle_stickControl 0

// ================================================================================
// First Person Mode Bindings
// ================================================================================

bindset 0
unbindall

// Movement
bind "w" "_moveforward"
bind "s" "_moveback"
bind "a" "_moveLeft"
bind "d" "_moveRight"
bind "SPACE" "_jump"
bind "SHIFT" "_sprint"
bind "CTRL" "_CHANGEWEAPON"
bind "c" "_crouch"
bind "e" "_use"
bind "g" "_weapnext"
bind "f" "_weapprev"
bind "b" "_ammoprev"
bind "n" "_ammonext"

bind "r" "_reload"
bind "ESCAPE" "toggleMainMenu"

// Scoreboard & Inventory
bind "TAB" "_inventory"

// Weapons
bind "1" "_weap0"
bind "2" "_weap1"
bind "3" "_weap2"
bind "4" "_weap3"
bind "5" "_weap4"
bind "6" "_weap5"
bind "7" "_weap6"
bind "8" "_weap7"
bind "9" "_weap8"
bind "0" "_weap9"

bind "MOUSE1" "_attack1"
bind "v" "_attack2"
bind "MOUSE2" "_zoom"
bind "MOUSE3" "_quickuse"
bind "q" "_quickuse"

bind "MWHEELDOWN" "_weapnext"
bind "MWHEELUP" "_weapprev"

bind "CAPSLOCK" "_quickselect"
bind "F1" "_quick0"
bind "F2" "_quick1"
bind "F3" "_quick2"
bind "F4" "_quick3"

// client commands

bind F5 "savegame quick"
bind F9 "loadgame quick"
bind F12 screenshot

// ================================================================================
// Vehicle Driving Mode Bindings
// ================================================================================
bindset 1
unbindall

// Keyboard

bind "w" "_moveforward"
bind "a" "_moveLeft"
bind "d" "_moveRight"
bind "s" "_moveback"
bind "q" "_quickuse"
bind "ALT" "_weap5"
bind "r" "_cycleTarget"

bind "SHIFT" "_sprint"
bind "SPACE" "_use"

// Scoreboard & Inventory
bind "TAB" "_inventory"

bind "CAPSLOCK" "_quickselect"
bind "F1" "_quick0"
bind "F2" "_quick1"
bind "F3" "_quick2"
bind "F4" "_quick3"

// Mouse
bind "MOUSE1" "_attack1" // left mouse button
bind "MOUSE2" "_quickuse" // right mouse button
bind "MOUSE3" "_zoom" // middle mouse button
bind "MWHEELDOWN" "_weapnext"
bind "MWHEELUP" "_weapprev"

// ================================================================================
// MULTIPLAYER Vehicle Driving Mode Bindings
// ================================================================================
bindset 6
unbindall

// Keyboard

bind "SPACE" "_sprint"

bind "w" "_moveforward"
bind "a" "_moveLeft"
bind "d" "_moveRight"
bind "s" "_moveback"
bind "r" "_reload"
bind "q" "_quickuse"
bind "e" "_weap5"

bind "SHIFT" "_use"
bind "SPACE" "_sprint"

// Scoreboard & Inventory
bind "TAB" "_inventory"

bind "CAPSLOCK" "_quickselect"
bind "F1" "_quick0"
bind "F2" "_quick1"
bind "F3" "_quick2"
bind "F4" "_quick3"

// Mouse
bind "MOUSE1" "_attack1" // left mouse button
bind "MOUSE2" "_zoom" // right mouse button
bind "MOUSE3" "_quickuse" // middle mouse button
bind "MWHEELDOWN" "_weapnext"
bind "MWHEELUP" "_weapprev"

// ================================================================================
// Remote Control Car Driving Mode Bindings
// ================================================================================
bindset 2
unbindall

// Keyboard
bind "a" "_moveLeft"
bind "d" "_moveRight"
bind "s" "_moveback"
bind "w" "_moveforward"
bind "e" "_weap5"
bind "SHIFT" "_use"

// Mouse
bind "MOUSE1" "_attack1" // left mouse button
bind "MWHEELDOWN" "_weapnext"
bind "MWHEELUP" "_weapprev"

// ================================================================================
// AI Control Mode Bindings
// ================================================================================

bindset 3
unbindall

bind "w" "_moveforward"
bind "s" "_moveback"
bind "a" "_moveleft"
bind "d" "_moveright"
bind "space" "_jump"
bind "c" "_crouch"
bind "e" "_use"
bind MWHEELUP "_zoomin"
bind MWHEELDOWN "_zoomout"
bind "r" "_reload"
bind "MOUSE1" "_attack1"
bind "MOUSE2" "_attack2"
bind "MOUSE3" "_use"

// ================================================================================
// Vehicle Gunner Mode Bindings
// ================================================================================
bindset 4
unbindall

// Keyboard

bind "r" "_reload"
bind "x" "_quickuse"

bind "e" "_weap5" // exit vehicle

// Mouse

bind "MOUSE1" "_attack1" // left mouse button
bind "MWHEELDOWN" "_weapnext"
bind "MWHEELUP" "_weapprev"

// ================================================================================
// Vehicle Passenger Mode Bindings
// ================================================================================
bindset 5
unbindall

bind "e" "_weap5" // exit vehicle

//==============================================================================
// Joystick Bindings
//==============================================================================

exec joystick.cfg

// Always go back to bindset 0 before exiting the config
bindset 0


TWIN PEAKS is "something of a miracle."
"...like nothing else on television."
"a phenomenon."
"A tangled tale of sex, violence, power, junk food..."
"Like Nothing On Earth"

~ WHAT THEY'RE TRYING TO SAY CAN ONLY BE SEEN ~

http://www.youtube.com/watch?v=CHTUOgYNRzY
Back to top
juniR




Posts: 1457
Location: Somewhere east of I forget
PostPosted: Sat, 1st Oct 2011 00:58    Post subject:
NFOAC wrote:
Still nothing on warez bb


Oh ffs - are we gonna have this for the next few days now - the waiting for the crack vigil? Cool Face
Back to top
Aeon




Posts: 8692
Location: Netherlands
PostPosted: Sat, 1st Oct 2011 01:00    Post subject:
@Consolites, where did you get that from?


Intel i7 6700K, EVGA GTX1070 FTW, Kingston HyperX Fury 32GB
Back to top
consolitis
VIP Member



Posts: 27318

PostPosted: Sat, 1st Oct 2011 01:05    Post subject:
360


TWIN PEAKS is "something of a miracle."
"...like nothing else on television."
"a phenomenon."
"A tangled tale of sex, violence, power, junk food..."
"Like Nothing On Earth"

~ WHAT THEY'RE TRYING TO SAY CAN ONLY BE SEEN ~

http://www.youtube.com/watch?v=CHTUOgYNRzY
Back to top
human_steel




Posts: 33269

PostPosted: Sat, 1st Oct 2011 01:06    Post subject:
There are so many keys on the 360?
Back to top
Mister_s




Posts: 19863

PostPosted: Sat, 1st Oct 2011 01:08    Post subject:
You can unfold the 360 gamepad revealing an additional 35 buttons. Hidden feature.
Back to top
consolitis
VIP Member



Posts: 27318

PostPosted: Sat, 1st Oct 2011 01:09    Post subject:
Here are the 360 controls if you prefer (or more specifically those of the 1st preset of the 4):

Quote:
//==============================================================================
// Default Joystick Bindings
//==============================================================================

//==============================================================================
// FPS Mode Bindings
//==============================================================================

bindset 0

bind "JOY1" "_use" // A
bind "JOY2" "_crouch" // B
bind "JOY3" "_reload" // X
bind "JOY4" "_jump" // Y
bind "JOY5" "_quickuse" // L Shoulder
bind "JOY6" "_changeWeapon" // R Shoulder
bind "JOY7" "_sprint" // L Stick Click
bind "JOY8" "_attack2" // R Stick Click
bind "JOY9" "toggleMainMenu" // Start
bind "JOY10" "_inventory" // Back

bind "JOY_STICK1_UP" "_moveforward"
bind "JOY_STICK1_DOWN" "_moveback"
bind "JOY_STICK1_LEFT" "_moveleft"
bind "JOY_STICK1_RIGHT" "_moveright"

bind "JOY_STICK2_UP" "_lookup"
bind "JOY_STICK2_DOWN" "_lookdown"
bind "JOY_STICK2_LEFT" "_lookleft"
bind "JOY_STICK2_RIGHT" "_lookright"

bind "JOY_TRIGGER1" "_zoom" // L Trigger
bind "JOY_TRIGGER2" "_attack1" // R Trigger

bind "JOY_DPAD_UP" "_quick0"
bind "JOY_DPAD_RIGHT" "_quick1"
bind "JOY_DPAD_DOWN" "_quick2"
bind "JOY_DPAD_LEFT" "_quick3"

//==============================================================================
// Remote Control Car Driving Mode Bindings
//==============================================================================

bindset 2

// Joystick

bind "JOY1" "_attack1" // A
bind "JOY2" "_weap9" // B
bind "JOY3" "_use" // X
bind "JOY4" "_weap5" // Y
bind "JOY5" "_zoomin" // L Shoulder
bind "JOY6" "_zoomout" // R Shoulder
bind "JOY7" "_zoom" // L Stick Click
bind "JOY8" "" // R Stick Click
bind "JOY9" "toggleMainMenu" // Start
bind "JOY10" "_inventory" // Back

bind "JOY_STICK1_LEFT" "_moveleft"
bind "JOY_STICK1_RIGHT" "_moveright"
bind "JOY_STICK1_UP" "_jump"
bind "JOY_STICK1_DOWN" "_crouch"

bind "JOY_STICK2_UP" "_lookup"
bind "JOY_STICK2_DOWN" "_lookdown"
bind "JOY_STICK2_LEFT" "_lookleft"
bind "JOY_STICK2_RIGHT" "_lookright"

bind "JOY_TRIGGER1" "_moveback" // L Trigger
bind "JOY_TRIGGER2" "_moveforward" // R Trigger

bind "JOY_DPAD_UP" ""
bind "JOY_DPAD_DOWN" ""

//==============================================================================
// Car Weapon View Mode Bindings
//==============================================================================

bindset 4

bind "JOY_STICK1_UP" ""
bind "JOY_STICK1_DOWN" ""
bind "JOY_STICK1_LEFT" ""
bind "JOY_STICK1_RIGHT" ""

bind "JOY_STICK2_UP" "_lookup"
bind "JOY_STICK2_DOWN" "_lookdown"
bind "JOY_STICK2_LEFT" "_lookleft"
bind "JOY_STICK2_RIGHT" "_lookright"
bind "JOY_TRIGGER1" "_zoom" // L Trigger - zoom
bind "JOY_TRIGGER2" "_attack1" // R Trigger - fire

bind "JOY1" "_attack1" // A - fire weapon
bind "JOY2" "_quickuse" // B
bind "JOY4" "_weap5" // Y - exit vehicle
bind "JOY6" "_weapnext" // R Shoulder - next weapon
bind "JOY8" "_switchpos" // R Stick Click - switch seats
//bind "JOY5" "_switchpos"


//==============================================================================
// AI Control Mode Bindings
//==============================================================================

bindset 3

bind "JOY1" "_use" // A
bind "JOY2" "_jump" // B
bind "JOY3" "" // X
bind "JOY4" "_reload" // Y
//bind "JOY5" "_weapprev" // L Shoulder
//bind "JOY6" "_weapnext" // R Shoulder
bind "JOY7" "_crouch" // L Stick Click
bind "JOY9" "toggleMainMenu" // Start
//bind "JOY10" "_inventory" // Back

bind "JOY_STICK1_UP" "_moveforward"
bind "JOY_STICK1_DOWN" "_moveback"
bind "JOY_STICK1_LEFT" "_moveleft"
bind "JOY_STICK1_RIGHT" "_moveright"

bind "JOY_STICK2_UP" "_lookup"
bind "JOY_STICK2_DOWN" "_lookdown"
bind "JOY_STICK2_LEFT" "_lookleft"
bind "JOY_STICK2_RIGHT" "_lookright"

//bind "JOY_TRIGGER1" "_zoom" // L Trigger
bind "JOY_TRIGGER2" "_attack1" // R Trigger

// Always go back to bindset 0 before exiting the config
bindset 0
Back to top
human_steel




Posts: 33269

PostPosted: Sat, 1st Oct 2011 01:35    Post subject:
Back to top
Warmonger




Posts: 29
Location: Heaven
PostPosted: Sat, 1st Oct 2011 01:50    Post subject:
Anyone who knows a good place to get a cheap key so i can start preloading on steam?
Back to top
proekaan
VIP Member



Posts: 3648
Location: Finland
PostPosted: Sat, 1st Oct 2011 01:57    Post subject:
I dunno...looks pretty and all,but maybe I was expecting more from this.
Should have known it's just a shooter with vehicles and not about story as much.

I mean you walk in to a bar and talk to the bartender..."let me give you an advice,reputation is everything etc"
".....ummm, I just wanted a drink,not a lecture"

No dialogue choices whatsoever(that I've seen) and mute protagonist...but then again it's an ID game with emphasis on something else.
Like said,was just expecting more. That's what you get when you don't follow the games development progress. :/


AMD Ryzen 9 7900X 4,7 GHz
Asrock X670E Steel Legend
G.Skill Trident Z5 32 GB DDR5 6400Mhz
Asus TUF RTX 4090 24 GB GDDR6X
NZXT Kraken Z73 RGB
Corsair HX1500i Platinum
NZXT H7 Flow
Back to top
consolitis
VIP Member



Posts: 27318

PostPosted: Sat, 1st Oct 2011 02:11    Post subject:
http://www.neogaf.com/forum/showpost.php?p=31415403&postcount=926

Some uh.. "reviews" from journos:

Quote:
"Just hit the point where if I wasn't getting paid to play this fucking game, I would have stopped."

"Not impressed."

"Gotta love scheduled online review matches where nobody fucking turns up." "I give up. I don't have time to sit around in empty lobbies."

And I remember Arthur Gies on Rebel FM mentioning that he played a "new IP" recently that was under embargo that he didn't like. There is a very strong chance and is most likely referring to RAGE.


I think those "reviews" are tweets from journos because I can't find their origin..
Back to top
consolitis
VIP Member



Posts: 27318

PostPosted: Sat, 1st Oct 2011 02:14    Post subject:
Preload now available. http://store.steampowered.com/news/6414/

edit Has been for a while I think? ooops Embarassed
Back to top
WaldoJ
VIP Member



Posts: 32672

PostPosted: Sat, 1st Oct 2011 03:25    Post subject:
prelaod means NOTHING. them other online 'distributors' won't send the key until game is out. Sad


Sin317 wrote:
I win, you lose. Or Go fuck yourself.
Back to top
consolitis
VIP Member



Posts: 27318

PostPosted: Sat, 1st Oct 2011 03:28    Post subject:
WaldoJ wrote:
prelaod means NOTHING. them other online 'distributors' won't send the key until game is out. Sad


Yes it does. Smile The files are soon going to appear on warez sites, so download them now copy and paste them to your Steam folder and wait for the key Smile
Back to top
russ80




Posts: 4679
Location: Romania
PostPosted: Sat, 1st Oct 2011 03:32    Post subject:
Bleh if it flops this ain't gonna be pretty.


Main PC : I7 12700, MSI Ventus RTX 4090 24gb, Alienware AW3423DW QD-OLED
Laptop : I5 4200H @ 3400mhz boost, GTX 850m 2gb Vram DDR3, 4gb RAM DDR3
Derpsole : Playstation 5 disc edition, Ninty Switcherino
TV+audio: LG CX 65" / Sonos ARC + SL ones + Sonos sub 3
VR Headset: Meta quest 2 airlinked
Back to top
H4wkeye




Posts: 4699
Location: CTU
PostPosted: Sat, 1st Oct 2011 03:34    Post subject:
Where are you all buying keys for this game?
Back to top
tolanri




Posts: 3589

PostPosted: Sat, 1st Oct 2011 03:36    Post subject:
H4wkeye wrote:
Where are you all buying keys for this game?


From Russian comrade Smile
Back to top
LeoNatan
Banned



Posts: 73193
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Sat, 1st Oct 2011 03:40    Post subject:
Rage.Anarchy.Edition-RELEODED has just been pre'd! So Much Win
Back to top
tskiller




Posts: 468

PostPosted: Sat, 1st Oct 2011 03:42    Post subject:
is it real though?


i7 5820k @ 4.4 || MSI X99S XPOWER AC || Samsung XP941 256GB M.2 SSD || G.SKILL Ripjaws 4x4GB 2666 DDR4 || Gigabyte GTX 970 GAMING-4GD || Dell 2407 || Razer Blakcwidow Ultimate || Logitech G502
Back to top
LeoNatan
Banned



Posts: 73193
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Sat, 1st Oct 2011 03:42    Post subject:
RELEODED has never released a fake release. Rolling Eyes
Back to top
tskiller




Posts: 468

PostPosted: Sat, 1st Oct 2011 03:44    Post subject:
So no, then.


i7 5820k @ 4.4 || MSI X99S XPOWER AC || Samsung XP941 256GB M.2 SSD || G.SKILL Ripjaws 4x4GB 2666 DDR4 || Gigabyte GTX 970 GAMING-4GD || Dell 2407 || Razer Blakcwidow Ultimate || Logitech G502
Back to top
consolitis
VIP Member



Posts: 27318

PostPosted: Sat, 1st Oct 2011 03:44    Post subject:
iNatan wrote:
Rage.Anarchy.Edition-RELEODED has just been pre'd! So Much Win


Fake. Rolling Eyes You think we can't notice you spelled it wrong? Rolling Eyes

Rage.Anarchy.Edition-RELEODEAD is the one we are waiting for.
Back to top
H4wkeye




Posts: 4699
Location: CTU
PostPosted: Sat, 1st Oct 2011 03:46    Post subject:
What about SKIPROW.
Back to top
Roach_666




Posts: 1299
Location: Hell in its Alpha Build
PostPosted: Sat, 1st Oct 2011 03:47    Post subject:
And the correct spelling before I lose my mind is:

Reloaded
Back to top
LeoNatan
Banned



Posts: 73193
Location: Ramat Gan, Israel 🇮🇱
PostPosted: Sat, 1st Oct 2011 03:47    Post subject:
H4wkeye wrote:
What about SKIPROW.

You mean CRACKFIX.REPACK.REAL.PROPER.READ.NFO.SKIPROW? Laughing
Back to top
consolitis
VIP Member



Posts: 27318

PostPosted: Sat, 1st Oct 2011 03:49    Post subject:
I think I'll wait for the SHIT.DELETE release.


TWIN PEAKS is "something of a miracle."
"...like nothing else on television."
"a phenomenon."
"A tangled tale of sex, violence, power, junk food..."
"Like Nothing On Earth"

~ WHAT THEY'RE TRYING TO SAY CAN ONLY BE SEEN ~

http://www.youtube.com/watch?v=CHTUOgYNRzY
Back to top
H4wkeye




Posts: 4699
Location: CTU
PostPosted: Sat, 1st Oct 2011 03:50    Post subject:
iNatan wrote:
H4wkeye wrote:
What about SKIPROW.

You mean CRACKFIX.REPACK.REAL.PROPER.READ.NFO.SKIPROW? Laughing


Laughing Laughing Laughing
Back to top
consolitis
VIP Member



Posts: 27318

PostPosted: Sat, 1st Oct 2011 03:51    Post subject:
First 20 minutes PS3:


TWIN PEAKS is "something of a miracle."
"...like nothing else on television."
"a phenomenon."
"A tangled tale of sex, violence, power, junk food..."
"Like Nothing On Earth"

~ WHAT THEY'RE TRYING TO SAY CAN ONLY BE SEEN ~

http://www.youtube.com/watch?v=CHTUOgYNRzY
Back to top
tonizito




Posts: 51070
Location: Portugal, the shithole of Europe.
PostPosted: Sat, 1st Oct 2011 03:51    Post subject:
H4wkeye wrote:
What about SKIPROW.
Surely you meant SABINROW?

Anyway, ixiTWINS clone will be the first one out.


boundle (thoughts on cracking AITD) wrote:
i guess thouth if without a legit key the installation was rolling back we are all fucking then
Back to top
Page 63 of 214 All times are GMT + 1 Hour
NFOHump.com Forum Index - PC Games Arena Goto page Previous  1, 2, 3 ... 62, 63, 64 ... 212, 213, 214  Next
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group