- 534
- Posts
- 12
- Years
- Age 27
- Seen Jul 24, 2023
Go to "PokeExpansion-master\scripts" then find 'expansion.py' open it with Wordpad or Notepad. (I assume you can do this even if you are just starting out.) Then find the line that says:I tried that, when I typed "Python scripts//expansion.py" it says "The filename, directory name, or volume label syntax is incorrect." But when I just type "expansion.py" it says:
"Traceback (most recent call last):
File "C:\Users\______________________\PokeExpansion-master\scripts\expansion.py", line 16, in <module>
new_pokes = x + 441 #x is the number of pokemon your adding, ignore that 441 it's for all the limbo slots; say you want to include gen 4, 5, and 6 that gives 335
NameError: name 'X' is not defined
Like I had said I'm still only starting out and have no clue what to do next.
"new_pokes = x + 441 #x is the number of pokemon your adding, ignore that 441 it's for all the limbo slots; say you want to include gen 4, 5, and 6 that gives 335"
And like the comment denoted by '#', change 'X' to the Pokemon you want to add. Like for example, You want a total of 721 Pokemon in your game, delete 'X' and replace it with '335' so now, it would look like this:
"new_pokes = 335 + 441 #x is the number of pokemon your adding, ignore that 441 it's for all the limbo slots; say you want to include gen 4, 5, and 6 that gives 335"
There also other options in the 'expansion.py' it's just a few true or false statements so set it, save it, then compile it, and you're good to go. :)
If you have further questions, feel free to VM me or Dizzy. Let's not clutter up this thread. :)