Skip to content

Commit

Permalink
Updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Apr 3, 2020
1 parent f4a1152 commit cd37bef
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ It is highly configurable, any component can be used with or without others. Som
- [Damage mod](#damage-mod)
- [Limit knockback](#limit-knockback)
- [Molotov cocktail: fire damage](#molotov-cocktail-fire-damage)
- [Grenades ignore armor class](#grenades-ignore-armor-class)
- [Improved grenades](#improved-grenades)
- [No close range penalty for scoped weapons](#no-close-range-penalty-for-scoped-weapons)
- [HP over head](#hp-over-head)
- [Miscellaneous](#miscellaneous)
- [Autodoors](#autodoors)
- [Healing revision](#healing-revision)
- [Level 5 after Temple of Trials](#level-5-after-temple-of-trials)
- [Worldmap hotkey](#worldmap-hotkey)
- [Map hotkey](#map-hotkey)
- [Keymap](#keymap)
- [Modoc brahmin](#modoc-brahmin)
- [Expanded highlighting](#expanded-highlighting)
Expand Down Expand Up @@ -140,10 +140,12 @@ Allows to limit max knockback distance. That affects all weapons and explosives.
#### Molotov cocktail: fire damage
Let Molotov cocktail do fire damage instead of explosive (and optionally, enable "burning death" animation)

#### Grenades ignore armor class
#### Improved grenades
Grenades are actually thrown to target's feet, not "through" armor.
Hitting a person in power armor should not be any harder than one in leather armor.
Thus, this component removes AC penalty from grenades' CtH.
Thus:
1. Target's armor class is ignored when using grenades, making it easier to hit with one.
2. Grenades can now be tossed into empty hexes, opening new tactical possibilities.

It also affects explosive (but not armor piercing) rockets from rocket launcher and grenade launchers from [EcCo](http://www.nma-fallout.com/threads/economy-and-combat-rebalance-mod.193578/) mod.

Expand Down Expand Up @@ -181,7 +183,7 @@ This is a massive change to Doctor and First Aid skills:
- Doctor's bags and First Aid kits are unchanged. They grant bonus to skill when used by dude explicitly, but they will randomly deplete as in original game. The items are not used in automatic healing described above.
- As a final bonus, if Doctor skill is raised to 135+, dude will receive Living Anatomy for free. (Applied when entering the next map. Can be configured or disabled.).

#### Worldmap hotkey
#### Map hotkey
Adds hotkeys to call worldmap (W) and town map (Y) at any moment. Yes, that can be used as a cheat at times. Configurable.

#### Keymap
Expand All @@ -208,14 +210,17 @@ Designed for Restoration Project users. Unfortunately, many areas in RP are quit

This allows to set a lower limit for the ambient light level. Refer to the [wiki](https://falloutmods.fandom.com/wiki/Fallout_2_light_levels) to understand how light works in Fallout.

#### Auto cursor
In combat, cursor state automatically changes to "attack" when hovering over an enemy, and back to "move" when over an empty hex.

## Compatibility
* FO2tweaks is designed to be compatible with any other mod. If you find a conflict - report it.
* Damage mod component is a special case. It's designed for vanilla game stats, so using it with mods like YAAM or F2WR will probably yield unexpected results.
You're free to try and share your experience, however.

## Installation
- Download the [latest release](https://github.com/BGforgeNet/fo2tweaks/releases/latest).
- Unzip the archive into main game directory. FO2tweaks requires sfall (`ddraw.dll`) version 4.1.2+, it's shipped with the mod. If you have a newer version, you don't need to overwite the dll when extracting the archive.
- Unzip the archive into main game directory. FO2tweaks requires sfall (`ddraw.dll`) version 4.1.3+, it's shipped with the mod. If you have a newer version, you don't need to overwite the dll when extracting the archive.
- Edit `mods/fo2tweaks.ini` to enable, disable or fine tune components as you desire.

## Uninstallation
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

* Version 12:
- Minimal light level is no longer enabled by default.
- Fixed HP being displayed for invisible critters.
- Speed up component makes HP counters instant, really.
- More robust check for worldmap key in Modoc shitter.
- Added auto cursor component.
- Grenades CtH now ignores armor class from all sources, not just armor.
- Added area attack for grenades.
- Added support for Sonora grenades and traps to highlighting.
- Town map key now works consistently on world map as well.
- Hotkeys in ini are now in human readable format.

* Version 11.2:
- More robust damage mod: make sure correct `ddraw.ini` settings are correct and ammo modifiers are not reset by other mods.
- If fog of war is enabled, don't display HP for critters in the fog.
Expand Down

0 comments on commit cd37bef

Please sign in to comment.