Skip to content

Commit 151fb36

Browse files
committed
remove need for manual setting for edge boost
1 parent 34ad953 commit 151fb36

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
1. Place the latest release into R2Northstar\mods\
66
2. Open R2Northstar\mods\Northstar.CustomServers\mod\cfg\autoexec_ns_server.cfg
77
- ns_private_match_last_mode ffa or ns_private_match_last_mode ps
8-
- slide_step_velocity_reduction -45
98
3. Done, you can enjoy your UnholyTrinity server!
109

1110
## Bunny hopping tutorial for this mod

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name" : "xamionex.UnholyTrinity",
33
"Description" : "This is my custom weapons for the UnholyTrinity server\n\nThis is a server side script, no need for clients to download",
4-
"Version": "1.1.6",
4+
"Version": "1.1.7",
55
"LoadPriority": 2
66
}

mod/scripts/vscripts/lobby/_lobby.gnut

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ void function Lobby_Init()
1717
SetPlaylistVarOverride( "classic_mp", "0" )
1818
SetPlaylistVarOverride( "scorelimit", "200" )
1919
SetPlaylistVarOverride( "timelimit", "30" )
20+
ServerCommand("slide_step_velocity_reduction -45")
2021

2122
if ( IsPrivateMatch() || GetCurrentPlaylistName() == "private_match" ) // IsPrivateMatch() doesn't seem to be reliable on local server start
2223
PrivateLobby_Init()

0 commit comments

Comments
 (0)