YashPokeFan123
#PokeFan
- 283
- Posts
- 4
- Years
- Seen Sep 27, 2024
So, I was planning to have more than 8 regions in my game. But there can be only 999 maps. I found a script of Pokeminer of Multi Disc Network . This one https://www.pokecommunity.com/threads/421206
MAINLY ITS SAYING PASTE YOUR MAP FILES IN YOUR DISC FOLDER. WHICH FILES ARE MAP FILES
If someone uses this script or anyone can you explain me how to do i really need it im confused.
THANKS
EDIT - i have done. there is a part where you have to replace all intances of load_data("Data/connections.dat") in your project
In 18.1
there is map_connections.dat not connections one so
FIND
load_data("Data/map_connections.dat")
replace the above with this:
load_data(sprintf("Data/%smap_connections.dat", $game_system.disc))
he is saying paste map files which map files
MAINLY ITS SAYING PASTE YOUR MAP FILES IN YOUR DISC FOLDER. WHICH FILES ARE MAP FILES
If someone uses this script or anyone can you explain me how to do i really need it im confused.
THANKS
EDIT - i have done. there is a part where you have to replace all intances of load_data("Data/connections.dat") in your project
In 18.1
there is map_connections.dat not connections one so
FIND
load_data("Data/map_connections.dat")
replace the above with this:
load_data(sprintf("Data/%smap_connections.dat", $game_system.disc))
he is saying paste map files which map files
Last edited: