• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed [Indev 0.46] Crash upon Challenging a Trainer Who Says Your or Your Rival's Name

flyBEET

Starting Trainer
So the issue was that we upgraded the battle files to allow version=2 constructs to work
By doing so we made version 1 constructs(<rivalname>, <playername>, etc) crash the game
These were used most often in event battles(Rival battles, Gym Leaders, E4, Rocket, Etc) and every rival battle EXCEPT the first one uses the <rivalname> construct so that causes alot of issues.....

To answer any questions about the battle calls:
The reason only the first file doesnt have "rival\" in it is because it is the only trainer file not in the rival subfolder of the trainer folder
if you goto /Pokemon/Scripts/Trainer/Rival you will see all of the files except the ones for the first battle
This is because if we move the trainer battle files we change the register related to them since it is based on the file location so when nilllzz started he was just putting every trainer file in the main trainer folder instead of sorting them and didnt start sorting them until about Union Cave I believe......
I'm not trying to be impatient or anything, I am just curious. How long do you guys think it will take to fix this up?
 

Adrinus

Trainer
So the issue was that we upgraded the battle files to allow version=2 constructs to work
By doing so we made version 1 constructs(<rivalname>, <playername>, etc) crash the game
These were used most often in event battles(Rival battles, Gym Leaders, E4, Rocket, Etc) and every rival battle EXCEPT the first one uses the <rivalname> construct so that causes alot of issues.....

To answer any questions about the battle calls:
The reason only the first file doesnt have "rival\" in it is because it is the only trainer file not in the rival subfolder of the trainer folder
if you goto /Pokemon/Scripts/Trainer/Rival you will see all of the files except the ones for the first battle
This is because if we move the trainer battle files we change the register related to them since it is based on the file location so when nilllzz started he was just putting every trainer file in the main trainer folder instead of sorting them and didnt start sorting them until about Union Cave I believe......

So that's why the formats were different! I thought it was odd doing the same trainer in different ways. Well, that makes much more sense.
 

MrHippocrit

Champion
Trusted Support
Retired Mod
well but evrybody got the problem? wonder if i can use teleport there? :/
Not everyone, some people, like Tornado9797, seem to not get this bug/crash issue. But yes, most people are affected by it.
Just wait for the new update or for Nilllzz to patch it. (which really shouldn't be much work for him, I don't know why he ain't doing it. Correct me if I am wrong, Darky, I know you're reading. ;) )
 
Last edited:
P

PettoSwagga

Guest
Any news on this, when/if it is going to be hotfixed or if we have to wait until the next update and if so do we have any kind of ETA on either? It is extremely frustrating not being able to advance past Azalea Town.
 

McBillBurger

Starting Trainer
Haha, yeah, I know Azalea Town better than my hometown at this point! I started playing just after last update, and it has been my main game the entire last week, despite being stuck in Azalea since day one :b And the scaling EXP doesn't help, as it isn't really viable to train any of my Pokemon in this area anymore. But I've just caught different Pokemon for some friends, and hoped to Wondertrade me to a Pokemon with cut, so I could slip past Sudowoodo ;)

(Still, any ETA would be amazing, really stoked to actually play the full game!)
 

MrHippocrit

Champion
Trusted Support
Retired Mod
Apparently, all nilllzz has to do is upload it but he's been too busy working on his Star Wars tactical game thingy that he keeps forgetting about it.
He claimed numerous times to upload it, but has yet to do it. This includes my post:
I just want to tell you, nilllzz has fixed the issue and will patch it later today.
This cannot be held against me.
 
P

PettoSwagga

Guest
Haha, yeah, I know Azalea Town better than my hometown at this point! I started playing just after last update, and it has been my main game the entire last week, despite being stuck in Azalea since day one :b And the scaling EXP doesn't help, as it isn't really viable to train any of my Pokemon in this area anymore. But I've just caught different Pokemon for some friends, and hoped to Wondertrade me to a Pokemon with cut, so I could slip past Sudowoodo ;)
Yeah i am the same. Really excited to play but it is quite tedious to train without going past Azalea since you get such a small amount of XP from low level battles.

Apparently, all nilllzz has to do is upload it but he's been too busy working on his Star Wars tactical game thingy that he keeps forgetting about it.
He claimed numerous times to upload it, but has yet to do it. This includes my post:
That's good news I guess. Hopefully he get's a spare few minutes and can upload the hotfix patch so everyone can get back to playing :)
 

al3x

Fisherman
guys you mad.. you complain that you cant get past the x town while im stuck in a e4 room and i cant even catch or train something xD
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
guys you mad.. you complain that you cant get past the x town while im stuck in a e4 room and i cant even catch or train something xD
You can ask a moderator to get you out of there...(I can't because I'm not home right now).
 

Gothmog

Pokémon Ranger
guys you mad.. you complain that you cant get past the x town while im stuck in a e4 room and i cant even catch or train something xD
Eeerrr....yeah...how to tell you...you know...you could just ask tornado to teleport you out of there (he did it for me)...sry for all that wasted time of yours...
EDIT: What a timing
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
Well, I am home now. If you still need help getting out, be sure to private message me about it.
 

MrHippocrit

Champion
Trusted Support
Retired Mod
Well, I am home now. If you still need help getting out, be sure to private message me about it.
Don't forget to register/unregister his E4 fights.

Code:
@register.unregister(defeatwill)
@register.unregister(trainer_league\will)
@register.unregister(defeatkoga)
@register.unregister(trainer_league\koga)
@register.unregister(defetbruno)
@register.unregister(trainer_league\bruno)
@register.unregister(defeatkaren)
@register.unregister(trainer_league\karen)
 
Top