Jump to content



Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  Elwood : (02 May 2025 - 07:37 AM) When it was active, this place was some of the most fun I've ever had on the internet.
@  Elwood : (02 May 2025 - 07:37 AM) Really wish I liked Discord better so I could hang out with you guys again. I just really prefer forums to Discord. :/
@  Elwood : (02 May 2025 - 07:34 AM) Lol Blazer probably just keeping it up so I can leave it as my homepage for Firefox!
@  Valke : (04 April 2025 - 10:57 AM) wow i cant believe this site is still up
@  acceptance : (27 January 2025 - 08:32 PM) You're right, it really is nostalgic. Totally with Shu on that.
@  Shu : (15 November 2024 - 09:50 PM) Right you are
@  Elwood : (01 August 2024 - 03:41 AM) Wow a new post! ....aaaand it's a bot. Still, it's strangely nostalgic.
@  Oblivion Knight : (26 February 2024 - 11:30 AM) Whoa I can edit a typo. The technology.
@  Oblivion Knight : (26 February 2024 - 11:29 AM) Obligatory message.
@  Elwood : (02 January 2024 - 04:19 AM) Happy New Year!!!
@  Aaron : (13 February 2023 - 09:19 PM) I'm still out here alive. If you remember me, I hope you're doing well!
@  Aaron : (13 February 2023 - 09:09 PM) 2023 and this place is still up huhh
@  Elwood : (05 January 2023 - 07:58 AM) Ah a Christmas greeting from Wolfie! Even if I saw it way late Merry Christmas and Happy New Year to everybody!
@  Cero : (31 December 2022 - 09:27 PM) Man that bot went crazy
@  Whitewolf8 : (24 December 2022 - 10:02 AM) I return once more on the eve of Christmas to haunt you all again!... Mainly Elwood. Hello!
@  Elwood : (25 November 2022 - 04:58 AM) A bot! Ah the nostalgia!
@  Elwood : (02 November 2022 - 02:30 PM) Yo ho ho ho! Thar be the white wolf!
@  Whitewolf8 : (24 October 2022 - 12:29 AM) Well, blimey it's been a while. Hoy there! If anyone's still alive here anyway.
@  Valke : (21 April 2022 - 12:12 PM) im taking the 2nd shout of 2022 😂
@  Elwood : (03 March 2022 - 10:12 PM) Mwuhahaha! The first shout of 2022 is mine!

Qtaru

Member Since 14 Nov 2010
Offline Last Active Jun 07 2012 06:31 AM

Posts I've Made

In Topic: Hacks, questions,

02 June 2011 - 02:41 PM

Okay... still some things I'm not getting, and I'm not sure how to explain it. I've made the macros for the location events in the prologue chapter, and I've made a tile changes file. But how do I get them "connected"? I used 0xC9 in the event pointer table for the prologue map changes, but I'm not certain how to tell the prologue events file at 0x06 to use them, so to speak.

In Topic: Hacks, questions,

01 June 2011 - 01:57 PM

So, er... long absence, I know. Regardless, I'm getting back to work on this but have encountered a problem. I can't seem to get doors working. I disassembled some chapters with doors in them and followed the format they had, only changing the X and Y to match the doors on the map. I can use a door key on them, but they don't open. It just wastes the door key.

Edit: is there some other kind of event I need to run to change the map? I'm guessing that's what's going on because my treasure chests don't "open" after I open them...

This is for the prologue chapter, btw.

CODE
LocationBasedEvents:
LOCA 0x3 [2,1] 0xF
DOOR 0x0 [2,3] 0x10
DOOR 0x0 [12,3] 0x10
CHES 0xB 0x03 [12,1] 0x12
LOCA


The events from Chapter 21 that I was looking at as a guide:

CODE
LocationBasedEvents:
CHES 0xA 0x27100076 [4,17] 0x12
CHES 0xB 0x23 [5,18] 0x12
SHOP 0x0 label41 [2,2] 0x15
DOOR 0x0 [17,9] 0x10
DOOR 0x0 [4,9] 0x10
DOOR 0x0 [4,15] 0x10
DOOR 0x0 [10,4] 0x10
DOOR 0x0 [11,4] 0x10
LOCA


If anyone could point out what I'm doing wrong I'd be very grateful.

In Topic: Hacks, questions,

26 December 2010 - 05:25 PM

Is 50 the max that can be loaded via events/reinforcements, or can you have more in the chapter data that simply won't appear until you start killing off the existing units? As if 50 isn't already an insane amount of units.

Also, been playing around with making maps... this is a concept on the idea of running through the chapter as quickly as possible, where taking the time to get some of the chests may give you some good items but it may also doom you to death by being overwhelmed by reinforcements.
x (Click Here To Hide/Show Text)
user posted image

In Topic: Decay of the Fangs [Hack reinstated]

25 December 2010 - 04:59 AM

For what it matters, I'm more concerned about the story an FE game/hack tells, than how well done the graphics are. Of course, graphics are still important, but to put it in perspective, I:

Will enjoy a hack with a good storyline but bad graphics.
Will not enjoy a hack with good graphics but bad storyline.

I'm just saying that more than anything, I care about characters who have depth.

If you do want feedback on the portraits, I will say the thing that bugs me the most is the saturation... the intensity of the color makes them sort of stick out like a sore thumb.

In Topic: Hacks, questions,

25 December 2010 - 04:17 AM

QUOTE (Blazer @ Dec 24 2010, 10:50 PM)
If you use FEditor to insert text, you can insert as much text as you want to in each slot, but you have a limited number of text slots (I think). But that shouldn't be a problem, because there is a lot of tutorial text you can overwrite.


Good news... means I have a chance of not running out of space. Thanks Blazer tongue.gif

Past couple weeks have been crazy, and I haven't had the energy to get around to hacking anything. It doesn't help that I don't tend to post much either, even though I check the site every single day. I do have more questions though. I've been going through chapter events I've disassembled and commenting on what all the codes do using the EA language.txt file, but I'm running across codes and things that aren't mentioned, some examples from the prologue:

CMOF
_0x4 0x10
REBU

Those are all from BeginningScene and they don't actually occur in that order, it's just those are the ones I don't understand and haven't found any documentation on. I also don't really get why they have so much SHOWMAP and HIDEMAP going on, but I think I'm just going to play with those by taking them out and seeing what it's like without them, as the name is pretty self-explanatory.

Some other questions/concerns, too. What is the limit on the number of units that can be on the map at one time? I have a few epic siege missions in mind but I can easily see, especially if there are reinforcements, how too many units could result in a crash.

Also, I noticed looking through events that Eliwood and Hector's mode seemed to be tied in their missions far more than I wanted them to be... I had thought they were different missions, but alas no. It is entirely possible to make them go down completely separate chapter paths though, right?