forked from cursey/kanan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
514 lines (437 loc) · 12.4 KB
/
config.toml
File metadata and controls
514 lines (437 loc) · 12.4 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
#Launch information for Mabinogi.
[AutoStart]
directory = 'C:\Nexon\Library\mabinogi\appdata'
args = 'code:1622 ver:143 logip:208.85.109.35 logport:11000 chatip:208.85.109.37 chatport:8002 setting:"file://data/features.xml=Regular, USA"'
#Causes the "Collect Mode" option for Transformation Mastery to always stay
#enabled (it would normally turn itself off when you change channels or relog).
[AlwaysTransCollectMode]
enable = true
coalesce = true
delay = false
#MTU stands for Maximum Transmission Unit, lowering it speeds up Mabinogi's
#communication with the server by sending more rapidly, improving response time.
#Make sure that net_interface is set to whatever your internet adapter is named.
[AutoSetMTU]
enable = true
coalesce = false
delay = false
net_interface = "Ethernet"
net_interface2 = "Wi-Fi"
low_mtu = 386
norm_mtu = 1500
#Changes Mabinogi's text rendering to the built-in bitmap fonts instead of the
#NA TTF font. This makes text smaller, but greatly speeds up text rendering,
#which is one of the major causes of FPS lag in the game.
[BitmapFont]
enable = true
coalesce = true
delay = false
#If true, Mabinogi will run in a "fake fullscreen" mode, maximized with no borders.
[BorderlessWindowedMode]
enable = true
coalesce = false
delay = true
#Allows you to cancel the Lance Counter skill at will (you normally cannot).
[CancelableLanceCounter]
enable = true
coalesce = true
delay = false
#This mod disables the "Skip Repeated Messages For Network Stability" limit.
[ChatAllowSameMsg]
enable = true
coalesce = true
delay = false
#This mod disables the limit on how fast you can enter messages in chat.
[ChatNoRateLimit]
enable = true
coalesce = true
delay = false
#Allows you to start PMs with friends under the "In Mini-Game" status.
[ChatToMiniGamers]
enable = true
coalesce = true
delay = false
#Forces the client to believe you have a developer title on. With this enabled,
#the game will give you lots of debug info, such as additional data on items,
#HP shown on enemies, and much more. It's not intended for daily use, since it
#breaks some functionality (meant for dev testing purposes), so use with care.
[ClientSideDevCat]
enable = false
coalesce = true
delay = false
#Changes the text displayed when holding down Alt to white.
[ColorAltText]
enable = true
coalesce = true
delay = false
#A TCP performance tweak that can improve response times in Mabinogi.
[DisableNagle]
enable = true
coalesce = false
delay = false
#Stops the screen from flashing white during certain attacks.
[DisableScreenFlash]
enable = true
coalesce = true
delay = false
#A script that can load/inject additional DLLs.
[DllLoader]
enable = false
coalesce = false
delay = false
#This mod stops the CTRL+Mouse targeting system from snapping to friendly NPCs.
[DontTargetNPCs]
enable = true
coalesce = true
delay = false
#Allow resizing the minimap when in any dungeon.
[DungeonMapResize]
enable = true
coalesce = true
delay = false
#This mod fixes a timing bug that can cause elf archery to lag.
[ElfLagFix]
enable = true
coalesce = true
delay = false
#Allow the Fullscreen Anti-Aliasing video setting to be selected.
#Note that the setting only works if Mabinogi is fullscreen.
[EnableFSAA]
enable = true
coalesce = true
delay = false
#Allows you to open various interfaces (shop, inventory) while dead.
[EnableInterfaceWhileDead]
enable = true
coalesce = true
delay = false
#Allows zooming in and out on the minimap when on any large map.
[EnableMinimapZoom]
enable = true
coalesce = true
delay = false
#Disables the built-in checks for other Mabinogi instances, allowing you
#to run more than one at a time. You still need separate accounts though.
[EnableMultiClient]
enable = true
coalesce = false
delay = true
#When holding ALT, names of items and entities around you are highlighted.
#This mod greatly increases the range at which hightlighting occurs.
[FarAltText]
enable = true
coalesce = true
delay = false
#Pressing the \ key turns the interface off, but sometimes the game
#turns it back on automatically, like when a fighter chain starts.
#This mod stops the game from forcing the interface back on.
[FighterNoForce]
enable = true
coalesce = true
delay = false
#Cause the cursor to jump to the end when editing a pet note, allowing you to
#erase what was previously written.
[FixPetNoteCursor]
enable = true
coalesce = true
delay = false
#Changes the flight height cap. 10000 is the normal height limit.
#A low flight cap makes it so you can always land, and a value
#around 2000 (the minimum) has the added benefit of instant takeoff.
[FlightMaxChange]
enable = true
coalesce = true
delay = false
height_cap = 2000
#Changes the field of view the game camera uses. Normally Mabinogi
#uses a value of 180, which gives a rather flat appearance to the game.
#Values such as 120 make the game appear more 3D, adjust as desired.
[FOVChange]
enable = true
coalesce = true
delay = false
fov = 120
#Allow the player to control the camera while inside a house or
#other type of restricted area.
[FreeIndoorCamera]
enable = true
coalesce = true
delay = false
#Force the game to always render as if it was a specific time of day.
#This is visual only, of course, and does not affect things like PTJs.
[FreezeTimeOfDay]
enable = true
coalesce = true
delay = false
time_of_day = 12
#Allow much higher levels of zooming the camera in and out.
[FreeZoom]
enable = true
coalesce = true
delay = false
#Add proper commas to various numbers and gold values in the game.
[FriendlyNumbers]
enable = true
coalesce = false
delay = false
#Force all players (and many NPCs) to render at a specific height.
#17 year old height is 1.0, Tin Potion height is -0.4, adjust as desired.
[GlobalHeightOverride]
enable = false
coalesce = true
delay = false
height = -0.4
#Force the game to blank all main titles.
[HideMainTitle]
enable = true
coalesce = true
delay = false
#Hide the black bars at the top and bottom of the screen when talking to NPCs.
[HideNPCCurtains]
enable = true
coalesce = true
delay = false
#Prevent the game from rendering objects in general.
#Not recommended for normal use.
[HideObjects]
enable = false
coalesce = true
delay = false
#Force the game to blank all secondary titles.
[HideSecondTitle]
enable = true
coalesce = true
delay = false
#Allow putting items on the hotkeys for quick use.
[HotkeyAnyItem]
enable = true
coalesce = true
delay = false
#The "Minimize Characters" setting in the game renders players as simple
#robed characters for speed. Normally the game will only do this if the FPS
#falls below a specified amount. This mod makes it always happen regardless.
[IgnoreMaintainFrame]
enable = true
coalesce = true
delay = false
#Stops the game from making objects, entities, and players transparent when
#it thinks they're blocking the view of your character. Also affects buildings
#and props, but still allows naturally-transparent wings to render normally.
[IgnoreTranslucency]
enable = true
coalesce = true
delay = false
#Make most of the game's text slightly larger. Does not affect bitmap fonts.
[LargerTTFontResize]
enable = false
coalesce = true
delay = false
#Allows you to log out while talking to an NPC.
[LogOutInConversation]
enable = true
coalesce = true
delay = false
#Lets Lance Counter stay activated longer.
[LongerLanceCounter]
enable = true
coalesce = true
delay = false
lance_counter_time = 60000
#Allow the Mabinogi window to be maximized/scaled up like normal windows.
[MaximizeWindow]
enable = false
coalesce = false
delay = true
#Hide unlearned titles on the Title menu.
[MiniTitleMenu]
enable = true
coalesce = true
delay = false
#Change the in-game clock to display minutes instead of 10-minute increments.
[MinuteClock]
enable = true
coalesce = true
delay = false
#Allows you to change to the same channel you're currently on.
[MoveToSameChannel]
enable = true
coalesce = true
delay = false
#Stops the commerce imp from talking to you while in commerce mode.
[MuteCommerceImp]
enable = true
coalesce = true
delay = false
#Allows you to change channels when the game would normally prevent it.
[NoChannelMoveDenial]
enable = true
coalesce = true
delay = false
#Disables the big description message when changing channels,
#allowing you to do it quicker and with less clicking.
[NoChannelMoveDescription]
enable = true
coalesce = true
delay = false
#Prevent worn items from flashing if they have flashy colors.
#Does not prevent inventory icons from flashing.
[NoFlashyEquipment]
enable = true
coalesce = true
delay = false
#Prevent the game from going into or out of full screen mode.
[NoFullscreenChange]
enable = true
coalesce = true
delay = false
#Disable the message warning you about being under a combat penalty
#when you attempt to log out or change channels.
[NoLogoutPenaltyMsg]
enable = true
coalesce = true
delay = false
#Prevent the game from zooming the camera up close when you talk to a partner.
[NoPartnerZoom]
enable = true
coalesce = true
delay = false
#Disables the confirmation message when you open up a personal shop.
[NoPersonalShopCreationMsg]
enable = true
coalesce = true
delay = false
#Forces all players and all worn clothing (but not buildings) to render with
#no translucency. This turns some items opaque, which may not be desired.
[NoPlayerZoomTransparency]
enable = true
coalesce = true
delay = false
#Disables the congratulations UI from showing up when you rank a skill.
[NoSkillRankUpWindow]
enable = true
coalesce = true
delay = false
#Don't render the sky/backdrop (possible FPS increase).
[NoRenderSky]
enable = true
coalesce = true
delay = false
#Speed up text printing in NPC conversations.
[NPCFastText]
enable = true
coalesce = true
delay = false
#Allow Elf Versus Giant PVP reviving with no confirmation window.
[OneClickRevive]
enable = true
coalesce = true
delay = false
#Filter out certain phrases, preventing those party ads from showing up.
[PartyChatMarketFilter]
enable = true
coalesce = false
delay = false
#Stops the party joining/advertisement bar from timing out automatically.
[PartyNoClose]
enable = true
coalesce = true
delay = false
#This is not an actual mod.
#This is a debugging script to help with development and updating.
[PatternScanSnapshot]
enable = false
coalesce = false
delay = true
#Change the ranged attack skill loaded when you target an enemy with a bow.
#Change swapped_skill to one of the following values
#0 = Normal ranged attack
#1 = Magnum shot
#2 = Arrow revolver
#3 = Support shot
#4 = Mirage Missile
#5 = Crash shot
#6 = Spider shot
#7 = Urgent shot
[RangedAttackSwap]
enable = true
coalesce = true
delay = false
swapped_skill = 0
#Remove "fog" from dungeon maps, making them always display as revealed.
[RemoveDungeonFog]
enable = true
coalesce = true
delay = false
#Stops the screen from shaking when certain attacks hit, or certain enemies move.
[RemoveScreenShake]
enable = true
coalesce = true
delay = false
#Modifies the game's render distance. Increase it to see a lot more (at the
#cost of FPS), or decrease it to let the game run really quickly. Most places
#in-game normally use a value of 15000 to 20000, for comparison.
[RenderDistance]
enable = true
coalesce = true
delay = false
range = 30000
#Make the shadow mission timer more precise, tracking seconds too.
[SecondTimer]
enable = true
coalesce = true
delay = false
#Allow you to right-click yourself.
[SelfRightClickable]
enable = true
coalesce = true
delay = false
#Displays CP (combat power) numerically on players and other entities.
[ShowCombatPower]
enable = true
coalesce = false
delay = false
#Makes the game show the current negative HP instead of "deadly".
[ShowDeadlyHP]
enable = true
coalesce = true
delay = false
#Always display an item's built-in shop prices, as if it was in a shop.
[ShowItemTradePrice]
enable = true
coalesce = true
delay = false
#Skip the graphics card warning message some users get when starting Mabinogi.
[SkipGraphicsCardMsg]
enable = true
coalesce = true
delay = false
#Allows you to talk to your spirit weapon without holding it first.
[TalkToEgo]
enable = true
coalesce = true
delay = false
#Removes the 20 item limit on auto production.
[UncapAutoProduction]
enable = true
coalesce = true
delay = false
#Load game file overrides from the data folder.
[UseDataFolder]
enable = true
coalesce = false
delay = true
#Allow viewing NPC and enemy equipment by right-clicking them.
[ViewNPCEquipment]
enable = true
coalesce = true
delay = false
#Makes some interface windows display quicker.
[WindowsAppearFaster]
enable = true
coalesce = true
delay = false
#Removes the fog around the edge of render distance.
[ZeroFogDistance]
enable = true
coalesce = true
delay = false