shenafu.com

Please login or register.

Login with username, password and session length
Advanced search  

News:

One year since I first heard Kay sing.

Pages: [1] 2 3 ... 10
 1 
 on: Today at 01:04:52 AM 
Started by MeEun - Last post by joe
Okie boss since you dun like then no point forcing, btw the warsong do you have the hex data for the evil axe so we can alter the stats

 2 
 on: Today at 12:31:55 AM 
Started by MeEun - Last post by Den
i played it in the past. didn't like it. i'll give it another try later maybe.

 3 
 on: September 06, 2010, 11:21:44 PM 
Started by MeEun - Last post by joe
Boss
thanks btw you want to start another excel sheet on der langrisser i have the english version of the genesis rom Its basically langrisser 2 in english on sega

 4 
 on: September 05, 2010, 11:34:10 PM 
Started by MeEun - Last post by Den
get a tool to fix the checksum. such as segatool.

 5 
 on: September 05, 2010, 03:00:18 AM 
Started by MeEun - Last post by Joe
Thanks BOSS, you really are the king of warsong , btw how do overcome the red screen that appears when you start the rom with an emulator

 6 
 on: September 04, 2010, 12:49:40 PM 
Started by MeEun - Last post by Den
each commander is 16 bytes long. in the worksheet you see i wrote something like 34*16. you can also tell by the pattern of the data. fighter is 41FFFF.... lord is 4143FF.... so on.

 7 
 on: September 04, 2010, 08:37:37 AM 
Started by MeEun - Last post by Joe
Hi i need to know what is the byte for king, saint, arch mage, magic knight, grand knight so i can modify their troops

 8 
 on: September 03, 2010, 09:28:14 PM 
Started by MeEun - Last post by Den
what about them? if you want to use them, you should also modify their price to hire.

 9 
 on: September 03, 2010, 12:26:16 AM 
Started by MeEun - Last post by Joe
Hi i used the codes for modifying the fighter troops to various types cool, just need to know about the bytes to the other commanders  Troop types 5A: Elemental 58: Gragoyle  54:Stracos Rhinos 56: Golem

 10 
 on: September 01, 2010, 01:16:59 PM 
Started by MeEun - Last post by Den
Long time ago I also tried to change the troop code, but failed. But now that I found out about the mask (see my last post) you have to turn on the mask. 00 is true and FF is false.

For instance Fighter's troop code is 41 FF FF and the mask is 00 FF FF. If you change it to 41 42 FF, the mask should change to 00 00 FF. The last three digits of the offset is the same but separated by 0x2000. I'll edit the exact address later, but in short, if troop code is at 2Cxxx, then the mask is at 2Exxx. visually (example only):
Code: [Select]
Before
2C202: 41 FF FF
2E202: 00 FF FF
Code: [Select]
After
2C202: 41 42 FF
2E202: 00 00 FF

Note that's the gist and should work for simple modifications. Except it won't work for Garett's Fighter, which was coded differently.

Pages: [1] 2 3 ... 10

Page created in 0.135 seconds with 18 queries.