0 of 0

File information

Last updated

Original upload

Created by

makotech222

Uploaded by

makotech222

Virus scan

Safe to use

Tags for this mod

About this mod

Export/Import character stat growth/rune affinities/rune levels

Permissions and credits
# Suikoden 2 Character Mod

A BepInEx plugin to export/import character data for suikoden 2 hd remaster. (Sorry, no suikoden 1 editor, no plans for it)

Changes only take effect on NEW GAME


## Features

Exports the following character data into an editable json format:
- Stat growth rates
- Rune Affinities
- Rune Slot Levels
- Equipment Configuration
- Rune Configuration

A config file is also available to enable the following:
- Helper methods to max stats for all characters

## Installation

- Download BepInEx 6.0.0-pre.2 IL2CPP build from [here](https://github.com/BepInEx/BepInEx/releases/download/v6.0.0-pre.2/BepInEx-Unity.IL2CPP-win-x64-6.0.0-pre.2.zip) and extract the content to the game directory (where `Suikoden I and II HD Remaster.exe` is located). Replace the files if asked.
- Download the mod and extract the content to `(GAME_PATH)\BepInEx\plugins\`. Replace the files if asked.
- Run the game once and enter the Suikoden 2 start menu to generate the config file, change the config in `(GAME_PATH)\BepInEx\config\s2_character_mod\characters.json` and restart the game.
- There is also a general config file in `(GAME_PATH)\BepInEx\config\s2_character_mod.cfg`

## Extra

Data about stat rates comes from [here](https://suikosource.com/phpBB3/viewtopic.php?t=14604&sid=dbfdb0826ac3d18eb4683ad8a13823f4). A PSX version of this mod also exists, created by me, hosted at
[here](https://suikosource.com/phpBB3/viewtopic.php?p=160107&sid=d2c0f910b6b917af03f8dab4236da87a#p160107)

Stat Growth Rates:
You can view the information at : https://www.suikosource.com/games/gs2/guides/statgrowth.php
F = Rank ( Abizboah )
E = Rank ( Later , stat increase big a lot afer lv60 )
D = Rank ( Sigfried )
C = Rank ?
B = Rank ?
A = Rank ( early , lv1-lv20 increase big a lot , but descrease since lv20-99 )
9 = Rank ( early ......)
8 = Rank SS
7 = Rank S
6 = Rank A
5 = Rank B
4 = Rank C
3 = Rank D
2 = Rank E
1 = Rank F

Rune Affinities:
5 - 20% more damage, may backfire
4 - 20% less damage
3 - Normal damage
2 - 20% more damage
1 - 40% more damage )
0 - None

Rune Levels:
HeadLev,RHLev,LHLev are the levels that the rune slots are unlocked for the character. RuneConfiguration_soubi_henkou is a bit unknown; but if you change the Levels, then just set this to 0, otherwise the runemaster can't attach runes to the unlocked slots

Equipment:
EquipmentConfiguration_soubi_kanou is the configuration for the character's allowed equipment. For example, setting it to '37' will allow character to equip same type of equipment as Pesmerga.

Github source at https://github.com/makotech222/S2_Character_Mod

Special thanks to https://github.com/d3xMachina for his work on Suikoden-Fix, which I used to bootstrap this mod.