R2Northstar/NorthstarWiki

Fix misaligned tables in source

Closed this issue · 1 comments

GitBook loves fixing misaligned tables when using the online editor. We should get in front of that by fixing it ourselves to avoid a massive edit commit when doing an edit on GitBook webinterface

Example of misaligned table:

| PlaylistOverrides | Accepted Values | Default Value | Description |
| -------------------------------------------- | --------------- | ------------- | ---------------------------------------------------------------------------------------------- |
| `max_players` | `int` | | Needs to be in combination with the [`-maxplayersplaylist`](./#Startup\_flags-maxplrplst) flag |
| `custom_air_accel_pilot` | | | |
| `pilot_health_multiplier` | | | |
| `run_epilogue` | `0-1` | `1` | Enables escape dropship |
| `respawn_delay` | | | Delay before respawn |
| `boosts_enabled` | `0-1` | `0` | Disable boosts. Doesn't disable Titanmeter. Note that unlike the name suggests `1` disables boosts |
| `earn_meter_pilot_overdrive` | `0-1` | | |
| `earn_meter_pilot_multiplier` | | | |
| `earn_meter_titan_multiplier` | | | |
| `aegis_upgrades` | `0-1` | `0` | Enable titan aegis upgrades |
| `infinite_doomed_state` | `0-1` | | |
| `titan_shield_regen` | `0-1` | `0` | Enable regenerating titan shields |
| `scorelimit` | | | |
| `roundscorelimit` | | | |
| `timelimit` | | | |
| `oob_timer_enabled` | `0-1` | | Out of bounds timer enable |
| `roundtimelimit` | | | |
| `classic_rodeo` | `0-1` | | |
| `classic_mp` | `0-1` | `1` | Enables intro dropship |
| `fp_embark_enabled` | | | First person embark and terminations |
| `promode_enable` | `0-1` | `0` | |
| `riff_floorislava` | `0-1` | `0` | Covers the whole map with deadly electric smoke |

image