Skip to content

Commit d902aee

Browse files
authored
Merge pull request #15 from xamionex/dev
Merge Dev
2 parents 4608381 + e3ab1eb commit d902aee

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

keyvalues/scripts/weapons/mp_weapon_softball.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ WeaponData
22
{
33
"projectile_launch_speed" "2000"
44
"projectile_gravity_scale" "0.3"
5-
"fire_rate" "1.3"
5+
"fire_rate" "3"
66
// Damage
77
"allow_headshots" "1"
88
"headshot_distance" "5000"

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.4",
4+
"Version": "1.1.5",
55
"LoadPriority": 2
66
}

mod/scripts/vscripts/lobby/_lobby.gnut

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ void function Lobby_Init()
1515
SetPlaylistVarOverride( "no_pilot_collision", "1" )
1616
SetPlaylistVarOverride( "run_epilogue", "0" )
1717
SetPlaylistVarOverride( "classic_mp", "0" )
18+
SetPlaylistVarOverride( "scorelimit", "200" )
19+
SetPlaylistVarOverride( "timelimit", "30" )
1820

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

0 commit comments

Comments
 (0)