ROM Hack [Release][NTR Plugin] Fantasy Life

akiratepes

Member
Newcomer
Joined
Aug 9, 2014
Messages
13
Trophies
0
XP
218
Country
United States
I love your editor. But while using the Item Editor to give my equipment skills I noticed if it already had a skill it adds the new edit into the second slot. Is there anyway to edit both slots?
 

Seasame

Member
Newcomer
Joined
Aug 21, 2015
Messages
5
Trophies
0
Age
26
Location
Singapore
XP
102
Country
Singapore
An exception occurred

Processor: ARM11 (core 0)
Exception type: data abort
Fault status: Translation - Section
Current process: FLLINK (0004000000113100)

R0 100000EC R1 100000D4
R2 100000E4 R3 100000F4
R4 00000000 R5 10000044
R6 00000000 R7 00000000
R8 00000000 R9 00000000
R10 00000000 R11 00000000
R12 00000000 SP 0FFFFFFAC
LR 0701292C PC 070438BC
CPSR A0000010 FPEXC 00000000
FAR 100000CR Access type: Write

Press A to save the crash dump
Press any other button to shutdown

Stack dump:

0FFFFFAC: EC 00 00 10 2C 29 01 07
0FFFFFB4: 00 00 00 00 00 00 00 00
0FFFFFBC: 00 00 00 00 EC 3B 00 07
0FFFFFC4: 10 00 00 00 00 00 00 00
0FFFFFCC: 00 00 00 00 00 00 00 00
0FFFFFD4: 00 00 00 00 00 00 00 00
0FFFFFDC: 00 00 00 00 00 00 00 00
0FFFFFE4: 00 00 00 00 00 00 00 00
0FFFFFEC: 00 00 00 00 00 00 00 00
0FFFFFF4: 00 00 00 00 00 00 00 00
0FFFFFFC: 00 00 00 00
 

AnettoMan

New Member
Newbie
Joined
Jan 31, 2018
Messages
2
Trophies
0
Age
31
XP
52
Country
Mexico
Hi, Nanquitas, I'm surprised by your contribution.

Could you give me permission to do a tutorial? How to use this plugin with a Lang_SPA translation?

I will give you credits
 

Attachments

  • Lang_SPA.txt
    4.1 KB · Views: 364
D

Deleted User

Guest
It just crashes. I boot up bootntr (not mode 3) and put the plugin in the right place, it boots up for 1 second then exception occurs.
EDIT: running luma3ds 11.6 usa (both console and fantasy life, no dlc)
I also have this plugin: https://github.com/Nanquitas/ntr_overlay_samples/releases/tag/v.0.3
I put all the stuff from the .7z in the same folder (the fantasy life title id folder)

An exception occurred

Processor: ARM11 (core 0)
Exception type: data abort
Fault status: Translation - Section
Current process: FLLINK (0004000000113100)

R0 100000EC R1 100000D4
R2 100000E4 R3 100000F4
R4 00000000 R5 10000044
R6 00000000 R7 00000000
R8 00000000 R9 00000000
R10 00000000 R11 00000000
R12 00000000 SP 0FFFFFFAC
LR 0701292C PC 070438BC
CPSR A0000010 FPEXC 00000000
FAR 100000CR Access type: Write

Press A to save the crash dump
Press any other button to shutdown

Stack dump:

0FFFFFAC: EC 00 00 10 2C 29 01 07
0FFFFFB4: 00 00 00 00 00 00 00 00
0FFFFFBC: 00 00 00 00 EC 3B 00 07
0FFFFFC4: 10 00 00 00 00 00 00 00
0FFFFFCC: 00 00 00 00 00 00 00 00
0FFFFFD4: 00 00 00 00 00 00 00 00
0FFFFFDC: 00 00 00 00 00 00 00 00
0FFFFFE4: 00 00 00 00 00 00 00 00
0FFFFFEC: 00 00 00 00 00 00 00 00
0FFFFFF4: 00 00 00 00 00 00 00 00
0FFFFFFC: 00 00 00 00

This is the same error I get
 
Last edited by ,
D

Deleted User

Guest
Ok, I found a fix, name Fantasy-Life.plg to the titleid.plg
also, dont load any other plugin.
replace title id with the titleid of your region
 

LovableRogue

New Member
Newbie
Joined
Jan 14, 2018
Messages
2
Trophies
0
Age
28
XP
54
Country
Germany
Is there a way to revert the "loot item modifier" so regular drops appear again after you're done? Turning it off just crashes the game if I pick up loot.
 

SquidgyBean

Well-Known Member
Member
Joined
Oct 23, 2016
Messages
160
Trophies
0
Age
37
XP
211
Country
I am trying to pull up the id's list by clicking game guide but I just get a blank menu. I have put the guide with the plugin
 

Hallowing

Well-Known Member
Newcomer
Joined
Sep 2, 2017
Messages
77
Trophies
0
XP
346
Country
United States
Would it be possible for you to release your plugin in .txt format for both US and Eur version? I am not tech savvy enough to know how to convert them for use with CTRPF-AR.
 

Hallowing

Well-Known Member
Newcomer
Joined
Sep 2, 2017
Messages
77
Trophies
0
XP
346
Country
United States
Fair enough, I just figured that since nanquitas and others found the correct addresses to edit for a plugin they could be ported easily. I guess my thought was wrong
 

iSharingan

Show me your power
Member
Joined
Jun 23, 2016
Messages
804
Trophies
0
XP
1,642
Country
United States
I'll check that, thanks.


Yep, this has been known from the very beginning, but it's how the code works.
There's no way to find which item is in the storage, which is why I try to give more options to change the inventory.
just saw this. the item ID can be checked to verify if the item can be stacked or not. I have a list I can send you on which ID ranges can have a quantity. all of the tiem IDs are contiguous for the same type of item format (IE: materials, armor, weapons, tools, etc. are all grouped with others of the same type). alternatively, a force quantity 1 could be added to revert. I helped TheDeKay successfully implement it on the online save editor already. essentially consumables, and materials are right next to each other and are the only items that stack, so only the item IDs within a single range need to be verified. I have also verified via ram dump that the data format in-game is 99% identical to the save structure (certain values are different when in ram, but the structure is the same, with each save slot in sequence)
 
Last edited by iSharingan,

DawnDragon

Member
Newcomer
Joined
Oct 27, 2015
Messages
7
Trophies
0
Age
29
XP
57
Country
United States
So, stayed up until 5:00 in the morning on 5/25/18 to get everything installed for the customer firmware, got a custom theme, and got the action replay to display.
My only issue is, while running fantasy life, when I enter into the action replay setting for cheats, nothing shows up. I placed the .plg files under luma (ActionReplay.plg & FantasyLife.plg).
Did I do something wrong, or missed something within the setup process?
 

iSharingan

Show me your power
Member
Joined
Jun 23, 2016
Messages
804
Trophies
0
XP
1,642
Country
United States
So, stayed up until 5:00 in the morning on 5/25/18 to get everything installed for the customer firmware, got a custom theme, and got the action replay to display.
My only issue is, while running fantasy life, when I enter into the action replay setting for cheats, nothing shows up. I placed the .plg files under luma (ActionReplay.plg & FantasyLife.plg).
Did I do something wrong, or missed something within the setup process?
did you install the NTR selector, or with the custom Luma payload to launch automatically when the game starts? Your setup will change slightly depending on which you're using
 
Last edited by iSharingan,

DawnDragon

Member
Newcomer
Joined
Oct 27, 2015
Messages
7
Trophies
0
Age
29
XP
57
Country
United States
did you install the NTR selector, or with the custom Luma payload to launch automatically when the game starts? Your setup will change slightly depending on which you're using
I have both installed, but I'm running through the custom Luma payload. I can pull up the action replay after the "Level 5" logo, when the lower right of the top screen states that the plugin is good.

I open the action replay to look at the cheats to make sure that they are available, using the available .PLG for Fantasy Life, but it's empty. Would a folder structure or image help out?
 

iSharingan

Show me your power
Member
Joined
Jun 23, 2016
Messages
804
Trophies
0
XP
1,642
Country
United States
I have both installed, but I'm running through the custom Luma payload. I can pull up the action replay after the "Level 5" logo, when the lower right of the top screen states that the plugin is good.

I open the action replay to look at the cheats to make sure that they are available, using the available .PLG for Fantasy Life, but it's empty. Would a folder structure or image help out?
It seems the default Action Replay plugin is being loaded instead of the game specific plugin (which is normal for when a specific game plugin isn't detected). You need to put your Fantasy Life plugin in as sd:/luma/plugins/0004000000113200/plugin.plg - including renaming it to "plugin.plg"

When the proper plugin is loaded, the regular codes will appear on the main screen, whereas any AR codes set up in the editor/stored in a text file under sd:/cheats/0004000000113200.txt will appear under the Action Replay section.
 

DawnDragon

Member
Newcomer
Joined
Oct 27, 2015
Messages
7
Trophies
0
Age
29
XP
57
Country
United States
It seems the default Action Replay plugin is being loaded instead of the game specific plugin (which is normal for when a specific game plugin isn't detected). You need to put your Fantasy Life plugin in as sd:/luma/plugins/0004000000113200/plugin.plg - including renaming it to "plugin.plg"

When the proper plugin is loaded, the regular codes will appear on the main screen, whereas any AR codes set up in the editor/stored in a text file under sd:/cheats/0004000000113200.txt will appear under the Action Replay section.
So, one step forward, two steps back.

Renamed the plugin, and an error now shows up. As a test, tried what 98otiss stated, which repeats showing nothing for the regular codes.
Here is there error I get:
An exception occurred

Processor: ARM11 (core 0)
Exception type: data abort
Fault status: Translation - Page
Current process: FLLINK (0004000000113200)

R0 070AF000 R1 FFE6B928
R2 00000000 R3 00000001
R4 00000000 R5 00000000
R6 00000000 R7 00000000
R8 00000000 R9 00000000
R10 00000000 R11 00000000
R12 00000000 SP 0FFFFFFC4
LR 07000038 PC 070001A4
CPSR A0000010 FPEXC 00000000
FAR 070AF000 Acess type: Write
--------------------------------------------
Stack dump:
0FFFFFC4: 10 00 00 00 00 00 00 00
0FFFFFCC: 00 00 00 00 00 00 00 00
0FFFFFD4: 00 00 00 00 00 00 00 00
0FFFFFDC: 00 00 00 00 00 00 00 00
0FFFFFE4: 00 00 00 00 00 00 00 00
0FFFFFEC: 00 00 00 00 00 00 00 00
0FFFFFF4: 00 00 00 00 00 00 00 00
0FFFFFFC: 00 00 00 00
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan @ BakerMan:
    i said i was sleeping...
  • BakerMan @ BakerMan:
    sleeping with uremum
  • K3Nv2 @ K3Nv2:
    Even my mum slept on that uremum
  • TwoSpikedHands @ TwoSpikedHands:
    yall im torn... ive been hacking away at tales of phantasia GBA (the USA version) and have so many documents of reverse engineering i've done
  • TwoSpikedHands @ TwoSpikedHands:
    I just found out that the EU version is better in literally every way, better sound quality, better lighting, and there's even a patch someone made to make the text look nicer
  • TwoSpikedHands @ TwoSpikedHands:
    Do I restart now using what i've learned on the EU version since it's a better overall experience? or do I continue with the US version since that is what ive been using, and if someone decides to play my hack, it would most likely be that version?
  • Sicklyboy @ Sicklyboy:
    @TwoSpikedHands, I'll preface this with the fact that I know nothing about the game, but, I think it depends on what your goals are. Are you trying to make a definitive version of the game? You may want to refocus your efforts on the EU version then. Or, are you trying to make a better US version? In which case, the only way to make a better US version is to keep on plugging away at that one ;)
  • Sicklyboy @ Sicklyboy:
    I'm not familiar with the technicalities of the differences between the two versions, but I'm wondering if at least some of those differences are things that you could port over to the US version in your patch without having to include copyrighted assets from the EU version
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    DinohScene @ DinohScene: when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying