Thread: Map Configs
View Single Post
Author Message
Liam
SourceMod Developer
Join Date: Jan 2008
Location: Atlanta, GA
Old 03-19-2008 , 12:38   Map Configs
Reply With Quote #1

Map Configs Plugin
------------------

This plugin handles the loading and unloading of map config files.

This is beneficial and more helpful than the stock config file loader as you do not have to worry about making sure all of your values are reset back to default for the next map.

The config files should be placed in %sourcemod%/configs/maps, and the formatting for these are straight forward: one cvar per line, and they can be any format needed.

If you have any questions, feel free to reply to this thread or find me in #sourcemod on irc.gamesurge.net.

This plugin requires the latest 1.0.2 snapshot of SourceMod.

Changelog
-1.0 - Original Release
-1.1 - Updated to use OnAutoConfigsBuffered( )
-1.2 - Updated to correct issues with OnAutoConfigsBuffered( )

Enjoy!
-Liam
Attached Files
File Type: zip mapconfigs.zip (6.6 KB, 5404 views)

Last edited by Liam; 06-21-2008 at 12:26.
Liam is offline