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

Multiple Generic Units


  • Please log in to reply
7 replies to this topic

#1 dlamey8015

dlamey8015

    Member

  • Members
  • PipPipPip
  • 43 posts

Posted 16 April 2014 - 08:39 PM

Whenever I try to load multiple generic units(Mercs) onto the ally side, it doesn't work. For example, when I load one merc and attempt to load a second, it instead moves the original one to the coordinates specified for the second one. Is there any way to fix this?

#2 El Grillo

El Grillo

    Member

  • Members
  • PipPipPip
  • 33 posts

Posted 17 April 2014 - 12:54 AM

Hello,

I ran into this problem earlier, and it seems to arise from the game interpreting each of your named units as unique, while it doesn't care about enemy/NPC units. The only way to have "generic" player-controlled units is to give several unit IDs the same name and other features. Hope that helped!
See my work in progress here: In Contempt of Contrition, via Google Drive

Latest update: Ch1 Test v1.2
Updated 04/21/14
+ Visual updates
+ Fixed a potentially out-of-sequence event bug
+ Fixed typos

Full Changelog: via Google Drive
Save Files: via Google Drive

#3 dlamey8015

dlamey8015

    Member

  • Members
  • PipPipPip
  • 43 posts

Posted 17 April 2014 - 01:14 AM

Ah I see. That's kinda what I hoped wouldn't be the answer, but oh well.

#4 Fire Blazer

Fire Blazer

    You ready?

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

Posted 17 April 2014 - 01:23 AM

Just confirming this is the case: you can't have "generic" allies, they've inherently got to be unique characters since each one is saved to the game and well, from a logic standpoint you never control generics in FE, only actual people, so they didn't code it to work, haha. For enemies/NPCs everytime a unit is spawned/instantiated it can have the same ID and it won't glitch as long as the game doesn't do anything special with the ID (e.g. if you try to move character "0xC0" and there are three of those characters, expect something unfortunate to happen--thus in cutscenes if you ever have a generic enemy moving around, they should have an unique ID so that you can specifically identify them).

EDIT: Btw not sure how true this is, but I heard if you spawn a bunch of enemies and then use events (like TurnAlly(0xID)) to turn them into players, you can have lots of generics, and even bypass the 50 character limit. It might not work or might have some unexpected side-effects (e.g. when suspending and resuming) though so be warned, I'm just throwing up any relevant info haha

Bblazer2.png

Signature thanks to Shu.


#5 dlamey8015

dlamey8015

    Member

  • Members
  • PipPipPip
  • 43 posts

Posted 17 April 2014 - 06:10 PM

One more question, How do I load a destructible wall on a map? I looked in the EA standard library, but was unable to find the code for it. Is it a location event or is it a unit that must be loaded?

#6 Fire Blazer

Fire Blazer

    You ready?

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

Posted 18 April 2014 - 05:34 AM

neither, it's a tile

it turns into a non-destroyed wall via a tile change (the tile change isn't automatic but IIRC the code that triggers it is)

Bblazer2.png

Signature thanks to Shu.


#7 dlamey8015

dlamey8015

    Member

  • Members
  • PipPipPip
  • 43 posts

Posted 18 April 2014 - 02:52 PM

So how do I actually make the tile change occur?


#8 El Grillo

El Grillo

    Member

  • Members
  • PipPipPip
  • 33 posts

Posted 18 April 2014 - 05:44 PM

You'll need to set up the map changes with the map data, for example with Tiled map layers and the Tiled inserter. Then, in the Nightmare Chapter Data module, indicate the address of the map changes. With the destructible wall, you don't need further event scripting.
See my work in progress here: In Contempt of Contrition, via Google Drive

Latest update: Ch1 Test v1.2
Updated 04/21/14
+ Visual updates
+ Fixed a potentially out-of-sequence event bug
+ Fixed typos

Full Changelog: via Google Drive
Save Files: via Google Drive




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users