ROM Hack Summon Night Translation Project

boojumz

Well-Known Member
OP
Member
Joined
May 12, 2008
Messages
145
Trophies
0
Age
31
Location
the heavens
Website
Visit site
XP
121
Country
Canada
Hi
I'm boojumz and i've recently started hacking Summon Night 2 in order to possibly get a full translation.

Thanks to Darthnemesis' and noitora's help as well as Darth's awesome tool, i managed to decompress and extract all the text and have posted a few of the files here.

http://spreadsheets.google.com/ccc?key=pSX...K08JQ&hl=en

There is around a total of 1.5 megabytes...which is quite a bit, but i'll be posting them one by one as everything gets translated.

translate stuff if you want. if you want to be credited, post here.

Please if you don't know Japanese do not try to edit stuff, as online translators have been proven time and again to fail on epic proportions. Vandalism is also simply pointless as I can easily revert the file to an older version. i'll see if i can copy this post onto the front of the topic.

Currently, there isn't much progress as I am quite busy over the week and KiseKibou is the only one translating, but this project will be alive as long as I am.

At the moment, I am searching for the menus and item names. I'll post here as soon as I find them and then add another sheet to the spreadsheet.
 

boojumz

Well-Known Member
OP
Member
Joined
May 12, 2008
Messages
145
Trophies
0
Age
31
Location
the heavens
Website
Visit site
XP
121
Country
Canada
hmm...does anyone know anything about .narc files? i've been searching basically everything but i really can't find anything that resembles the the menus. i'm pretty sure the battle menus and stuff are all graphics, but not too many files showed anything at all...and the ones that seemed the most promising ended up crashing Nintenlord's LZ77 decompression tool.
 

DarthNemesis

Well-Known Member
Member
Joined
Feb 19, 2008
Messages
1,210
Trophies
0
XP
260
Country
United States
boojumz said:
hmm...does anyone know anything about .narc files? i've been searching basically everything but i really can't find anything that resembles the the menus. i'm pretty sure the battle menus and stuff are all graphics, but not too many files showed anything at all...and the ones that seemed the most promising ended up crashing Nintenlord's LZ77 decompression tool.
Here are the results of my investigation so far. You can use Nintenlord's tool to decompress the narc, then narctool to unpack it. You'll end up with a bunch of files...

Type 1: Static image
NCLR = palette(s)
NCGR = graphics for 8x8 tiles
NSCR = map of tiles to image (tile number, X/Y flip, palette number)

Type 2: Moving image
NCLR = palette(s)
NCBR/NCGR = graphics for 8x8 tiles
NCER = map of tiles to animation cells
NANR = animation data

I've figured out the format of static images, but haven't looked much into animations yet.

The title screen menu options are stored in title\ti1_sp_sub0001.narc. Here's the raw tile data:
summonnight2titlemenubm5.png


As you can see, it consists of the text with transparent glow, merged onto the background. Here's the background, for reference:
summonnight2titlesubbgvm3.png


Replacement images would need to consist of the text with glow effect, at 5 different levels of transparency, along with any background data touched by the glow effect.
 

HernanZh

Well-Known Member
Member
Joined
Apr 6, 2008
Messages
178
Trophies
0
Age
36
Location
The Netherlands
Website
www.heigames.com
XP
165
Country
Netherlands
DarthNemesis said:
As you can see, it consists of the text with transparent glow, merged onto the background. Here's the background, for reference:
Replacement images would need to consist of the text with glow effect, at 5 different levels of transparency, along with any background data touched by the glow effect.
Ouch, looks tough to edit >.>
 

psycoblaster

Divine
Member
Joined
Jan 26, 2008
Messages
2,131
Trophies
0
Age
33
Location
Seoul.. (in Korea)
Website
Visit site
XP
211
Country
HernanZh said:
DarthNemesis said:
As you can see, it consists of the text with transparent glow, merged onto the background. Here's the background, for reference:
Replacement images would need to consist of the text with glow effect, at 5 different levels of transparency, along with any background data touched by the glow effect.
Ouch, looks tough to edit >.>
or you can easily edit it but lose a lot of quality
 

boojumz

Well-Known Member
OP
Member
Joined
May 12, 2008
Messages
145
Trophies
0
Age
31
Location
the heavens
Website
Visit site
XP
121
Country
Canada


ok...so this is what i managed to get after five minutes...i find that it becomes most visible when i shift it over 47 times...this is the title menu that Darthnemesis just showed a few posts ago...
i was just wondering how i would go about changing the colour palette in order to match the real colours that would be displayed? because right now, things are pretty black and white...
 

psycoblaster

Divine
Member
Joined
Jan 26, 2008
Messages
2,131
Trophies
0
Age
33
Location
Seoul.. (in Korea)
Website
Visit site
XP
211
Country
give me your NCLR and NCGR files. let me see them
i've been experimenting with graphics and palettes a lot today XP (check the last page of of the ys ds thread)
I might be able to write up a quick tutorial for you if you need to
 

psycoblaster

Divine
Member
Joined
Jan 26, 2008
Messages
2,131
Trophies
0
Age
33
Location
Seoul.. (in Korea)
Website
Visit site
XP
211
Country
here's what I got.
pic.png

This is the ti1_sp_sub0001uncomp.arc file you gave me.
I am using Tile Molester to view this, and this quick tutorial will be based on Tile Molester.
I'm not quite sure how to import a palette from another file, so I used the archived file, because the palette and the graphic is in the same file.
First of all, the 2 common graphic codecs used in DS graphics are 4 bpp linear and 8 bpp linear.
The 4 bpp usually uses a 16 color palette, while the 8 bpp graphics usually uses a 256 color palette.
The palettes used in NDS ROMs are made out of 2 bytes for each color, so a 16 colored palette inside the ROM will be 32 bytes of hex, and the 256 color palette will be 512 bytes of hex.
As you can see in Darthnemesis's and my pic, you can just see how it does NOT use 16 colors, but a lot more. It's a shot from the dark, but you can guess that this graphic file will be encoded with 8 bpp linear.
Do an ascii search for either one of these two:
RLCN
TTLP
These 2 text are found in the header of many palette files.
The header is 40 bytes long, so the actual palette starts at 0x19F5C.
Now on TM, goto palette -> import from -> this file
It will ask you to input the size and the offset of the palette.
As explained above, graphics encoded with 8 bpp will have a 256 color palette, so the size will be 256.
The offset needs to be inputed in decimal form, which can easily be done by the inbuilt calculator of an XP/vista (not sure about mac), or there should be online calculators that converts hexadecimals into decimals.
So once you input the decimal form of the beginning offset of the palette, which should be 106332, you'll get something similar to our examples.
But, if you did not mess around with anything else than what I have told you so far, you will get this:
pic2-1.png

You will notice the weird non-graphic stuff in front of the graphics. Using the buttons that look like the less than and greater than signs, and the addition and division signs, try to get the starting tile to be the beginning of your graphic file, just like Darth's or mine. I just messed around with the width/height of the grid so I could see the whole graphic file in the window.
Well, here is what I did to get the graphic to fit:
use the scroll bar on the left side to scroll down 3 rows
click on the button that looks like ">" 12 times
click on the button that looks like "+" 28 times
and mess around with the buttons on the left to it, which increases the grid height/width.
 

DarthNemesis

Well-Known Member
Member
Joined
Feb 19, 2008
Messages
1,210
Trophies
0
XP
260
Country
United States
psycoblaster said:
I'm not quite sure how to import a palette from another file, so I used the archived file, because the palette and the graphic is in the same file.
Method A
1) Open the NCGR and the NCLR in a hex editor
2) Copy the palette from the NCLR into the NCGR
3) View/edit the combined file
4) Open the combined file in a hex editor and remove the palette from it

Method B
1) Copy NCLR into a different folder and rename it to the same filename as the NCGR
2) Open it in Tile Molester and import the palette (make sure to select Copy)
3) Use Add to Palettes to save the palette
3) Close the renamed NCLR and open the NCGR
4) Select the saved palette from the Palette menu
 

boojumz

Well-Known Member
OP
Member
Joined
May 12, 2008
Messages
145
Trophies
0
Age
31
Location
the heavens
Website
Visit site
XP
121
Country
Canada
thanks for all the help!
I got it to work and everything seems to be the right colours and everything. i guess ièll use tile molester from now on...i just realized how great it is...before i didnèt quite understand it all...

just one thing...now, in order to translate these...basically, i just wipe everything clean and replace it with my translation...or do i need to do something to deal with all the mismatched stuff.
 

psycoblaster

Divine
Member
Joined
Jan 26, 2008
Messages
2,131
Trophies
0
Age
33
Location
Seoul.. (in Korea)
Website
Visit site
XP
211
Country
DarthNemesis said:
psycoblaster said:
I'm not quite sure how to import a palette from another file, so I used the archived file, because the palette and the graphic is in the same file.
Method A
1) Open the NCGR and the NCLR in a hex editor
2) Copy the palette from the NCLR into the NCGR
3) View/edit the combined file
4) Open the combined file in a hex editor and remove the palette from it

Method B
1) Copy NCLR into a different folder and rename it to the same filename as the NCGR
2) Open it in Tile Molester and import the palette (make sure to select Copy)
3) Use Add to Palettes to save the palette
3) Close the renamed NCLR and open the NCGR
4) Select the saved palette from the Palette menu

the first method was what I was thinking about before I slept XP
but I was never able to get how the add to palettes worked... but thanks, now i've figured out
biggrin.gif



QUOTE(boojumz @ Oct 17 2008, 01:20 AM)
thanks for all the help!
I got it to work and everything seems to be the right colours and everything. i guess ièll use tile molester from now on...i just realized how great it is...before i didnèt quite understand it all...

just one thing...now, in order to translate these...basically, i just wipe everything clean and replace it with my translation...or do i need to do something to deal with all the mismatched stuff.
opening the graphics is the easy part. As you can see, it's not aligned for you. What I would do is deal with the misaligned stuff... I'm not as great as Darthnemesis XP but dealing with 8bpp graphics will be a pain.
 

DarthNemesis

Well-Known Member
Member
Joined
Feb 19, 2008
Messages
1,210
Trophies
0
XP
260
Country
United States
boojumz said:
thanks for all the help!
I got it to work and everything seems to be the right colours and everything. i guess ièll use tile molester from now on...i just realized how great it is...before i didnèt quite understand it all...

just one thing...now, in order to translate these...basically, i just wipe everything clean and replace it with my translation...or do i need to do something to deal with all the mismatched stuff.No, you have to rearrange the replacement image into the same jumbled format as the original.

QUOTE(psycoblaster @ Oct 16 2008, 05:28 PM) the first method was what I was thinking about before I slept XP
but I was never able to get how the add to palettes worked... but thanks, now i've figured out
biggrin.gif
Yeah, it's kind of annoying that palettes are saved separately for each file, but you can get around it by using the same filename.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • Xdqwerty @ Xdqwerty:
    also gonna install twilight menu in my r4 flashcard
  • Psionic Roshambo @ Psionic Roshambo:
    One thing that just occurred to me.... The sound on the 2600 sucked less back then the harsh sound we hear now is from infinitely better speakers we have now, back when the 2600 was new speakers produced a almost muffled sound, like CRTs made old graphics look slightly better.
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder if I could recommend that to some emulation devs that perhaps the sound could use some smoothing out to simulate those old TVs
  • Psionic Roshambo @ Psionic Roshambo:
    I think a few of the early systems could benefit from that, at least up to the 8 bit generation, by the 16 bit generation I think TVs had gotten a lot better in almost every way
  • Xdqwerty @ Xdqwerty:
    i dont have an sd card adapter but I have an usb sd card adapter
  • K3Nv2 @ K3Nv2:
    Old people games
  • Xdqwerty @ Xdqwerty:
    its not the one that comes with the r4
  • Xdqwerty @ Xdqwerty:
    doesnt work (my flashcard is from r4isdhc.com)
  • Xdqwerty @ Xdqwerty:
    might install ysmenu first
  • Psionic Roshambo @ Psionic Roshambo:
    Try Wood firmware
  • Psionic Roshambo @ Psionic Roshambo:
    For your R4
  • Psionic Roshambo @ Psionic Roshambo:
    It's old but it's the best firmware out for DS stuff
  • Xdqwerty @ Xdqwerty:
    it says it only works for the original R4, R4i Gold (r4ids.cn), R4iDSN (r4idsn.com) and Acekard R.P.G.
  • Xdqwerty @ Xdqwerty:
    nvm it does support mine
  • Xdqwerty @ Xdqwerty:
    but why choose it over ysmenu @Psionic Roshambo?
  • Xdqwerty @ Xdqwerty:
    bc im stupid?
  • Xdqwerty @ Xdqwerty:
    yea ik im stupid
  • Xdqwerty @ Xdqwerty:
    good night
  • Psionic Roshambo @ Psionic Roshambo:
    Just give it a try, but honestly if you have a 3DS you can play DS games without a card just off the internal SD card
  • Psionic Roshambo @ Psionic Roshambo:
    Slightly slower loading but a bit more convenient
  • BakerMan @ BakerMan:
    guys, my fuckin headphones have an out of place speaker
  • K3Nv2 @ K3Nv2:
    Did you try wearing them?
    B @ btjunior: @Xdqwerty 16