variable down;
procedure start begin
if (game_loaded) then begin
set_global_script_repeat(1);
set_global_script_type(3);
down:=0;
return;
end
if(key_pressed(29)) then begin
if(not down) then begin
down:=1;
play_gmovie(0);
end
end else begin
down:=0;
end
end
;This will increase the width of the interface bar expanding the area used to display text.
;if IFACE_BAR_WIDTH=640 - Interface bar will remain at it's original width.
IFACE_BAR_WIDTH=800
Darek said:@ Rashi
In f2res.ini you will find what you are looking for.
Just up that value until you are happy with it.Code:;This will increase the width of the interface bar expanding the area used to display text. ;if IFACE_BAR_WIDTH=640 - Interface bar will remain at it's original width. IFACE_BAR_WIDTH=800
Or wait, if you using the resolution patch that came with the RP, I don't think that part was included (too early build). You will have to update it first.
IFACE_BAR_WIDTH=750
hemm said:Hi
first of all i would like to thank MASH and others involved for creating this great mod!
ATM i use it together with the Restoration Project mod which is also very nice.
Now my question is, is it possible so verify if the HI-Res patch has been installed correctly? I downloaded the Restoration Project mod 2.1.2b, installed it and then over-installed the HI-Res patch 4.0.1.
If I´m in the primitive tribe sector however, there are black tiles at the edges of the sector, on which I can walk "outside" of the screen.
Also, in some random encounters, like the caravan raid, I can only see like one third of the sector.
The events outside of the screen still take place in combat mode (raiders and guards shooting each other), but I cannot scroll down to see it.
Any help would be greatly appreciated
I´m currently running FO2 at 800x600 and the OS is Win XP.
Right click and run the config as Administrator. If that don't work check that Fallout2.exe isn't write protected.Timmylo said:I have the hi-res mod installed, but every time I try to enable it nothing happens. It says it's disabled, has anybody encountered this issue before?