02-29-2016, 06:25 AM
How can I make the enemy use battle sprites?
A newbie's question
|
02-29-2016, 06:25 AM
How can I make the enemy use battle sprites?
02-29-2016, 07:07 PM
If you are referring to something like this:
![]() Pretty much all the info you'd need can be found in this thread: https://www.ff6hacking.com/forums/showth...tle+events You need to set a special battle event flag in the formation, then you'd need to go to the battle event data for characters known as 'Characters acting as monster' and edit or create the corresponding one that you set in the formation to use in this format: http://mnrogar.slickproductions.org/phpB...nemy#p5393 It's pretty tricky, and I could elaborate further if needed but first do check out that thread and study up on that.
We are born, live, die and then do the same thing over again.
03-01-2016, 08:18 AM
What tools should I use to do this?
There is no specific utility for this. A hex editor is all you need.
03-03-2016, 03:12 AM
Ah, I see.
It looks like I may need some time to understand how to use the hex editor.
03-03-2016, 03:42 AM
Yeah that'd help out tremendously to understand the semi-tutorial that I linked. It won't make much sense without some general knowledge on using and navigating a hex editor. Here to help you along though if need be.
I am currently trying to use the hex editor to edit the battle event of Shadow at the Coliseum.
But, I don't know which byte that loads the character sprite. ![]()
You can't post images bigger than 700x700px, as it is strongly suggested in rule #12. It breaks the thread width. Also, no need to post your whole desktop. Thanks.
Edit: There is a nice utility called Snipping Tool that comes with all versions of Windows. (04-01-2016, 11:41 AM)Lateblooming Wrote: I am currently trying to use the hex editor to edit the battle event of Shadow at the Coliseum. In the 18 byte data for setting up a battle event found here: http://mnrogar.slickproductions.org/phpB...nemy#p5393 Byte 05: character acting as enemy, FF = no character You're at the right spot there, the one you're looking for is 2. 10FF18 - 10FF2F = Shadow at the Colisseum, WOR So starting at 10FF18 (header), go 6 bytes forward (it says Byte 5 there on the link/post, but this counts the first byte as 0, so it's going to actually be the 6th byte) and you will see the 03 for Shadow, his character ID. changing that value to another will change his sprite.
04-01-2016, 10:31 PM
So I tried to edit the character sprite for the battle event to use Terra's sprite, but some reason the sprite
is invisible. [img]<a href=[/img] ![]() |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Newbie Still Doesn't Understand Code | Turbotastic | 22 | 20,869 |
08-09-2017, 10:05 AM Last Post: Turbotastic |
|
Newbie Question - Granting Playable Character Status Immunity | Turbotastic | 2 | 3,627 |
04-04-2017, 07:28 PM Last Post: Turbotastic |
|
Newbie Finally Figures Something Out (NOT a help request) | Turbotastic | 8 | 10,098 |
09-29-2016, 08:32 AM Last Post: Tenkarider |
|
How do I add magic?(newbie help) | Pingurules | 5 | 5,803 |
03-19-2014, 06:33 PM Last Post: madsiur |
|
Help a newbie? | cidthunder | 2 | 3,313 |
03-16-2014, 05:45 PM Last Post: SSJ Rick |
|
Newbie here... | CaptCatchphrase | 7 | 8,043 |
02-25-2013, 12:29 AM Last Post: CaptCatchphrase |