+  RHDN Forum Archive
|-+  Romhacking
| |-+  ROM Hacking Discussion
| | |-+  Fire Emblem Seisen no Keifu question
Pages: [1]
Author Topic: Fire Emblem Seisen no Keifu question  (Read 2 times)
Izuka
Guest
« on: July 09, 2009, 11:25:51 am »

Hello, a few of you might know me from the Fire Emblem fandom (Old name was camus the dark knight). My question is this. (I am by no means a very skilled ROM editor, so forgive me)

Back in 07 (I think). A member of a Fire Emblem site named Hanhnn gave me a lot of data that nobody else (At least in the English speaking community) knew. I recall someone saying he was a member here. Either way though, I am searching for the "shield data" in FE4. I don't remember where it is located or what the structure for it is, and I lost the note I had on it (It got corrupted somehow, turned in to gibberish).

I do know, that the game handles it on a class (for default generic units), and character level (For playable and holy characters). So in one section, it will list the classes and the shields they use. Then a 2nd section will do the same for characters. Editing this will, for example, make it so you could change the armor knight's shield to look like the much more massive general one if you desired.

00= Lord Knight Shield
01= Master Knight Shield
02= Duke Knight Shield
03= Great Knight Shield
04= Paladin Shield\\par
05= Mage Knight Shield
06= Social Knight Shield
07= Free Knight Shield
08= Lance Knight Shield
09= Troubadour Shield
0A= Axe Knight Shield
0B= Ares Paladin Shield
0C= Armor Knight Shield
0D= General Shield
0E= Baron Shield
0F= Emperor Shield
10= Arden/Hannibal's Shield
11= Elthosian's Shield
12= Glitch... I assume the rest after this are as well.

This did survive as it was in a second document^ It's the shield values.

On the subject of the data Hanhnn gave me. I also have some more if anyone here was interested. (Quoting the read-me's because I am too lazy to type it).

Quote
Lunar IPS (LIPS) Version 1.00
Apply IPS Patch Log

Offset    Size    RLE    IPS_File_Range       IPS_File_Size
------    ----    ID     00000000-00000004        5

   // Animation Off mode type (*)
1EBBD6      31    No     00000005-0000003A       36   Male Forrest   ( Type 19 )
1EC68E      31    No     0000003B-00000070       36   Female Forrest   ( Type 51 )
   // Male/Female Forrest class can use Sword/Lance/Axe/Bow just like Iron Armor class

   // Animation Off mode type arguments list
1E87DF      90    No     00000071-00000105       95
   // 0x2 bytes each class
   // Lo Byte : i dont know, Male class doesnt use this data
   // Hi Byte : Female class Animation Off mode type
   // Example :
   // 0D49FFFFFFFFFFFFFFFF124A
   // 0x0D49 :   0x0D i dont know, Male class doesnt use this data
         0x49 Female Class 0x0D (Mage Knight) uses type 49
   // 0x124A :   0x12 i dont know, Male class doesnt use this data
         0x4A Female Class 0x0D (Dragon Rider) uses type 4A
   // 0xFF = default ( class 00 uses type 00, class 47 uses type 47)
   // In this patch
   // Female Master Knight 0xFFFF --> attacks just like Male Master Knight
   // Female Dragon Master 0x1400 --> attacks just like Social Knight
------    ----    EOF    00000106-00000108        3

Total Patches: 3 (3)


(*) Animation Off mode type starts at offset 001EB70D, 0x31 bytes each type :
Type 00 Offset 001EB70D
Type 01 Offset 001EB73E
Type 02 Offset 001EB76F
Type 03 Offset 001EB7A0
Type 04 Offset 001EB7D1
Type 05 Offset 001EB802
Type 06 Offset 001EB833
Type 07 Offset 001EB864
Type 08 Offset 001EB895
Type 09 Offset 001EB8C6
Type 0A Offset 001EB8F7
Type 0B Offset 001EB928
Type 0C Offset 001EB959
Type 0D Offset 001EB98A
Type 0E Offset 001EB9BB
Type 0F Offset 001EB9EC
And so on ....

Quote
you should read linhtinh.txt
there are 2 section
Map Female Battle Animation start at offset 0x1E87DF, it uses the data that store in section Map Battle Animation Data

ie : in Map Female Battle Animation section you'll see

Duke Knight             FF  FF
Master Knight           08  48

that means Female Master Knight uses type 48, which is stored at 1EC4D5 - 1EC505
every Male class uses default type, which is the same as it's class number
ie : Male Dark Prince uses type 47, which is stored at 1EC4A4 - 1EC4D4
(i think you already knew that class Dark Prince = class 47)

because Duke Knight data is FFFF, that mean Female Duke Knight uses the same type as Male Duke Knight does, it's type 07, which is stored at 1EB864 - 1EB894

The last one, Type 5D is Lord Knight Celice

linhtinh.txt

Quote
Map Female Battle Animation
Offset $1E87DF
Class           ??  Female

Social Knight           FF  FF
Lance Knight            FF  FF
Arch Knight             FF  FF
Axe Knight              FF  FF
Free Knight             FF  FF
Troubadour              FF  FF
Lord Knight             FF  FF
Duke Knight             FF  FF
Master Knight           08  48
Male Paladin            FF  FF
Female Paladin          FF  FF
Bow Knight              FF  FF
Forrest Knight          FF  FF
Mage Knight             0D  49
Great Knight            FF  FF
Pegasus Rider           FF  FF
Pegasus Knight          FF  FF
Falcon Knight           FF  FF
Dragon Rider            12  4A
Dragon Knight           13  4B
Dragon Master           14  4C
Bow Fighter             15  4D
Sword Fighter           16  4E
Sword Master            17  4F
Sniper                  18  50
Forrest                 19  51
General                 FF  FF
Emperor                 FF  FF
Baron                   FF  FF
Soldier                 FF  FF
Spear Soldier           FF  FF
Axe Soldier             FF  FF
Archer                  FF  FF
Sword Soldier           FF  FF
Armour                  FF  FF
Axe Armour              FF  FF
Bow Armour              FF  FF
Sword Armour            FF  FF
Barbarian               FF  FF
Axe Fighter             FF  FF
Mountain Thief          FF  FF
Warrior                 FF  FF
Hunter                  FF  FF
Pirate                  FF  FF
Junior Lord             FF  FF
Male Mage Fighter       FF  FF
Prince                  FF  FF
Princess                FF  FF
Female Mage Fighter     FF  FF
Queen                   FF  FF
Dancer                  FF  FF
Priest                  33  52
Mage                    34  53
Fire Mage               35  54
Thunder Mage            36  55
Wind Mage               37  56
High Priest             38  57
Bishop                  FF  FF
Sage                    3A  58
Bard                    FF  FF
Shaman                  FF  FF
Dark Mage               FF  FF
Dark Bishop             FF  FF
Thief                   3F  59
Thief Fighter           40  5A
Civilian                41  5B
Child                   42  5C
Long Arch               FF  FF
Iron Arch               FF  FF
Killer Arch             FF  FF
Gold Arch               FF  FF
Dark Prince             FF  FF


Below is the Map Battle Animation Data

1EB70D - 1EB73D      Type 00      Male   Class Social Knight
1EB73E - 1EB76E      Type 01      Male   Class Lance Knight
1EB76F - 1EB79F      Type 02      Male   Class Arch Knight
1EB7A0 - 1EB7D0      Type 03      Male   Class Axe Knight
1EB7D1 - 1EB801      Type 04      Male   Class Free Knight
1EB802 - 1EB832      Type 05      Male   Class Troubadour
1EB833 - 1EB863      Type 06      Male   Class Lord Knight
1EB864 - 1EB894      Type 07      Male   Class Duke Knight
1EB895 - 1EB8C5      Type 08      Male   Class Master Knight
1EB8C6 - 1EB8F6      Type 09      Male   Class Male Paladin
1EB8F7 - 1EB927      Type 0A      Male   Class Female Paladin
1EB928 - 1EB958      Type 0B      Male   Class Bow Knight
1EB959 - 1EB989      Type 0C      Male   Class Forrest Knight
1EB98A - 1EB9BA      Type 0D      Male   Class Mage Knight
1EB9BB - 1EB9EB      Type 0E      Male   Class Great Knight
1EB9EC - 1EBA1C      Type 0F      Male   Class Pegasus Rider
1EBA1D - 1EBA4D      Type 10      Male   Class Pegasus Knight
1EBA4E - 1EBA7E      Type 11      Male   Class Falcon Knight
1EBA7F - 1EBAAF      Type 12      Male   Class Dragon Rider
1EBAB0 - 1EBAE0      Type 13      Male   Class Dragon Knight
1EBAE1 - 1EBB11      Type 14      Male   Class Dragon Master
1EBB12 - 1EBB42      Type 15      Male   Class Bow Fighter
1EBB43 - 1EBB73      Type 16      Male   Class Sword Fighter
1EBB74 - 1EBBA4      Type 17      Male   Class Sword Master
1EBBA5 - 1EBBD5      Type 18      Male   Class Sniper
1EBBD6 - 1EBC06      Type 19      Male   Class Forrest
1EBC07 - 1EBC37      Type 1A      Male   Class General
1EBC38 - 1EBC68      Type 1B      Male   Class Emperor
1EBC69 - 1EBC99      Type 1C      Male   Class Baron
1EBC9A - 1EBCCA      Type 1D      Male   Class Soldier
1EBCCB - 1EBCFB      Type 1E      Male   Class Spear Soldier
1EBCFC - 1EBD2C      Type 1F      Male   Class Axe Soldier
1EBD2D - 1EBD5D      Type 20      Male   Class Archer
1EBD5E - 1EBD8E      Type 21      Male   Class Sword Soldier
1EBD8F - 1EBDBF      Type 22      Male   Class Armour
1EBDC0 - 1EBDF0      Type 23      Male   Class Axe Armour
1EBDF1 - 1EBE21      Type 24      Male   Class Bow Armour
1EBE22 - 1EBE52      Type 25      Male   Class Sword Armour
1EBE53 - 1EBE83      Type 26      Male   Class Barbarian
1EBE84 - 1EBEB4      Type 27      Male   Class Axe Fighter
1EBEB5 - 1EBEE5      Type 28      Male   Class Mountain Thief
1EBEE6 - 1EBF16      Type 29      Male   Class Warrior
1EBF17 - 1EBF47      Type 2A      Male   Class Hunter
1EBF48 - 1EBF78      Type 2B      Male   Class Pirate
1EBF79 - 1EBFA9      Type 2C      Male   Class Junior Lord
1EBFAA - 1EBFDA      Type 2D      Male   Class Male Mage Fighter
1EBFDB - 1EC00B      Type 2E      Male   Class Prince
1EC00C - 1EC03C      Type 2F      Male   Class Princess
1EC03D - 1EC06D      Type 30      Male   Class Female Mage Fighter
1EC06E - 1EC09E      Type 31      Male   Class Queen
1EC09F - 1EC0CF      Type 32      Male   Class Dancer
1EC0D0 - 1EC100      Type 33      Male   Class Priest
1EC101 - 1EC131      Type 34      Male   Class Mage
1EC132 - 1EC162      Type 35      Male   Class Fire Mage
1EC163 - 1EC193      Type 36      Male   Class Thunder Mage
1EC194 - 1EC1C4      Type 37      Male   Class Wind Mage
1EC1C5 - 1EC1F5      Type 38      Male   Class High Priest
1EC1F6 - 1EC226      Type 39      Male   Class Bishop
1EC227 - 1EC257      Type 3A      Male   Class Sage
1EC258 - 1EC288      Type 3B      Male   Class Bard
1EC289 - 1EC2B9      Type 3C      Male   Class Shaman
1EC2BA - 1EC2EA      Type 3D      Male   Class Dark Mage
1EC2EB - 1EC31B      Type 3E      Male   Class Dark Bishop
1EC31C - 1EC34C      Type 3F      Male   Class Thief
1EC34D - 1EC37D      Type 40      Male   Class Thief Fighter
1EC37E - 1EC3AE      Type 41      Male   Class Civilian
1EC3AF - 1EC3DF      Type 42      Male   Class Child
1EC3E0 - 1EC410      Type 43      Male   Class Long Arch
1EC411 - 1EC441      Type 44      Male   Class Iron Arch
1EC442 - 1EC472      Type 45      Male   Class Killer Arch
1EC473 - 1EC4A3      Type 46      Male   Class Gold Arch
1EC4A4 - 1EC4D4      Type 47      Male   Class Dark Prince
1EC4D5 - 1EC505      Type 48
1EC506 - 1EC536      Type 49
1EC537 - 1EC567      Type 4A
1EC568 - 1EC598      Type 4B
1EC599 - 1EC5C9      Type 4C
1EC5CA - 1EC5FA      Type 4D
1EC5FB - 1EC62B      Type 4E
1EC62C - 1EC65C      Type 4F
1EC65D - 1EC68D      Type 50
1EC68E - 1EC6BE      Type 51
1EC6BF - 1EC6EF      Type 52
1EC6F0 - 1EC720      Type 53
1EC721 - 1EC751      Type 54
1EC752 - 1EC782      Type 55
1EC783 - 1EC7B3      Type 56
1EC7B4 - 1EC7E4      Type 57
1EC7E5 - 1EC815      Type 58
1EC816 - 1EC846      Type 59
1EC847 - 1EC877      Type 5A
1EC878 - 1EC8A8      Type 5B
1EC8A9 - 1EC8D9      Type 5C
1EC8DA - 1EC90A      Type 5D

Anyone who has edited anything in FE4 knows about Nightmare Table Editor. Here is his module for map and battle animation.

http://www.mediafire.com/file/zezu2rhwgmm/FE4 Animation Module.rar
« Last Edit: July 09, 2009, 11:35:55 am by Izuka »
Rappa
Guest
« Reply #1 on: July 11, 2009, 06:19:51 am »

Code:
am searching for the "shield data" in FE4. I don't remember where it is located or what the structure for it is, and I lost the note I had on it

Here you go. This is the shield data from a Japanese blog. They're the famous Binary blog

I wonder if you can read Japanese?

Code:
順     盾グラフィックの内訳                グラフィックヘッダ 末尾アド バイト(h)
00 ロードナイト用  無地の中くらいの逆三角形型         2E 7E EE(2E802E)    2E80BC     08F
01 マスターナイト用 装飾の入った中くらいの逆三角形型      BD 7E EE(2E80BD)  2E815A     09E
02 デュークナイト用 枠付き十字柄の縦長型            5B 7F EE(2E815B)  2E81DE     084
03 グレートナイト用 太い枠付き十字柄のホームベース型      DF 7F EE(2E81DF)  2F0279     09B (2E81FF~2F0200へ継続)
04 パラディン用   十字柄の縦長のホームベース型        7A 00 EF(2F027A)  2F027A     080
05 マージナイト用  枠付き十字柄の逆三角形型          FA 00 EF(2F02FA)  2F0398     09F
06 ソシアルナイト用 小さい丸型                 99 01 EF(2F0399)  2F0419     081
07 フリーナイト系用 枠の付いた極小のホームベース型       1A 02 EF(2F041A)  2F0472     059
08 ランスナイト用  2色のサンドウィッチ柄の小さい逆三角形型  73 02 EF(2F0473)  2F04EE     07C
09 トルバドール用  極小の丸型                 EF 02 EF(2F04EF)  2F0561     073
0A アクスナイト用  無地のホームベース型            62 03 EF(2F0562)  2F05D0     06F
0B アレス用     十字柄のホームベース型           D1 03 EF(2F05D1)  2F0646     076
0C アーマー系用   無地の小さいタマゴ型            47 04 EF(2F0647)  2F06C2     07C
0D ジェネラル用   S字柄のホームベース型           C3 04 EF(2F06C3)  2F075C     09A
0E バロン用     縦に凸になっている大きなひし形       5D 05 EF(2F075D)  2F07EF     093
0F エンペラー用   装飾の入った大きな長方形          F0 05 EF(2F07F0)  2F08AE     0BF
10 アー、ハンニ用  十字の装飾の入った大きなタマゴ型      AF 06 EF(2F08AF)  2F0964     0B6
11 エルトシャン用  十字柄の縦長のひし形            65 07 EF(2F0965)  2F0965     0B0



各クラス毎の盾の形と色のヘッダ指定です
データ始点$1983ED  データ終点$1984AC  ヘッダ始点$198394  ヘッダ終点$1983EB

汎用指定が終点位置の指定も兼ねているので、個人指定は、汎用の前に指定する事

各部の数値の定義は左から
    WORD    ç›¾ã®å½¢æŒ‡å®šå€¤å§‹ç‚¹ï¼ˆãƒ˜ãƒƒãƒ€ï¼‰
WORD ユニット顔ID(汎用&終点指定FFFF);
BYTE å½¢;
BYTE 色;
        割り当てられたクラス、又はユニット名

---------------------------------------------------------------------------------------------------------------

Code:
ヘッダ ユニ 形 色  クラス、ユニット名
0059    03 00 06 02 ソシアルナイト・ノイッシュ用
        02 00 06 03 ソシアルナイト・アレク用
        25 00 06 05 ソシアルナイト・アレス用
        FF FF 06 04 ソシアルナイト・汎用

0069    05 00 08 11 ランスナイト・親世代フィン用
        22 00 08 11 ランスナイト・子世代フィン用
        FF FF 08 12 ランスナイト・汎用

0075    0E 00 0A 19 アクスナイト・レックス用
        1E 00 0A 19 アクスナイト・ヨハン用
        FF FF 0A 04 アクスナイト・汎用

0081    36 00 07 06 フリーナイト・デルムッド用
        21 00 07 06 フリーナイト・トリスタン用
        0D 00 07 06 フリーナイト・ベオウルフ用
        FF FF 07 07 フリーナイト・汎用

0091    30 00 09 03 トルバドール・ジャンヌ用
        3F 00 09 03 トルバドール・ナンナ用
        11 00 09 02 トルバドール・エスリン用
        FF FF 09 04 トルバドール・汎用

00A1    FF FF 00 08 ロードナイト・汎用

00A5    06 00 02 0B デュークナイト・キュアン用
        05 00 02 09 デュークナイト・親世代フィン用
        22 00 02 09 デュークナイト・子世代フィン用
        FF FF 02 0C デュークナイト・汎用

00B5    12 00 01 09 マスターナイト・ラケシス用
        1D 00 01 09 マスターナイト・リーフ用
        FF FF 01 0A マスターナイト・汎用

00C1    5A 00 11 10 パラディン男女共通・1章エルトシャン用
        9F 00 11 10 パラディン男女共通・3章エルトシャン用
        25 00 0B 13 パラディン男女共通・アレス用
        FF FF 04 0F パラディン男女共通・汎用

00D1    36 00 07 06 フォレストナイト・デルムッド用
        21 00 07 06 フォレストナイト・トリスタン用
        0D 00 07 06 フォレストナイト・ベオウルフ用
        FF FF 07 07 フォレストナイト・汎用

00E1    0A 00 05 00 マージナイト・アゼル用
        FF FF 05 01 マージナイト・汎用

00E9    0E 00 03 0D グレートナイト・レックス用
        1E 00 03 0D グレートナイト・ヨハン用
        FF FF 03 0E グレートナイト・汎用

00F5    04 00 10 18 ジェネラル・アーダン用
        24 00 10 18 ジェネラル・ハンニバル用
        FF FF 0D 16 ジェネラル・汎用

0101    FF FF 0F 17 エンペラー・汎用
0105    FF FF 0E 15 バロン・汎用
0109    FF FF 0C 14 アーマー・汎用
010D    FF FF 0C 14 アクスアーマー・汎用
0111    04 00 0C 15 ソードアーマー・アーダン用
        FF FF 0C 14 ソードアーマー・汎用

There's a movie about the shield here

http://www.youtube.com/watch?v=sviWrNhrnJQ&feature=PlayList&p=8EA2D87D36BE7C0F&index=19
Izuka
Guest
« Reply #2 on: July 11, 2009, 09:45:06 am »

Quote
Here you go. This is the shield data from a Japanese blog. They're the famous Binary blog

I wonder if you can read Japanese?

I can vaguely read. I should be able to figure it out.

Thanks a bunch, just what I was looking for.
hanhnn
Guest
« Reply #3 on: July 11, 2009, 11:36:49 am »

it has been a long time, i almost forgot everything
Izuka
Guest
« Reply #4 on: July 11, 2009, 11:56:45 am »

Quote
it has been a long time, i almost forgot everything

Nice to see you again Tongue

I translated what I could. IF anyone is interested, here it is (I still can't read the 1st section, so I am unsure what it is, however I didn't mess around with it yet, but I will later tonight, so hopefully I will figure it out at that point).

Code:
00= Lord Knight Shield 2E 7E EE(2E802E)  2E80BC     08F
01= Master Knight Shield BD 7E EE(2E80BD)  2E815A     09E
02= Duke Knight Shield 5B 7F EE(2E815B)  2E81DE     084
03= Great Knight Shield DF 7F EE(2E81DF)  2F0279     09B (2E81FF~2F0200???)
04= Paladin Shield 7A 00 EF(2F027A)  2F027A     080
05= Mage Knight Shield FA 00 EF(2F02FA)  2F0398     09F
06= Social Knight Shield 99 01 EF(2F0399)  2F0419     081
07= Free Knight Shield 1A 02 EF(2F041A)  2F0472     059
08= Lance Knight Shield 73 02 EF(2F0473)  2F04EE     07C
09= Troubadour Shield EF 02 EF(2F04EF)  2F0561     073
0A= Axe Knight Shield 62 03 EF(2F0562)  2F05D0     06F
0B= Ares Paladin Shield D1 03 EF(2F05D1)  2F0646     076
0C= Armor Kight Shield 47 04 EF(2F0647)  2F06C2     07C
0D= General Shield C3 04 EF(2F06C3)  2F075C     09A
0E= Baron Shield 5D 05 EF(2F075D)  2F07EF     093
0F= Emperor Shield F0 05 EF(2F07F0)  2F08AE     0BF
10= Arden/Hannibal Shield AF 06 EF(2F08AF)  2F0964     0B6
11= Elthosian Shield 65 07 EF(2F0965)  2F0965     0B0

---------------------------------------------------------------------------------------------------------------

$1983ED-$1984AC

Byte 1: Character
Byte 2: Character
Byte 3: Shield
Byte 4: Color

Social Knight

0059    03 00 06 02 Alec
        02 00 06 03 Noish
        25 00 06 05 Ares
        FF FF 06 04 Default

Lance Knight

0069    05 00 08 11 Young Finn
        22 00 08 11 Adult Finn
        FF FF 08 12 Default

Great Knight

0075    0E 00 0A 19 Lex
        1E 00 0A 19 Johan
        FF FF 0A 04 Default

Free Knight

0081    36 00 07 06 Delmud
        21 00 07 06 Tristan
        0D 00 07 06 Beowulf
        FF FF 07 07 Default

Troubadour

0091    30 00 09 03 Jane
        3F 00 09 03 Nanna
        11 00 09 02 Ethlin
        FF FF 09 04 Default

Lord Knight

00A1    FF FF 00 08 Default

Duke Knight

00A5    06 00 02 0B Cuan
        05 00 02 09 Young Finn
        22 00 02 09 Adult Finn
        FF FF 02 0C Default

Master Knight

00B5    12 00 01 09 Lachesis
        1D 00 01 09 Leaf
        FF FF 01 0A Default

Paladin

00C1    5A 00 11 10 Elthosian (Chapter 3)
        9F 00 11 10 Elthosian (Chapter 1)
        25 00 0B 13 Ares
        FF FF 04 0F Default

Forest Knight

00D1    36 00 07 06 Delmud
        21 00 07 06 Tristan
        0D 00 07 06 Beowulf
        FF FF 07 07 Default

Mage Knight

00E1    0A 00 05 00 Azel
        FF FF 05 01 Default

Great Knight

00E9    0E 00 03 0D Lex
        1E 00 03 0D Johan
        FF FF 03 0E Default

General

00F5    04 00 10 18 Arden
        24 00 10 18 Hannibal
        FF FF 0D 16 Default

Emperor, Baron, Armors

0101    FF FF 0F 17 Default Emperor
0105    FF FF 0E 15 Default Baron
0109    FF FF 0C 14 Default Armor
010D    FF FF 0C 14 Default Axe Armor
0111    04 00 0C 15 Arden - Sword Armor
        FF FF 0C 14 Default Sword Armor

Chacters will use the default class shield and color unless is says otherwise (So for example, Arthur who does not appear under the mage knight section, will use the class shield and color, while Azel gets a custom color).
golden
Guest
« Reply #5 on: July 11, 2009, 01:34:06 pm »

Awesome stuff, you guys should consider writing a quick document with the info and upload it to the database.
Rappa
Guest
« Reply #6 on: July 11, 2009, 07:29:21 pm »

A friend of mine (also using this nick as we use the same PC) was translating FE4 to Vietnamese. He found the Binary group's blog and there are so sos so so MANY BIG THINGs in FE4 structure that I think Western hackers (at least English Speaking ones) do not know. The blog is a treasure if you're interested in hacking FE4. He suggested me to translate the documents to English, but I'm afraid of violating the copyright since these are not invented by any of us.
The documents belong to many people at the blog. So is it LEGAL to translate them from Japanese to English and upload here?
golden
Guest
« Reply #7 on: July 11, 2009, 09:38:24 pm »

I guess the correct approach would be asking them for permission, but if you acknowledge their work it should be fine.
hanhnn
Guest
« Reply #8 on: July 12, 2009, 01:35:21 pm »

@izuka : what's happened to the FESS forum ? Will it ever be back online ?
@rappa : how is NTNV now ? will he get better ? should i start a new VNFE4 project or just waiting for him ?
Izuka
Guest
« Reply #9 on: July 12, 2009, 11:02:39 pm »

Quote
what's happened to the FESS forum ? Will it ever be back online ?

The site died. What was left of the user base went to Serenes Forest.

http://serenesforest.net/
Rappa
Guest
« Reply #10 on: July 13, 2009, 06:30:01 am »

@hanhnn: I think he never start again. But he gave me all the data he made, and I'm about to finish FE3 Monshou no Nazo (maybe I'll re do his last work). Then, I'll finish FE4 before moving to Der Langrisser.
Celice
Guest
« Reply #11 on: July 15, 2009, 03:30:54 pm »

I don't know if it's the same stuff you guys are talking about, but at the binary uploader, download 771, there's a bunch of structure data that looks similar to what you're asking about :/  

http://febin.so.land.to/

I just wish I know how to move around the starting location of towns ._.  It'd be easier for my hack to not be restricted by the original locations.
Rappa
Guest
« Reply #12 on: July 15, 2009, 06:21:37 pm »

Quote
I don't know if it's the same stuff you guys are talking about

Nay, it's just their uploader. The blog is another place. Try google yourself with the key word "ajk" and "fireemblem" in Katakana.
Celice
Guest
« Reply #13 on: July 15, 2009, 06:34:36 pm »

I was just meaning that there's additional data available at their uploader for those who might also be interested ^^;
Celice
Guest
« Reply #14 on: July 16, 2009, 06:06:13 pm »

Sorry for the double post, but I tried looking around for the site mentioned and found this:

http://wiki.livedoor.jp/fe_mars/

But overall, while there's data, it doesn't look like some huge compilation.  Were there any other places that haven't been mentioned yet?
Pages: [1]  


Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC