OnModifications
First time out of the vault
Is it possible to pause the game to give orders to the team?The answer is yes, the game has it built in from the very beginning.There's just one little problem, so...If I am already in the game when I press "ESC", is it possible for the "menu" window not to appear and the game to be paused, or is it possible to somehow make the menu window smaller so that it does not bother me too much?
Can anyone tell me which file will be responsible for this, how to open it, and with what program?
@edit
I've already dealt with this. The solution is very easy.
Just copy the zar file of some misc and put it in the "back" folder
redviewer you can see what a given zar file looks like.
Delete the "menu" folder and change the name of our misc to "menu"
After pressing "ESC" during the game, a small dot will appear and we can safely give orders.
// menus
I = {inventory}
S = {skilldex}
C = {character}
P = {pipboy}
M = {pipboyMap}
O = {options}
escape = {menu}
tab = {scores}
H = {help}
<alt>X = {quit}
<ctrl>S = {save}
<alt>S = {quickSave}
<ctrl>L = {load}
<alt>L = {quickLoad}
pause = {pause}
npenter = {toggleMinimap}
add = {zoomInMinimap}
subtract = {zoomOutMinimap}
Can anyone tell me which file will be responsible for this, how to open it, and with what program?
@edit
I've already dealt with this. The solution is very easy.
Just copy the zar file of some misc and put it in the "back" folder
redviewer you can see what a given zar file looks like.
Delete the "menu" folder and change the name of our misc to "menu"
After pressing "ESC" during the game, a small dot will appear and we can safely give orders.
// menus
I = {inventory}
S = {skilldex}
C = {character}
P = {pipboy}
M = {pipboyMap}
O = {options}
escape = {menu}
tab = {scores}
H = {help}
<alt>X = {quit}
<ctrl>S = {save}
<alt>S = {quickSave}
<ctrl>L = {load}
<alt>L = {quickLoad}
pause = {pause}
npenter = {toggleMinimap}
add = {zoomInMinimap}
subtract = {zoomOutMinimap}
Last edited: