checkpoint config
-
-
wenn du mit der anleitung von amxmodx schon probleme hast kann ich dir eigentlich nicht empfehlen noch weiter zu machen ... sonst läuft am schluss gar nix mehr
aber in kurzen zügen
als erstes die liblist.gam anpassen und dort die metamod.dll eintragen
dann bei metamod in der addons/metamod/plugins.ini amx eintragen
und dann sollte eigentlich amx schonmal laufen ... -
-
* Copy the file "metamod.dll" to "addons\metamod\dlls".
* Open the file in your mod folder called "liblist.gam" Find the line that says something like:
gamedll "dlls\mp.dll"
And replace it with:
gamedll "addons\metamod\dlls\metamod.dll"
* Create a file called "plugins.ini" in "addons\metamod".
* This step is for everyone:
Edit the file "addons/metamod/plugins.ini" so it has the following line:
win32 addons/amxx/dlls/amxx_mm.dll
ja und das geht immer von der moddir aus als bei counterstrike der ordner cstrike
kann aber auch gut sein das das bei metamodx ein wenig anders is weil die dateien dann halt metamodx.dll usw heissen .... -
-
-
also amxx und metamodx laufen oder wie oder was?
du kannst jetzt in der konsole gucken mit
meta load
welche sachen das metamod geladen hat
dann kannste mit
amxx_plugins (is nur ne vermutung da wir amx und nicht amxx laufen haben)
gucken welche plugins innerhalb von amxx geladen wurden
wenn das alles soweit läuft musst du die datei vom eisschwert runterladen
aus dem archiv nimmste die .sma datei ... diese kopierst du in den ordner wo du die anderen .sma findest ... da wird dann auch ne sc.exe und ne sc.bat sein in dem ordner (bei amx heisst der examples ... bei amxx wars glaub ich etwas anders) dort fuehrste die sc.bat aus und am ende hast du ne .amx aus der .sma diese kopierst du in deinen plugins ordner von amxx und gibts in der plugins.ini (die glaub ich bei amxx auch etwas anders heisst) diese .amx datei an und schon sollte auch checkpoint laufen ... -
Also bei meta load kommt das:
] meta load
usage: meta load <name> [<description>]
where <name> is an identifier used to locate the plugin file.
The system will look for a number of files based on this name, including:
name
name.dll
name_mm.dll
mm_name.dll
in a number of directories, including:
<gamedir>
<gamedir>/dlls
<given path, if absolute>
Bei amxx_plugins kommt das:
] amxx_plugins
Unbekannter Befehl: amxx_plugins
Und diese sc.bat datei gibts bei mir auch nicht... Aber eine sc.exe, die hatte ich ausgeführt dann kamen 2 dateien eine temp.txt mit folgendem Inhalt:
Small compiler 2.1.0 Copyright (c) 1997-2002, ITB CompuPhase
Done.
Small compiler 2.1.0 Copyright (c) 1997-2002, ITB CompuPhase
Done.
Small compiler 2.1.0 Copyright (c) 1997-2002, ITB CompuPhase
Done.
Small compiler 2.1.0 Copyright (c) 1997-2002, ITB CompuPhase
Done.
Small compiler 2.1.0 Copyright (c) 1997-2002, ITB CompuPhase
Done.
Small compiler 2.1.0 Copyright (c) 1997-2002, ITB CompuPhase
Done.
Small compiler 2.1.0 Copyright (c) 1997-2002, ITB CompuPhase
Done.
und eine amx_checkpoint_beta.asm datei mit dem Inhalt:
;program exit point
halt 0
curfile 1
curfile 2
curfile 3
curfile 2
curfile 4
curfile 2
curfile 5
curfile 2
curfile 6
curfile 2
curfile 7
curfile 2
curfile 8
curfile 2
curfile 1
curfile 9
curfile 1
curfile a
curfile b
curfile a
curfile c
curfile a
curfile 1
curfile d
curfile 1
proc
line 13 1 ; c
push.s c
push.c 4
sysreq.c 0
stack 8
;^;
retn
curfile 0
curfile e
CODE ; 3c
proc
line f e ; 40
push.c 0
push.s c
push.c 8
sysreq.c 1
stack c
move.alt
load.s.pri 10
and
move.alt
load.s.pri 10
jeq 1f
push.s c
push.c 0
sysreq.c 2
stack 4
jzer 20
zero.pri
jump 21
l.20
const.pri 1
l.21
pop.alt
jeq 1f
const.pri 1
jump 22
l.1f
zero.pri
l.22
jzer 1e
;^;
line 10 e ; fc
push.c 0
push.s c
push.c 8
sysreq.c 3
stack c
;^;
line 11 e ; 130
zero.pri
;^;
retn
l.1e ; 144
line 13 e ; 144
push.c 0
sysreq.c 4
stack 4
move.alt
load.s.pri 18
jsleq 23
;^;
line 14
............. usw.............
bei dem download waren ja 2 dateien, soll ich da die .amx in plugins kopieren???
geht aber auch nich...
-
aehm
meta list
isses
und probier mal
amxx plugins
und wenn da keine sc.bat is is auch nich so schlimm ... einfach in der eingabeaufforderung
sc amx_checkpoint_beta
dann muessen aber die sc.exe und die amx_checkpoint_beta.sma im gleichen ordner sein
was auch geht is das über die seite von ammx zu compiliern
amxmodx.org/compiler.php?go=sc
dort dann einfach die .sma angeben und hochladen .. der sollte dann auch ne .amx zurueck liefern ... soweit ich noch weiss is die .amx in dem zip-archiv nicht für amxx sonder fuer amx compiliert also die kannste nich nehmen -
Original von Bjoern
soweit ich noch weiss is die .amx in dem zip-archiv nicht für amxx sonder fuer amx compiliert also die kannste nich nehmen
Dies kann man in der .sma datei manuell umschreiben wenn drin steht addons\amx\ auf addons\amxxApfel ?!? - Apfel = Vitamine - Vitamine = Kraft - Kraft = Macht - Macht = Geld - Geld = Frauen - Frauen = Sex - Sex = Aids - Apfel ?!? -
Also bei meta list kommt das
] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] <amxx_mm.dll"> badf load amxx_mm.dll" v - ini - -
1 plugins, 0 ru
und bei amxx plugins kommt das, egal wie ich es schreib
] amx plugins
Unbekannter Befehl: amx
] amxx plugins
Unbekannter Befehl: amxx
] "amxx plugins"
Unbekannter Befehl: amxx
Was soll ich auf dieser Seite eintragen bei dem complieiren oder so Den Pfad von der datei und was noch??? -
-
-
-
Ist glaub kz_man_ultrablock
bin mir aber nicht sicher!
Kann ich dir mal link geben
Hier bekommst du die her, der 1337 LONG Jump is schwer... habs nicht geschafft, mach ich auch mal ein bild von zu den horror sprüngen
Hier guck mal wie groß die map is -
Original von -=KCD=-ExKiLL.de
Also bei meta list kommt das
] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] <amxx_mm.dll"> badf load amxx_mm.dll" v - ini - -
1 plugins, 0 ru
und bei amxx plugins kommt das, egal wie ich es schreib
] amx plugins
Unbekannter Befehl: amx
] amxx plugins
Unbekannter Befehl: amxx
] "amxx plugins"
Unbekannter Befehl: amxx
Was soll ich auf dieser Seite eintragen bei dem complieiren oder so Den Pfad von der datei und was noch???
und hier kann man schon sehen an
[ 1] <amxx_mm.dll"> badf load amxx_mm.dll" v -
das der die amxx_mm.dll gar nicht geladen hat (badf load) das heisst so viel das entweder in der plugins.ini von metamod ein falscher pfad und dateiname angegeben ist oder aber die .dll datei kaputt ist ... ich tipp aber mal auf 1. -
-
is aber ja einfach zu checken
guckst du in die plugins.ini
da steht wo was von
addons/amxx/dlls/amxx_mm.dll
und dann musst du gucken ob du im cstrike ordner den ordner addons hat da drunter den ordner amxx da drunter den ordner dlls und da muss eine datei mit dem namen amxx_mm.dll sein ... wenn nich leg se da hin oder aber pass in der plugins.ini die pfade und den namen zur richtigen .dll an ... -
achja wenn dann alles klappt sieht meta list eher so aus :
15:38:04 meta list
15:38:09 Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX RUN - amx_mm_i386.so v0.9.7 ini ANY ANY
also bei stat muss RUN stehen .... -
-
Teilen
- Facebook 0
- Twitter 0
- Google Plus 0
-
Reddit 0
-
Benutzer online 1
1 Besucher