Jump to content



Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  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!
@  Fire Blazer : (12 November 2021 - 05:22 PM) *also stretches arms a little*
@  xcrash1998 : (07 November 2021 - 08:42 PM) "streches arms"
@  Ezra : (07 May 2021 - 05:20 AM) Maybe I'll pop on the discord soon
@  Fire Blazer : (01 April 2021 - 08:08 PM) Aaaaaaand done~ :P
@  xcrash1998 : (29 March 2021 - 08:52 AM) I guess we are one more post away from counting to 2500
@  Fire Blazer : (10 March 2021 - 11:39 PM) but I have bad memory and can't remember ;(
@  Elwood : (15 February 2021 - 10:23 AM) I'd like to but I've told you about my issues with discord before.

polaris

Member Since 24 Jan 2018
Offline Last Active Feb 06 2018 10:00 PM

Topics I've Started

Sent back to main menu after turn 1 - custom events

02 February 2018 - 04:29 AM

I've been playing with the fire emblem modding tools for a few days now, and I finally got around to writing custom events. I Injected the event into my own custom map, and it loads up fine: All the units I placed are there, everything works, I can attack enemies, etc. But, after turn 1 is finished (as in both player and enemy parties have finished their first actions) the game goes back to the main menu. I can't for the life of me figure out what the issue is.

 

Here's the event I wrote, nothing special, just a custom test map with some random enemies, no cut scenes or anything:

 

 

 

#define DISABLE_TUTORIALS
#include EAstdlib.event
 
EventPointerTable(0x06,Pointers)
 
ORG 0xD80000
 
Pointers:
POIN Turn_events
POIN Character_events
POIN Location_events
POIN Misc_events
POIN TrapData TrapData
POIN Bad Bad Bad Bad
POIN Good Good Good Good
POIN Opening_event Ending_event
 
Good:
UNIT 0x03 0x02 0x00 Level(3, Ally, 1) [16,11] [16,11] [0x0A, 0x6B] NoAI
UNIT 0x61 0x0A 0x03 Level(3, Ally, 1) [16,11] [17,10] [0x05, 0x6B] NoAI
UNIT 0x61 0x2A 0x03 Level(1, Ally, 1) [16,11] [15,10] [0x03, 0x21] NoAI
UNIT 0x61 0x20 0x03 Level(3, Ally, 1) [16,11] [17,12] [0x37, 0x6B] NoAI
UNIT 0x61 0x12 0x03 Level(4, Ally, 1) [16,11] [18,11] [0x26, 0x28] NoAI
UNIT
 
Bad:
UNIT 0x61 0x16 0x00 Level(1, Enemy, 1) [3,1] [3,1] [0x16, 0x20] [GuardTile]
UNIT 0x5F 0x1D 0x00 Level(4, Enemy, 1) [5,1] [5,1] [0x4D] [Heal]
UNIT 0x5F 0x14 0x00 Level(2, Enemy, 1) [4,4] [4,4] [0x14] [AttackInRange]
UNIT 0x5F 0x14 0x00 Level(2, Enemy, 1) [2,4] [2,4] [0x14] [AttackInRange]
UNIT 0x5F 0x14 0x00 Level(2, Enemy, 1) [10,8] [10,8] [0x14] [AttackInRange]
UNIT 0x5F 0x39 0x00 Level(2, Enemy, 1) [15,7] [15,7] [0x1F] [AttackInRange]
UNIT 0x5F 0x39 0x00 Level(2, Enemy, 1) [17,8] [17,8] [0x1F] [AttackInRange]
UNIT 0x5F 0x39 0x00 Level(2, Enemy, 1) [10,2] [10,2] [0x1F] [AttackInRange]
UNIT 0x5F 0x38 0x00 Level(3, Enemy, 1) [9,12] [9,12] [0x14] [AttackInRange]
UNIT 0x5F 0x38 0x00 Level(3, Enemy, 1) [9,10] [9,10] [0x14] [AttackInRange]
UNIT 0x5F 0x38 0x00 Level(3, Enemy, 1) [2,8] [2,8] [0x14] [AttackInRange]
UNIT 0x5F 0x38 0x00 Level(3, Enemy, 1) [4,8] [4,8] [0x14] [AttackInRange]
UNIT 0x5F 0x0A 0x00 Level(3, Enemy, 1) [2,12] [2,12] [0x01] [AttackInRange]
UNIT 0x5F 0x13 0x00 Level(1, Enemy, 1) [15,2] [15,2] [0x1F] [AttackInRange]
UNIT 0x5F 0x18 0x00 Level(2, Enemy, 1) [13,0] [13,0] [0x32] [AttackInRange]
UNIT 0x5F 0x28 0x00 Level(3, Enemy, 1) [11,5] [11,5] [0x15, 0x02] [AttackInRange]
UNIT
 
Turn_events:
TurnEventPlayer(0x0,Opening_event,1)
End_MAIN
 
Character_events:
End_MAIN
 
Location_events:
End_MAIN
 
Misc_events:
CauseGameOverIfLordDies
End_MAIN
 
TrapData:
End_MAIN
 
Opening_event:
OOBB
LOU1 Good
ENUN
LOU1 Bad
ENUN
ENDA
 
Ending_event:
ENDA
 
// Events
 
// Manual Movement
 
// Scripted Fights
 
// Units
 
// Shop Data
 
MESSAGE Events end at offset currentOffset

 

 


Absolutely can't get FEditor Advanced to run at all

24 January 2018 - 09:54 PM

I've been trying for 2 days to get FEditor Advanced to run as an executable jar file, but without luck. Nightmare 2 won't work either. I've narrowed down the problem to likely being that my PC won't launch jar files correctly, but after 2 days of attempting to fix this, no luck.

 

Here's everything I've done/tried:

 

-Downloaded FEditor Advanced from the link on this website

-extracted the entire folder on to my desktop

-used control panel to change the default program to open jar files was java

-double clicked the jar file - doesn't open.

-tried creating a run.bat file which would open FEditor - FEditor opens and closes instantly.

-Tried both Windows Powershell and CMD, again, opens and closes instantly.

-Reinstalled Java 64 bit.

-Removed 64 bit and tried x86 because I was desperate.

-Tried extracting JUST the dist folder from the rar file on to the desktop, which changed nothing

-Tried using JarX to open the Jar file, again, opened and closed instantly

 

If I tried / did anything, it says it there. If I didn't, it doesn't.

 

I really just hope I'm stupid and that I missed something really simple. 

 

Does anyone know a fix?