| |
|
|
|
![]() |
Contents |
Media Manager allows you to sort , scan, search and manage your id Tech3 net demos.It is designed to maximize speed , efficiency and reliability.With Media Manager 3.0 , it is only a matter of minutes to find your favorite frag scenes.
If you are using windows vista or later, you have to launch the Program with Administrator rights, this is because the software needs to create additional folders at runtime.
Every scanned demo is backed up in a SQLite Database. This enables a great variety of additional features and the Demo Information can be ported to any other program.
The Table schema :
CREATE TABLE Demo (id integer PRIMARY KEY AUTOINCREMENT,name varchar NOT NULL,demoID varchar NOT NULL,clientNumber integer NOT NULL,frameCountinteger)
CREATE TABLE Player (id integer PRIMARY KEY AUTOINCREMENT,demoID integer NOT NULL,cleanName varchar NOT NULL ,clientNumber integer NOT NULL,damageGiven integer NOT NULL,damageTaken integer NOT NULL,deaths integer NOT NULL,efficiency integer NOT NULL,gibs integer NOT NULL,infoString varchar NOT NULL,kills integer NOT NULL,name varchar NOT NULL,score integer NOT NULL,selfkills integer NOT NULL,teamDamage integer NOT NULL,teamkills integer NOT NULL)
CREATE TABLE Popup (id integer PRIMARY KEY AUTOINCREMENT,demoID integer NOT NULL,attackerID integer NOT NULL,attackerName varchar NOT NULL,cleanPopup varchar NOT NULL,popup varchar NOT NULL,targetID in-teger NOT NULL,targetName varchar NOT NULL,time integer NOT NULL,timeString varchar NOT NULL,weapon in- teger NOT NULL),
CREATE TABLE ServerCommand (id integer PRIMARY KEY AUTOINCREMENT,demoID integer NOT NULL,fullCommand varchar NOT NULL,message varchar NOT NULL,name varchar NOT NULL,gameState integer NOT NULL,timeString varchar NOT NULL,number integer NOT NULL)
Media Manager supports SQL queries of any kind. Experienced SQL user can query their cache and build the listview from those queries.
A demo must be scanned before it can be frag scanned.
Demos can either be search with the SQL Backend, or by entering the search query into the search Textbox. This search supports the following options
The Listview can be reset, by entering an empty search query.
You can select demos in the List and mark (Right click on that demo or demos and add them to the Export List) them for backup / export.
After entering the Export Modus (File -> Export) you can choose a location for your backup.
The software will now zip the demos and its demo Info and saves them to the chosen directory.
You can of course also import Demos from a Zip file.
(File -> Import) These Demos will be stored in your Game Demo directory and will be available for playback right away.
If you experience any bugs, please feel free to report them to: uvhannes@gmail.com
INCLUDING the debug.txt in the /core directory!