Jump to content
  • 0
Judas

2013 Ragexe Area

Question

525 answers to this question

Recommended Posts

  • 0

Finally added all the English translations known so far into diff file <that took a while :P> .

Updated Diff File =>  http://www.mediafire.com/download.php?o52ncrpo44nzeq9

 

Why a v2? Cause there were too many hex edits added that I just wanted to keep the old one as a backup (in case i screwed up somewhere)


Included Updates:

 

 

1)  Translate Client into English now does all the known translations so far (Including the Alt + E one).

 

2)  Enable Arial on All Langtypes (Since the new hex was found to be working by some people I have added it).

 

3)  Extend NPC Dialog Fixed

 

4)  Fix for Taekwon Branch Classes for Langtype 0 (Avoid converting name to Korean)

 

 

Updates to be done soon:

 

1)  Custom Window Title

 

2)  Enable DNS Support - Space is there for adding code. Just need to find the logic.

 

 

So the impending question is ...Are there any major diffs left over that needs attention?

Share this post


Link to post
Share on other sites
  • 0

does enable aura past 99/150 still exist in 2013?

 

looks like aura triggers immediately at 175 for 3rd classes, and dissapear after 175

Share this post


Link to post
Share on other sites
  • 0

 

Finally added all the English translations known so far into diff file <that took a while :P> .

Updated Diff File =>  http://www.mediafire.com/download.php?o52ncrpo44nzeq9

 

Why a v2? Cause there were too many hex edits added that I just wanted to keep the old one as a backup (in case i screwed up somewhere)

 

Included Updates:

 

 

1)  Translate Client into English now does all the known translations so far (Including the Alt + E one).

 

2)  Enable Arial on All Langtypes (Since the new hex was found to be working by some people I have added it).

 

3)  Extend NPC Dialog Fixed

 

4)  Fix for Taekwon Branch Classes for Langtype 0 (Avoid converting name to Korean)

 

 

Updates to be done soon:

1)  Custom Window Title

 

2)  Enable DNS Support - Space is there for adding code. Just need to find the logic.

 

 

So the impending question is ...Are there any major diffs left over that needs attention?

 

having hackshield error using this new diff patch file.

Share this post


Link to post
Share on other sites
  • 0

@MStream Something is wrong with your V2 Diff. Translate Client into English  gave me Error but i Ignore this and Translation work 

But your Extendend NPC Dialog dosent work for me. Is it the same as this here ? That work for me.

 

 

@Judas & Shakto OK so about NPC Dialog Extend. Can someone test these? Looks like the Extend NPC Diff was incomplete. This should ( in theory )
change the buffer size to 4096 bytes
 
 
Find:    81 EC 08 08 00 00 A1 70 F0 99 00 33 C4 89 84 24 04 08 00 00 56 8B C1 57 8B BC 24 14 08 00 00 
Replace: 81 EC 04 10 00 00 A1 70 F0 99 00 33 C4 89 84 24 00 10 00 00 56 8B C1 57 8B BC 24 10 10 00 00 
 
Find:    FF D2 8B 8C 24 0C 08 00 00 5F 5E 33 CC E8 75 46 0C 00 81 C4 08 08 00 00
Replace: FF D2 8B 8C 24 08 10 00 00 5F 5E 33 CC E8 75 46 0C 00 81 C4 04 10 00 00 

Share this post


Link to post
Share on other sites
  • 0

How come whenever I use lang type 0 I got error in character selection? I can't pass through it. But whenever using lang type 1 it works well but I can't connect properly..

Share this post


Link to post
Share on other sites
  • 0

nope i think rocred's source is not released as far as i know. Anyways since we have been hex editing clients anyways why not just hexedit rocred.exe :P. The title is interleaved with null bytes in the exe so u need to be careful when replacing. 

snaprocred.png

Note, all strings are in the resources, so you can have unrestricted title, if you edit the stringtables with ResHacker or something to that effect; just saying.

Share this post


Link to post
Share on other sites
  • 0

The issues reported in v2 diff file has been fixed . Please let me know if you see any other bugs.

Share this post


Link to post
Share on other sites
  • 0

The issues reported in v2 diff file has been fixed . Please let me know if you see any other bugs.

 

The Client Keeps on Crashing every time we open it. Is there a problem on windows7 (x64)?

Share this post


Link to post
Share on other sites
  • 0

@MStream i have still Problem with your Extended NPC Dialog and i look into your Diff. Please correct my if i wrong 

PROPOSAL FOR CORRECTIONbyte_[UI]_Extended_NPC_Dialog:3BB5D2:8:4		okaybyte_[UI]_Extended_NPC_Dialog:3BB5D3:8:16		8:10	byte_[UI]_Extended_NPC_Dialog:3BB5D7:112:0		deletebyte_[UI]_Extended_NPC_Dialog:3BB5D8:240:224	        deletebyte_[UI]_Extended_NPC_Dialog:3BB5D9:153:143	        deletebyte_[UI]_Extended_NPC_Dialog:3BB5E0:4:0		okaybyte_[UI]_Extended_NPC_Dialog:3BB5E1:8:16		8:10byte_[UI]_Extended_NPC_Dialog:3BB5EB:20:16		14:10byte_[UI]_Extended_NPC_Dialog:3BB5EC:8:16		8:10byte_[UI]_Extended_NPC_Dialog:3BB686:12:8		0C:08byte_[UI]_Extended_NPC_Dialog:3BB687:8:16		8:10byte_[UI]_Extended_NPC_Dialog:3BB695:8:4		okaybyte_[UI]_Extended_NPC_Dialog:3BB696:8:16		08:10WORK FOR ME:Find:    81 EC 08 08 00 00 A1 70 F0 99 00 33 C4 89 84 24 04 08 00 00 56 8B C1 57 8B BC 24 14 08 00 00 Replace: 81 EC 04 10 00 00 A1 70 F0 99 00 33 C4 89 84 24 00 10 00 00 56 8B C1 57 8B BC 24 10 10 00 00  Find:    FF D2 8B 8C 24 0C 08 00 00 5F 5E 33 CC E8 75 46 0C 00 81 C4 08 08 00 00Replace: FF D2 8B 8C 24 08 10 00 00 5F 5E 33 CC E8 75 46 0C 00 81 C4 04 10 00 00
Edited by ParSalian

Share this post


Link to post
Share on other sites
  • 0

gimme a minute looks like i forgot to change the first set

 

BTW Parsalian the values in the diff are decimal (so 16 is actually 0x10) :)

 

The ones you mentioned to delete is correct it shouldn't be there .

 

EDIT: Updated V2 fixed for Extended NPC Dialog

Edited by MStream

Share this post


Link to post
Share on other sites
  • 0

Another question. Have somebody diffed the Share_Body_Palettes / Share_Head_Palettes ? They need a Palette named  " body_xxxx.pal " .

And Share_Body_Palettes_Gender_Separate / Share_Head_Palettes_Gender_Separate ? They need a Palette named " body_³²_xxxx.pal ".

 

Where i get  these palettes ?  The are not in the KRO data.grf or rdata.grf.

Edited by ParSalian

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.