This file is indexed.

/etc/berusky/berusky.ini is in berusky-data 1.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Configuration for berusky game

# Game data location
level_data = /usr/share/berusky/Levels
game_data = /usr/share/berusky/GameData
graphics_data = /usr/share/berusky/Graphics

# Graphics settings for game and editor
# game runs in 640x480
# editor runs in 1024x768
fullscreen = 0
color_depth = 32

# Logging
log = 0
logfile = ~/.berusky/b1logfile.txt

# Game binary & tmp dir
# they're used by editor for "run level" command
game_binary = /usr/games/berusky
tmp_data = /tmp

# Dir for users levels (it's the default level dir for level editor)
level_data_user = ~/.berusky/User