Users browsing this thread: 1 Guest(s)
questions and Suggestions about FF3usME

#1
Posts: 19
Threads: 9
Thanks Received: 0
Thanks Given: 0
Joined: Jun 2017
Reputation: 0
Status
None
Hello All Hit , i'm new here and i want thanks for who create The most wonderful tool and This community. i'm here to ask about some questions and Suggestions 

i'm trying to Translate the FF6 game into my language my questions

- Is it possible to add an additional byte to the main menu
* Item to Itemss
or
* Use to Using

I tried to use the compensation method remove bytes from word and add to others but the attempt did not work

I have knowledge about modified games, But I have a hard time knowing the right way..

so i note in FF3usME Remaining bytes but this not effect for menu , options etc...

and my Suggestions for FF3usME is  Cast

- add options to edit menus like, Item Skills Equip Relic Status Config Save job names etc,,,,
- add option in font editor can copy and past character
- That's what I have at the moment


And Finally accept my regards
  Find
Quote  

#2
Posts: 3,966
Threads: 279
Thanks Received: 233
Thanks Given: 56
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
Hi, to answer your question, text and positions are found at the C3/376F table. Limit is 6 letters. You could also expand by 1 and make the window 09x15, giving you a max of 7 letters for words:

Code:
C3/31BB:    B758060D    ; 08x15 at $58B7 (Options)

See $C3 compendium available here.
  Find
Quote  
[-] The following 1 user says Thank You to madsiur for this post:
  • q8fft (06-30-2017)

#3
Posts: 19
Threads: 9
Thanks Received: 0
Thanks Given: 0
Joined: Jun 2017
Reputation: 0
Status
None
(06-30-2017, 07:53 AM)madsiur Wrote: Hi, to answer your question, text and positions are found at the C3/376F table. Limit is 6 letters. You could also expand by 1 and make the window 09x15, giving you a max of 7 letters for words:

Code:
C3/31BB:    B758060D    ; 08x15 at $58B7 (Options)

See $C3 compendium available here.

i thank you for replay and help, Sorry, my information is few about how to deal with ASM . If you do not mind it is possible to set an example tips, how the method works Then I will complete the work...

like I want add more letters to "item" ???
  Find
Quote  

#4
Posts: 3,966
Threads: 279
Thanks Received: 233
Thanks Given: 56
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
Code:
C3/37CB:        3979 88AD9EA600                ; Item

3979 is position (do not touch). 00 end the word (always).

88 AD 9E A6 00 "Item"
88 AD 9E A6 A8 9E 00 "Itemoe" (max length).

The problem is free space when adding more letter. You need to change the pointer to a spot with 8 or 9 free bytes. $C3F091 is free space, you can put your hex word there.

Code:
C3/3729:    CB37        ; "Item" pointer ($C337CB)

change to

C3/3729:    91F0        ; "Itemoe" pointer ($C3F091)

and put this:

C3/F091: 39 79 88 AD 9E A6 A8 9E 00 "Itemoe" (example)
  Find
Quote  
[-] The following 1 user says Thank You to madsiur for this post:
  • q8fft (06-30-2017)

#5
Posts: 19
Threads: 9
Thanks Received: 0
Thanks Given: 0
Joined: Jun 2017
Reputation: 0
Status
None
THANK YOU SO MUCH  Smile . SIR madsiur , Task completed successfully Victory . With your help now i understand how pointers works Laugh !!!
[Image: pFtIhD9.png]

You are legend sir ...
You have my best greeting  Hello
  Find
Quote  



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite