Created List of Modified Source Files (markdown)

Blixibon 2020-06-27 10:10:05 -05:00
parent fc303a8a39
commit c81e45c9c0

@ -0,0 +1,19 @@
This article lists all of the default files/scripts in Source 2013/Half-Life 2 which Mapbase modifies in a relevant way. Mods using Mapbase may have these scripts overridden for their own needs, but they may also need to base their changes off of Mapbase's changes in order to use Mapbase's features and fixes correctly.
### `resource` folder
### `scripts` folder
| File Name | Changes |
|:-------------:|:-------------|
| `game_sounds.txt` | `BaseCombatCharacter.FleshBreak` was added for some of the dynamic interaction ports on human models. |
| `game_sounds_weapons.txt` | `Weapon_357.NPC_Single`, `Weapon_357.NPC_Reload`, `Weapon_Crossbow.NPC_Single`, and `Weapon_Crossbow.NPC_Reload` were added for the new NPC support on various weapons. It also adds soundscripts for the S.L.A.M. from HL2:DM. |
| `global_actors.txt` | Mapbase adds the "bloody" rebel models to this script so they have proper gender recognition when used on NPCs. |
| `kb_act.lst`, `kb_def.lst` | These files have been modified to allow `attack3` to show up in the Options menu and be binded to `MOUSE3` by default. |
#### `scripts/talker` folder
| File Name | Changes |
|:-------------:|:-------------|
| `response_rules.txt` | This has been modified to contain new Mapbase criteria, enumerations, etc. and mods should now use `response_base.txt` to make their own changes to the Response System. |