Enemy bigger than 128x128?
#1
How would I do this?
[Image: 5452812CeqVF.png]
[Image: RoyakenGif_zpsacedef24.gif]
Reply
#2
I don't really see the point of having a bigger monster sprite. If you look at mould #6, which is 128x128 I believe, it already takes most of the screen available to display a monster. I don't think anything bigger than ~156x156 could fit...

You would need to create a new mould to fit your monster sprite and insert it by hand (create monster composition data and insert graphics) in the ROM since FF3SE doesn't allow images larger than 128x128.
Reply
#3
(03-11-2014, 05:55 PM)Madsiur Wrote: I don't really see the point of having a bigger monster sprite. If you look at mould #6, which is 128x128 I believe, it already takes most of the screen available to display a monster. I don't think anything bigger than ~156x156 could fit...

You would need to create a new mould to fit your monster sprite and insert it by hand (create monster composition data and insert graphics) in the ROM since FF3SE doesn't allow images larger than 128x128.

The issue I have with the couple of enemies I want to insert is they're wider than 128, not taller. The enemies are meant to be tall so changing the hieght to anything less than 128 would be counter productive xD.

How would I go about creating a mould? and uh.... what is a mould xD?
[Image: 5452812CeqVF.png]
[Image: RoyakenGif_zpsacedef24.gif]
Reply
#4
(03-11-2014, 07:03 PM)Royaken Wrote: How would I go about creating a mould? and uh.... what is a mould xD?

A mould, or mold, is a structure to hold your monster graphic.

After reading a bit on it, it's not possible to have a mold bigger than 128x128. You can look up the mold data at C2/C4A4. Also refer to this thread where some people can explain things a lot better than me.
Reply
#5
(03-11-2014, 07:34 PM)Madsiur Wrote: A mould, or mold, is a structure to hold your monster graphic.

After reading a bit on it, it's not possible to have a mold bigger than 128x128. You can look up the mold data at C2/C4A4. Also refer to this thread where some people can explain things a lot better than me.

Thank you as always for your help Madsiur. It's always appreciated.

Here's an idea/question, what about making it into 2 enemies, but only 1 is attack able. Is there a way to make them both "light up" when the one is attacked and have them both die when the one dies?
[Image: 5452812CeqVF.png]
[Image: RoyakenGif_zpsacedef24.gif]
Reply
#6
(03-11-2014, 10:30 PM)Royaken Wrote: Here's an idea/question, what about making it into 2 enemies, but only 1 is attack able. Is there a way to make them both "light up" when the one is attacked and have them both die when the one dies?

You cannot have two 128x128 enemies in one formation. Open the formation editor in FF3usME and you can try different mold combination available.

As for the brief white flashing when the monster attacks, you can't make two monsters flashing when one attacks, at least not in any way I know.

You can however make any other monster die in the formation when a certain monster dies. Just enter this after the end of first wave of attack.
Note that this example make all the monsters die like a boss:

Code:
FC 12 00 00    ; If following monster is/are dead:
F5 0C 01 FF    ; Monsters #1, #2, #3, #4, #5, #6 are killed, dies like a boss
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Guide to freeing up more enemy slots DrakeyC 7 6,093 04-10-2024, 12:49 PM
Last Post: DrakeyC
  Single-Enemy Formations that Allow Pincer PowerPanda 0 1,183 07-08-2021, 09:12 PM
Last Post: PowerPanda
Ninja Enemy Encounter Crashes Game Mutteo 6 8,021 05-03-2018, 07:26 PM
Last Post: Mutteo
  BTB's Enemy Scripting Tutorial BTB 17 17,077 12-05-2015, 03:42 PM
Last Post: Tenkarider
  Help with an enemy's AI Script Blue Mage Gab 4 4,958 03-16-2015, 08:32 AM
Last Post: HatZen08
  HELP:Invoke Enemy Code event ShinMrKarate 2 3,419 10-03-2014, 04:28 PM
Last Post: madsiur
  Script Space, Palette Error, and Enemy Sprite disorientation? Royaken 24 24,801 04-11-2014, 09:23 PM
Last Post: Royaken
  Enemy Spells and Abilities? Murex 2 3,473 03-02-2013, 01:53 AM
Last Post: Murex
  Test-dummy Enemy ntzrmtthihu777 12 14,621 02-07-2013, 11:26 PM
Last Post: Zeemis
  Bigger sprite for odin? JWhiteLXXXIX 6 6,885 04-20-2012, 01:38 PM
Last Post: JWhiteLXXXIX

Forum Jump:


Users browsing this thread: 1 Guest(s)