More balloons?

Status
Not open for further replies.

Oriceles

Veteran
Veteran
Joined
Apr 4, 2012
Messages
384
Reaction score
71
First Language
English
Primarily Uses
N/A
I just want a simple script that allow me to change the name of the file that uses the balloon command through a script vall before the balloon is displayed something like:

<balloons: balloon_1>this is because I like a lot the chibi sized characters and using expresions on them instead of the faces can be funny in some situations of my game. I think that this is a small request. I remember that there was a japanese version of this for VX but i can't find it anymore
 

Archeia

Level 99 Demi-fiend
Developer
Joined
Mar 1, 2012
Messages
15,141
Reaction score
15,473
First Language
Filipino
Primarily Uses
RMMZ
I had this a while ago privately, but here.

module Yami  BALLOON_VARIABLE = 265end class Sprite_Character < Sprite_Base    def start_balloon    dispose_balloon    filename = $game_variables[Yami::BALLOON_VARIABLE].to_s    @balloon_duration = 8 * balloon_speed + balloon_wait    @balloon_sprite = ::Sprite.new(viewport)    begin      @balloon_sprite.bitmap = Cache.system(filename)    rescue      @balloon_sprite.bitmap = Cache.system("Balloon")    end    @balloon_sprite.ox = 16    @balloon_sprite.oy = 32    update_balloon  end  endthen to call it.
 
Last edited by a moderator:

Oriceles

Veteran
Veteran
Joined
Apr 4, 2012
Messages
384
Reaction score
71
First Language
English
Primarily Uses
N/A
I had this a while ago privately, but here.

module Yami  BALLOON_VARIABLE = 265end class Sprite_Character < Sprite_Base    def start_balloon    dispose_balloon    filename = $game_variables[Yami::BALLOON_VARIABLE].to_s    @balloon_duration = 8 * balloon_speed + balloon_wait    @balloon_sprite = ::Sprite.new(viewport)    begin      @balloon_sprite.bitmap = Cache.system(filename)    rescue      @balloon_sprite.bitmap = Cache.system("Balloon")    end    @balloon_sprite.ox = 16    @balloon_sprite.oy = 32    update_balloon  end  endthen to call it.


Thanks for sharing Archeia!, I really appreciate but I don't see any instruction on how to use that snippet, and the image under your post is broken right now :( . I'll wait for the instructions

I went to try the script that Megablackdragon31 posted but I don't like the scripter terms about using his material.
 
Last edited by a moderator:

Archeia

Level 99 Demi-fiend
Developer
Joined
Mar 1, 2012
Messages
15,141
Reaction score
15,473
First Language
Filipino
Primarily Uses
RMMZ
I can see it just fine? Try quoting it and copy the URL through source command of the forums or try this one. http://i.imgur.com/VAty02c.png

Basically in a Control Variable Function, there's a script section right?

For Variable 265 type in the script function "Newfilenamehere" <whatever is the new filename of the new balloon sheet then show an emoticon after it. Try it out.
 
Last edited by a moderator:

Oriceles

Veteran
Veteran
Joined
Apr 4, 2012
Messages
384
Reaction score
71
First Language
English
Primarily Uses
N/A
I can see it just fine? Try quoting it and copy the URL through source command of the forums or try this one. http://i.imgur.com/VAty02c.png

Basically in a Control Variable Function, there's a script section right?

For Variable 265 type in the script function "Newfilenamehere" <whatever is the new filename of the new balloon sheet then show an emoticon after it. Try it out.
Thank you! now I'll test, I tried copying the url, but it was IMGUR server that was done giving me 502 badway error but now the picture on your first post and my quote are ready.

Edit: It works like a charm and its very easy to work with  :D , the first time tried i wasn't using the  quotes, this is solved now.
 
Last edited by a moderator:

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.
 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,083
Members
137,583
Latest member
write2dgray
Top