Page 1 of 1

Return to desktop during "Prepatching" ....

Posted: Wed Jan 04, 2006 4:43 pm
by JamesPatageule
Hello,

Firstly, i'm french so excuse my english please ...

I have :
- HL version 1.1.1.0
- CS version 1.6
- CZ
- DOD

I want to install the War3FT MOD on my pc, it will be a LISTEN SERVER !!!

I have never installed ou used administration's tools for HL ... So AdminMod,Metamod,AMX,AMXMODX are unknown and i am a newbie about they !

I have downloaded "cs_cz_war3ft_v2.3.0.zip"
I have unzipped it and pasted correctly into cstrike folder.
I have modified the file "" and replace 2 last lines by :

Code: Select all

gamedll "addons\metamod\dlls\metamod.dll" 
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
Finnaly i have added "war3ft_amxx.dll" at the end of the "modules.ini" file in the amxmodx folder.

When i launch the game, and when i create a game, the processus hl.exe is automatical killed during the PREPATCHING time (during the game is creating) ... So i return automaticaly on my desktop, without error message !!!

I havent too error LOG !!! the file isn't created ...

If i delete :

Code: Select all

gamedll "addons\metamod\dlls\metamod.dll" 
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
the game runs very good but without mods ...

Thank you for your help, and excuse my english !!![/color]

Posted: Wed Jan 04, 2006 10:35 pm
by Geesu
Is there anything in the amxx logs? Also, war3ft_amxx.dll is not needed any longer.

Posted: Thu Jan 05, 2006 12:32 am
by JamesPatageule
Thank you,

There is a file in my AMXMODX LOGS ... Just contain :

Code: Select all

L 01/04/2006 - 23:29:37: -------- Mapchange to aim_map --------
L 01/04/2006 - 23:29:40: [admin.amxx] Login: "Player<1><VALVE_ID_LOOPBACK><>" became an admin (account "loopback") (access "abcdefghijklmnopqrstu") (address "loopback")
L 01/04/2006 - 23:29:45: [admin.amxx] Login: "Player<1><VALVE_ID_LOOPBACK><>" became an admin (account "loopback") (access "abcdefghijklmnopqrstu") (address "loopback")

Posted: Thu Jan 05, 2006 7:39 am
by nightscream
try to disable amxx and run metamod alone
you can do this by opening /addons/metamod/plugins.ini
and put a ;(semicolon) in front of

Code: Select all

win32 addons/amxmodx/dlls/amxmodx_mm.dll
linux addons/amxmodx/dlls/amxmodx_mm_i386.so
so you will get this

Code: Select all

; win32 addons/amxmodx/dlls/amxmodx_mm.dll
; linux addons/amxmodx/dlls/amxmodx_mm_i386.so
if it works now try to enable amxx
by removing the semicolons again from the line above
and stop every custom plugin
like war3ft or any others that you have installed
you can do this by opening /addons/amxmodx/configs/plugins.ini
and put a semicolon in front of every plugin you added
and try again
if it works try to enable war3ft without any other custom plugins
if it still works try to enable every custom plugin step by step
so if you get the error you know what's the problem :wink:

Posted: Thu Jan 05, 2006 8:52 am
by JamesPatageule
Ok i do that ...

Whit only METAMOD the game works fine ...

In the console i load amxmodx.dll

AMXMODX works fine too ...

but the module war3fr don't works : when i enter "amxx modules" in console ... i have a message module 7 : unknown module ...

It is probably the war3fr !!!

In modules.ini i have "war3ft_amxx.dll" at last line ...

Please help me to resolve the problem !!!

Posted: Thu Jan 05, 2006 9:32 am
by nightscream
you don't need war3ft_amxx.dll anymore in the new version post your modules.ini

Posted: Thu Jan 05, 2006 10:33 am
by JamesPatageule
OK ...

Look :

Code: Select all

; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
fakemeta_amxx_i386.so
fakemeta_amxx.dll
fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
mysql_amxx_i386.so
mysql_amxx.dll
mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
;nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so

war3ft_amxx.dll


Posted: Thu Jan 05, 2006 1:44 pm
by Geesu
Disable mysql and war3ft_amxx.dll

Posted: Thu Jan 05, 2006 3:38 pm
by JamesPatageule
When i enabled amxmodx :
i open /addons/metamod/plugins.ini
and delete ;
so the file look like this after :

Code: Select all

win32 addons/amxmodx/dlls/amxmodx_mm.dll 
linux addons/amxmodx/dlls/amxmodx_mm_i386.so 
I have disabled mysql and war3ft_amxx.dll too ...

The game return on my desktop during PREPATCHING ..

Posted: Thu Jan 05, 2006 5:19 pm
by JamesPatageule
NEWS ..............

I have this message in my log file :

Code: Select all

[warcraft3FT.amxx] No DBI module found, defaulting to vault
And amxx and metamod works fine when i put ; in plugins.ini before :

Code: Select all

warcraft3FT.amxx debug
Else when the line is activated the game crash when "precaching ressources" ...

Thanks[/color]

Posted: Thu Jan 05, 2006 6:18 pm
by Geesu
Other people have been having this problem as well, I won't be able to determine how to fix it anytime soon

Wait for the next amxx release

Posted: Fri Jan 06, 2006 12:34 am
by JamesPatageule
Ok ... ******

I can't host game and play ...

With older version ???

Thanks ...

Posted: Fri Jan 06, 2006 6:25 am
by Geesu
I have no idea, try an older one... like 2.0 or something or 2.1

Posted: Fri Jan 06, 2006 1:16 pm
by JamesPatageule
I tried version 2.2.4 ... I install all again ...

BUT i have SAME BUG !!!!

So version 2.3.0 can work ...

Help me plz :(