////////////////////////////////////////////////////////////////////////// // // // adthemes.cfg block structure // // // // [mapname] // // ModelName/comment (optional) (modelID = 1) // // ModelName (modelID = 2) // // ... more model names if needed (16 max) // // } MUST TERMINATE WITH A BRACKET !!! // // origin-x origin-y origin-z/modelID/angles/comment (optional) // // origin-x origin-y origin-z/modelID/angles // // ... more model loaction data if needed (no limit) // // } MUST TERMINATE WITH A BRACKET !!! // // // // Notes: // // modelID's correspond to model's name in the order listed // // models MUST be placed in the "/models/adthemes/" folder // // limit comments to 65 characters // // NO BLANK LINES ALLOWED IN MAPNAME BLOCK // // // ////////////////////////////////////////////////////////////////////////// // // // Sample map block: // // // // [de_aztec] // // theme_model1.mdl/ID=1 // // theme_model2.mdl/ID=2 // // } // // 1280.3 -228 -76/1/0 0 0/ T spawn // // -2735.5 1159.8 -125.5/2/0 270 0/ CT spawn // // } // // // ////////////////////////////////////////////////////////////////////////// // // // Commands: (Takes affect when map change) // // amx_adthemes_enable - Toggles AdThemes On|Off // // amx_adthemes_file - Changes the config file. // // // ////////////////////////////////////////////////////////////////////////// Current Ad Information... Description / Size (X,Y) / origin center* (X,Y,Z) / Z** / model offset*** [de_aztec] T Spawn / 256 x 128 / {1280.3} -228 -76 / 0 / Z -40 CT Spawn / 128 x 256 / -2755.6 {1279.8} -125.5 / 270 / Z -120, X -20 BombsiteA / 192 x 192 / {-1152.15} -1109.75 -110.4 / 180 [de_dust] T Spawn / 96 x 96 / 667.9 {2048.13} 100.5 / 90 / Z -40 CT Spawn / 192 x 96 / -100 {-0.15} 100.5 / 270 BombsiteA / 80 x 160 / {2559.98} 828 111 / 180 [de_dust2] T Spawn / 96 x 96 / -1501.1 {703.98} 125 / 270 CT Spawn / 320 x 160 / 300 {2048.15} -30 / 90 / Z -350 Mid Area / 224 x 112 / -900 {2048.2} 50 / 90 / Z -70 * The location value in brackets should not be changed unless you created a model with an offset from 0 0 0. This is the value that is just barely out from the wall. (Do not include the brackets in the config file) ** The middle value of the angles parameter. Designates how much to rotate. This assumes the model was created facing North. *** The offset is used during model creation. It is used if you want to match the map's ambient light source for the ad's location on your custom models. Otherwise, create your models with a 0 0 0 origin, facing north.