* *

News

Nexon has recently updated Mabinogi to a 64 bit client. This update has broken many mods in memory patchers for the time being. The mod creators are working hard to essentially rebuild all mods from scratch, and this process will take some time. Please be patient, and stay tuned for more updates.

Keep in mind that you must register an account, and be logged in to view any content on this site.

Mabinogi Status

Erinn Timer

Time
Erinn Time 14:58
Local 01:34
Server 01:34
Moongate Prior G16 [ + / - ]
11:11 Tir Chonaill
12:22 Dunbarton
13:33 Emain Macha
14:44 Bangor
14:44 Emain Macha
16:66 Emain Macha

Ceo in days.

Price [ + / - ]
01:12 Emain Macha - Island in South Pathway
01:48 Sen Mag 5th house from West
Rua [ + / - ]
01:39 Resting
02:15 Resting

Themes





Author Topic: [September 3, 2023]Abyss Patcher  (Read 359365 times)

0 Members and 1 Guest are viewing this topic.

Offline OwnerMagix

Re: [April 15, 2016]Abyss Patcher R226
« Reply #750 on: February 14, 2013, 07:39:18 pm »
To get past the character screen I simply removed Abyss. So I assume it'll need to be updated. As for the emergency maint, I thought it was due to not being able to change channels, log out and enter homesteads without crashing. I don't see how duping relates. ._.
Character data wasn't saving.

Offline Blade3575

Re: [April 15, 2016]Abyss Patcher R226
« Reply #751 on: February 14, 2013, 07:59:59 pm »
Can't talking about duping, but yes, it was from character data not saving. I'm back home so I can try and figure out what's going on.

Seems as though AltNameColor is broken.

Offline Monarchist

Re: [April 15, 2016]Abyss Patcher R226
« Reply #752 on: February 14, 2013, 08:08:47 pm »
It's certainly good that you've found the issue so soon, but do you have an ETA on how soon we may expect Abyss to be functional again? I apologize if I've offended in my asking.
Reality is only perception.

Offline Tekashi

Re: [April 15, 2016]Abyss Patcher R226
« Reply #753 on: February 14, 2013, 08:15:38 pm »
This config will allow you to play w/ Abyss. I turned basically most things off besides bitmap.

Code: [Select]
//If you enjoy these mods please feel free to donate: http://blade3575.net63.net/Abyss/donate.html
//To uninstall Abyss delete the following files:
// Abyss_patchlog.txt, dinput8.dll, dsound.dll, dsound.ini and HSLaunch.exe

[PATCH]

;Enter your user name or email used to sign into your account along with your secondary password.
; Example: If you log in with the credentials:
; Username: Blade
; Password: 3575
; Secondary Password: 0000

;Load any DLL you want here. The DLL's you want to load must be in your
; Mabinogi folder. Separate the DLL's with commas.
; Example: LoadDLL=HackSlash.dll,HSpass.dll
LoadDLL=

;Change the color of names when the Alt key is pressed.
; First 2 digits are transparency, 3rd and 4th are red, 5th and 6th are green, 7th and 8th are blue.
AltNameColor=0
Human1=0xFF00CCFF
Human2=0x00000000
Elf1=0xFFFFC0CB
Elf2=0x00000000
Giant1=0xFF00CC00
Giant2=0x00000000
NPC1=0xFFFF6600
NPC2=0x00000000

;Use bitmap fonts instead of vector fonts to prevent window lag.
Bitmap=1

;Show individual minutes on the clock instead of intervals of 10.
ClockMinute=1

;Changes the sky light to:
; 1 = Midday
; 2 = Midnight
ControlDayTime=0

;Show negative life instead of DEADLY.
DeadlyLife=0

;Change the default range attack:
; 1 = Magnum Shot
; 2 = Arrow Revolver
; 3 = Support Shot
; 4 = Crash Shot
DefaultRangeSwap=0

;Disable Alt+Enter key combination to enter full-screen mode.
DisableAltEnter=0

;Enables you to open more than one Client.
; Select the window individually, don't Alt + Tab. This will prevent hotkeys from not working.
; You must use an edited launcher or any other launcher that's not the official to launch more than one client.
EnableMultiClient=0

;Allows you to view names when holding down alt from far away.
FarAltDisplay=0

;Allows you to open windows while you're dead.
InterfaceWhileDead=0

////////////////////
//Start Item Hooks//
////////////////////
;Item ID.
ID=0

;Max quantity an item can stack to.
Bundle=0

;Shows numerical quality of an item.
Quality=0

;Shows the time a field boss will spawn on a Fomor Command Scroll?
SpawnTime=0

;Shows the return position a coupon will bring you to.
CouponPosition=0

;Show true durability of an item.
Durability=1

;Shows the three hex colors of an item.
Color=0

;NOT WORKING PROPERLY
;Shows buy and sell price of an item.
Price=0
//////////////////
//End Item Hooks//
//////////////////

;Display last area character was logged in to in character select screen?
LastPosition=0

; 0=normal, 1=white, 2=G2, 3=G3, 4=G4...
; -1=G16S2, -2=G16S3, -3=G16S4, -4=G17S2
;Change the login screen background image.
LoginScreen=0

;Doesn't work?
MetalwareExpiring=0

;Allow zooming on the minimap in Uladh like you can in Iria.
MiniMapZoom=1

;Allows you to change to the same channel.
MoveToSameChannel=1

;MTU and Nagle like fixes for the Client through direct socket alteration?
Nodelay=1

;Prevents Party signs from automatically closing.
PartyTime=1

;Changes Party Board to Housing Board
PartyToHousing=1

/////////////////////
//Start Pet Patches//
/////////////////////
;Stops system message when pets are hungry, in need of help or attacking.
Hungry=1
Deadly=1
Attack=1
///////////////////
//End Pet Patches//
///////////////////

;Allows you to land from any height when flying.
RemoveLandingHeight=0

;Allows you to right-click yourself.
RightClickSelf=0

;View Combat Power by pressing Alt.
Scouter=0

;View stars in collection journal.
Scrapbook=0

;Shows purchase and sell price of items.
ShowItemPrice=0

;Show Ping Meter?
ShowPing=0

;Talk to your ego when it's not equipped.
TalkToUnequippedEgo=0

;Data folder but generally doesn't work due to timing.
XML=0

////////////////////
//Start Zoom Hooks//
////////////////////
; 0=normal, 1=union of zoom range, 2=fixed zoom range
Zoom=0
ZoomMin=200
ZoomMax=3000
//////////////////
//End Zoom Hooks//
//////////////////

Offline Blade3575

Re: [April 15, 2016]Abyss Patcher R226
« Reply #754 on: February 14, 2013, 08:19:11 pm »
It's certainly good that you've found the issue so soon, but do you have an ETA on how soon we may expect Abyss to be functional again? I apologize if I've offended in my asking.

I honestly don't know. I have CP and ItemDetail fixed but AltNameColor is the one causing the crashing, I'm going to need to find a new way to do this one or it's going to have to disappear. I'll probably release a fix but disable AltNameColor until I find a new way to do it if I can't figure it out tonight.

Offline why5434

Re: [April 15, 2016]Abyss Patcher R226
« Reply #755 on: February 14, 2013, 08:41:02 pm »
This config will allow you to play w/ Abyss. I turned basically most things off besides bitmap.

Code: [Select]
//If you enjoy these mods please feel free to donate: http://blade3575.net63.net/Abyss/donate.html
//To uninstall Abyss delete the following files:
// Abyss_patchlog.txt, dinput8.dll, dsound.dll, dsound.ini and HSLaunch.exe

[PATCH]

;Enter your user name or email used to sign into your account along with your secondary password.
; Example: If you log in with the credentials:
; Username: Blade
; Password: 3575
; Secondary Password: 0000

;Load any DLL you want here. The DLL's you want to load must be in your
; Mabinogi folder. Separate the DLL's with commas.
; Example: LoadDLL=HackSlash.dll,HSpass.dll
LoadDLL=

;Change the color of names when the Alt key is pressed.
; First 2 digits are transparency, 3rd and 4th are red, 5th and 6th are green, 7th and 8th are blue.
AltNameColor=0
Human1=0xFF00CCFF
Human2=0x00000000
Elf1=0xFFFFC0CB
Elf2=0x00000000
Giant1=0xFF00CC00
Giant2=0x00000000
NPC1=0xFFFF6600
NPC2=0x00000000

;Use bitmap fonts instead of vector fonts to prevent window lag.
Bitmap=1

;Show individual minutes on the clock instead of intervals of 10.
ClockMinute=1

;Changes the sky light to:
; 1 = Midday
; 2 = Midnight
ControlDayTime=0

;Show negative life instead of DEADLY.
DeadlyLife=0

;Change the default range attack:
; 1 = Magnum Shot
; 2 = Arrow Revolver
; 3 = Support Shot
; 4 = Crash Shot
DefaultRangeSwap=0

;Disable Alt+Enter key combination to enter full-screen mode.
DisableAltEnter=0

;Enables you to open more than one Client.
; Select the window individually, don't Alt + Tab. This will prevent hotkeys from not working.
; You must use an edited launcher or any other launcher that's not the official to launch more than one client.
EnableMultiClient=0

;Allows you to view names when holding down alt from far away.
FarAltDisplay=0

;Allows you to open windows while you're dead.
InterfaceWhileDead=0

////////////////////
//Start Item Hooks//
////////////////////
;Item ID.
ID=0

;Max quantity an item can stack to.
Bundle=0

;Shows numerical quality of an item.
Quality=0

;Shows the time a field boss will spawn on a Fomor Command Scroll?
SpawnTime=0

;Shows the return position a coupon will bring you to.
CouponPosition=0

;Show true durability of an item.
Durability=1

;Shows the three hex colors of an item.
Color=0

;NOT WORKING PROPERLY
;Shows buy and sell price of an item.
Price=0
//////////////////
//End Item Hooks//
//////////////////

;Display last area character was logged in to in character select screen?
LastPosition=0

; 0=normal, 1=white, 2=G2, 3=G3, 4=G4...
; -1=G16S2, -2=G16S3, -3=G16S4, -4=G17S2
;Change the login screen background image.
LoginScreen=0

;Doesn't work?
MetalwareExpiring=0

;Allow zooming on the minimap in Uladh like you can in Iria.
MiniMapZoom=1

;Allows you to change to the same channel.
MoveToSameChannel=1

;MTU and Nagle like fixes for the Client through direct socket alteration?
Nodelay=1

;Prevents Party signs from automatically closing.
PartyTime=1

;Changes Party Board to Housing Board
PartyToHousing=1

/////////////////////
//Start Pet Patches//
/////////////////////
;Stops system message when pets are hungry, in need of help or attacking.
Hungry=1
Deadly=1
Attack=1
///////////////////
//End Pet Patches//
///////////////////

;Allows you to land from any height when flying.
RemoveLandingHeight=0

;Allows you to right-click yourself.
RightClickSelf=0

;View Combat Power by pressing Alt.
Scouter=0

;View stars in collection journal.
Scrapbook=0

;Shows purchase and sell price of items.
ShowItemPrice=0

;Show Ping Meter?
ShowPing=0

;Talk to your ego when it's not equipped.
TalkToUnequippedEgo=0

;Data folder but generally doesn't work due to timing.
XML=0

////////////////////
//Start Zoom Hooks//
////////////////////
; 0=normal, 1=union of zoom range, 2=fixed zoom range
Zoom=0
ZoomMin=200
ZoomMax=3000
//////////////////
//End Zoom Hooks//
//////////////////
Thanks! Now my game text looks so much better than before ._....

Offline imjamesw

Re: [April 15, 2016]Abyss Patcher R226
« Reply #756 on: February 14, 2013, 08:55:58 pm »
I honestly don't know. I have CP and ItemDetail fixed but AltNameColor is the one causing the crashing, I'm going to need to find a new way to do this one or it's going to have to disappear. I'll probably release a fix but disable AltNameColor until I find a new way to do it if I can't figure it out tonight.

Is there an address in scache that I can edit to fix what broke?  AltNameColor isn't anything I use, I can't speak for anyone but myself- but I wouldn't notice it's absence in a future release.

Smashie- Tarlach

Offline Blade3575

Re: [April 15, 2016]Abyss Patcher R226
« Reply #757 on: February 14, 2013, 09:01:23 pm »
Make sure AltNameColor is disabled and you could be able to play without crashing from Abyss. ItemDetail and CP are broken but because of that, they shouldn't crash. I didn't add a check when making the AltNameColor so it didn't say it failed. I'll be making sure I add a check next time.

Offline imjamesw

Re: [April 15, 2016]Abyss Patcher R226
« Reply #758 on: February 14, 2013, 09:05:54 pm »
Make sure AltNameColor is disabled and you could be able to play without crashing from Abyss. ItemDetail and CP are broken but because of that, they shouldn't crash. I didn't add a check when making the AltNameColor so it didn't say it failed. I'll be making sure I add a check next time.

Thanks for the work you've put into this patcher.

Smashie- Tarlach

Offline vb286

Re: [April 15, 2016]Abyss Patcher R226
« Reply #759 on: February 14, 2013, 09:10:19 pm »
I believe the problem with windows 8 is that windows 8 forces driver signing for all possible drivers.  and HSLaunch.exe is a user mode driver without a driver signature thus it can't execute.  Correct me if i'm wrong.  I think it would require using a slightly different bypassing method to make it work.  At the very least a method to make it so HSLaunch.exe isn't a driver at all.
I haven't seen the code to support that, other wise Skype would allow file transfers.
Pain...
Agony...
My hatred burns through the cavernous deeps. The world heaves with my torment. Its wretched kingdoms quake beneath my rage...
But at last...
The whole of Azeroth will break...
...And all will burn beneath the shadow of my wings..

When the people fear their government, there is only tyranny.  When the Government fears its people, there is freedom.

Now accepting negative Karma.  As of now, Current Karma=-(X); Where X is current amount of Karma.

The :censored: Guild  Join today!

Offline Blade3575

Re: [April 15, 2016]Abyss Patcher R226
« Reply #760 on: February 14, 2013, 09:24:08 pm »
Updated for R138. Sorry it took so long.

Offline Fl0rn

Re: [April 15, 2016]Abyss Patcher R226
« Reply #761 on: February 14, 2013, 09:40:14 pm »
Updated for R138. Sorry it took so long.

Don't think hardly anyone here has the right to complain, myself included.  Thanks for maintaining the effort on this and keeping it up for everyone.

Offline Mikocracy

Re: [April 15, 2016]Abyss Patcher R226
« Reply #762 on: February 14, 2013, 10:05:19 pm »
I don't understand what I did wrong. I downloaded Abyss yesterday, and after the Maintenance today(both of them) I unzipped it into my Mabi folder. I turned on the Mods I wanted, and started up Mabi after turning on Hackshield. Game starts up, I put in my password, then my second password. The moment it reaches the character select screen, though, it says "Mabinogi has experienced a problem and needs to close". Does it every time.
"When I next meet that fair maid Nelly, I'll plunge my knife into her belly...
...and if I spy a singing bird, I'll snap its neck before it's heard...
...madness is merry and merriment's might, when the jester comes calling with his knife in the night..." ~The Fool of Hearts

Offline Blade3575

Re: [April 15, 2016]Abyss Patcher R226
« Reply #763 on: February 14, 2013, 10:06:40 pm »
Things broke after the update. Redownload and you'll be fine.

Offline Mikocracy

Re: [April 15, 2016]Abyss Patcher R226
« Reply #764 on: February 14, 2013, 10:13:32 pm »
Oh, thank you. After a few scares today I'm just really jumpy about any problems. My Black Unicorb pet has been 'Blackrobed' for a week now. It doesn't effect use, I can still summon it, ride it, and it appears normally in game, but on the Character Select Screen it appears 'Blackrobed', which scares me a bit, but I'm told it's just a cache error and nothing to worry about if the pet still works~
"When I next meet that fair maid Nelly, I'll plunge my knife into her belly...
...and if I spy a singing bird, I'll snap its neck before it's heard...
...madness is merry and merriment's might, when the jester comes calling with his knife in the night..." ~The Fool of Hearts

Offline Europe

Re: [April 15, 2016]Abyss Patcher R226
« Reply #765 on: February 14, 2013, 10:20:14 pm »
Oh, thank you. After a few scares today I'm just really jumpy about any problems. My Black Unicorb pet has been 'Blackrobed' for a week now. It doesn't effect use, I can still summon it, ride it, and it appears normally in game, but on the Character Select Screen it appears 'Blackrobed', which scares me a bit, but I'm told it's just a cache error and nothing to worry about if the pet still works~

Go to your documents, double click the Mabinogi folder, double click the cache folder, delete the file that has the name of your black unicorn.

That will force the client to update the pet on the login screen.

Offline krump91

Re: [April 15, 2016]Abyss Patcher R226
« Reply #766 on: February 14, 2013, 10:25:15 pm »
Thank you for the fix ^^

Offline imjamesw

Re: [April 15, 2016]Abyss Patcher R226
« Reply #767 on: February 14, 2013, 10:44:08 pm »
Updated for R138. Sorry it took so long.

That was fast.  Works great!

Thank you!

Smashie- Tarlach

Offline Chelle

Re: [April 15, 2016]Abyss Patcher R226
« Reply #768 on: February 14, 2013, 11:05:52 pm »
So.....I STILL can't dual client with this mod. Can ANYONE help me please? Or is everyone going to continue ignoring me completely?

Offline vb286

Re: [April 15, 2016]Abyss Patcher R226
« Reply #769 on: February 14, 2013, 11:09:05 pm »
So.....I STILL can't dual client with this mod. Can ANYONE help me please? Or is everyone going to continue ignoring me completely?
look though the thread for answers.
Pain...
Agony...
My hatred burns through the cavernous deeps. The world heaves with my torment. Its wretched kingdoms quake beneath my rage...
But at last...
The whole of Azeroth will break...
...And all will burn beneath the shadow of my wings..

When the people fear their government, there is only tyranny.  When the Government fears its people, there is freedom.

Now accepting negative Karma.  As of now, Current Karma=-(X); Where X is current amount of Karma.

The :censored: Guild  Join today!

Offline Blade3575

Re: [April 15, 2016]Abyss Patcher R226
« Reply #770 on: February 14, 2013, 11:10:49 pm »
Let me guess, you just tried to run Client.exe, without any parameters, yes?

You ignored him. He had a legitimate question that would potentially end up answering your question.

Offline vb286

Re: [April 15, 2016]Abyss Patcher R226
« Reply #771 on: February 14, 2013, 11:15:40 pm »
Are parameters the same as before Blade?
Pain...
Agony...
My hatred burns through the cavernous deeps. The world heaves with my torment. Its wretched kingdoms quake beneath my rage...
But at last...
The whole of Azeroth will break...
...And all will burn beneath the shadow of my wings..

When the people fear their government, there is only tyranny.  When the Government fears its people, there is freedom.

Now accepting negative Karma.  As of now, Current Karma=-(X); Where X is current amount of Karma.

The :censored: Guild  Join today!

Offline Blade3575

Re: [April 15, 2016]Abyss Patcher R226
« Reply #772 on: February 14, 2013, 11:26:34 pm »
Code: [Select]
@ECHO OFF
START Client.exe code:1622 ver:48 logip:8.31.99.11 logport:11000 chatip:8.31.99.12 chatport:8002 setting:"file://data/features.xml=Regular, USA"
EXIT

Save as a .bat file in your Mabinogi folder. I might make a program in a little bit for this to avoid the changing IP's.

Offline Jaejae

Re: [April 15, 2016]Abyss Patcher R226
« Reply #773 on: February 15, 2013, 12:59:14 am »
Still stuck at the log-in.

Offline imjamesw

Re: [April 15, 2016]Abyss Patcher R226
« Reply #774 on: February 15, 2013, 02:08:39 am »
Still stuck at the log-in.

First, open C:\Nexon\Mabinogi (or wherever Mabinogi is installed).  Find dsound.ini (could just be dsound with an icon that has a small gear on the left).  Make sure that the option "AltNameColor" is set to "AltNameColor=0".  Save the file, run Mabinogi again.

If this fixes the problem with the client not loading, download the package again from the first page and overwrite/replace your existing files.  Your .ini shouldn't need the "=0" to get past the login screen if the newest version is in your mabinogi folder.

Smashie- Tarlach