AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Gamedata path (https://forums.alliedmods.net/showthread.php?t=304932)

Mistrick 02-01-2018 03:57

Gamedata path
 
I changed core.ini
PHP Code:

Configuration file for AMX Mod X
amxx_logs       addons
/amxmodx_183/logs
amxx_configsdir addons
/amxmodx_183/configs
amxx_datadir    addons
/amxmodx_183/data
amxx_modules    addons
/amxmodx_183/configs/modules.ini
amxx_plugins    addons
/amxmodx_183/configs/plugins.ini
amxx_pluginsdir addons
/amxmodx_183/plugins
amxx_modulesdir addons
/amxmodx_183/modules
amxx_vault      addons
/amxmodx_183/data/vault.ini 

Now data dir is addons/amxmodx_183/data but I see error
PHP Code:

L 02/01/2018 15:46:46Error parsing gameconfig file "cstrike\addons\amxmodx\data\gamedata\common.games.txt":
L 02/01/2018 15:46:46Error 1 on line 0col 0Stream failed to open
L 02
/01/2018 15:46:46Could not read common.games gamedataFile could not be openedunknown 


Arkshine 02-07-2018 10:33

Re: Gamedata path
 
Looks like /gamedata/common.games/ directory doesn't exist?

Mistrick 02-08-2018 09:48

Re: Gamedata path
 
It exists in cstrike\addons\amxmodx_183\data\gamedata\ but try load from cstrike\addons\amxmodx\data\gamedata\

Looks like core.ini doesn't work. In cstrike\addons\amxmodx\ I have amxx 182. Plugins.ini loaded from 182, logs write in 182 directory.

Code:

amxx list
Currently loaded plugins:
      name                    version    author            file            status
 [  1] Admin Base              1.8.2      AMXX Dev Team    admin.amxx      running
 [  2] Admin Commands          1.8.2      AMXX Dev Team    admincmd.amxx    running
 [  3] Menus Front-End        1.8.2      AMXX Dev Team    menufront.amxx  running
 [  4] Commands Menu          1.8.2      AMXX Dev Team    cmdmenu.amxx    running
 [  5] Players Menu            1.8.2      AMXX Dev Team    plmenu.amxx      running
 [  6] Maps Menu              1.8.2      AMXX Dev Team    mapsmenu.amxx    running
 [  7] Plugin Menu            1.8.2      AMXX Dev Team    pluginmenu.amxx  running
 [  8] Weapon Skin System      0.7.0-55    Mistrick          weapon_skin_sys  debug
 [  9] WSS: Custom deagle      0.0.1-1    Mistrick          custom_deagle.a  running
 [ 10] New                    0.1        Mistrick          give_money.amxx  running
 [ 11] Advanced Client Checke  0.3.4      Mistrick          cmdchecker.amxx  debug
11 plugins, 11 running
meta list
Currently loaded plugins:
      description    stat pend  file                  vers            src  load  unload
 [ 1] AMX Mod X      RUN  -    amxmodx_mm.dll        v1.8.3-dev+5151  ini  Start ANY
 [ 2] Example plugin  RUN  -    example_plugin.dll    v0.1            ini  ANY  ANY
 [ 3] SQLite          RUN  -    sqlite_amxx.dll      v1.8.2          pl2  ANY  ANY
 [ 4] Engine          RUN  -    engine_amxx.dll      v1.8.2          pl2  ANY  ANY
 [ 5] FakeMeta        RUN  -    fakemeta_amxx.dll    v1.8.2          pl2  ANY  ANY
 [ 6] Ham Sandwich    RUN  -    hamsandwich_amxx.dll  v1.8.2          pl2  ANY  ANY
 [ 7] ReAPI          RUN  -    reapi_amxx.dll        v5.5.0.148-dev  pl2  ANY  Never
 [ 8] CStrike        RUN  -    cstrike_amxx.dll      v1.8.2-dev-fix  pl2  ANY  ANY
8 plugins, 8 running

metamod plugins.ini
Code:

;; Metamod plugins.ini
; AMX Mod X 1.8.2

; win32        addons\resemiclip\resemiclip_mm.dll

win32  addons\amxmodx_183\dlls\amxmodx_mm.dll

; Enable this instead for binary logging
; win32  addons\amxmodx\dlls\amxmodx_bl_mm.dll

win32        addons\example_plugin.dll


Arkshine 02-08-2018 10:17

Re: Gamedata path
 
You need to set the path of AMXX in your server command line with +localinfo and 'amxx_cfg' key.

Mistrick 02-08-2018 15:47

Re: Gamedata path
 
Maybe add some note to core.ini?


All times are GMT -4. The time now is 06:41.

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