- Joined
- Jan 25, 2024
- Messages
- 11,618
- Points
- 38
- Age
- 39
- Location
- USA
- Website
- gameparadise.org
- Credits
- 192,605
Hi guys !
Last year I shared a plugin for Fantasy Life which I decided to update a little to use my menu.
I join a list of the objects and items ID nicely dumped and shared by @TheDeKay in the archive.
Note that you must inverse the bytes from @TheDeKay's list.
Example: 3F 02 | object -> 023F
Have fun guys and happy new year 2017 !!
Changelog
From 3.2, I implemented a language system that I've been working on. I didn't tried it intensively, but it should load a language file according to the current system language.
Language files are simple text files, and every one can create or edit them.
Here the filenames according to language:
Code:
"Lang_JPN.txt",
"Lang_ENG.txt",
"Lang_FRA.txt",
"Lang_DEU.txt",
"Lang_ITA.txt",
"Lang_SPA.txt",
"Lang_CHN.txt",
"Lang_KOR.txt",
"Lang_DUT.txt",
"Lang_POR.txt",
"Lang_RUS.txt",
"Lang_CHI.txt"
Traductions can be partial, in which case missing references will default to English.
Videos:
Last year I shared a plugin for Fantasy Life which I decided to update a little to use my menu.
I join a list of the objects and items ID nicely dumped and shared by @TheDeKay in the archive.
Note that you must inverse the bytes from @TheDeKay's list.
Example: 3F 02 | object -> 023F
Have fun guys and happy new year 2017 !!
Changelog
- 3.2:
- Support for USA
- New language system
- 3.1:
- Better Infinite HP & Infinite SP
- Infinite Special Attack
- One Hit Kill
- Speed Multiplier
- Camera Controller
- Player Controller
- Item Count After Use x99
- Loot Amount Modifier
- Loot Item Modifier
- Item Editor V2 (with Tools support)
- Skill Experience Multiplier
- 3.0:
- Now use my CTRPluginFramework (Beta 0.3.0 at this time) so comes with a lot of more functions
From 3.2, I implemented a language system that I've been working on. I didn't tried it intensively, but it should load a language file according to the current system language.
Language files are simple text files, and every one can create or edit them.
Here the filenames according to language:
Code:
"Lang_JPN.txt",
"Lang_ENG.txt",
"Lang_FRA.txt",
"Lang_DEU.txt",
"Lang_ITA.txt",
"Lang_SPA.txt",
"Lang_CHN.txt",
"Lang_KOR.txt",
"Lang_DUT.txt",
"Lang_POR.txt",
"Lang_RUS.txt",
"Lang_CHI.txt"
Traductions can be partial, in which case missing references will default to English.
Videos:
So I share with you this plugin, the only new thing being an Item Editor.
You'll be able to edit your equipment in-game with this plugin.
A video to show you how it works:
Changelog
You'll be able to edit your equipment in-game with this plugin.
A video to show you how it works:
Changelog
- 2.1:
- You can now edit the values of the Damage, Defense and Magic bonus with real value (decimal)