Skip to content

Misc

PSO2 Modding Discord

A discord server for discussing Phantasy Star Online 2 modding. Also open to discussing modding for other Phantasy Star games here. It's not the largest group and we'd like to be welcoming.

PSO2 Modding Discord

Logue's NGS Tools

Tools focused around various things. As of this writing, NGS Packer, an ICE archive unpack and repacker, Color Tools, tools for previewing how character colors will affect each other, Region Map, a map of NGS with a number of fan tracked locations for items and other objects, and Screenshot tools, a tool for making transparent images based on a color from a green screen etc. Logue also seems have more on the way that may be usable at a later date.

https://ngs.logue.dev/

Weapon Installer

A tool included with Aqua Model Tool for installing weapon mods to the game. It can also be used to swap weapons or even just identify them by name. Weapon mods can be applied in batches and the available weapons can be sorted by category and classic vs NGS.

Download GitHub Repository

CMX Patcher

A tool included with Aqua Model Tool for installing patches to the game's CMX file, the file responsible for almost all data related to character parts. Currently outer wear, basewear/setwear, costumes, cast parts, and hair entries are supported for editing.

Download GitHub Repository

Aqua Model Tool

A model focused tool with various functionalities. It also converts to and from the game's .text format, can parse files in the game's VTBF format to txt for examining, can generate a language patch for the Japanese version by grafting together the Global and JP equivalent .text files, and can generate file spreadsheets as .csvs which detail the archives containing a number of important things in the game. It also has other random research functionality when compiled as debug.

Download GitHub Repository

unluac

unluac is a lua 5.x decompiler. Phantasy Star Online 2 and Phantasy Star Nova use a hefty amount of .lua and should work well with this. An example .bat that decompiles ALL .lua files in its own folder and all folders below it can be found here, but must be edited to refereonce your PC's Java install directory. decompall.bat

Download Source Forge Repo