Q.U.B.E: Director's Cut

Q.U.B.E: Director's Cut

Not enough ratings
one click level restart and unlimited slow motion
By Look
how binding a key in a ini to create a new helping gameplay part
   
Award
Favorite
Favorited
Unfavorite
Qube v2.8
-used and tested
backup files (safety first)
we backup the relevant ini files

-go to ...\Steam\SteamApps\common\QUBE Directors Cut\Engine\Config
-backup the baseinput.ini
-go to ...\Steam\SteamApps\common\QUBE Directors Cut\QUBEGame\Config
-backup the qubeinput.ini and the qubegame.ini
one click level restart
-go to ...\Steam\SteamApps\common\QUBE Directors Cut\QUBEGame\Config
-open qubegame.ini
-search (strg-f) [Qube.QubePlayerInput]
-write this command line to the other stuff

Bindings=(Name="H",Command="RestartLevel",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

-save the ini

-you have now ingame a directly restart, when you press H

[Hint]
H is only a example, you can use a other key

[Hint 2]
The ini changing from patch to patch, first it was the qubegame.ini, then it was the baseinput.ini or qubeinput.ini, then it was again the qubegame.ini. so iqubegame.ini command line doesnt work, then use the baseinput.ini:

-go to ...\Steam\SteamApps\common\QUBE Directors Cut\Engine\Config
-open baseinput.ini
-search [Engine.PlayerInput] section ; --- General bindings
-write this command line to the other stuff

Bindings=(Name="H",Command="RestartLevel")
slow motion
[Hint]
-slomo is the command for slow motion, <1 = slow motion, 1 = normal speed, >1 = higher speed
-the parameter is a example, you can use a other value
-the keys are examples, you can use other keys

this is not cheating, you can play the achievements and leaderboard

[two button option]
-go to ...\Steam\SteamApps\common\QUBE Directors Cut\QUBEGame\Config
-open qubegame.ini
-search [Qube.QubePlayerInput]
- write new command lines to the other stuff

Bindings=(Name="G",Command="slomo 0.2",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="J",Command="slomo 1.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

-now you have slow motion, when you press G and normal speed, when you press J

[one button option]
-command line is

Bindings=(Name="G",Command="slomo 0.2 | onrelease slomo 1.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

-now you have slow motion, when you press AND hold G, you release G, you have normal speed.


[hint]

The ini changing from patch to patch, first it was the qubegame.ini, then it was the baseinput.ini or qubeinput.ini, then it was again the qubegame.ini. so qubegame.ini command line doesnt work, then use the baseinput.ini:

-go to ...\Steam\SteamApps\common\QUBE Directors Cut\Engine\Config
-open baseinput.ini
-search [Engine.PlayerInput] section ; --- General bindings
-write this command line to the other stuff

[two button option]
Bindings=(Name="G",Command="slomo 0.2")
Bindings=(Name="J",Command="slomo 1.0")

[one button option]
Bindings=(Name="G",Command="slomo 0.2 | onrelease slomo 1.0")
mouse usability hint
-you use a 5 button mouse, bind the slow motion function on it

-you can use the mouse driver software, to bin the keyboard keys on the mouse buttons (program specific)

or

-you bind the mouse button directly, here is it ThumbMouseButton and ThumbMouseButton2
ingame problems
[hint]
this was a old qube problem, doesnt know directors cut is patched or not

-it give level parts, they dont work with slow motion on, so you stuck, turn it particular off and see what happen

example:

level time bomb
- you kick the last ball with the yellow part, the ball dont destroy the broken cube = no pickup

level ruin rush
-after the flying balls trap, you jump in a tunnel over a small abyss (ventilator part) , is it on, you fall down

level space race
-last long jump passage, is it on, you can not hit the last blue bumper
2 Comments
Look  [author] 31 Jan, 2017 @ 9:15am 
then you are blind ;), have tested and for example "restart" is working, did it in qubegame.ini under [Qube.QubePlayerInput] (it is the second to last bulk, the last one is [Qube.QubeTimeDLCGameInfo] )with the line:

Bindings=(Name="H",Command="RestartLevel",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
PumbaPa [PT] 31 Jan, 2017 @ 7:50am 
Couldnt find qube.qubeplayerinfo ...