Skip to content

Commit

Permalink
Add default files, closes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line committed Jun 27, 2017
1 parent bb57e4b commit b41d7ce
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions default_files/config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// a -Debug
// b -Info
// c -Warning
// d -Error
// e -CriticalError,
logger_verbosity = bcde

// 0 - No output
// 1 - Console
// 2 - File
// 3 - Both
logger_output = 3

// a - Set model
// b - Precache sound
// c - Precache model
// d - Emit sound
// e - Emit ambient sound
// f - Model index (WARNING: EXPENSIVE, 100 TIMES PER PLAYER)
module_checks = abcdef
3 changes: 3 additions & 0 deletions default_files/list.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Path flags replace_file
// Example 1: models/w_usp.ddl c models/v_knife_custom.mdl
// Example 2: models/w_knife.mdl
Empty file.
Empty file.

0 comments on commit b41d7ce

Please sign in to comment.