Lacrima Castle
HelpSearchMembersCalendar

Welcome Guest ( Log In | Register )

3 Pages V < 1 2 3 >  
Reply to this topicStart new topic
> Ledah Ending Added? (Spoilers)
zesler
post Jul 16 2007, 02:09 AM
Post #16


Casual Chatter
**

Group: Arcs
Posts: 74
Joined: 25-June 07
Member No.: 1579



Eh, we need more CG of endings anyway. Maybe add Malice?


~~~
"If it is possible to manipulate this thread, then it will be possible to control everything in the world." -Luminous Arc
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
aerozero
post Jul 16 2007, 02:12 AM
Post #17


Life Waster
********

Group: Knights
Posts: 750
Joined: 15-December 06
From: Somewhere
Member No.: 363



Ash, what program did you use to get the text dump? I'm trying to get the script from another PSP game, but when I extracted and unzipped the ISO, the script was gibberish, in a programming language I think.



~~~
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Yuka
post Jul 16 2007, 02:59 AM
Post #18


We'll soak this parched earth with our own blood.
************

Group: Magi
Posts: 2140
Joined: 27-July 06
From: Gensokyo
Member No.: 177



Rhia says that in order to make sense of the script, you need a Raijinili.


~~~
[20:15] Irysa: I hate myself
[20:15] Irysa: I made myself some curry
[20:15] Irysa: and then
[20:15] Irysa: I realised
[20:15] Irysa: I wasn't hungry
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Mysteryman
post Aug 4 2007, 07:00 PM
Post #19


Shy
*

Group: Arcs
Posts: 28
Joined: 4-August 07
Member No.: 1631



QUOTE(aerozero @ Jul 15 2007, 09:12 PM) *

Ash, what program did you use to get the text dump? I'm trying to get the script from another PSP game, but when I extracted and unzipped the ISO, the script was gibberish, in a programming language I think.


I too, would like to know how to translate hex into something readable. If there is a tool involved is it a sort of parser?


~~~
Proud FESS (Fire Emblem Santuary of Stategy) forum member
"I'll hack you"- Celice of FESS
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Raijinili
post Aug 7 2007, 11:35 AM
Post #20


Lieutenant
*************

Group: Gods
Posts: 2539
Joined: 25-December 05
Member No.: 16



You can make one of a sort. Find a rather large word in the script, all lowercase, calculate the numerical difference between the letters, write a program that searches for that word with each letter offset by the same amount, and you'll be able to build the letter key using that. Punctuation is harder. If there was a way to unpack, edit, then repack the game, this might be easier.

ALTERNATELY, WE CAN USE THE LETTER KEY I GOT FROM RIVIERA GBA.


~~~
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Mysteryman
post Aug 7 2007, 05:35 PM
Post #21


Shy
*

Group: Arcs
Posts: 28
Joined: 4-August 07
Member No.: 1631



QUOTE(Raijinili @ Aug 7 2007, 07:35 AM) *

Find a rather large word in the script


Are you searching in a hex editor? The only words (names) I found were "Ein" and "Fia" and the text surrounding the names were not part of the script. If you could tell me what you are doing I would be very grateful.


~~~
Proud FESS (Fire Emblem Santuary of Stategy) forum member
"I'll hack you"- Celice of FESS
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Raijinili
post Aug 8 2007, 02:20 PM
Post #22


Lieutenant
*************

Group: Gods
Posts: 2539
Joined: 25-December 05
Member No.: 16



No, you do this.

Say the word is "death".

Calculate the differences between the letters:
d
e = d+1
a = e-4
t = a+19
h = t-12

Then you write your OWN program to read the ROM. It reads the bytes one at a time. It first takes a byte, then checks if the byte after it is exactly one more than the first byte. If it is, then it checks that the byte after that is 4 less than the second. Then 19 more than the third, then 12 less than the fourth. If it gets this far, it will then spit out the address of the first byte. If not, it starts the process over with the second byte.


~~~
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Mysteryman
post Aug 8 2007, 04:11 PM
Post #23


Shy
*

Group: Arcs
Posts: 28
Joined: 4-August 07
Member No.: 1631



QUOTE(Raijinili @ Aug 8 2007, 10:20 AM) *

No, you do this.

Say the word is "death".

Calculate the differences between the letters:
d
e = d+1
a = e-4
t = a+19
h = t-12

Then you write your OWN program to read the ROM. It reads the bytes one at a time. It first takes a byte, then checks if the byte after it is exactly one more than the first byte. If it is, then it checks that the byte after that is 4 less than the second. Then 19 more than the third, then 12 less than the fourth. If it gets this far, it will then spit out the address of the first byte. If not, it starts the process over with the second byte.


I get it. Thanks.


~~~
Proud FESS (Fire Emblem Santuary of Stategy) forum member
"I'll hack you"- Celice of FESS
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Feral Phoenix
post Aug 23 2007, 08:12 PM
Post #24


Angelus Artifax
***********

Group: Arcs
Posts: 1516
Joined: 28-December 05
From: Ancardia
Member No.: 29



Rai is a hackz0r genius. *watches in amazement*


~~~
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Yuka
post Aug 23 2007, 08:22 PM
Post #25


We'll soak this parched earth with our own blood.
************

Group: Magi
Posts: 2140
Joined: 27-July 06
From: Gensokyo
Member No.: 177



How else do you think we get most of the data we have?


~~~
[20:15] Irysa: I hate myself
[20:15] Irysa: I made myself some curry
[20:15] Irysa: and then
[20:15] Irysa: I realised
[20:15] Irysa: I wasn't hungry
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Raijinili
post Aug 24 2007, 08:10 AM
Post #26


Lieutenant
*************

Group: Gods
Posts: 2539
Joined: 25-December 05
Member No.: 16



The method might be a bit ingenious, but the coding of it isn't that difficult.


~~~
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Feral Phoenix
post Aug 30 2007, 12:16 PM
Post #27


Angelus Artifax
***********

Group: Arcs
Posts: 1516
Joined: 28-December 05
From: Ancardia
Member No.: 29



I knew Rai did it all, I'm just impressed. Did you learn how to read this stuff by yourself, or did you learn complicated coding somewhere?


~~~
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Raijinili
post Aug 31 2007, 05:19 AM
Post #28


Lieutenant
*************

Group: Gods
Posts: 2539
Joined: 25-December 05
Member No.: 16



I learned problem-solving.


~~~
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Yuka
post Aug 31 2007, 08:37 PM
Post #29


We'll soak this parched earth with our own blood.
************

Group: Magi
Posts: 2140
Joined: 27-July 06
From: Gensokyo
Member No.: 177



Trial and error.


~~~
[20:15] Irysa: I hate myself
[20:15] Irysa: I made myself some curry
[20:15] Irysa: and then
[20:15] Irysa: I realised
[20:15] Irysa: I wasn't hungry
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Raijinili
post Sep 1 2007, 05:04 AM
Post #30


Lieutenant
*************

Group: Gods
Posts: 2539
Joined: 25-December 05
Member No.: 16



More like I figured out a way I could do it manually, then figured out how to interpret that method in a way so that the computer could do it.

I knew I would have to look for the difference of the letters since I didn't know the key, and built up from there.


~~~
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

3 Pages V < 1 2 3 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 23rd April 2025 - 11:34 PM