Sourcemod, metamod help
-
- Banned
- Posts: 150
- Joined: Mon Jul 28, 2008 11:55 am
Sourcemod, metamod help
I am probably misinformed and or stupid... but I am pretty busy to look into it deeply and I am a bit confused. I installed metamod and sourcemod, on my dedicated server and they work, but what do I need to get commands like rtv to work? I know mani admin can do those things but I heard it does not work for obsidian.
Last edited by JigglyWiggly on Sun Sep 14, 2008 8:53 am, edited 1 time in total.
-
- Banned
- Posts: 150
- Joined: Mon Jul 28, 2008 11:55 am
-
- Banned
- Posts: 150
- Joined: Mon Jul 28, 2008 11:55 am
Re: Sourcemod, metamod help
Check the folder ...\orangebox\obsidian\addons\sourcemod\plugins.JigglyWiggly wrote: I need to get commands like rtv to work?
The file rockthevote.smx have to present. If it's not present, so you can look for in folder disabled. If rockthevote.smx is in disabled, move it in folder plugins (one folder up).
I am French.
Sorry for my english's language.
Correct me
Sorry for my english's language.
Correct me
-
- Banned
- Posts: 150
- Joined: Mon Jul 28, 2008 11:55 am
-
- Banned
- Posts: 150
- Joined: Mon Jul 28, 2008 11:55 am
I only found mapslist.cfg in the sourcemod folder and mapslist.txt in the obsidian folder. I'm a bit confused what to do from here.
Here's what's in mapslist.cfg
"/**
* Use this file to configure map lists.
*
* Each section is a map list that plugins can use. For example, the Admin Menu
* requests an "admin menu" map list, and you can control which maps appear via
* this file.
*
* Each section must have a property that explains where to read the maps from.
* There are two properties:
*
* target - Redirect the request to another section.
* file - Read a file of map names, in mapcycle.txt format.
*
* There is one section by default, called "mapcyclefile" - it is mapped to the
* mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
*
* If a plugin requests a map list file which doesn't exist, or is empty, SourceMod
* tries the "default" section, and then the "mapcyclefile" section.
*/
"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mapcyclefile"
}
/* Admin menu, map menu */
"sm_map menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}
/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}
/* For the "randomcycle" plugin */
"randomcycle"
{
"target" "default"
}
/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "default"
}
/* For the "rockthevote" plugin */
"rockthevote"
{
"target" "default"
}
}
"
Here's what's in mapslist.cfg
"/**
* Use this file to configure map lists.
*
* Each section is a map list that plugins can use. For example, the Admin Menu
* requests an "admin menu" map list, and you can control which maps appear via
* this file.
*
* Each section must have a property that explains where to read the maps from.
* There are two properties:
*
* target - Redirect the request to another section.
* file - Read a file of map names, in mapcycle.txt format.
*
* There is one section by default, called "mapcyclefile" - it is mapped to the
* mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
*
* If a plugin requests a map list file which doesn't exist, or is empty, SourceMod
* tries the "default" section, and then the "mapcyclefile" section.
*/
"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mapcyclefile"
}
/* Admin menu, map menu */
"sm_map menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}
/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}
/* For the "randomcycle" plugin */
"randomcycle"
{
"target" "default"
}
/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "default"
}
/* For the "rockthevote" plugin */
"rockthevote"
{
"target" "default"
}
}
"
From reading above and I dont have it, you set up each part refrencing each inteneded maplist.txt for that feature.
So if you want admin to have acess to more maps than players you need a seperate named maplist.txt with the additional maps in, but you must make sure it targets it in the script in the admin part of the code.
So if you want admin to have acess to more maps than players you need a seperate named maplist.txt with the additional maps in, but you must make sure it targets it in the script in the admin part of the code.
'I would probably smarten up before you meet Violet'.
'She has zero tolerance for idiots'.
fug's Obsidian files
fug's Obsidian clips
Obsidian wiki
Obsidian Map Database
'She has zero tolerance for idiots'.
fug's Obsidian files
fug's Obsidian clips
Obsidian wiki
Obsidian Map Database
-
- Banned
- Posts: 150
- Joined: Mon Jul 28, 2008 11:55 am
-
- Banned
- Posts: 150
- Joined: Mon Jul 28, 2008 11:55 am