You are not logged in.

Dear visitor, welcome to sourceserver.info. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Bubelbub

Beginner

  • "Bubelbub" started this thread

Posts: 19

Location: Niedersachsen

Occupation: Web-Entwickler

wcf.user.option.userOption53: Ja

  • Send private message

1

Thursday, April 25th 2013, 8:07pm

sourcemod.vdf geht nicht / metaplugins.ini schon

Hallöchen,

so ein kleines Problemchen beim Metamod bzw. Sourcemod.

Ich habe alles nach den Anleitungen auf der Homepage gemacht.

Egal wie, der Metamod geht IMMER.
Sprich ich gebe "meta" ein und bekomme eine Antwort.

Gebe ich jetzt "sm" ein, passiert nichts. (Methode sourcemod.vdf)
Gebe ich dann "sm" ein, bekomme ich dort auch die Hilfe angezeigt. (Methode metaplugins.ini)


Meine "./addons/metamod/sourcemod.vdf" Datei sieht so aus:

Source code

1
2
3
4
5
"Metamod Plugin"
{
	"alias"		"sourcemod"
	"file"		"addons/sourcemod/bin/sourcemod_mm"
}


Allein so geht's leider nicht.
Modifiziere ich die metaplugins.ini auf folgendes, dann geht alles.

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
;If your plugin came with a .vdf file, you do not need to use this file.
;
;List one plugin per line.  Each line should contain the path to the plugin's binary.
;Any line starting with a ';' character is a comment line, and is ignored.
;
;You do not need to include the _i486.so or .dll part of the file name.  Example:
; addons/sourcemod/bin/sourcemod_mm
;You may also put an alias in front of the file, for example:
; sm addons/sourcemod/bin/sourcemod_mm
;Will allow you to use "meta load sm" from the console.
;
;********* LIST PLUGINS BELOW ***********
sourcemod addons/sourcemod/bin/sourcemod_mm


Wieso geht die sourcemod.vdf Methode also nicht?

MadMakz

Super Moderator

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

2

Thursday, April 25th 2013, 8:26pm

ist bekannt. afaik ist das filesystem der steam-pipe versionen von source das problem. asherkin von AM hat mehrmals gesagt das das problem angeblich in den neusten MMS snapshots behoben ist, allerdings lese ich auch genau so häufig das das problem trotzdem noch besteht.
http://www.sourcemm.net/snapshots

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

3

Thursday, April 25th 2013, 8:59pm

Hab den neuesten Snapshot drauf und Sourcemod wird über die .vdf geladen - sonst einfach über die .ini und abwarten

Greetz

Gesetz-des-Zorns

Intermediate

Posts: 417

Location: 127.0.0.1

wcf.user.option.userOption53: Ja

  • Send private message

4

Friday, April 26th 2013, 12:07am

Der letzte Snapshot funktioniert ohne Probleme :thumbup:
Rechtschreibfehler sind voll normal und passieren nunmal 8)
Ich gebe keine Antworten auf PN, dazu ist das komplette Forum da um Anfragen zu beantworten ...