tomhost.blogg.se

All rpg save editor
All rpg save editor












all rpg save editor

It provides a user interface for aligning sprites with the battle’s platforms, although this mockup will look broken in cases where a plugin like the Elite Battle System has been installed. This is for modifying the Battler Altitude field we just mentioned. This affects the co-ordinates on which the game displays Pokémon sprites in battle. As with item effects, new forms cannot actually be modified through this program, and are instead stored in the Pokemon_MultipleForms script section.įinally, you’ll notice several fields for Battler Altitude.

all rpg save editor

Second, there’s an option to set multiple forms of a Pokémon.

all rpg save editor

You’ll need to use the Edit Regional Dexes function for that. Firstly, RegionalNumbers cannot be modified. A few things in here are worthy of comment, however. Every aspect of each Pokémon can be modified through here – most of these fields should be pretty familiar. If you’ve already got some programming expertise, check out the script section PItem_ItemEffects to modify what each item does, otherwise we’ll cover it once we get into scripting in a later tutorial. This can’t be used to modify the effects of the item – that’s stored in RMXP’s Script Editor and requires Ruby knowledge to modify. Used to modify the names of items, when they can be used, the Bag pocket in which they’re stored, and a price and description. First though, let’s have a look at the functions that are available through the default Editor.exe. If we want to modify our types, we’ll have to edit the file directly, or use the PBS+ program mentioned earlier. We used the example of types.txt earlier, and you may have noticed that an Edit Types function is absent from the editor. It’s worth noting that not all PBS files can be modified through Editor.exe. These files are what the Editor.exe program writes its changes to, and they are typically called PBS files.

ALL RPG SAVE EDITOR CODE

This contains a list text files that store much of the information needed by the game – have a look at types.txt and you’ll see a list of every Pokémon Type in the game, its name, strengths, weaknesses, and a field called Internal Name that refers to the symbol used inside the game code to refer to that type. Go back to your game folder and let’s delve into the PBS folder inside it. Before that, however, we need to take a quick detour to talk about a particular type of file. The list contains fifteen functions that we’re going to be using to customize our game. In this tutorial, we’re going to delve into what each one does. We’ll get to what that does later in the article.Įditor.exe pops up a menu like this when opened. If you’re following along, I also recommend giving M3rein’s program PBS+ a try. That’s the program we’re going to be using to edit our game’s metadata. Open up your game folder and run Editor.exe. None of these can be modified directly using RPG Maker XP, and were thus left out of the previous tutorial. Things such as adding Pokémon, creating Trainers, making items, to name a few. You probably noticed that in the previous tutorial, we mentioned nothing about several features in fangame creation which are seemingly essential. Fangame Tutorials: Editor.exe and Metadata Editing.A guide to beginning Pokémon fangame development in RMXP.














All rpg save editor