Thread: JailMod++
View Single Post
MistaGee
Senior Member
Join Date: Aug 2004
Location: Germany (Fulda)
Old 05-26-2010 , 04:24   Re: JailMod++
Reply With Quote #10

You have to configure a database in configs/databases.cfg for JailMod to store its jail data in. If you want to use MySQL, you can import a bit of initial data from jailmod_my.sql, and jailmod.sq3 is an SQLite database that contains the same initial data which is ready to use.

If you want to use the sq3 file, put it under addons/sourcemod/data/sqlite and create a database config as such:

Code:
"jailmod"
{
  "driver"    "sqlite"
  "database"  "jailmod"
}
If JailMod does not find a config section named "jailmod", it will try "default" next, so you can just import the jailmod tables in you SourceMod database (if you have any).
__________________
Ich hab nie behauptet dass ich kein Genie bin!
Mumble-Django: A web interface for Mumble
MistaGee is offline
Send a message via ICQ to MistaGee