• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Speech bubble message system v0.6

Even after looking through all the posts here, I still cannot figure out how to have the speech bubble get to the bottom of the screen when the event talking is on the top of the screen. Can someone help? Like, the speech bubble is covering the event....

Pokegod
 
How would I go about to fix this?

Hello.

I am using the Speech Bubble System by Carmaniac, and have encountered a problem. The script works fine and all, but I have a scene in my game where the scene is laid out as follows.


Giratina
Dialga Palkia
Arceus

And when giratina speaks, it covers his sprite. How would I fix this? I have already asked on the script section, and have waited 20 days, but nobody has posted anything new post wise, or anything in general on that thread. How would I fix this?


Thanks

Pokegod
 
That seemed so much easier than I thought. THANKS ROAMINGMURKROW

:D :D :D :D :D D :D :D :D :D :D
 
It should work automatically for DS Essentials.
 
Sorry everyone for not replying on here lately, got too engrossed with sorting life out in general. This script is pretty outdated now with a fair amount of bugs, I've unfortunately got very little intention in getting back into game development any time soon so seems the script may be inactive for a while when it comes to the updates side of things. If I see fit to do so, I may come back to essentials at a future date to continue making addons.

The script at the moment is not compatible with the DS Essentials project, though isn't too hard to go around line 1200 in pokemon messages and play around with the viewports of the code. Sorry for the lack of updates and replys everyone, hope to soon get back into the community when I get time.
 
carmaniacs bubble script help

Hi, i am using carmaniacs bubble script system, i wanted the older version which makes the bubble looks like this:
[PokeCommunity.com] Speech bubble message system v0.6

The newer version of his bubble system runs like b/w but i want the older one like the image, can anyone help or show me how to make it look like this??
 
excuseme, but i cannot find a download link in ess wikia?

There is no download link... this is all added by hand...
on wiki page there is a tutorial on how to "install" it ... it's more like how to add it to your game
 
There is no download link... this is all added by hand...
on wiki page there is a tutorial on how to "install" it ... it's more like how to add it to your game

The wiki page was messed up for this tutorial, so I have edited it to remove the "template" that
was causing nothing but a blank page.
 
good job
 
Changing Bubblytextbox size

Changing Bubblytextbox size

Wanna have it like "Pokemon Phoenix Rising" or "Pokemon Spectrum".
 
Last edited by a moderator:
Ah sorry! I thought you were asking which one was better cause I didn't read the title!

Try fiddling with this part:

Code:
if $Bubble==1
         msgwindow.setSkin("Graphics/windowskins/frlgtextskin")
         msgwindow.height = 100
         msgwindow.width = 400
 
You wont be able to find any of the old versions of the script as it was only up long enough for a couple of people to download it. That was a bit of a mistake uploading it to begin with. Although with a bit of reading up, it's not too difficult to modify the scripts to change the appearance and function.

I'll probably one day get back into working with essentials again when I get the time to do so. Support at the moment for this script is none existent, at least until near the new year.
 
Back
Top