mirror of
https://github.com/diamante0018/InfectedGSC.git
synced 2025-04-19 20:22:53 +00:00
Add mod.csv to override string table
This commit is contained in:
parent
28291843cc
commit
f76128e618
12
raw/mod.csv
Normal file
12
raw/mod.csv
Normal file
@ -0,0 +1,12 @@
|
||||
# Add two removed perks
|
||||
stringtable,mp/perktable.csv
|
||||
|
||||
# Override
|
||||
rawfile,maps/mp/mp_dome.gsc
|
||||
rawfile,maps/mp/mp_exchange.gsc
|
||||
rawfile,maps/mp/mp_radar.gsc
|
||||
|
||||
rawfile,maps/mp/gametypes/_tweakables.gsc
|
||||
rawfile,maps/mp/gametypes/infect.gsc
|
||||
|
||||
rawfile,mod
|
|
@ -78,7 +78,7 @@ a0,b1,c2,d3,e4,f5,g6,h7,i8,j9
|
||||
76,specialty_radararrow,,,,slot_null,,,,
|
||||
77,specialty_radarjuggernaut,,,,slot_null,,,,
|
||||
78,specialty_marathon,PERKS_MARATHON,specialty_marathon,PERKS_DESC_MARATHON,perk1,,,specialty_fastmantle,PERKS_MARATHON_PRO
|
||||
79,specialty_jumpdive,PERKS_JUMPDIVE,specialty_jumpdive,PERKS_DESC_JUMPDIVE,,,,,,
|
||||
79,specialty_jumpdive,PERKS_JUMPDIVE,specialty_jumpdive,PERKS_DESC_JUMPDIVE,perk1,,,specialty_null,
|
||||
perk1,0.3333,0.4941,0.6196,,,,,,
|
||||
perk2,0.5255,0.5686,0.3804,,,,,,
|
||||
perk3,0.6196,0.3373,0.3373,,,,,,
|
||||
|
Can't render this file because it has a wrong number of fields in line 81.
|
@ -47,6 +47,6 @@ onPlayerConnect()
|
||||
onPlayerDisconnect()
|
||||
{
|
||||
self waittill( "disconnect" );
|
||||
text = "say \"" + self.name + " ^1Left the server\"\n";
|
||||
cmdExec( text );
|
||||
text = self.name + " ^1Left the server";
|
||||
iPrintLn( text );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user