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!

Photo

Enemy unit editing (in maps)


  • Please log in to reply
8 replies to this topic

#1 xhead12

xhead12

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 10 May 2014 - 09:31 AM

I have searched quite a bit and could not find a straight explanation as to how to add/edit units on chapters in fire emblem 8. I disassembled the scripts for each chapter and i understand how the enemies spawn and such but i cant figure out how to do it without screwing something up. I read on these forums that you need to have unique id's if you want to just add custom enemies to maps so that it does not interfere with events. My question is how do you fully create a new enemy unit with its own unique ID so that i can just place multiple copies of them in my chapters. Does it involve using a nightmare module or FE ADV? Thanks for the help

#2 Scrimsax

Scrimsax

    The Skirmisher

  • Members
  • PipPipPipPipPipPipPip
  • 219 posts
  • Location:The Tiniest of States

Posted 10 May 2014 - 08:01 PM

http://www.feshrine....timatetutorial/

Yay reading!

Master Moogle. Kupo.
 


#3 Fire Blazer

Fire Blazer

    You ready?

  • Creator
  • 12,103 posts
  • Gender:Male
  • Location:U.S.A.
  • Interests:Too many to list. =P

Posted 10 May 2014 - 08:19 PM

you can only edit existing units via the chapter unit editors

to add units, you have to disassemble the scripts, find the unit data, repoint it to freespace, edit it, and then re-insert it

without knowledge of events it could be kinda tedious

also keep in mind the details work different for FE8 compared to FE6 or FE7 (and FE8 is harder to hack)

Bblazer2.png

Signature thanks to Shu.


#4 Snow

Snow

    The Combat Medic

  • Veterans
  • PipPipPipPipPipPipPipPipPipPip
  • 926 posts
  • Gender:Male
  • Location:Santiago de Chile
  • Interests:Tons of stuff, figure them out yourself.

Posted 10 May 2014 - 11:26 PM

I'm assuming you figured out how to add units in FE7 with events, you can find a thread on that somewhere on SF or in the UT, iirc.

When you add a unit in FE8, you also have to give it something called a REDA, so that it moves after it shows up on the map (I have a work around because I'm too lazy to learn REDA's but it probably won't be of use to you). If the unit isn't going to move after showing up (as in, during the same cutscene) then it doesn't matter much.
However I'm pretty sure that REDA's don't show up in the Ultimate Tutorial, so you'll probably be better off with Arch's Event Tutorial, I linked the post that will help you. Note that this doesn't explain what you're trying to do, but explains how FE8 Units are different that FE7 (FE7 Units show up in the Ultimate Tutorial).
Hope this Helps. laugh.gif
Posted Image
Posted Image
This won't be removed until Chile wins the World Cup - Started 24/06/12
BTW, I take map requests if anyone wants to make one XD, just send me a PM and I'll most likely accept. If you wanna see some of previous work you can visit my gallery here, I'd skip to the end because I've improved alot XD.

#5 xhead12

xhead12

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 10 May 2014 - 11:34 PM

QUOTE (Scrimsax @ May 10 2014, 03:01 PM)
http://www.feshrine....timatetutorial/

Yay reading!


I have looked at that tutorial and it does not really explain FE8 that well. I understand the scripts and i get what the data is telling me its just i am a little lost when you mean to re-point it to free-space and edit it and put it back in. For example i am looking at the ch.1 script. i see the unit labels/groups with the first one being Erika and Seth and the 2nd group (label30) all the enemy units. All of the unit data makes sense except for the (REDA?) address which is unique for every enemy unit even though some of them are exactly the same. So if i wanted to just duplicate some of these enemy units what should i do.

1. Should i create a new unit group and add enemy units to that or can i add them to existing labels?
2. How do i get a unique address for them? I know how to find free space with the hex editor (like for maps) but how would i do that for units necessarily.

UNIT 0x80 0x4E 0x46 0x1D [2,9] 0b 0x0 0x1 0x8B4038 [0x14,0x0,0x0,0x0] [0x3,0x12,0x1,0x0] ......... (basic enemy unit in ch.1)

^ just for clarity the 0x8B4010 is what i don't get.

#6 Snow

Snow

    The Combat Medic

  • Veterans
  • PipPipPipPipPipPipPipPipPipPip
  • 926 posts
  • Gender:Male
  • Location:Santiago de Chile
  • Interests:Tons of stuff, figure them out yourself.

Posted 11 May 2014 - 12:46 AM

The 0x8B4010 a REDA, which I mention is my post above.

EDIT:
So I was messing around with REDAs, and here's what I got so far. Hope this helps you.
1. The code is:
REDA [X position on map,Y position on map] 0x00 (Speed of Movment) 0x00 (Delay before movement starts)
This was taken from the "Unit" language raws that come with EA.
An example could be this:
REDA [2,8] 0x00 0x20 0x00 0x10
2. In the FE8 extracted events the REDAs do not show up.
3. REDAs are stupid

Also if someone who actually knows how to use REDAs sees this PLEASE explain to me how they work. XD
Posted Image
Posted Image
This won't be removed until Chile wins the World Cup - Started 24/06/12
BTW, I take map requests if anyone wants to make one XD, just send me a PM and I'll most likely accept. If you wanna see some of previous work you can visit my gallery here, I'd skip to the end because I've improved alot XD.

#7 Fire Blazer

Fire Blazer

    You ready?

  • Creator
  • 12,103 posts
  • Gender:Male
  • Location:U.S.A.
  • Interests:Too many to list. =P

Posted 11 May 2014 - 03:16 AM

tl;dr don't hack FE8 it's too hard

jk don't listen to me, I just don't really know how to hack FE8 so I can't really help you lol

Bblazer2.png

Signature thanks to Shu.


#8 xhead12

xhead12

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 11 May 2014 - 08:50 AM

Yah it seems its a bit more complicated. I just want units to spawn on certain locations so i don't necessarily need to use REDA's. If you just copy and paste some enemies that are already in the script they actually do show up and will move next to the enemy its copied from. I shall work at it. If i figure it out ill post back.

QUOTE
 
tl;dr don't hack FE8 it's too hard

jk don't listen to me, I just don't really know how to hack FE8 so I can't really help you lol


Its a little more complicated than fe6/7 but its not that bad. i figured out how to edit almost everything fairly easy tongue.gif.

#9 Snow

Snow

    The Combat Medic

  • Veterans
  • PipPipPipPipPipPipPipPipPipPip
  • 926 posts
  • Gender:Male
  • Location:Santiago de Chile
  • Interests:Tons of stuff, figure them out yourself.

Posted 11 May 2014 - 11:14 PM

Blazer actually means that FE8 eventing is too hard. This thread is evidence that you also find it hard.

So I asked for an explaination on REDAs on sf in case you want to check it out.
Posted Image
Posted Image
This won't be removed until Chile wins the World Cup - Started 24/06/12
BTW, I take map requests if anyone wants to make one XD, just send me a PM and I'll most likely accept. If you wanna see some of previous work you can visit my gallery here, I'd skip to the end because I've improved alot XD.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users