Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 226
Search took 0.01 seconds.
Search: Posts Made By: NomisCZ
Forum: Source Servers (SRCDS) 10-21-2023, 14:30
Replies: 118
Views: 56,911
Posted By NomisCZ
Re: CS2 Linux Dedicated Server

Try this Pterodactyl egg, RCON works fine -...
Forum: Extensions 10-30-2022, 13:28
Replies: 846
Views: 570,815
Posted By NomisCZ
Re: [ANY] SteamWorks

Sourcemod 11 include and SteamWorks SDK 1.55 release - https://github.com/hexa-core-eu/SteamWorks/releases/tag/v1.2.4
Forum: Source Servers (SRCDS) 03-30-2021, 13:03
Replies: 3
Views: 2,752
Posted By NomisCZ
Re: CS:GO dedicated server GSI problems

GSI is only client side "API" - https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Game_State_Integration.

Data (some data) are available only if you're in game as...
Forum: Extensions 03-25-2021, 18:50
Replies: 846
Views: 570,815
Posted By NomisCZ
Re: [ANY] SteamWorks

For all platforms: https://github.com/hexa-core-eu/SteamWorks/releases
Forum: Plugins 01-22-2021, 09:59
Replies: 175
Views: 111,203
Posted By NomisCZ
Re: [CS:GO] -N- Arms Fix [2.0.3 | 2021-01-22]

Update 2.0.3 (22.01.2021)

Change log:

+ Fix crash on some Valve maps (#6 - https://github.com/NomisCZ/Arms-Fix/pull/6) Thanks @Kroytz [https://github.com/Kroytz]
Forum: HLstatsX:CE 01-10-2021, 10:52
Replies: 1
Views: 5,492
Posted By NomisCZ
Re: logaddress_add wrong ip ?

Hi,

you're probably using Docker, so fix your Docker container configuration (don't use publish ports to random host ports).

If you're using Docker userland-proxy (default yes), in HLX settings...
Forum: Extensions 01-06-2021, 15:09
Replies: 846
Views: 570,815
Posted By NomisCZ
Re: [ANY] SteamWorks

Check out updated AMBuildScript (https://github.com/hexa-core-eu/SteamWorks/blob/master/AMBuildScript) and set environment variables CC and CXX to clang.

Try to add '-Wno-delete-non-virtual-dtor'...
Forum: Snippets and Tutorials 01-04-2021, 10:16
Replies: 133
Views: 69,039
Posted By NomisCZ
Forum: Snippets and Tutorials 01-03-2021, 16:26
Replies: 133
Views: 69,039
Posted By NomisCZ
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!

Debug info, but don't know why (asyncio.exceptions.TimeoutError) if Got PlayersResponse ...
https://hastebin.com/ehigasujof.less
Forum: Snippets and Tutorials 01-03-2021, 14:21
Replies: 133
Views: 69,039
Posted By NomisCZ
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!

It's public IP address of the hosting company, so no NAT. Probably doesn't work properly on Ubuntu 20.04.x.
Forum: Snippets and Tutorials 01-03-2021, 12:24
Replies: 133
Views: 69,039
Posted By NomisCZ
Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!

Hello,

I have a problem with: [INFO] [MyLittleServer] Backing off _update_info(...) for 0.3s (asyncio.exceptions.TimeoutError)
[INFO] [MyLittleServer] Backing off _update_players(...) for 0.6s...
Forum: Plugins 11-05-2020, 05:03
Replies: 10
Views: 3,678
Posted By NomisCZ
Re: [ANY] Custom Links

I don't think so this works for CS:GO, because MOTD is disabled ~2 years. But you can use eg. https://forums.alliedmods.net/showthread.php?t=300313&highlight=weblinks as partial replacement.
Forum: Extensions 08-15-2020, 16:12
Replies: 846
Views: 570,815
Posted By NomisCZ
Re: [ANY] SteamWorks

No problem :), thx.

I don't know what I'm doing wrong, but it doesn't work with master branch - https://github.com/NomisCZ/SteamWorks/runs/988894716#step:10:25
Forum: Extensions 08-10-2020, 12:06
Replies: 846
Views: 570,815
Posted By NomisCZ
Re: [ANY] SteamWorks

You can use Github Actions without any problems https://github.com/NomisCZ/SteamWorks/blob/master/.github/workflows/main.yml for Windows/Linux, maybe Mac. It's possible to set up automatic upload to...
Forum: Scripting 06-09-2020, 17:09
Replies: 5
Views: 1,723
Posted By NomisCZ
Re: MySql Special Caracters Store Problem

Hi,
use utf8mb4 char set and utf8mb4_unicode_ci collation.

https://www.eversql.com/mysql-utf8-vs-utf8mb4-whats-the-difference-between-utf8-and-utf8mb4/
Forum: Plugins 05-15-2020, 03:38
Replies: 2
Views: 1,639
Posted By NomisCZ
Re: [ Prime Natives ] Hours Check

Maybe, you should add note about Steam profile visibility. If Steam account is private, you can't get timecreated (the time the player's account was created.).
...
Forum: HLstatsX:CE 03-16-2020, 17:41
Replies: 4
Views: 7,450
Posted By NomisCZ
Re: GeoLite2-City working on and off then suddenly not working.

Hmm ...

There is only one type of api key.

Try to download this eg. with your web browser (replace $API_KEY)...
Forum: HLstatsX:CE 03-16-2020, 10:54
Replies: 9
Views: 8,833
Posted By NomisCZ
Re: Hlstatsx enable utf8mb4 encoding

Illegal mix of collations - utf8mb4_0900_ai_ci, so some tables/columns have different collation then others ...

https://www.monolune.com/what-is-the-utf8mb4_0900_ai_ci-collation/...
Forum: HLstatsX:CE 03-15-2020, 19:15
Replies: 2
Views: 6,394
Posted By NomisCZ
Re: Ingame commands not working

Hello,
please check HLstatsX daemon logs - <your_daemon_folder>/logs, also check your firewall - allow 27500 (UDP). Add CS:S plugins to your server - hlstatsx.smx and superlogs-css.smx -...
Forum: HLstatsX:CE 03-15-2020, 19:09
Replies: 2
Views: 6,768
Posted By NomisCZ
Re: Call to undefined function mysql_connect()

Hello,
PHP 7 and GeoIP2 version: https://github.com/NomisCZ/hlstatsx-community-edition
Forum: HLstatsX:CE 03-15-2020, 19:03
Replies: 4
Views: 7,450
Posted By NomisCZ
Re: GeoLite2-City working on and off then suddenly not working.

Hello,
please check you API key (if is valid). I recently tried the script and it works fine.
https://github.com/NomisCZ/hlstatsx-community-edition/wiki/Installation#2-installation...
Forum: HLstatsX:CE 01-31-2020, 05:45
Replies: 5
Views: 9,375
Posted By NomisCZ
Re: superlogs errors

Ok, thanks.
I'll check it asap, but I'm currently busy ...
Forum: HLstatsX:CE 01-29-2020, 11:25
Replies: 5
Views: 9,375
Posted By NomisCZ
Re: superlogs errors

Hi,
plugin version?
Forum: HLstatsX:CE 01-17-2020, 02:45
Replies: 4
Views: 6,308
Posted By NomisCZ
Re: Geo-IP2 Reader Module missing (Perl issue?)

Hi,
please check prerequisites (1.5. Install Perl packages) - https://github.com/NomisCZ/hlstatsx-community-edition/wiki/Installation#1-prerequisites

What Linux distribution do you use?
Forum: HLstatsX:CE 01-11-2020, 14:22
Replies: 2
Views: 5,465
Posted By NomisCZ
Re: hlstats deamon port

Hi,
just change the port in hlstats.conf and then check logs (don't modify run_hlstats ...).

UDP: Opening UDP listen socket on port XXXX ... ok

Website only "renders" data from MySQL database,...
Showing results 1 to 25 of 226

 
Forum Jump

All times are GMT -4. The time now is 05:35.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode