Skip to content

Commit

Permalink
- Tweaked encounter chance.
Browse files Browse the repository at this point in the history
- Disabled bike wm speed change.
  • Loading branch information
Lexx2k committed May 11, 2024
1 parent 741f582 commit dce8be9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ procedure general begin
set_skill_max(200);

// Remove skip step from car travel
// Bike won't use up fuel anymore then
//write_int(0x4BFEF1, 0xDEB);
write_int(0x4BFEF6, 0xDEB); // remove all but the first skip steps

//write_int(0x4BFEF6, 0xDEB); // remove all but the first skip steps

// Max rad resistance is 100%
set_pc_stat_max(STAT_rad_resist, 100);
Expand Down
2 changes: 1 addition & 1 deletion Fallout2/Fallout1in2/ddraw.fo1in2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WorldMapFPSPatch=1
WorldMapDelay2=63

WorldMapEncounterFix=1
WorldMapEncounterRate=40
WorldMapEncounterRate=30

WorldMapSlots=12

Expand Down
4 changes: 2 additions & 2 deletions Fallout2/Fallout1in2/ddraw.ini
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ WorldMapDelay2=63
;Set to 1 to enable Ray's patch to make world map encounter rate independent of your travel speed
;Higher values of WorldMapEncounterRate cause a slower encounter rate
WorldMapEncounterFix=1
WorldMapEncounterRate=40
WorldMapEncounterRate=30

;The number of slots available in the locations list panel of the world map
;Set to 0 to leave the default unchanged (i.e. 17). The maximum is 127
Expand Down Expand Up @@ -920,4 +920,4 @@ ConsoleWindow=0b0000
ConsoleWindowData=

;Set the code page for the console window (Default is your system code page)
ConsoleCodePage=0
ConsoleCodePage=1250
2 changes: 1 addition & 1 deletion Fallout2/Fallout1in2/mods/fo1_base/data/Ai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ secondary_freq=8

[Super Mutant]
aggression=40
area_attack_mode=be_careful
area_attack_mode=always
attack_end=2221
attack_start=2212
attack_who=closest
Expand Down

0 comments on commit dce8be9

Please sign in to comment.