• ✨ 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 [0.21] Battling Twins Bug

Status
Not open for further replies.

Tornado9797

Content Developer
P3D Developer
Global Moderator
In the Azalea Gym, when you battle the twins, only one of them appears in battle.

 

Splint

Champion
Seems there is a way possible to have 2 sprites however it requires a very dirty workaround for it to work.

Basically what needs to happen is the npc's have to be placed on the battle map itself and a new empty texture needs to created.

Inside the trainer file u refer to the empty texture.
Code:
200
Twins
Amy & May
We come first!
Oh double goodness!
Our bug POKEMON~lost! Oh what~a shame.*You're really strong!
empty
Johto|Trainer
1|165,10
2|167,10
3|
4|
5|
6|
Once the battle is over u remove these NPC's from the battle map.
Code:
@NPC:register(battle\gyms\azalea_gym.dat|55|remove|1)
@NPC:register(battle\gyms\azalea_gym.dat|56|remove|1)
And in case of a rematch u simply unregister them
Code:
@NPC:unregister(battle\gyms\azalea_gym.dat|55|remove|1)
@NPC:unregister(battle\gyms\azalea_gym.dat|56|remove|1)
Screenshot:
2013-01-16_08.49.58.png

Video:

Download to the files is attached to this post

Edit:
thanks to DracoHouston for helping me with some of the scripting issues i ran into ;)
 

Attachments

supallama

Dragon Tamer
Not related to this bug, but Splint are you able to upload the music pack you're using?

I agree, I would like that music pack, I am currently working on a hard rock version :3

DracoHouston Is it not possible to have both twins close together and make them one sprite during battle? so the battle sprite of the twins are just a new sprite for that battle?
 

DracoHouston

Kolben Developer
Contributor
Not related to this bug, but Splint are you able to upload the music pack you're using?

I agree, I would like that music pack, I am currently working on a hard rock version :3

DracoHouston Is it not possible to have both twins close together and make them one sprite during battle? so the battle sprite of the twins are just a new sprite for that battle?
the sprite is actually a 3d plane textured with the sprite, so if i put both girls in the same sprite it's going to give me 2 little babies ;)
 

Splint

Champion
Not related to this bug, but Splint are you able to upload the music pack you're using?

I agree, I would like that music pack, I am currently working on a hard rock version :3

DracoHouston Is it not possible to have both twins close together and make them one sprite during battle? so the battle sprite of the twins are just a new sprite for that battle?
If u guys want i could make a new thread with a download link to it although the looping of some of the music is quiet rough and could use some touch ups.
 

AlessaGarnish

Dragon Tamer
Contributor
Not related to this bug, but Splint are you able to upload the music pack you're using?

I agree, I would like that music pack, I am currently working on a hard rock version :3

DracoHouston Is it not possible to have both twins close together and make them one sprite during battle? so the battle sprite of the twins are just a new sprite for that battle?
If u guys want i could make a new thread with a download link to it although the looping of some of the music is quiet rough and could use some touch ups.
Would really appreciate it :D
 

supallama

Dragon Tamer
Is it not possible to have both twins close together and make them one sprite during battle? so the battle sprite of the twins are just a new sprite for that battle?[/quote said:
the sprite is actually a 3d plane textured with the sprite, so if i put both girls in the same sprite it's going to give me 2 little babies ;)

Aren't the twins like little children anyways?
[/quote]
 

DracoHouston

Kolben Developer
Contributor
i don't mean a bit smaller i mean they'd have to be a quarter of the size of everyone else and be about 8x8 pixels. it was just not feasible. dont worry, its just a missing feature, its getting fixed properly. not even splints really clever solution would have been acceptable, really.
 
Status
Not open for further replies.
Top