Advertisement
Guest User

Untitled

a guest
Oct 11th, 2018
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 KB | None | 0 0
  1. ;If you enjoy these mods please feel free to donate: http://blade3575.com/Abyss/donate.html
  2. ;To uninstall Abyss delete the following files:
  3. ; Delete Abyss.ini, Abyss_patchlog.txt, README_Abyss.txt, ijl1.dll and then rename ijl11.dat to ijl11.dll.
  4.  
  5. ;Patcher Credits:
  6. ; Chris & Sayoka for starting everything.
  7. ; spr33 for Fantasia.
  8. ; Tyne for MAMP.
  9. ; garang for JinsuNogi.
  10. ; Joe for Gerent/GerentxNogi
  11. ; kotarou3 for JAP.
  12. ; ??? for mod_kirisame.
  13.  
  14. [PATCH]
  15.  
  16. ;Forces the Client read from the data folder before the pack files.
  17. ; Patch found in Fantasia, remade by Blade3575.
  18. DataFolder=1
  19.  
  20. ;Enter your user name or email used to sign into your account along with your secondary password.
  21. ; Example: If you log in with the credentials:
  22. ; Username: Blade
  23. ; Password: 3575
  24. ; Secondary Password: 0000
  25. ; You would type YourUsername=YourSecondaryPass (e.g. Blade=0000) like below.
  26. ; Patch by Plonecakes.
  27. SecondaryPass=1
  28. Blade=0000
  29.  
  30. ;Load any DLL you want here. The DLL's you want to load must be in your
  31. ; Mabinogi folder. Separate the DLL's with commas.
  32. ; Example: LoadDLL=HackSlash.dll,mod_sharker.dll
  33. LoadDLL=
  34.  
  35. ;Prevents Mabinogi from forcing the monitor to stay on.
  36. ; Patch by The Proffessor.
  37. AllowMonitorSleep=1
  38.  
  39. ;Change the color of names when the Alt key is pressed.
  40. ; Patch by spr33, converted to work by Blade3575.
  41. ; First 2 digits are transparency, 3rd and 4th are red, 5th and 6th are green, 7th and 8th are blue.
  42. AltNameColor=1
  43. Human1=0xFF00CCFF
  44. Human2=0x00000000
  45. Elf1=0xFFFFC0CB
  46. Elf2=0x00000000
  47. Giant1=0xFF00CC00
  48. Giant2=0x00000000
  49. NPC1=0xFFFF6600
  50. NPC2=0x00000000
  51.  
  52. ;Enables Transformation Mastery Collect Mode to always be on.
  53. ; Patch by Rydian.
  54. AlwaysCollectMode=0
  55.  
  56. ;Stops flashies from flashing.
  57. ; Patch by Step29.
  58. AntiFlashy=0
  59.  
  60. ;Removes sunlight glare.
  61. ; Patch found in JinsuNogi, remade by Step29.
  62. AntiGlare=1
  63.  
  64. ;Enables arrow trails for all races.
  65. ; Patch by Step29.
  66. ArrowTrails=0
  67.  
  68. ;Allows you to attack props while mounted on a pet.
  69. ; Patch by unknown. Remade by Step29.
  70. AttackPropWhileMounted=1
  71.  
  72. ;Enabled the use of Bitmap fonts instead of Vector fonts.
  73. ; Patch found in Fantasia.
  74. Bitmap=1
  75.  
  76. ;Fixes cutoff of text when using Bitmap.
  77. ; Patch by Step29.
  78. BitmapPositionFix=1
  79.  
  80. ;Blocks the ad from appearing when exiting the game.
  81. ; Patch by Plonecakes.
  82. ; NOTE: Seems as though Nexon has gotten rid of it.
  83. ;BlockEndingAds=0
  84.  
  85. ;Makes Bugles and announcements go to a system message.
  86. BugleToSystemMessage=0
  87.  
  88. ;Allows you to cancel Lance Counter when you want.
  89. CancelLanceCounter=1
  90.  
  91. ;Disables most captions that appear on screen.
  92. ; Patch by Step29.
  93. CaptionDisable=0
  94.  
  95. ;Removes notice when changing channels.
  96. ; Patch found in Gerent, remade by Step29.
  97. ChMoveDescCut=1
  98.  
  99. ;Clears fog from all dungeon minimaps.
  100. ; Patch found in JAP, remade by Plonecakes.
  101. ClearDungeonFog=1
  102.  
  103. ;Show individual minutes on the clock instead of intervals of 10.
  104. ; Patch found in JAP.
  105. ClockMinute=1
  106.  
  107. ;Changes the sky light to:
  108. ; 1 = Midday
  109. ; 2 = Midnight
  110. ; 3 = User Select (1-24)
  111. ; Patch found in JAP.
  112. ControlDayTime=0
  113. Time=12
  114.  
  115. ;Allows you to move your cursor freely when typing, including using key combinations such as Ctrl+A to highlight everything.
  116. ; Patch by Step29.
  117. ; Implemented by Nexon.
  118. ;ControlTextCursor=1
  119.  
  120. ;Reduce the level of CPU usage, optionally only while minimized (1~100).
  121. ; Patch found in Fantasia.
  122. CPUReduction=90
  123. CPUReduction_OnlyMinimized=1
  124.  
  125. ;Skips cutscenes.
  126. ; Patch found in JinsuNogi, remade by Blade3575.
  127. CutsceneSkip=1
  128.  
  129. ;Show negative life instead of DEADLY.
  130. ; Patch found in MAMP by IBWK.
  131. DeadlyLife=1
  132.  
  133. ;Change the default range attack:
  134. ; 1 = Magnum Shot
  135. ; 2 = Arrow Revolver
  136. ; 3 = Support Shot
  137. ; 4 = Crash Shot
  138. ; 5 = Mirage Missile
  139. ; 6 = Urgent Shot
  140. ; 7 = Spirit Bow Awakening
  141. ; Patch found in JAP.
  142. DefaultRangeSwap=0
  143.  
  144. ;Disable Alt+Enter key combination to toggle between full-screen and windowed mode.
  145. DisableAltEnter=0
  146.  
  147. ;Disables weapon weaker than barehand message.
  148. DisableBarehandMsg=1
  149.  
  150. ;Allows you to chat uncensored.
  151. DisableChatFilter=1
  152.  
  153. ;Hides the event button appearing on the GUI if one exists.
  154. ; Patch by Step29.
  155. DisableEventButton=0
  156.  
  157. ;Disables the map position marker, reducing lag in tunnel maps.
  158. DisableMapPositionMarker=1
  159.  
  160. ;Prevents the screen from shaking.
  161. DisableQuake=1
  162.  
  163. ;Prevents you from right clicking to remove things from your hotkey bar.
  164. ; Patch by Step29.
  165. DisableRightClickHotKeyBar=0
  166.  
  167. ;If this mod is enabled, the hotkey bar's rotation slot hotkey is disabled.
  168. ; Patch by Step29.
  169. DisableShiftHotkeyBar=0
  170.  
  171. ;Prevents you from disabling a skill by clicking on the balloon above your head.
  172. ; Patch by Step29.
  173. DisableSkillBalloonOnClick=0
  174.  
  175. ;Removes the Shadow Mission Clear/Fail Window.
  176. ; Patch by Step29.
  177. DisableSMClearWindow=0
  178.  
  179. ;Shows a numerical value for hunger in the spirit weapon chat.
  180. ; Patch by Step29.
  181. EgoDesire=1
  182.  
  183. ;Fixes elf lag by removing the animation of move while aiming.
  184. ElfLagFix=1
  185.  
  186. ;Enable full-screen antialiasing.
  187. ; Patch found in Fantasia, remade by Step29.
  188. EnableFSAA=1
  189.  
  190. ;Enables you to open more than one Client.
  191. ; Select the window individually, don't Alt + Tab.
  192. ; This will prevent hotkeys from not working.
  193. ; You must use an edited launcher or any other launcher that's not the official to
  194. ; launch more than one client.
  195. ; Patch found in JinsuNogi, remade by Plonecakes and Blade3575.
  196. EnableMultiClient=1
  197.  
  198. ;Logs exception information should one occur.
  199. ExceptionHook=1
  200.  
  201. ;Allows you to view names when holding down alt from far away.
  202. ; Patch found in JAP.
  203. FarAltDisplay=1
  204.  
  205. ;Makes captions appear on screen faster.
  206. ; Patch by Step29.
  207. FastCaption=0
  208.  
  209. ;NPC's text is sped up.
  210. ; Patch by Step29.
  211. FastNPCText=1
  212.  
  213. ;Set the camera's position to focus on the chest instead of the head for giants.
  214. ; Patch by Step29.
  215. GiantCameraFix=0
  216.  
  217. ;Fixes the cursor targeting (Options->GAME->Control->Cursor Targeting) bug when near an NPC and a Monster with Guns or Shuriken.
  218. ; Patch by Step29.
  219. GuninjaTargetFix=0
  220.  
  221. ;Allows you to see and attack hidden monsters. (Sulfur Golems, Mimics, etc.)
  222. ; Patches by Step29.
  223. HiddenMonsters=1
  224.  
  225. ;Ignores the Maintain Frame number, always minimizes characters.
  226. ; Only effective when the option is turned on.
  227. IgnoreMaintainFrame=1
  228.  
  229. ;Allows you to take as much time as you want to find dye colors.
  230. ; WARNING: Bar will go down, but won't stop you from finding colors.
  231. ; Patch by Step29 with help from thatguysteve.
  232. InfiniteDyeTime=1
  233.  
  234. ;Allows you to open windows while you're dead.
  235. ; Patch found in JinsuNogi.
  236. InterfaceWhileDead=1
  237.  
  238. ;Saves and loads UI locally (still saves UI to server).
  239. ; GLITCH: Does not save skill order in skill window.
  240. ; Patch found in JinsuNogi, remade by Blade3575.
  241. IsolateUISave=0
  242.  
  243. ;Allows items to be hotkeyed.
  244. ; Patch found in JinsuNogi, remade by Step29.
  245. ItemHotkey=0
  246.  
  247. ;Shows last position of assistant characters.
  248. ; Patch found in mod_kirisame.
  249. LastPosition=1
  250.  
  251. ;Changes the default 1 when dividing a stack to the max amount possible.
  252. ; Patch by unknown. Remade by Step29.
  253. MaxDivide=0
  254.  
  255. ;Adds commas to gold values.
  256. ; Patch by kotarou3 and Step29.
  257. MoneyString=1
  258.  
  259. ;Allows you to change to the same channel.
  260. ; Patch found in Fantasia.
  261. MoveToSameChannel=1
  262.  
  263. ;Skips CleanUp function(s).
  264. NoCleanUp=1
  265.  
  266. ;Stops you from exiting Combat Mode automatically.
  267. ; 1 = Will not timeout.
  268. ; 2 = Time to timeout in milliseconds (10000 originally).
  269. NoCombatTimeout=0
  270. CombatTimeout=10000
  271.  
  272. ;Disables Nagle directly.
  273. ; Requires you to Relog or CC to take effect when changing it ingame.
  274. ; Patch found in mod_kirisame.
  275. NoDelay=1
  276.  
  277. ;Removes item description.
  278. ; Patch by Step29.
  279. NoItemDesc=0
  280.  
  281. ;Prevents automatic zooming when talking to a partner.
  282. ; Patch by Step29.
  283. NoPartnerZoom=1
  284.  
  285. ;Removes the Skill Rank Up window when ranking up skills (talents as well).
  286. ; Patch by Step29.
  287. NoSkillRankUp=0
  288.  
  289. ;Prevents the SM VIP message from being displayed.
  290. NoSMVIPMessage=1
  291.  
  292. ;Lets you access the Housing board through the Party board.
  293. ; Patch found in JinsuNogi.
  294. PartyBoardSwap=1
  295.  
  296. ;Prevents Party signs from automatically closing.
  297. ; WARNING: Disabled by default on reports of people being banned for its use. Use at your own risk.
  298. ; Patch found in JAP.
  299. PartyTime=0
  300.  
  301. /////////////////////
  302. //Start Pet Patches//
  303. /////////////////////
  304. ;Stops system message when pets are hungry, in need of help or attacking.
  305. ; Pet Patches found in mod_kirisame.
  306. Hungry=1
  307. Deadly=1
  308. Attack=1
  309. ///////////////////
  310. //End Pet Patches//
  311. ///////////////////
  312.  
  313. ;Removes the animation of dropping items, making them appear instantly on the ground.
  314. ; Patch by Step29.
  315. RemoveItemDropAni=0
  316.  
  317. ;Allows you to land from any height when flying.
  318. ; Patch found in JAP.
  319. RemoveLandingHeight=1
  320.  
  321. ;Stops you from resizing the window. (Must restart Mabinogi to take effect.)
  322. ; Patch by Halfslashed.
  323. ResizeLock=0
  324.  
  325. ;Allows you to right-click yourself.
  326. ; Patch found in JinsuNogi, remade by Step29.
  327. RightClickSelf=0
  328.  
  329. ;View Combat Power by pressing Alt.
  330. ; 1 = Default CP strings.
  331. ; 2 = Custom CP strings. Max length of 40.
  332. ; Patch found in Fantasia.
  333. Scouter=1
  334. ScouterDefault=
  335. ScouterWeakest=<mini>WEAKEST</mini>
  336. ScouterWeak=<mini>WEAK</mini>
  337. ScouterSame=
  338. ScouterStrong=<mini>STRONG</mini>
  339. ScouterAwful=<mini>AWFUL</mini>
  340. ScouterBoss=<mini>BOSS</mini>
  341.  
  342. ;View stars in collection journal.
  343. ; Patch found in mod_kirisame.
  344. Scrapbook=1
  345.  
  346. ;Modify the quality of screenshots.
  347. ; Patch found in Fantasia.
  348. ScreenshotQuality=90
  349.  
  350. ;Shows FPS in the upper left hand corner of the Client.
  351. ; Patch by Step29 and Blade3575.
  352. ShowFPS=0
  353.  
  354. ;Shows purchase and sell price of items.
  355. ; Patch found in JinsuNogi.
  356. ShowItemPrice=0
  357.  
  358. ;Show ping indicator on the celtic knot menu.
  359. ; Patch found in mod_kirisame.
  360. ShowPing=1
  361.  
  362. ;Show item durability with 1000x precision.
  363. ; The formatting string works by replacing values as follows:
  364. ; {0} => Current dura i.e. 14
  365. ; {1} => Current dura x1000 13560
  366. ; {2} => Maximum dura 15
  367. ; {3} => Maximum dura x1000 15000
  368. ; For example: "{1}/{3} ({0}/{2})" => "13560/15000 (14/15)"
  369. ; Patch found in Fantasia.
  370. ; Updated to work by Step29 and Blade3575.
  371. ShowTrueDurability=0
  372. ShowTrueDurability_str="Durability {1}/{3} ({0}/{2})"
  373.  
  374. ;Show item color codes.
  375. ; Must have ShowTrueDurability enabled to work.
  376. ; Patch by found in Fantasia.
  377. ; Updated to work by Step29 and Blade3575.
  378. ShowItemColor=0
  379.  
  380. ;Show unknown titles in selection window.
  381. ; Patch found in JinsuNogi.
  382. ShowUnknownTitles=0
  383.  
  384. ;Allows the use of slash commands.
  385. ; Patch by Plonecakes.
  386. ; Example: Type "/housing" in to chat, without the quotes.
  387. SlashCommand=1
  388.  
  389. ;Talk to your ego when it's not equipped.
  390. ; Patch found in JinsuNogi.
  391. TalkToUnequippedEgo=1
  392.  
  393. ;Decreases the current RAM usage; will increase again after.
  394. ; May impact performance.
  395. ; TrimRAMTime is in minutes.
  396. TrimRAM=0
  397. TrimRAMTime=10
  398.  
  399. ;Removes auto production limit.
  400. ; Patch by Rydian.
  401. UncapAutoProduction=1
  402.  
  403. ;Allows you to view NPC equipment.
  404. ; Patch found in JinsuNogi, remade by Step29.
  405. ViewNPCEquipment=0
  406.  
  407. ;Sets starting position and size of the Client.
  408. ; 2 = Enable Maximize button.
  409. ; 3 = Enable Maximize button and start maximized.
  410. ; 4 = Borderless full-screen.
  411. WindowPosition=0
  412. WindowPositionX=163
  413. WindowPositionY=0
  414. WindowPositionWidth=1040
  415. WindowPositionHeight=706
  416.  
  417. ;Removes the Animation on Windows.
  418. ; Patch by Step29.
  419. WindowsAppearFaster=0
  420.  
  421. ;Special Windows Socket 2 Mint Unqueuer.
  422. ; NOTE: May not have a noticeable effect for many.
  423. ; Patch by Step29.
  424. WS2MintUnQueue=0
  425.  
  426. ;0=normal, 1=union of zoom range, 2=fixed zoom range
  427. ; Patch found in Fantasia.
  428. Zoom=1
  429. ZoomMin=200
  430. ZoomMax=3000
  431.  
  432. //////////////////////////////////////////////////
  433. //DEBUG
  434.  
  435. ;Enable the menu modification (which allows you to right-click the window and toggle mods) and CPU limiting threads..
  436. ; Patch found in Fantasia, modified to work by Plonecakes.
  437. ExtraThreads=1
  438.  
  439. ;Enable general logging.
  440. Log=1
  441.  
  442. ;Enable debug logging, use this when posting your log if you have a problem.
  443. Debug=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement