AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Infinite Round (v2.1.2) (https://forums.alliedmods.net/showthread.php?t=117782)

Voltron 03-23-2013 10:09

Re: Infinite Round (v2.1)
 
Quote:

Originally Posted by Arkshine (Post 1918127)
Probably yes, but you don't give enough details.

What are you doing exactly ? What are you expecting ? Please explain clearly.

Well I only want a round to end when I use round_terminator.
This works on my windows server, but not on my linux one.

And yes, I have the latest version of everything.

Can you test on linux by putting a bot on 1 team and then joining the other team?
Kill the bot and see if the round ends.

Arkshine 03-23-2013 10:40

Re: Infinite Round (v2.1)
 
Did you set the the cvar ir_block_gamecommencing to 1 ?

jonnzus 03-23-2013 12:55

Re: Infinite Round (v2.1)
 
So.. When infinite round is enabled I got this error:

Code:

scandir failed:/home/joona/hlds/surf/SAVE
scandir failed:/home/joona/hlds/surf/./valve/SAVE
scandir failed:/home/joona/hlds/surf/./platform/SAVE
L 03/23/2013 - 18:51:24: -------- Mapchange to surf_ski_2 --------
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20130323185124_1.dmp

meta list:
Code:

meta list
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX Mod X        RUN  -    amxmodx_mm_i386.  v1.8.2    ini  Start ANY 
 [ 2] Fun              RUN  -    fun_amxx_i386.so  v1.8.2    pl1  ANY  ANY 
 [ 3] CStrike          RUN  -    cstrike_amxx_i38  v1.8.2    pl1  ANY  ANY 
 [ 4] CSX              RUN  -    csx_amxx_i386.so  v1.8.2    pl1  ANY  ANY 
 [ 5] Orpheu          RUN  -    orpheu_amxx_i386  v2.4      pl1  ANY  ANY 
 [ 6] MySQL            RUN  -    mysql_amxx_i386.  v1.8.2    pl1  ANY  ANY 
 [ 7] FakeMeta        RUN  -    fakemeta_amxx_i3  v1.8.2    pl1  ANY  ANY 
 [ 8] Engine          RUN  -    engine_amxx_i386  v1.8.2    pl1  ANY  ANY 
8 plugins, 8 running

amxx list:
Code:

amxx list
Currently loaded plugins:
      name                    version    author            file            status 
 [  1] Admin Commands          1.8.2      AMXX Dev Team    admincmd.amxx    running 
 [  2] Admin Help              1.8.2      AMXX Dev Team    adminhelp.amxx  running 
 [  3] Multi-Lingual System    1.8.2      AMXX Dev Team    multilingual.am  running 
 [  4] Menus Front-End        1.8.2      AMXX Dev Team    menufront.amxx  running 
 [  5] Commands Menu          1.8.2      AMXX Dev Team    cmdmenu.amxx    running 
 [  6] Players Menu            1.8.2      AMXX Dev Team    plmenu.amxx      running 
 [  7] Maps Menu              1.8.2      AMXX Dev Team    mapsmenu.amxx    running 
 [  8] Plugin Menu            1.8.2      AMXX Dev Team    pluginmenu.amxx  running 
 [  9] Admin Chat              1.8.2      AMXX Dev Team    adminchat.amxx  running 
 [ 10] Anti Flood              1.8.2      AMXX Dev Team    antiflood.amxx  running 
 [ 11] Info. Messages          1.8.2      AMXX Dev Team    imessage.amxx    running 
 [ 12] Admin Votes            1.8.2      AMXX Dev Team    adminvote.amxx  running 
 [ 13] NextMap                1.8.2      AMXX Dev Team    nextmap.amxx    running 
 [ 14] Galileo                1.1.290    Brad Jones        galileo.amxx    running 
 [ 15] TimeLeft                1.8.2      AMXX Dev Team    timeleft.amxx    running 
 [ 16] Pause Plugins          1.8.2      AMXX Dev Team    pausecfg.amxx    running 
 [ 17] Stats Configuration    1.8.2      AMXX Dev Team    statscfg.amxx    running 
 [ 18] CS Stats Logging        1.8.2      AMXX Dev Team    stats_logging.a  running 
 [ 19] StatsX                  1.8.2      AMXX Dev Team    statsx.amxx      running 
 [ 20] CS Misc. Stats          1.8.2      AMXX Dev Team    miscstats.amxx  running 
 [ 21] AMX Mod Compat Engine  1.76.rc4    AMXX Dev Team    amxmod_compat.a  running 
21 plugins, 21 running

amxx modules:
Code:

amxx modules
Currently loaded modules:
      name                    version    author              status   
 [ 1] Fun                    1.8.2      AMX Mod X Dev Team  running   
 [ 2] CStrike                1.8.2      AMX Mod X Dev Team  running   
 [ 3] CSX                    1.8.2      AMX Mod X Dev Team  running   
 [ 4] Orpheu                  2.4        joaquimandrade & Ar  running   
 [ 5] Engine                  1.8.2      AMX Mod X Dev Team  running   
 [ 6] FakeMeta                1.8.2      AMX Mod X Dev Team  running   
6 modules, 6 correct


E: I also downloaded infinite round.sma and compiled it locally but still ain't working.

Arkshine 03-23-2013 13:12

Re: Infinite Round (v2.1)
 
And output of "version" ?

And output of "orpheu config" ?

Btw, unrelated, but remove "AMX Mod Compat Engine" plugin f you don't use it. It will slow down things for nothing.

jonnzus 03-23-2013 13:31

Re: Infinite Round (v2.1)
 
Version:
Code:

Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 11:30:00 Aug 28 2012 (5787)


Orphey config (im unable to scroll in screen and orpheu should have default configs :d):
Code:

        Adding library metamod.so (0xf3704000)
        Adding library amxmodx (0xf3377000)
        Adding library fun (0xf336d000)
        Adding library cstrike (0xf335f000)
        Adding library csx (0xf32eb000)
        Adding library orpheu (0xf31e2000)
        Adding library engine (0xf31c8000)
        Adding library fakemeta (0xf317b000)

Orpheu libraries search ended.

Orpheu functions search started.

        Parsing functions started.

        Parsing functions ended.


Orpheu functions search ended.

Orpheu virtual functions search started.

        Parsing virtual functions started.


        Parsing virtual functions ended.

Orpheu virtual functions search ended.

Orpheu memory structures search started.

        Parsing memory structures started.


        Parsing memory structures ended.

Orpheu memory structures search ended.


Arkshine 03-23-2013 13:39

Re: Infinite Round (v2.1)
 
Ah. You don't have the latest game version. You use probably the latest using Hldsupdatetool, but it's outdated, you have to use SteamCMD to update the server.

Anyway, the problem here is the configuration files of orpheu. In the v2.4, it has been updated to reflect the changes after the Valve update (February).

What you can do is : Stop your server, if not done, downloading Orpheu 2.3a ; extract only it's config files (so skip dlls/ folder) and overwrite on your server ; then start your server. (purpose is to use v2.4 but with the config file of v2.3)

Btw, forgot to say, with Orpheu v2.4, when you use the command "orpheu config", it generates also a log file in your amxmodx/logs/ directory. That's something you can attach here.

jonnzus 03-23-2013 13:44

Re: Infinite Round (v2.1)
 
I have updated my server today with steamcmd, now I tried again ( while server was closed).

Steam>force_install_dir /home/joona/hlds/surf

Steam>app_update 90
Success! App '90' already up to date.

Steam>

e. Ahh, didnt remember to use validate, now it downloaded something, but still says that server is in same version..:/

Arkshine 03-23-2013 13:49

Re: Infinite Round (v2.1)
 
To update, I ususally do something like that :

./steamcmd.sh
login anonymous
force_install_dir ./games/
app_update 90 validate
quit

Anyway, looking at your version : Aug 28 2012 (5787) ; means either your server is not updated, or you don't lauch the updated game.

jonnzus 03-23-2013 13:57

Re: Infinite Round (v2.1)
 
-.-
Steamcmd starts to piss me off..
I tried to update server 3 times with it, always it did say that it downloads some new server update and it cleared liblist.gam so I had to enable metamod again. Then I start server and it's still in old versio..

Arkshine 03-23-2013 14:00

Re: Infinite Round (v2.1)
 
You may not launch the right game. Check you are really lauching the updated game. Anyway, problem is not the plugin, but orpheu. So, either you do what I said above, or you update your server. It's up to you !


All times are GMT -4. The time now is 00:51.

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