Jump to content

Recommended Posts

Posted

Is there any chance you would be willing to share the documentation with the locations of the new pokémon and recruitment rates? If not, where can I find the Jangmo-o line?

Posted (edited)
  On 1/17/2025 at 3:30 AM, StandProud said:

Is there any chance you would be willing to share the documentation with the locations of the new pokémon and recruitment rates? If not, where can I find the Jangmo-o line?

Expand  

I found the start of the line at landslide cave pretty early on in the story. I think you just need to be doing some recycling to unlock it.

Edited by Ivaknight
Posted
  On 1/17/2025 at 5:43 AM, Ivaknight said:

I found the start of the line at landslide cave pretty early on in the story. I think you just need to be doing some recycling to unlock it.

Expand  

Thanks! Found it and recruited it! But still, a documentation would be very nice

Posted

еще один вопрос: в темпоральном шпиле можно найти архалудона, но в темпоральной башне и шпиле покемонов нельзя нанять, где я могу найти дюралудона? 

Posted
  On 1/17/2025 at 3:30 AM, StandProud said:

Is there any chance you would be willing to share the documentation with the locations of the new pokémon and recruitment rates? If not, where can I find the Jangmo-o line?

Expand  

I would have to CREATE that documentation first lol.  Never say never, but it's not a priority rn

  On 1/17/2025 at 6:52 AM, Daniil said:

еще один вопрос: в темпоральном шпиле можно найти архалудона, но в темпоральной башне и шпиле покемонов нельзя нанять, где я могу найти дюралудона? 

Expand  

Shimmer Desert! 

Posted (edited)

Hi! If I wanted to change my starter set, how do I go through with disabling the custom quiz or adding my own starters into it? I'm using Sky Temple to try to edit the starters from Lists > Starters, but it doesn't work. I'm new to using Sky Temple and would appreciate any advice you can give me to let me edit my own starters in (Nihilego and Togepi).

Edited by prinnyxxx
Posted
  On 1/18/2025 at 5:59 PM, prinnyxxx said:

Hi! If I wanted to change my starter set, how do I go through with disabling the custom quiz or adding my own starters into it? I'm using Sky Temple to try to edit the starters from Lists > Starters, but it doesn't work. I'm new to using Sky Temple and would appreciate any advice you can give me to let me edit my own starters in (Nihilego and Togepi).

Expand  

you'll have to go into the script and edit it! 

to disable the custom quiz, open up the script "unionall", Ctrl+F 'coro EVENT_M00A_01', and replace that entire coro with the following (you can also just delete the unnecessary stuff)

here's what it'd look like before:

  Reveal hidden contents

and after it'd look like this:

  Reveal hidden contents

 

 

now, to keep the custom quiz but have your own custom starters, you'll want to navigate to the system scene S02P01A, and under acting, find "newtest3" and "newtest4".  open their scripts...specifically, newtest3 is where you'll change your hero options, while newtest4 is for partner options.  choose a Pokemon you want to replace, and replace all mentions of it in the script with your chosen Pokemon.  also replace all instances of its index number being called upon.  so say you want to replace female Glameow, look for index number 1073 and replace it with the one from your desired Pokemon!  (this may be trickier with a Pokemon with a smaller index number, for male Bulbasaur for example you only want to replace the "1"s in special processes that are actually meant to be its index number; you can figure it out by looking at the other Pokemon)

 

sorry if that's a lot to go through lol

  • Like 3
Posted (edited)
  On 1/18/2025 at 11:47 PM, WindchildWhimsy said:

you'll have to go into the script and edit it! 

to disable the custom quiz, open up the script "unionall", Ctrl+F 'coro EVENT_M00A_01', and replace that entire coro with the following (you can also just delete the unnecessary stuff)

here's what it'd look like before:

  Reveal hidden contents

and after it'd look like this:

  Reveal hidden contents

 

 

now, to keep the custom quiz but have your own custom starters, you'll want to navigate to the system scene S02P01A, and under acting, find "newtest3" and "newtest4".  open their scripts...specifically, newtest3 is where you'll change your hero options, while newtest4 is for partner options.  choose a Pokemon you want to replace, and replace all mentions of it in the script with your chosen Pokemon.  also replace all instances of its index number being called upon.  so say you want to replace female Glameow, look for index number 1073 and replace it with the one from your desired Pokemon!  (this may be trickier with a Pokemon with a smaller index number, for male Bulbasaur for example you only want to replace the "1"s in special processes that are actually meant to be its index number; you can figure it out by looking at the other Pokemon)

 

sorry if that's a lot to go through lol

Expand  

Thanks for your help! I tried it but, the game kept crashing when I replaced all the index numbers in newtest3 from Female Espurr 1307 to Nihilego 1545 and chose my partner. I also tried to just use default starters by setting Default to Nihilego 1545 and Togepi Partner 175, going into m00a01a and skipping the personality test entirely but it also crashed with Nihilego. I tried using Phanpy as my starter and it worked. Any ideas on what the issue could be? Thanks again!

Edit: I think I had too many skills at level 1 and that's why it crashed. It works now! Thank you so much for your help earlier too!

Edited by prinnyxxx
Posted (edited)

I had another question about enabling the new mechanic MoveGrowth. I have the ActorAndLevelLoader, ExtractAnimData, and ChangeMoveStatsDisplay applied, but when I applied MoveGrowth, it prompted some things I don't know about. When I applied them, saved, and launched the game, there was no Move Growth on any moves. Hopefully I didn't mess up by saving these patches. Your help would be most appreciated again!

Screenshot 2025-01-18 220739.jpg

Screenshot 2025-01-18 220530.jpg

Edited by prinnyxxx
Posted
  On 1/19/2025 at 6:08 AM, prinnyxxx said:

I had another question about enabling the new mechanic MoveGrowth. I have the ActorAndLevelLoader, ExtractAnimData, and ChangeMoveStatsDisplay applied, but when I applied MoveGrowth, it prompted some things I don't know about. When I applied them, saved, and launched the game, there was no Move Growth on any moves. Hopefully I didn't mess up by saving these patches. Your help would be most appreciated again!

Screenshot 2025-01-18 220739.jpg

Screenshot 2025-01-18 220530.jpg

Expand  

unfortunately I don't know anything about MoveGrowth so I can't really help ya there.  😔

  • Like 1
Posted
  On 1/19/2025 at 7:47 AM, WindchildWhimsy said:

unfortunately I don't know anything about MoveGrowth so I can't really help ya there.  😔

Expand  

Ahh ok. Do you happen to know where I would be able to find patches to apply them? If I wanted a recent patch of ChangeMoveStatsDisplay, where can I find it? Thanks again

Posted
  On 1/19/2025 at 11:04 PM, prinnyxxx said:

Ahh ok. Do you happen to know where I would be able to find patches to apply them? If I wanted a recent patch of ChangeMoveStatsDisplay, where can I find it? Thanks again

Expand  

if it's not the one available by default in SkyTemple, then I'm not sure.  maybe look/ask around in SkyTemple's Discord server?

  • Like 1
Posted

Hi, so with the exp share feature, I don't think it works incredibly. My new recruits are level 11 with 25 and 35 HP, with worse stats comparatively to my original Pokémon I had. Is this a bug, or are recruited Pokémon just weaker? Sorry if this seems obvious, I haven't played Mystery Dungeon in a whike

Posted
  On 1/20/2025 at 10:07 AM, AutumnFalls said:

Hi, so with the exp share feature, I don't think it works incredibly. My new recruits are level 11 with 25 and 35 HP, with worse stats comparatively to my original Pokémon I had. Is this a bug, or are recruited Pokémon just weaker? Sorry if this seems obvious, I haven't played Mystery Dungeon in a whike

Expand  

I may need more info, but

A. have you brought them into a dungeon?  their gained EXP won't kick in unless you do. 

B. generally non-starters have worse stat growths than starters, yes

Posted
  On 1/20/2025 at 6:11 PM, WindchildWhimsy said:

I may need more info, but

A. have you brought them into a dungeon?  their gained EXP won't kick in unless you do. 

B. generally non-starters have worse stat growths than starters, yes

Expand  

I have taken them to a dungeon. But like, the stat difference is just stark. Like, I know a Tangela would have a higher HP than a Litwick, but even though they're the same level, Litwick almost has double the HP and a Sneasel, the infamously frail Pokémon has over double the amount of HP. However, that could be worse stat growth.

Posted
  On 1/21/2025 at 6:13 AM, Daniil said:

why wasn't galarian articuno added? 

Is there an update planned that will add new Pokemon?

Expand  

because it didn't have sprites at the time.  XP

and yes, I do have plans!  I just haven't been in the mood to work on it lately. 

Posted
  On 1/20/2025 at 7:09 PM, AutumnFalls said:

I have taken them to a dungeon. But like, the stat difference is just stark. Like, I know a Tangela would have a higher HP than a Litwick, but even though they're the same level, Litwick almost has double the HP and a Sneasel, the infamously frail Pokémon has over double the amount of HP. However, that could be worse stat growth.

Expand  

That’s just mystery dungeon growths, some Pokémon have tons more hp and sometimes other stats for no real reason. It’s easily fixable by feeding them gummi drinks at the cafe, vitamin drinks, and for hp you can feed them life seeds and sitrus berries (while they have full hp). All Pokémon can end up with exactly the same stats  (999hp and 255 others) as a consequence.

Posted
  On 1/23/2025 at 4:16 AM, StandProud said:

What is the limit of recruited pokémon in this game? Is it the same as the original?

Expand  

yep!

  On 1/23/2025 at 4:32 PM, Akwaaa___ said:

 

Hi  i am such a big fan of the Ceruledge/Armarouge line so i was wondering if you will update it and add some more pokemons

Expand  

I'm waiting on Armarouge to get sprites first, then I'll add the line in the next update! 

Posted

I'm going to go to ultra wilds, but before that I want to ask a couple of questions:

1.on which floors can i find cosmog and necrozma?

2.can i find apples and elixirs there?

Posted
  On 1/24/2025 at 10:23 AM, Daniil said:

I'm going to go to ultra wilds, but before that I want to ask a couple of questions:

1.on which floors can i find cosmog and necrozma?

2.can i find apples and elixirs there?

Expand  

Cosmog is a low chance on every floor.  Necrozma is on 98F

Yes. 

Posted
  On 1/18/2025 at 11:47 PM, WindchildWhimsy said:

you'll have to go into the script and edit it! 

to disable the custom quiz, open up the script "unionall", Ctrl+F 'coro EVENT_M00A_01', and replace that entire coro with the following (you can also just delete the unnecessary stuff)

here's what it'd look like before:

  Reveal hidden contents

and after it'd look like this:

  Reveal hidden contents

 

 

now, to keep the custom quiz but have your own custom starters, you'll want to navigate to the system scene S02P01A, and under acting, find "newtest3" and "newtest4".  open their scripts...specifically, newtest3 is where you'll change your hero options, while newtest4 is for partner options.  choose a Pokemon you want to replace, and replace all mentions of it in the script with your chosen Pokemon.  also replace all instances of its index number being called upon.  so say you want to replace female Glameow, look for index number 1073 and replace it with the one from your desired Pokemon!  (this may be trickier with a Pokemon with a smaller index number, for male Bulbasaur for example you only want to replace the "1"s in special processes that are actually meant to be its index number; you can figure it out by looking at the other Pokemon)

 

sorry if that's a lot to go through lol

Expand  

This worked great for me, a few questions if you don't mind.

After setting custom starter, the new starter displays a walking instead of sleeping animation on the beach/in bed at base, do I need to add them to additional scene(s) to fix this minor quibble?

As above, a starter with too many skills(or something, I tried to pick a shiny pokemon and it crashed for me) seems to cause weird crashing, for me after completing a mission it will freeze sometimes. Any sage advice for this?

Posted
  On 1/26/2025 at 6:19 PM, MediocreWade said:

This worked great for me, a few questions if you don't mind.

After setting custom starter, the new starter displays a walking instead of sleeping animation on the beach/in bed at base, do I need to add them to additional scene(s) to fix this minor quibble?

As above, a starter with too many skills(or something, I tried to pick a shiny pokemon and it crashed for me) seems to cause weird crashing, for me after completing a mission it will freeze sometimes. Any sage advice for this?

Expand  

you just need to add the sprites to the Pokemon itself, you can import directly from Spritebot, and, provided starter-specific sprites have been MADE for it, it'll automatically use them

what Shiny?  also make sure it has no more than four learned moves per level.  five or more will make it crash. 

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...