From 291c4d0b90244b94ed8755d55e995d534e2e21e3 Mon Sep 17 00:00:00 2001 From: NoCatt <86153630+NoCatt@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:49:43 +0200 Subject: [PATCH 1/6] Fix broken link in SUMMARY.md (#219) Fixes typo that got introduced in #218 --- docs/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index fe1de724..deea2a30 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -41,7 +41,7 @@ * [Server settings](hosting-a-server-with-northstar/server-settings/README.md) * [Startup arguments](hosting-a-server-with-northstar/server-settings/startup-args.md) * [ConVars](hosting-a-server-with-northstar/server-settings/convars.md) - * [Playlistvars](hosting-a-server-with-northstar/server-settings/playlistvars.md) + * [Playlistvars](hosting-a-server-with-northstar/server-settings/playlistvar.md) * [Name in the files](hosting-a-server-with-northstar/server-settings/file-names.md) * [Troubleshooting](hosting-a-server-with-northstar/troubleshooting.md) * [Guides](hosting-a-server-with-northstar/guides/README.md) From 5bd90d03b18580b816bc3d0408dd1306f4ae3e29 Mon Sep 17 00:00:00 2001 From: NoCatt <86153630+NoCatt@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:57:45 +0200 Subject: [PATCH 2/6] Restore accidentally deleted section (#220) Restores gun game playlist overrides section that got accidentally removed in #218 --- .../server-settings/playlistvar.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md index 8d19ad92..13d177d1 100644 --- a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md +++ b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md @@ -58,3 +58,12 @@ Example: `+setplaylistvaroverrides "run_epilogue 0 featured_mode_amped_tacticals | sns_reset_kill_value | int | 5 | | | sns_melee_kill_value | int | 5 | | | sns_reset_pulse_blade_cooldown_on_pulse_blade_kill | 0-1 | 1 | Enables getting Pulse Blade back after a Pulse Blade kill | + +### Gun game playlist overrides + +| PlaylistOverrides for GG | Accepted Values | Default Value | Description | +| ------------------------------------------ | --------------- | ------------- | ---------------------------------------------------------------------------------------------- | +| gg_kill_reward | float | 1.0 | Amount of points you get for killing a player | +| gg_execution_reward | float | 1.0 | Amount of points you get for executing a player | +| gg_assist_reward | float | 0.0 | Amount of points you get for getting an assist on a player | +| gg_weapon_ | string | | Allows you to override the guns with the formatting `+setplaylistvaroverrides scorelimit gg_weapon_ ||`. Syncs with client | \ No newline at end of file From 828656a8bee8ade01a5e40ad62ac05401016d890 Mon Sep 17 00:00:00 2001 From: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:10:36 +0100 Subject: [PATCH 3/6] Document `player_force_respawn` (#221) Documents the `player_force_respawn` convar. --- .../server-settings/playlistvar.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md index 13d177d1..1bbac9eb 100644 --- a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md +++ b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md @@ -27,6 +27,7 @@ Example: `+setplaylistvaroverrides "run_epilogue 0 featured_mode_amped_tacticals | `classic_rodeo` | `0-1` | | | | `classic_mp` | `0-1` | `1` | Enables intro dropship | | `fp_embark_enabled` | | | First person embark and terminations | +| `player_force_respawn` | `int` | `5` | Forces players to respawn after the respawn button has been shown for x seconds. `-1` to disable forced respawning. | | `promode_enable` | `0-1` | `0` | | | `riff_floorislava` | `0-1` | `0` | Covers the whole map with deadly electric smoke | | `featured_mode_all_holopilot` | `0-1` | `0` | | From 871ab1a8c3e2930432a6bf54f338bd45f1e604eb Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 19 Sep 2023 14:12:46 +0200 Subject: [PATCH 4/6] Fix in source code misaligned table for PlaylistOverrides Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> --- .../server-settings/playlistvar.md | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md index 1bbac9eb..88544d6f 100644 --- a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md +++ b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md @@ -5,48 +5,48 @@ Playlist overrides determines the behaviour of the server. PlaylistOverrides can The list of playlist overrides needs to be quoted and separated by spaces.\ Example: `+setplaylistvaroverrides "run_epilogue 0 featured_mode_amped_tacticals 1"` -| 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 | +| 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 | | `player_force_respawn` | `int` | `5` | Forces players to respawn after the respawn button has been shown for x seconds. `-1` to disable forced respawning. | -| `promode_enable` | `0-1` | `0` | | -| `riff_floorislava` | `0-1` | `0` | Covers the whole map with deadly electric smoke | -| `featured_mode_all_holopilot` | `0-1` | `0` | | -| `featured_mode_all_grapple` | `0-1` | `0` | | -| `featured_mode_all_phase` | `0-1` | `0` | | -| `featured_mode_all_ticks` | `0-1` | `0` | | -| `featured_mode_tactikill` | `0-1` | `0` | | -| `featured_mode_amped_tacticals` | `0-1` | `0` | | -| `featured_mode_rocket_arena` | `0-1` | `0` | | -| `featured_mode_shotguns_snipers` | `0-1` | `0` | | -| `iron_rules` | `0-1` | `0` | Disables ejection and disembark | -| `riff_player_bleedout` | | | | -| `player_bleedout_forceHolster` | | | | -| `player_bleedout_forceDeathOnTeamBleedout` | | | | -| `player_bleedout_bleedoutTime` | | | | -| `player_bleedout_firstAidTime` | | | | -| `player_bleedout_firstAidTimeSelf` | | | | -| `player_bleedout_firstAidHealPercent` | | | | -| `player_bleedout_aiBleedingPlayerMissChance` | | | | +| `promode_enable` | `0-1` | `0` | | +| `riff_floorislava` | `0-1` | `0` | Covers the whole map with deadly electric smoke | +| `featured_mode_all_holopilot` | `0-1` | `0` | | +| `featured_mode_all_grapple` | `0-1` | `0` | | +| `featured_mode_all_phase` | `0-1` | `0` | | +| `featured_mode_all_ticks` | `0-1` | `0` | | +| `featured_mode_tactikill` | `0-1` | `0` | | +| `featured_mode_amped_tacticals` | `0-1` | `0` | | +| `featured_mode_rocket_arena` | `0-1` | `0` | | +| `featured_mode_shotguns_snipers` | `0-1` | `0` | | +| `iron_rules` | `0-1` | `0` | Disables ejection and disembark | +| `riff_player_bleedout` | | | | +| `player_bleedout_forceHolster` | | | | +| `player_bleedout_forceDeathOnTeamBleedout` | | | | +| `player_bleedout_bleedoutTime` | | | | +| `player_bleedout_firstAidTime` | | | | +| `player_bleedout_firstAidTimeSelf` | | | | +| `player_bleedout_firstAidHealPercent` | | | | +| `player_bleedout_aiBleedingPlayerMissChance` | | | | ### Sticks and Stones playlist overrides From a56fe4da0c5387174c7e317d5011770ef8578398 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 19 Sep 2023 14:14:47 +0200 Subject: [PATCH 5/6] Fix in source code misaligned table for Stick and Stones playlist overrides --- .../server-settings/playlistvar.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md index 88544d6f..3cb19907 100644 --- a/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md +++ b/docs/hosting-a-server-with-northstar/server-settings/playlistvar.md @@ -50,15 +50,15 @@ Example: `+setplaylistvaroverrides "run_epilogue 0 featured_mode_amped_tacticals ### Sticks and Stones playlist overrides -| PlaylistOverrides for SNS | Accepted Values | Default Value | Description | -| -------------------------------------------- | --------------- | ------------- | ---------------------------------------------------------------------------------------------- | -| sns_softball_enabled | 0-1 | 0 | Enables Softball usage | -| sns_softball_kill_value | int | 10 | | -| sns_wme_kill_value | int | 10 | | -| sns_offhand_kill_value | int | 10 | | -| sns_reset_kill_value | int | 5 | | -| sns_melee_kill_value | int | 5 | | -| sns_reset_pulse_blade_cooldown_on_pulse_blade_kill | 0-1 | 1 | Enables getting Pulse Blade back after a Pulse Blade kill | +| PlaylistOverrides for SNS | Accepted Values | Default Value | Description | +| -------------------------------------------------- | --------------- | ------------- | ---------------------------------------------------------------------------------------------- | +| sns_softball_enabled | 0-1 | 0 | Enables Softball usage | +| sns_softball_kill_value | int | 10 | | +| sns_wme_kill_value | int | 10 | | +| sns_offhand_kill_value | int | 10 | | +| sns_reset_kill_value | int | 5 | | +| sns_melee_kill_value | int | 5 | | +| sns_reset_pulse_blade_cooldown_on_pulse_blade_kill | 0-1 | 1 | Enables getting Pulse Blade back after a Pulse Blade kill | ### Gun game playlist overrides From 06aeae82c125bff1ec86b5bfc145038cd6bd4a78 Mon Sep 17 00:00:00 2001 From: NoCatt <86153630+NoCatt@users.noreply.github.com> Date: Wed, 20 Sep 2023 00:38:32 +0200 Subject: [PATCH 6/6] Remove outdated RCON and video guide pages (#222) - RCON was never merged due to issues with timescale and is now massively outdated. - video guide was created shortly after Northstar's inception and is also massively outdated. --- docs/SUMMARY.md | 2 -- .../dedicated-server/rcon.md | 23 ------------------- .../guides/README.md | 12 ---------- 3 files changed, 37 deletions(-) delete mode 100644 docs/hosting-a-server-with-northstar/dedicated-server/rcon.md delete mode 100644 docs/hosting-a-server-with-northstar/guides/README.md diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index deea2a30..f1fbaaed 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -37,14 +37,12 @@ * [Hosting a Dedicated Server](hosting-a-server-with-northstar/dedicated-server/README.md) * [Best practices](hosting-a-server-with-northstar/dedicated-server/best-practices.md) * [Hosting on Linux](hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md) - * [RCON](hosting-a-server-with-northstar/dedicated-server/rcon.md) * [Server settings](hosting-a-server-with-northstar/server-settings/README.md) * [Startup arguments](hosting-a-server-with-northstar/server-settings/startup-args.md) * [ConVars](hosting-a-server-with-northstar/server-settings/convars.md) * [Playlistvars](hosting-a-server-with-northstar/server-settings/playlistvar.md) * [Name in the files](hosting-a-server-with-northstar/server-settings/file-names.md) * [Troubleshooting](hosting-a-server-with-northstar/troubleshooting.md) -* [Guides](hosting-a-server-with-northstar/guides/README.md) ## Modding and Development diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md b/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md deleted file mode 100644 index 116ec912..00000000 --- a/docs/hosting-a-server-with-northstar/dedicated-server/rcon.md +++ /dev/null @@ -1,23 +0,0 @@ -# RCON - -{% hint style="danger" %} -RCON has not yet been merged and is still in development. As such information here only applies if you're running the RCON branch of NorthstarLauncher! -{% endhint %} - -WIP - -RCON requires TCP port open on same port as as gameserver UDP port to connect, i.e. `37015` both UDP and TCP - -RCON only runs on dedicated server (no point to have it on listen server anyway) - -RCON only runs if >=8 password is set in `rcon_password` convar - -- RCON PR: https://github.com/R2Northstar/NorthstarLauncher/pull/100 -- cpdt's rust based RCON client: https://github.com/cpdt/northstar-rcon-client - - -RCON PR download guide: https://github.com/R2Northstar/NorthstarLauncher/pull/100#issuecomment-1188877309 - -To verify that RCON is working, look for `Remote server access initialised` in console output - -https://github.com/GeckoEidechse/northstar-dedicated-rcon diff --git a/docs/hosting-a-server-with-northstar/guides/README.md b/docs/hosting-a-server-with-northstar/guides/README.md deleted file mode 100644 index b6dd2866..00000000 --- a/docs/hosting-a-server-with-northstar/guides/README.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -description: Guides to setting up a server ---- - -# Guides - -{% hint style="info" %} -Note that these guides might not fully reflect best practices and can be outdated. However they should be helpful in setting up a server for the first time.\ -If you're planning to get serious about hosting your own server, please check out the ["Hosting a Dedicated Server" section](../dedicated-server/). -{% endhint %} - -{% embed url="https://www.youtube.com/watch?v=EZ3w2Nl9SZo" %}