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

Problems 1.8.3 v4913


Post New Thread Reply   
 
Thread Tools Display Modes
DeNeDe
AlliedModders Donor
Join Date: Oct 2007
Old 11-07-2015 , 20:07   Re: Problems 1.8.3 v4913
Reply With Quote #11

Yes i could, with the new build that is available, no problem
Will post here everything

edit: Just did a quick install with the latest build ( 1.8.3-dev-git4934 ) and everything is very very good.
So far it is a clean install.
I activated all the modules and all the plugins.

Quote:
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.8.3-d ini Start ANY
[ 2] MySQL RUN - mysql_amxx_i386. v1.8.3-d pl1 ANY ANY
[ 3] Fun RUN - fun_amxx_i386.so v1.8.3-d pl1 ANY ANY
[ 4] Engine RUN - engine_amxx_i386 v1.8.3-d pl1 ANY ANY
[ 5] FakeMeta RUN - fakemeta_amxx_i3 v1.8.3-d pl1 ANY ANY
[ 6] GeoIP RUN - geoip_amxx_i386. v1.8.3-d pl1 ANY ANY
[ 7] CStrike RUN - cstrike_amxx_i38 v1.8.3-d pl1 ANY ANY
[ 8] CSX RUN - csx_amxx_i386.so v1.8.3-d pl1 ANY ANY
[ 9] Ham Sandwich RUN - hamsandwich_amxx v1.8.3-d pl1 ANY ANY
Quote:
[ 1] Admin Base (SQL) 1.8.3-dev+ AMXX Dev Team admin_sql.amxx running
[ 2] Admin Commands 1.8.3-dev+ AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.8.3-dev+ AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.8.3-dev+ AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.8.3-dev+ AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.8.3-dev+ AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.8.3-dev+ AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.8.3-dev+ AMXX Dev Team plmenu.amxx running
[ 9] Teleport Menu 1.8.3-dev+ AMXX Dev Team telemenu.amxx running
[ 10] Maps Menu 1.8.3-dev+ AMXX Dev Team mapsmenu.amxx running
[ 11] Plugin Menu 1.8.3-dev+ AMXX Dev Team pluginmenu.amxx running
[ 12] Admin Chat 1.8.3-dev+ AMXX Dev Team adminchat.amxx running
[ 13] Anti Flood 1.8.3-dev+ AMXX Dev Team antiflood.amxx running
[ 14] Scrolling Message 1.8.3-dev+ AMXX Dev Team scrollmsg.amxx running
[ 15] Info. Messages 1.8.3-dev+ AMXX Dev Team imessage.amxx running
[ 16] Admin Votes 1.8.3-dev+ AMXX Dev Team adminvote.amxx running
[ 17] NextMap 1.8.3-dev+ AMXX Dev Team nextmap.amxx running
[ 18] Nextmap Chooser 1.8.3-dev+ AMXX Dev Team mapchooser.amxx running
[ 19] TimeLeft 1.8.3-dev+ AMXX Dev Team timeleft.amxx running
[ 20] Pause Plugins 1.8.3-dev+ AMXX Dev Team pausecfg.amxx running
[ 21] Stats Configuration 1.8.3-dev+ AMXX Dev Team statscfg.amxx running
[ 22] Restrict Weapons 1.8.3-dev+ AMXX Dev Team restmenu.amxx running
[ 23] StatsX 1.8.3-dev+ AMXX Dev Team statsx.amxx running
[ 24] CS Misc. Stats 1.8.3-dev+ AMXX Dev Team miscstats.amxx running
[ 25] CS Stats Logging 1.8.3-dev+ AMXX Dev Team stats_logging.a running
I was really surprised that it worked on the first go. Table was made in the database when server started, then i used the rcon command to add admin with amx_addadmin.
Chat is working and all the other commands.
Will start to put plugin by plugin and hope for the best and also hope that the old plugins will still work.
Btw, no errors when starting the server, just the annoying [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Ohh yeah, can't we use external sql servers ? I see that only the local ip works, if i try to use another ip where i have a sql db, it wont work.I would want after i finish testing all the things to have the game server to one location, and the admin/ban/vip/and other things on another server via sql.
Also, i would like to hide or disable the meta comands from the client console. I've searched the entire forum and didn't find a thing about this. Someone said it is already posted...
This would be good because attackers wont know what the server is using and can't exploit if any bugs would to exist on that current version of amxx/metamod/modules/plugins

Last edited by DeNeDe; 11-07-2015 at 22:44.
DeNeDe is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-08-2015 , 05:08   Re: Problems 1.8.3 v4913
Reply With Quote #12

No changes have been made, so if you're saying you just extracted package, and doing nothing else, I guess you did something wrong the first time. Though I have no idea what.

The SteamAPI_Init() warning is expected on linux dedicated server. It means just that steam can't connect to the client API (through Steam client you have under windows). This is mainly useful for listen server under windows, it helps engine to know the client's language and violence setting, so they can know (assuming cs and you are french) that cstrike_french/ and cstrike_lv/ dirs can be used, then adding them in search paths list.

You can use external sql server, but you need this server configured to accept external connections. This is not an issue with AMXX.

About meta command, "clientmeta 0" in metamod/config.ini, but i think it's not available for original metamod, you may need metamod-p.
__________________
Arkshine is offline
DeNeDe
AlliedModders Donor
Join Date: Oct 2007
Old 11-08-2015 , 06:27   Re: Problems 1.8.3 v4913
Reply With Quote #13

Ohh, will try that thing with meta and see how it goes. edit: yes it works with metamod-p.
Hmm, i have mysql open for external connections and last time it wouldn't connect, strange, but yes, maybe last time was too tired and didn't do something that i should
Will continue testing latest builds as they are released

edit2: The online compiler from amxmodx doesn't work with the latest build .sma files !? Tried to compile a changed admincmd.sma and get a bunch of errors.

Last edited by DeNeDe; 11-08-2015 at 09:50.
DeNeDe is offline
DeNeDe
AlliedModders Donor
Join Date: Oct 2007
Old 11-14-2015 , 13:24   Re: Problems 1.8.3 v4913
Reply With Quote #14

Where can i see a changelog for the latest builds ?
DeNeDe is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 11-14-2015 , 13:33   Re: Problems 1.8.3 v4913
Reply With Quote #15

You can find all code changes on GitHub. I doubt there is any formalized summary of changes (that won't come until 1.8.3 is released).
__________________

Last edited by fysiks; 11-14-2015 at 13:33.
fysiks is online now
DeNeDe
AlliedModders Donor
Join Date: Oct 2007
Old 11-14-2015 , 14:45   Re: Problems 1.8.3 v4913
Reply With Quote #16

So i need to watch the commits...
DeNeDe is offline
Old 11-14-2015, 15:56
Arkshine
This message has been deleted by Arkshine.
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-14-2015 , 15:56   Re: Problems 1.8.3 v4913
Reply With Quote #17

You can check all the PRs closed on Github.

You can also check this attached commits list by day generated from git:
Attached Files
File Type: txt commits-list-by-day-from-1.8.2.txt (53.9 KB, 556 views)
__________________

Last edited by Arkshine; 11-14-2015 at 16:00.
Arkshine is offline
DeNeDe
AlliedModders Donor
Join Date: Oct 2007
Old 01-17-2016 , 22:35   Re: Problems 1.8.3 v4913
Reply With Quote #18

been updating to latest dev versions and latest hlds builds and everything is ok.
today i've tested the rcon attempt ban and indeed it banned me from the server but no file banned/listip were created. is that strange?
i'm not using any banning system plugins..is a default server.
DeNeDe is offline
Fr33m@n
Veteran Member
Join Date: May 2008
Location: France Marne
Old 01-18-2016 , 05:37   Re: Problems 1.8.3 v4913
Reply With Quote #19

i believe you have to create a banned.cfg file and a listip.cfg by yourself.
Note that banning someone doesn't automatically write him in the file.
you have to do writeid or writeip depanding of your needs
Fr33m@n is offline
DeNeDe
AlliedModders Donor
Join Date: Oct 2007
Old 01-18-2016 , 08:19   Re: Problems 1.8.3 v4913
Reply With Quote #20

never thought about that, i assumed if the server bans you it will create itself the files..hehehe
DeNeDe is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:58.


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