Skip to content

Fork of Trifindo's PDSMS 2.1 with a bunch of new features

Notifications You must be signed in to change notification settings

AdAstra-LD/Pokemon-DS-Map-Studio

 
 

Repository files navigation

Pokemon DS Map Studio

Java CI with Gradle

Pokemon DS Map Studio is a tool for creating NDS Pokémon maps, designed to be used alongside SDSME.

It doesn't require 3D modeling knowledge. Rather, it provides a tilemap-like interface that is automatically converted to a 3D model. Please note that this tool DOES NOT allow modification of maps from official games.

WARNING !

As soon as you resave your existing PDSMAP files with this new version, backward compatibility with other PDSMS versions (including Trifindo's vanilla PDSMS) will most likely be lost. This is due to the additional 3D layer, and the new "exportgroup" and "egcenter" keywords in PDSMAP files, necessary to make Export Groups work.

Supported games:

  • Pokemon Diamond/Pearl
  • Pokemon Platinum
  • Pokemon Heart Gold/Soul Silver
  • Pokemon Black/White
  • Pokemon Black 2/ White 2

Running

Pokemon DS Map Studio has been tested under Windows, Linux and MacOS. In order to run it, Java 8 must be installed on your computer, regardless of the operating system you are using. Pokemon DS Map Studio can be executed by double clicking the "PokemonDsMapStudio.jar" file.

If it doesn't open, try typing the following command in a terminal:

java -jar PokemonDSMapStudio.jar

and look at the output. If you don't fully understand that, please open an issue in the appropriate section of this repository.

On Linux, the installation can be done directly in an automated way, just open a terminal and type:

sh -c "$(wget -O- https://raw.githubusercontent.com/AdAstra-LD/Pokemon-DS-Map-Studio/master/pdsms-linux.sh)"

Notes

If you wish to export .nsbmd files, g3dcvtr.exe and xerces-c_2_5_0.dll must be placed into the bin/converter folder.

About

Fork of Trifindo's PDSMS 2.1 with a bunch of new features

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%