Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 43
Search took 0.02 seconds.
Search: Posts Made By: YuGiOhJCJ
Forum: HL1 Servers (HLDS) 08-26-2016, 23:37
Replies: 4
Views: 4,151
Posted By YuGiOhJCJ
Re: New podbot mm beta update

Done.
After that I got some other errors (path in makefile, and 'const' missing in dll.cpp and engine.cpp).
Here [1] is the full patch.
The build is a success and this podbot addon is working good...
Forum: HL1 Servers (HLDS) 08-25-2016, 23:50
Replies: 4
Views: 4,151
Posted By YuGiOhJCJ
Re: New podbot mm beta update

Hello,

I am happy to see a new update of podbot_mm but on my Counter-Strike 1.6 Dedicated Server on Slackware 14.1, I am using:


ambuild-965f21beb316e9f693b5236a9b33903625d673f1 [1]
...
Forum: General 08-23-2016, 13:53
Replies: 9
Views: 2,755
Posted By YuGiOhJCJ
Re: Build amxmodx without using git to get the source code

I agree, I am not saying that git is bad.
I know git and I am using it often for development purpose because it is a great tool.
However, as I said, during the build process, I prefer to not use it...
Forum: General 08-23-2016, 11:10
Replies: 9
Views: 2,755
Posted By YuGiOhJCJ
Re: Build amxmodx without using git to get the source code

Oh, it was a submodule!
Thanks a lot.
Now it works:

$ ambuild
Build succeeded.
Well, I am not sure if I will be able to explain why I don't want to use git during the build process but I will...
Forum: General 08-23-2016, 07:04
Replies: 9
Views: 2,755
Posted By YuGiOhJCJ
Re: Build amxmodx without using git to get the source code

Nice thanks that's what I need.
Well, the option name is not exactly "--no-auto-versioning" but "--disable-auto-versioning".
Anyway, now the configuration step is working:

$ python...
Forum: HL1 Servers (HLDS) 08-21-2016, 05:27
Replies: 19
Views: 3,342
Posted By YuGiOhJCJ
Re: No error, the server process is running, but the client does not find the server

It's crazy but now I am also able to join my server.
OK I think I understand: If you follow carefully each post in this thread, you will see that I try first to use the "+ip 0.0.0.0" option then...
Forum: HL1 Servers (HLDS) 08-20-2016, 18:25
Replies: 19
Views: 3,342
Posted By YuGiOhJCJ
Re: No error, the server process is running, but the client does not find the server

Well, OK so I will always use '+map map_name' now.


Unfortunately, I don't think that there is a relationship with this thread because in my case I am not using selinux or amxmodx on my system....
Forum: HL1 Servers (HLDS) 08-20-2016, 08:19
Replies: 19
Views: 3,342
Posted By YuGiOhJCJ
Re: No error, the server process is running, but the client does not find the server

The cvar 'sv_lan' is not set in cstrike/server.cfg but as I am not sure what is the default value for this cvar, I explicitly added this line to my cstrike/server.cfg file:
sv_lan 0But after...
Forum: HL1 Servers (HLDS) 08-19-2016, 22:20
Replies: 19
Views: 3,342
Posted By YuGiOhJCJ
Re: No error, the server process is running, but the client does not find the server

I have already forwarded my UDP 27015 port as mentioned previously [1].

[1] https://forums.alliedmods.net/showpost.php?p=2446364&postcount=6
Forum: HL1 Servers (HLDS) 08-19-2016, 22:12
Replies: 19
Views: 3,342
Posted By YuGiOhJCJ
Re: No error, the server process is running, but the client does not find the server

Indeed, there is a router in my network: My server is also a firewall and a router.
Forum: HL1 Servers (HLDS) 08-19-2016, 22:01
Replies: 19
Views: 3,342
Posted By YuGiOhJCJ
Re: No error, the server process is running, but the client does not find the server

Yes:
$ sudo iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
[...]
ACCEPT udp -- anywhere anywhere udp dpt:27015...
Forum: HL1 Servers (HLDS) 08-19-2016, 21:28
Replies: 19
Views: 3,342
Posted By YuGiOhJCJ
Re: No error, the server process is running, but the client does not find the server

If I recall correctly, I am using -insecure to allow banned account (reason: cheating) to join my server too.

78.199.90.154 is actually my public external IP address.
I want to allow people from...
Forum: HL1 Servers (HLDS) 08-19-2016, 14:26
Replies: 19
Views: 3,342
Posted By YuGiOhJCJ
No error, the server process is running, but the client does not find the server

Hello,

I have installed a Linux Counter-Strike 1.6 dedicated server on Slackware 14.1 following the SteamCMD guide [1].
I have no error, the server process is running, but the client does not...
Forum: General 08-19-2016, 13:01
Replies: 9
Views: 2,755
Posted By YuGiOhJCJ
Build amxmodx without using git to get the source code

Hello,

I am using:


ambuild-965f21beb316e9f693b5236a9b33903625d673f1 [1]
hlsdk-a0edb7792a96998d349325bebab8ea41ec5cb239 [2]
metamod-hl1-18a10db686702e8ae9e0fcb5b5febf8881dc9c2d [3]
...
Forum: General 08-16-2016, 09:32
Replies: 5
Views: 4,975
Posted By YuGiOhJCJ
Re: metamod 1.20 or metamod-1.21.1-am with steamcmd and AMX Mod X 1.8.2

My goal is to install a counter-strike 1.6 dedicated server with steamcmd, metamod, amxmodx and podbot.
Previously, I was using hlds instead of steamcmd and I read that the metamod version I was...
Forum: General 08-16-2016, 04:17
Replies: 5
Views: 4,975
Posted By YuGiOhJCJ
Re: metamod 1.20 or metamod-1.21.1-am with steamcmd and AMX Mod X 1.8.2

OK, thanks for the information.
But I am still wondering something: Is metamod 1.20 compatible with steamcmd and AMX Mod X 1.8.2?

OK, so the source code corresponding to metamod-1.21.1-am is...
Forum: General 08-16-2016, 02:48
Replies: 5
Views: 4,975
Posted By YuGiOhJCJ
metamod 1.20 or metamod-1.21.1-am with steamcmd and AMX Mod X 1.8.2

Hello,

Since AMX Mod X 1.8.2, the amxmodx website is providing its own metamod version (metamod-1.21.1-am) because of the new steamcmd utility.
However, that was when metamod version was 1.19....
Forum: General 12-30-2012, 09:59
Replies: 37
Views: 8,501
Posted By YuGiOhJCJ
Re: "say /rank" doesn't work

No. Only one server. Maybe the target of these symbolic links had bad permissions or something like that.
If I can reproduce the problem I will tell you how I have done.
Forum: General 12-30-2012, 04:14
Replies: 37
Views: 8,501
Posted By YuGiOhJCJ
Re: "say /rank" doesn't work

List of files that was symbolic links on my previous server:
./spectcammenu.txt
./banned.cfg
./mapcycle.txt
./addons/amxmodx/configs/sql.cfg
./addons/amxmodx/configs/amxx.cfg...
Forum: General 12-29-2012, 08:42
Replies: 37
Views: 8,501
Posted By YuGiOhJCJ
Re: "say /rank" doesn't work

OK I solved the problem by reinstalling the server.
The previous version of my server used a lot of symbolic links instead of the "*.cfg" and "*.ini" files.
This new versions of my server uses only...
Forum: General 11-15-2012, 14:42
Replies: 37
Views: 8,501
Posted By YuGiOhJCJ
Re: "say /rank" doesn't work

I already have this :

;Generated by Stats Configuration Plugin. Do not modify!
;Variable Description
ShowAttackers ;Show Attackers
ShowVictims ;Show Victims
ShowStats ...
Forum: General 11-03-2012, 17:55
Replies: 37
Views: 8,501
Posted By YuGiOhJCJ
Re: "say /rank" doesn't work

cstrike/cstrike/addons/metamod/plugins.ini:
linux addons/amxmodx/dlls/amxmodx_mm_i386.so
linux addons/podbot/podbot_mm_i386.so


cstrike/cstrike/addons/amxmodx/configs/plugins.ini
; AMX Mod X...
Forum: General 11-03-2012, 15:09
Replies: 37
Views: 8,501
Posted By YuGiOhJCJ
Re: "say /rank" doesn't work

I have the same problem with the official metamod binary [1].

[1] http://prdownloads.sourceforge.net/metamod/metamod-1.19-linux.tar.gz?download
Forum: General 11-03-2012, 13:30
Replies: 37
Views: 8,501
Posted By YuGiOhJCJ
Re: "say /rank" doesn't work

] rcon meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.8.1.3 ini Start...
Forum: General 11-03-2012, 08:33
Replies: 37
Views: 8,501
Posted By YuGiOhJCJ
Re: "say /rank" doesn't work

Yes it is up-to-date I just installed it there is 1 or 2 months.
It is a cstrike server (1.6).
The configuration has been edited maybe badly...
I think I should reinstall completely the server to...
Showing results 1 to 25 of 43

 
Forum Jump

All times are GMT -4. The time now is 16:22.


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