This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ===================================================================================== | |
| Início Conexão Desconexão Duração ONLINE Tempo desconectado | |
| ------------------------------------------------------------------------------------- | |
| 28/02/2026 12:27:40 03/03/2026 15:06:04 3d, 2h, 38m, 23s 22h, 18s | |
| 04/03/2026 13:06:22 05/03/2026 13:44:04 1d, 37m, 40s 1m, 12s | |
| 05/03/2026 13:45:16 05/03/2026 22:30:04 8h, 44m, 58s 58s | |
| 05/03/2026 22:31:02 06/03/2026 00:13:04 1h, 42m, 10s 41s | |
| 06/03/2026 00:13:45 06/03/2026 14:12:04 13h, 58m, 19s 3m, 27s | |
| 06/03/2026 14:15:32 06/03/2026 19:51:04 5h, 35m, 32s 17s | |
| 06/03/2026 19:51:22 06/03/2026 23:53:04 4h, 1m, 42s 11s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [FindHLDirectory] Looking for Half-Life directory... | |
| [FindHLDirectory] Found Half-Life dir at C:\Program Files (x86)\Steam\steamapps\common\Half-Life using ModInstallPath method. | |
| -= Half-Life: Blue Shift map support for Sven Co-op 5.0 =- | |
| Warning: Around 80MB of free disk space required. | |
| Installation may take a few minutes; please be patient. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -sp_campaign_portal | |
| abandoned | |
| BlackMesaEPF | |
| bm_sts | |
| crystal | |
| deadsimpleneo2 | |
| desertcircle | |
| fortified1 | |
| hl_c00 | |
| hplanet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sven Co-op loaded libs *without* Steam runtime | |
| /home/r4to0/.cache/fontconfig/0c633050-02ac-4720-b13a-e286e7e516b5-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/34ca88a6-8018-44f9-aa22-c343b911cd52-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/35d36fdf-908b-405f-bca7-51421a3b301c-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/37b5498d-15d5-49b5-9466-d6908517b72a-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/639f4e0e-76a3-4c33-ae6c-b6efbfccd7e1-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/6a9b3a41-1841-447d-90e4-416a250d7f4e-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/6c0b4a23-30b6-4597-8307-0f6ab8ff7982-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/c1dcd2c0-d1f8-42ff-9b04-45dc86a605a6-le32d4.cache-7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sven Co-op loaded libs with Steam runtime | |
| /home/r4to0/.cache/fontconfig/0c633050-02ac-4720-b13a-e286e7e516b5-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/34ca88a6-8018-44f9-aa22-c343b911cd52-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/35d36fdf-908b-405f-bca7-51421a3b301c-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/37b5498d-15d5-49b5-9466-d6908517b72a-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/639f4e0e-76a3-4c33-ae6c-b6efbfccd7e1-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/6a9b3a41-1841-447d-90e4-416a250d7f4e-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/6c0b4a23-30b6-4597-8307-0f6ab8ff7982-le32d4.cache-7 | |
| /home/r4to0/.cache/fontconfig/c1dcd2c0-d1f8-42ff-9b04-45dc86a605a6-le32d4.cache-7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // PS2HL Eye Scanner | |
| // Based off from https://github.com/supadupaplex/ya-ps2hl-dll | |
| namespace PS2ITEMSCANNER | |
| { | |
| // Scanner model | |
| const string g_model = "models/sc_decay/eye_scanner.mdl"; | |
| // Flags | |
| const uint SCN_FLAG_LOCKED = 1; // Locked for player flag |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // PS2HL Health Charger Station | |
| // Based off from https://github.com/supadupaplex/ya-ps2hl-dll | |
| namespace PS2HEALTHCHARGER | |
| { | |
| // Models | |
| const string g_bottlemodel = "models/sc_decay/health_charger_both.mdl"; | |
| const string g_chargemodel = "models/sc_decay/health_charger_body.mdl"; | |
| const string g_medshotsnd = "items/medshot4.wav"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ProductID Database | |
| 106 GeoIP.dat | |
| 111 GeoIPOrg.dat | |
| 112/115 GeoIPRegion.dat | |
| 117 GeoIPASNum.dat | |
| 119 GeoIPUserType.dat | |
| 121/122 GeoIPISP.dat | |
| 132/133 GeoIPCity.dat | |
| 135 GeoIPAreaCode.dat | |
| 137 GeoIPDMACode.dat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #/bin/sh | |
| ffmpeg -i input -c:v libx264 -preset slow -profile:v high -crf 18 -coder 1 -pix_fmt yuv420p -movflags +faststart -g 30 -bf 2 -c:a aac -b:a 384k -profile:a aac_low output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| agrunt/ag_fire1.wav | |
| agrunt/ag_fire2.wav | |
| agrunt/ag_fire3.wav | |
| ambience/disgusting.wav | |
| ambience/pulsemachine.wav | |
| buttons/button11.wav | |
| buttons/spark1.wav | |
| buttons/spark2.wav | |
| buttons/spark3.wav | |
| buttons/spark4.wav |