Skip to content

Commit 2ebbf27

Browse files
committed
Update Fortress Forever gamedata.
1 parent 15450a6 commit 2ebbf27

3 files changed

Lines changed: 26 additions & 61 deletions

File tree

gamedata/core.games/common.games.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@
292292
"game" "kz"
293293
"game" "csgo"
294294
"game" "reactivedrop"
295+
"game" "FortressForever"
295296
}
296297

297298
"Keys"

gamedata/sdkhooks.games/game.ff.txt

Lines changed: 13 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,98 +7,79 @@
77
{
88
"EndTouch"
99
{
10-
"windows" "96"
11-
"linux" "97"
10+
"windows" "97"
1211
}
1312
"FireBullets"
1413
{
15-
"windows" "107"
16-
"linux" "108"
14+
"windows" "108"
1715
}
1816
"OnTakeDamage"
1917
{
2018
"windows" "65"
21-
"linux" "66"
2219
}
2320
"PreThink"
2421
{
25-
"windows" "281"
26-
"linux" "282"
22+
"windows" "282"
2723
}
2824
"PostThink"
2925
{
30-
"windows" "282"
31-
"linux" "283"
26+
"windows" "283"
3227
}
3328
"SetTransmit"
3429
{
3530
"windows" "23"
36-
"linux" "24"
3731
}
3832
"ShouldCollide"
3933
{
4034
"windows" "17"
41-
"linux" "18"
4235
}
4336
"Spawn"
4437
{
4538
"windows" "25"
46-
"linux" "26"
4739
}
4840
"StartTouch"
4941
{
50-
"windows" "94"
51-
"linux" "95"
42+
"windows" "95"
5243
}
5344
"Think"
5445
{
5546
"windows" "51"
56-
"linux" "52"
5747
}
5848
"Touch"
5949
{
60-
"windows" "95"
61-
"linux" "96"
50+
"windows" "96"
6251
}
6352
"TraceAttack"
6453
{
6554
"windows" "63"
66-
"linux" "64"
6755
}
6856
"Use"
6957
{
70-
"windows" "93"
71-
"linux" "94"
58+
"windows" "94"
7259
}
7360
"VPhysicsUpdate"
7461
{
75-
"windows" "150"
76-
"linux" "151"
62+
"windows" "151"
7763
}
7864
"Weapon_CanSwitchTo"
7965
{
80-
"windows" "230"
81-
"linux" "231"
66+
"windows" "231"
8267
}
8368
"Weapon_CanUse"
8469
{
85-
"windows" "224"
86-
"linux" "225"
70+
"windows" "225"
8771
}
8872
"Weapon_Drop"
8973
{
90-
"windows" "227"
91-
"linux" "228"
74+
"windows" "228"
9275
}
9376
"Weapon_Equip"
9477
{
95-
"windows" "225"
96-
"linux" "226"
78+
"windows" "226"
9779
}
9880
"Weapon_Switch"
9981
{
100-
"windows" "228"
101-
"linux" "229"
82+
"windows" "229"
10283
}
10384
}
10485
}

gamedata/sdktools.games/game.ff.txt

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18,88 +18,71 @@
1818
{
1919
"GiveNamedItem"
2020
{
21-
"windows" "336"
22-
"linux" "337"
21+
"windows" "337"
2322
}
2423
"RemovePlayerItem"
2524
{
26-
"windows" "234"
27-
"linux" "235"
25+
"windows" "235"
2826
}
2927
"Weapon_GetSlot"
3028
{
31-
"windows" "232"
32-
"linux" "233"
29+
"windows" "233"
3330
}
3431
"Ignite"
3532
{
36-
"windows" "196"
37-
"linux" "197"
33+
"windows" "197"
3834
}
3935
"Extinguish"
4036
{
41-
"windows" "197"
42-
"linux" "198"
37+
"windows" "198"
4338
}
4439
"Teleport"
4540
{
46-
"windows" "104"
47-
"linux" "105"
41+
"windows" "105"
4842
}
4943
"CommitSuicide"
5044
{
51-
"windows" "364"
52-
"linux" "365"
45+
"windows" "365"
5346
}
5447
"GetVelocity"
5548
{
56-
"windows" "134"
57-
"linux" "135"
49+
"windows" "135"
5850
}
5951
"EyeAngles"
6052
{
61-
"windows" "126"
62-
"linux" "127"
53+
"windows" "127"
6354
}
6455
"AcceptInput"
6556
{
6657
"windows" "39"
67-
"linux" "40"
6858
}
6959
"DispatchKeyValue"
7060
{
7161
"windows" "35"
72-
"linux" "34"
7362
}
7463
"DispatchKeyValueFloat"
7564
{
7665
"windows" "34"
77-
"linux" "35"
7866
}
7967
"DispatchKeyValueVector"
8068
{
8169
"windows" "33"
82-
"linux" "36"
8370
}
8471
"SetEntityModel"
8572
{
86-
"windows" "27"
87-
"linux" "28"
73+
"windows" "28"
8874
}
8975
"WeaponEquip"
9076
{
91-
"windows" "225"
92-
"linux" "226"
77+
"windows" "226"
9378
}
9479
"Activate"
9580
{
9681
"windows" "36"
97-
"linux" "37"
9882
}
9983
"PlayerRunCmd"
10084
{
101-
"windows" "354"
102-
"linux" "355"
85+
"windows" "355"
10386
}
10487
}
10588

0 commit comments

Comments
 (0)