Skip to content

Commit 0e26b9e

Browse files
authored
Merge pull request #17 from xamionex/dev
remove need for manual setting for edge boost
2 parents df46321 + 151fb36 commit 0e26b9e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

-1
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
## Movement tutorial

mod.json

+1-1
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

+1
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)