This repository was archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.ini
More file actions
118 lines (112 loc) · 2.43 KB
/
config.ini
File metadata and controls
118 lines (112 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[SITE]
http_port = 80
site_address = http://localhost
allow_web_robots = True
max_google_translate = 500
max_feedback_len = 400
max_square_msg_len = 100
max_square_messages = 100
sending_interval = 5
text_color = silver
google_analytics_ua =
[SERVER]
staff_name = Nome_Staff
server_name = Nome_Server
engine_name = Nome_Motore
save_persistence = True
engine_version = 1.1.3
allow_player_gaming = True
compression_mode = gz
motto = Il_Tuo_Motto
game_name = Nome_Gioco
news_to_show = 5
max_output_buffer = 128000
max_execution_time = 0.04
[MAIL]
mail_on_enter_in_game = False
email = tua@mail.it
smtp_host = tuo.smtp.it
smtp_email = tua@smtpmail.it
[GAME]
dam_plr_vs_plr = 100
dam_plr_vs_mob = 100
dam_plr_vs_item = 100
dam_mob_vs_plr = 100
dam_mob_vs_mob = 100
dam_mob_vs_item = 100
dam_item_vs_plr = 100
dam_item_vs_mob = 100
dam_item_vs_item = 100
exp_modifier = 100
initial_destination = 0 0 1 novizi
max_len_password = 24
min_len_password = 6
min_len_name = 3
max_len_name = 14
max_macros = 100
max_account_players = 30
min_secret_arg_len = 2
max_account_typos = 1000
max_account_comments = 1000
max_repop_time = 1440
max_skill_value = 100
max_account_ideas = 1000
max_aliases = 100
max_account_bugs = 1000
max_idle_seconds = 900
min_repop_time = 1
max_behaviour_probability = 300
max_level = 200
max_stat_value = 100
masterly_value = 250
success_value = 200
failure_value = 50
clumsy_value = -100
chars_for_smile = 8
starting_points = 100
starting_attrs = 30
purification_rpg_hours = 24
gift_on_enter = None
leveling_restore_points = False
use_visual_grouping = True
use_physical_grouping = True
currency_jump = 1
persistent_act_seconds = 2
running_step_time = 0.5
[TIME]
seconds_in_minute = 2
midnight_hour = 0
dusk_hour = 20
dawn_hour = 6
minutes_in_hour = 60
sunrise_hour = 7
hours_in_day = 24
days_in_month = 30
months_in_year = 10
noon_hour = 12
sunset_hour = 19
fight_loop_seconds = 0.1
game_loop_seconds = 1.0
maintenance_loop_seconds = 60.0
room_behaviour_loop_seconds = 1.0
decomposer_loop_seconds = 120.0
aggressiveness_loop_seconds = 1.0
digestion_loop_seconds = 60.0
blob_loop_seconds = 1.0
[LOG]
log_player_output = False
print_entity_inputs = True
log_accents = True
track_behaviours = True
track_triggers = True
[DEVELOPMENT]
reload_web_pages = True
delete_pyc_files = True
use_behaviours = True
use_gamescripts = True
use_profiler = False
reload_commands = True
check_references = False
reload_gamescripts = True
use_subsequent_resets = True
time_warp = False