Module: GTS::Settings

Defined in:
scripts/01450 Systems/09000 GTS/09000 GTS.rb

Constant Summary collapse

GAMEID =

ID of the game, replace 0 by what you got on the panel

67
URL =

URL of the GTS server

'http://gts.kawasemi.de/api.php?i='
SPECIES_SHOWN =

Condition to see the Pokemon in the search result (All/Seen/Owned)

'All'
SORT_MODE =

How the Pokemon are searched (Alphabetical/Regional)

'Alphabetical'
BLACK_LIST =

List of black listed Pokemon (filtered out of the search) put ID or db_symbol here

[]
GAME_CODE =

Internal Game Code to know if the Pokemon comes from this game or another (like DPP <-> HGSS)

'255'
BGM =

Scene BGM (Complete path in lower case without extname)

'audio/bgm/xy_gts'