AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   JCTF + Orpheu module problem (https://forums.alliedmods.net/showthread.php?t=344431)

kurtbass 11-06-2023 18:33

JCTF + Orpheu module problem
 
Hello guys, thanks for coming here, it's my first post here, so I don't know if here is the right place for make qustions about problems. I'm having a problem with the JCTF plugin utilizing Orpheu module. I've tried some ways to solve the problem but nothing that I did changed the situation. I will post some informations about what's going on.

I've downloaded the last build from steamcmd and installed the ReHLDs 3.13.0.788.

OS: Windows 10

Code:

Currently loaded plugins:
      description        stat pend  file                  vers          src  load  unload
 [ 1] AMX Mod X          RUN  -    amxmodx_mm.dll        v1.10.0.5467  ini  Start ANY
 [ 2] WinHL-Booster      RUN  -    booster_mm.dll        v1.46        ini  Chlvl Pause
 [ 3] VoiceTranscoder    RUN  -    vtc.dll              v2017RC5      ini  ANY  ANY
 [ 4] NoSeeVar          RUN  -    nsv_mm.dll            v1.21        ini  Chlvl Chlvl
 [ 5] Monster            RUN  -    monster_mm.dll        v3.02.01      ini  Chlvl Chlvl
 [ 6] Ham Sandwich      RUN  -    hamsandwich_amxx.dll  v1.10.0.5467  pl1  ANY  ANY
 [ 7] CSX                RUN  -    csx_amxx.dll          v1.10.0.5467  pl1  ANY  ANY
 [ 8] FakeMeta          RUN  -    fakemeta_amxx.dll    v1.10.0.5467  pl1  ANY  ANY
 [ 9] Engine            RUN  -    engine_amxx.dll      v1.10.0.5467  pl1  ANY  ANY
 [10] Fun                RUN  -    fun_amxx.dll          v1.10.0.5467  pl1  ANY  ANY
 [11] CStrike            RUN  -    cstrike_amxx.dll      v1.10.0.5467  pl1  ANY  ANY
 [12] GeoIP              RUN  -    geoip_amxx.dll        v1.10.0.5467  pl1  ANY  ANY
 [13] Orpheu            RUN  -    orpheu_amxx.dll      v2.6.3        pl1  ANY  ANY
13 plugins, 13 running

Getting these erros:

Code:

L 11/06/2023 - 19:08:13: [ORPHEU] Function "CHalfLifeMultiplay::CheckMapConditions" not found
L 11/06/2023 - 19:08:13: [AMXX] Displaying debug trace (plugin "jctf.amxx", version "1.32c")
L 11/06/2023 - 19:08:13: [AMXX] Run time error 10: native error (native "OrpheuGetFunction")
L 11/06/2023 - 19:08:13: [AMXX]    [0] jctf.sma::game_blockConditions (line 1501)
L 11/06/2023 - 19:08:13: [AMXX]    [1] jctf.sma::server_cmd_infiniteround (line 1567)
L 11/06/2023 - 19:08:13: [jctf.amxx] performance issue. Function server_cmd_infiniteround executed more than 42.2ms.

The .sma file in question:

Spoiler


Part of the code noticed in the errors:

Spoiler


I've borded the lines.

My modules.ini:

Spoiler


Content of amxmodx\configs\orpheu\functions\CHalfLifeMul tiplay\

CheckMapConditions:
Spoiler


CheckWinConditions:
Spoiler
HasRoundTimeExpired:
Spoiler


UpdateTeamScores
Spoiler

mlibre 11-07-2023 11:04

Re: JCTF + Orpheu module problem
 
Hello welcome, I tell you... this will be your first problem, when corrected dozens more will arise, we suggest you use this one, skip the use of orpheu since its functionality is provided by regamedll, not only that, it also incorporates corrections that make it stable for its playability

kurtbass 11-09-2023 15:05

Re: JCTF + Orpheu module problem
 
Quote:

Originally Posted by mlibre (Post 2812571)
Hello welcome, I tell you... this will be your first problem, when corrected dozens more will arise, we suggest you use this one, skip the use of orpheu since its functionality is provided by regamedll, not only that, it also incorporates corrections that make it stable for its playability

hello buddy, thanks for helping me, well, I updated the files with the contend you send, but the server is crashing now, the server load but close few seconds later.
I've disabled third plugins for test, and it only happens with the plugins of jctf running

edit

server runs normally without jctf, omg... what's wrong.

mlibre 11-09-2023 18:04

Re: JCTF + Orpheu module problem
 
does it issue any errors in logs? if it continues, try disabling the monster module and orpheu... look at the requirements, one of them is regamedll, check here cstrike\addons\metamod\plugins.ini

kurtbass 11-09-2023 23:14

Re: JCTF + Orpheu module problem
 
Quote:

Originally Posted by mlibre (Post 2812680)
does it issue any errors in logs? if it continues, try disabling the monster module and orpheu... look at the requirements, one of them is regamedll, check here cstrike\addons\metamod\plugins.ini

hey bro, i get this:

Code:

L 11/10/2023 - 01:09:33: [jctf_base.amxx] performance issue. Function plugin_precache executed more than 2.4ms.
Executing ReGameDLL Configuration File
[AMXX] Loaded 1 admin from file
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
L 11/10/2023 - 01:09:34: [jctf_base.amxx] performance issue. Function plugin_init executed more than 1.7ms.
[CTF] Red flag and base spawned at: -560.0 2784.0 380.0
[CTF] Blue flag and base spawned at: 640.0 160.0 48.0
L 11/10/2023 - 01:09:34: [jctf_base.amxx] performance issue. Function plugin_cfg executed more than 1.5ms.

After this, few seconds running the server crashes, without erros, this happens only with this jctf running.

kurtbass 11-10-2023 17:53

Re: JCTF + Orpheu module problem
 
I found the problem, the problem is the .ctf files missing for a specific map in the maps folder, but if I remind, the jctf use the spawn point to generate the flag position. Do u know how to fix it? It is impossible to create .ctf files with the flag's position because the maps dont load. I dont know the position numbers of the maps hahahaha

by the way, thanks for trying to help me.

mlibre 11-11-2023 09:29

Re: JCTF + Orpheu module problem
 
they are automatically generated if they do not exist, you can edit the position with these commands

kurtbass 11-14-2023 05:54

Re: JCTF + Orpheu module problem
 
Quote:

Originally Posted by mlibre (Post 2812802)
they are automatically generated if they do not exist, you can edit the position with these commands

Ok, I've found the files and worked, now the bug is, no cs_ map load for me, only others type (de_, fy_, etc) do u know what can be?


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

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