The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: TheManuel on August 03, 2011, 09:25:30 pm

Title: Samurai Shodown Edge of Destiny out for tinkering
Post by: TheManuel on August 03, 2011, 09:25:30 pm
The usual outlet has finally released the game (arcade, Taito Type X2) but they have not been able to get it to work with the current loader. They decided to release it in the hopes that somebody does.

Stay tuned.
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: GreatLamer on August 06, 2011, 04:31:04 am
Cool.
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: Triangel7D on August 06, 2011, 08:41:32 am
I think the "usual outlet" may now have a hack up that makes it work. Man, this game is huge (4GB)!
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: mshelbz on August 09, 2011, 07:27:12 pm
Anyone know a way to change the controls to match my MAME cab setup?
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: TheManuel on August 09, 2011, 09:04:17 pm
Right here (http://www.hyperspin-fe.com/forum/showthread.php?t=14151&page=3) if you are up for changing the game.exe with a hex editor.

You could also use autohotkey.
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: mshelbz on August 09, 2011, 09:33:54 pm
Right here (http://www.hyperspin-fe.com/forum/showthread.php?t=14151&page=3) if you are up for changing the game.exe with a hex editor.

You could also use autohotkey.

I can't view the thread, it that in the VIP forum?  My donation expired.
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: TheManuel on August 09, 2011, 09:37:16 pm
Sorry, you are right.  I forgot that forum is not open.
Follow the instructions below; any hex editor will do.
I had gotten around the issue using ahk but I liked this solution better, so I did that instead.
Let me know if you have issues.

;-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
; This text shows where to edit controls in the game.exe for Samurai Shodown - Edge of Destiny
; Open game.exe in UltraEdit, hit Ctrl+G and paste the 0x######### number below to find the key you want to change
; Change it's value to the hex of the key you want instead.
;
; Original Controls:
; Player 1:               Player 2:
; Up - Up      @ 0x000A8238 hex C8   Num 8 - Up      @ 0x000A8323 hex 48
; Down - Down      @ 0x000A8248 hex D0   Num 2 - Down      @ 0x000A8339 hex 50
; Left - Left      @ 0x000A8254 hex CB   Num 4 - Left      @ 0x000A834B hex 4B
; Right - Right      @ 0x000A825C hex CD   Num 6 - Right      @ 0x000A8356 hex 4D
; A - Kick      @ 0x000A8290 hex 1E   G - Kick      @ 0x000A8397 hex 22
; S - Special      @ 0x000A82A0 hex 1F   H - Special      @ 0x000A83AD hex 23
; Z - Horizontal Slash   @ 0x000A826C hex 2C   B - Horizontal Slash   @ 0x000A8361 hex 30
; X - Vertical Slash   @ 0x000A8278 hex 2D   N - Vertical Slash   @ 0x000A8373 hex 31
; F1 - Start      @ 0x000A82FB hex 3B   F5 - Start      @ 0x000A8426 hex 3F
; F2 - Coin      @ 0x000A8311 hex 3C   F6 - Coin      @ 0x000A821D hex 40
;
; ----------------------------------------------
; | Scan code table: HEX = KEY          |
; ----------------------------------------------
;
;          10 = Q      20 = D      30 = B         40 = F6         50 = Numpad 2      ?? = End
; 01 = ESC      11 = W      21 = F      31 = N         41 = F7         51 = Numpad 3      ?? = F11
; 02 = 1      12 = E      22 = G      32 = M         42 = F8         52 = Numpad 0      ?? = F12
; 03 = 2      13 = R      23 = H      33 = ,         43 = F9         53 = Numpad .
; 04 = 3      14 = T      24 = J      34 = .         44 = F10      ?? = Numpad /
; 05 = 4      15 = Y      25 = K      35 = /         45 = Num Lock      ?? = Numpad Enter
; 06 = 5      16 = U      26 = L      36 = Right Shift   46 = Scroll Lock   ?? = Right Alt
; 07 = 6      17 = I      27 = ;      37 = Numpad *      47 = Numpad 7      ?? = Right Ctrl
; 08 = 7      18 = O      28 = '      38 = Left Alt      48 = Numpad 8      C8 = Up Arrow
; 09 = 8      19 = P      29 = `      39 = Spacebar      49 = Numpad 9      C9 = Page Up
; 0A = 9      1A = [      2A = Left Shift   3A = Caps Lock      4A = Numpad -      CD = Right Arrow
; 0B = 0      1B = ]      2B = \      3B = F1         4B = Numpad 4      D0 = Down Arrow
; 0C = -      1C = Enter   2C = Z      3C = F2         4C = Numpad 5      D1 = Page Down
; 0D = =      1D = Left Ctrl   2D = X      3D = F3         4D = Numpad 6      D2 = Insert
; 0E = Backspace   1E = A      2E = C      3E = F4         4E = Numpad +      D3 = Delete
; 0F = Tab      1F = S      2F = V      3F = F5         4F = Numpad 1      ?? = Home
;-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: mshelbz on August 09, 2011, 09:57:29 pm
That's way over my head. Just going to hope a loader compatible game.exe comes out eventually
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: mshelbz on August 09, 2011, 10:11:32 pm
Giving it a stab...what about test switch?

Thanks!  Got it all working except the test switch to change to English and enable blood
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: TheManuel on August 09, 2011, 10:47:14 pm
I'm afraid the test mode button is either not in the exe or has not been identified.
Some people have managed to load the game using typex_loader (like the other TTX games), in Win 7 64bit, using XP SP3 compatibility mode, so they can configure the keys using typex_config.  This did not work for me nor many others, though.

We'll have to wait on that one.
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: mshelbz on August 09, 2011, 11:08:52 pm
Found out a workaround.  Make sure your corrected file is named game.exe and run this program http://www.megaupload.com/?d=U1RC1DML (http://www.megaupload.com/?d=U1RC1DML)

After that it will create a folder named SV in the same folder you are in.  Copy the files in this link into it and it will enable blood and Engrish

https://rapidshare.com/files/1461401925/sv.rar (https://rapidshare.com/files/1461401925/sv.rar)


While it's no test mode, it at least gives us the most sought after changes.

Now if I can figure out how to get KOF:MIA working
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: TheManuel on August 11, 2011, 03:27:21 pm
What happens when you try to run KOFMIRA?
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: Dazz on August 11, 2011, 05:08:51 pm
Right here (http://www.hyperspin-fe.com/forum/showthread.php?t=14151&page=3) if you are up for changing the game.exe with a hex editor.

You could also use autohotkey.

I can't view the thread, it that in the VIP forum?  My donation expired.
Pssst... donations don't expire on the HS site.  Accounts will only get banned for violating the TOS.
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: mshelbz on August 11, 2011, 10:31:20 pm
Right here (http://www.hyperspin-fe.com/forum/showthread.php?t=14151&page=3) if you are up for changing the game.exe with a hex editor.

You could also use autohotkey.

I can't view the thread, it that in the VIP forum?  My donation expired.
Pssst... donations don't expire on the HS site.  Accounts will only get banned for violating the TOS.

I realized that after I posted lol Chrome didn't auto log me in  :banghead:
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: kokoski on August 24, 2011, 11:46:56 am
When I try to load it up my comp says it's missing a dic32.dll file, a file which my bitdefender called a worm, anyone have  any ideas?
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: BadMouth on August 29, 2011, 07:35:06 pm
I was messing around with remapping the controls with a hex editor and noticed two extra controls.
By default, C makes P1 jump backwards & M makes P2 jump forwards.  ???

Can't find any buttons mapped that makes them jump in the other directions.

I remapped them because they interfered with the buttons I wanted to use for other controls.
(they are at 8284 & 8380 EDIT:8385 respectively)

Were there more than 4 buttons on the original control panel?
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: BadMouth on August 29, 2011, 08:20:51 pm
Found out a workaround.  Make sure your corrected file is named game.exe and run this program http://www.megaupload.com/?d=U1RC1DML (http://www.megaupload.com/?d=U1RC1DML)

After that it will create a folder named SV in the same folder you are in.  Copy the files in this link into it and it will enable blood and Engrish

https://rapidshare.com/files/1461401925/sv.rar (https://rapidshare.com/files/1461401925/sv.rar)


While it's no test mode, it at least gives us the most sought after changes.



Tried this and now the game crashes.  :-\
Anyone else have a problem with it?

EDIT: Nevermind.  Started from scratch and followed these steps before remapping the keys and it works fine.
         I probably messed something up the last time I had it open in the hex editor.
         Just gotta remap my keys again, then it should be ready for primetime  ;D
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: djvj on August 30, 2011, 12:06:44 am
nm, wrong game
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: nexnox on February 27, 2013, 01:30:36 am
So, I have tried to HEX edit my game..but everytime I run the launcher, the game.exe gets restored to a pre-edited state.
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: Shou on June 26, 2013, 02:33:35 pm
Does anyone know if someone hacked the config file to have both Japanese language and blood?
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: fizen on October 30, 2016, 07:01:46 am
I'm wondering if anyone has managers to find the HEX address of the ESC (exit) key
I'd like to change the default.
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: gentlemagic on October 26, 2018, 09:20:05 am
Found out a workaround.  Make sure your corrected file is named game.exe and run this program http://www.megaupload.com/?d=U1RC1DML (http://www.megaupload.com/?d=U1RC1DML)

After that it will create a folder named SV in the same folder you are in.  Copy the files in this link into it and it will enable blood and Engrish

https://rapidshare.com/files/1461401925/sv.rar (https://rapidshare.com/files/1461401925/sv.rar)


While it's no test mode, it at least gives us the most sought after changes.

Now if I can figure out how to get KOF:MIA working

please help enable english and blood
Title: Re: Samurai Shodown Edge of Destiny out for tinkering
Post by: TheManuel on November 01, 2018, 09:32:01 am
I had taken a long break from the hobby and I'm a little foggy on setting up Taito Type X games but I recently found this launcher (https://sites.google.com/view/magoarcade/software/typextra).  I'm not sure if I found it here or in another forum but I intend to look into it and possibly migrate my hacky setup to this if it looks good.