Main Menu
  • Welcome to The RPG Maker Resource Kit.

Character Emoji VXA

Started by SoulPour777, February 17, 2014, 07:46:11 PM

0 Members and 1 Guest are viewing this topic.

SoulPour777

Character Emoji VXA
Version: 1.0
Author: Soulpour777

Description



This allows the player to create emoji (balloon emotions) on the map, either to show their emotion in game or express their emotions in game. Perfect for Online Games / Dating Simulation Games.

Features


  • Displays Emotions on Map via Button

Screenshots



Instructions

Plug and Play. Place the script below Materials above Main.

Script



Please get it at Soulpour RGSS: http://infinitytears.wordpress.com/2014/02/15/rgss3-character-emoji-vxa/

Credit




  • Soulpour777

Support



If you have any questions, comments, critiques, corrections or any other concern about the script, please do contact me here on RMRK, comment below or mail me in my website.

Known Compatibility Issues

None

Terms of Use



All my scripts are bound under my terms of use. If any terms on RMRK does not contradict my terms, please add those.


If you like my work, please do support me on Patreon.
https://www.patreon.com/Soulpour777?ty=h

vindaca

I like the concept behind this one. Great job.

You should think about maybe setting up a menu system for it so the players can change what emot they want to express with which buttons. If I am not mistaken you should also be able to use the F5 - F8 buttons too( It might be F1 - F5 I'm not sure but you can look up the buttons in the rgss help file.). You should think about using those for that as L and R are very common buttons and might become a problem with a lot of other scripts.
[spoiler= "More About Vindaca"]

[spoiler= "General Prices"]
You can also build packages containing multiple resources. (Package prices are not included.)


Music

Basic Songs = $20 - $50 USD
Advanced Songs = $100+


Graphics
32 x 32, 4 Directional Sprite = $7 USD each / $50 USD per sheet
64 x 32, 4 Directional Sprite = $10 USD each / $60 USD per sheet
Backgrounds = $10 - $40 USD
Tilesets = $5 each / $20 - $50 USD per group
(depending on types of tilesets)
Iconset = $5 each / $35 - $80 if buying more then 10
(depending on quantity)
Windowskins = $7 each


Animations

Titles = $20+ USD (Depending on complexity)
Backgrounds= $20+ USD (Depending on complexity)
Regular Evented Scenes = $40+ USD each (Depending on complexity)
Parallax Scenes = $60+ USD each (Depending on complexity)
CG  = $300+ USD (Depending on complexity)

Maps

Basic Map Design = $7 USD each
Advanced Map Design = $10+ USD (Depending on complexity)

Scripts

Basic Custom Menu Script = $60 - $100 USD
More Advanced Menu Script = $120 - $300 USD (Animated, ext.)
Mini-games = $100 - $300 USD (Depending on complexity)
I am willing to build a custom card game if specifications are given Commissioned out E.T.A. 3 - 6 months
Battle Systems = $100 - $300 USD (Depending on complexity) Commissioned out E.T.A. 3 - 6 months
Others Scripts = $80 - $300 USD (Depending on complexity)

We are also willing to build games for you with as little or as much direction as you want. (Prices vary depending on complexity of game)
If you want to use your resources in multiple titles there is an additional charge of half the cost of the resource. (Prices vary depending on packages)
I require half of the total cost of any projects up front and the other half before completion.
If a project is finished and not picked up within 1 month of notification,
your resources will be resold and no money will be refunded.
[/spoiler]

[/spoiler]

SoulPour777

Quote from: vindaca on February 17, 2014, 11:17:35 PM
I like the concept behind this one. Great job.

You should think about maybe setting up a menu system for it so the players can change what emot they want to express with which buttons. If I am not mistaken you should also be able to use the F5 - F8 buttons too( It might be F1 - F5 I'm not sure but you can look up the buttons in the rgss help file.). You should think about using those for that as L and R are very common buttons and might become a problem with a lot of other scripts.

Hi :)

To be honest I am not still well versed in using windows nor making a selected command on windows. Proof being only a few of my scripts works with windows. If there are ways to achieve such, I am not still familiar with it. If you have some suggestions, please tell me how.

Thank you.


If you like my work, please do support me on Patreon.
https://www.patreon.com/Soulpour777?ty=h

vindaca

No problem at all. I will PM you later with some ways to do this.
[spoiler= "More About Vindaca"]

[spoiler= "General Prices"]
You can also build packages containing multiple resources. (Package prices are not included.)


Music

Basic Songs = $20 - $50 USD
Advanced Songs = $100+


Graphics
32 x 32, 4 Directional Sprite = $7 USD each / $50 USD per sheet
64 x 32, 4 Directional Sprite = $10 USD each / $60 USD per sheet
Backgrounds = $10 - $40 USD
Tilesets = $5 each / $20 - $50 USD per group
(depending on types of tilesets)
Iconset = $5 each / $35 - $80 if buying more then 10
(depending on quantity)
Windowskins = $7 each


Animations

Titles = $20+ USD (Depending on complexity)
Backgrounds= $20+ USD (Depending on complexity)
Regular Evented Scenes = $40+ USD each (Depending on complexity)
Parallax Scenes = $60+ USD each (Depending on complexity)
CG  = $300+ USD (Depending on complexity)

Maps

Basic Map Design = $7 USD each
Advanced Map Design = $10+ USD (Depending on complexity)

Scripts

Basic Custom Menu Script = $60 - $100 USD
More Advanced Menu Script = $120 - $300 USD (Animated, ext.)
Mini-games = $100 - $300 USD (Depending on complexity)
I am willing to build a custom card game if specifications are given Commissioned out E.T.A. 3 - 6 months
Battle Systems = $100 - $300 USD (Depending on complexity) Commissioned out E.T.A. 3 - 6 months
Others Scripts = $80 - $300 USD (Depending on complexity)

We are also willing to build games for you with as little or as much direction as you want. (Prices vary depending on complexity of game)
If you want to use your resources in multiple titles there is an additional charge of half the cost of the resource. (Prices vary depending on packages)
I require half of the total cost of any projects up front and the other half before completion.
If a project is finished and not picked up within 1 month of notification,
your resources will be resold and no money will be refunded.
[/spoiler]

[/spoiler]

vindaca

#4
K so I just got started on it, did you know this script is not working or finished?

*Edit~
Here are some tips. =)

  # -----------------------------------------------------
  # Update (Aliased)
  # This is where I can check the updates, call the original method
  # -----------------------------------------------------
  def update
    emotion_balloon_update() #Call Original Method
    unless $game_message.visible
      update_call_balloon if $game_system.map_emoji # this check is always going to return false, and is not needed.
    end
  end



  # -=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~
  # Check Emoji (Emoji Functions Per Trigger)
  # -=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~
  def self.check_emoji
    $game_player.balloon_id = Character_Emoji::SHIFT_EMOJI if Input.trigger?(Character_Emoji::BUTTON_SHIFT)#this is a good enough check, and there should not be any problems.
    $game_player.balloon_id = Character_Emoji::ALT_EMOJI if Input.trigger?(Character_Emoji::BUTTON_ALT)
    $game_player.balloon_id = Character_Emoji::R_EMOJI if Input.trigger?(Character_Emoji::BUTTON_R)
    $game_player.balloon_id = Character_Emoji::L_EMOJI if Input.trigger?(Character_Emoji::BUTTON_L)
  end



This is my edit with your script as the base.
[spoiler]

# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# Character Emoji VXA
# Author: Soulpour777
# Version 1.0
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# Description: This allows the player to create emoji (balloon emotions) on
# the map, either to show their emotion in game or express their emotions
# in game. Perfect for Online Games / Dating Simulation Games.
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# Terms of Use:

#~ For Non-Commercial Use:

#~ You are free to use the script on any non-commercial projects.
#~ You are free to adapt the script. Any modifications are allowed as long as
#  it is provided as a note on the script.
#~ Credits to SoulPour777 for the script.
#~ Preserve the Script Header.
#~ Claiming the script as your own is prohibited.

# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# Character Emoji
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# This module handles the values and a function for the Character Emoji.
# ------------------------------------------------------------------------------
module Character_Emoji
 
  # -=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~
  # Emoji Table
  # -=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~
  # 1 - Exclamation Mark
  # 2 - Question Mark
  # 3 - Music Note Balloon
  # 4 - Heart
  # 5 - Anger
  # 6 - Sweat
  # 7 - Disheaveled
  # 8 - Silence
  # 9 - Idea
  # 10 - Sleepy
  # -=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~
 
  # -=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~
  # Start Configuring Emojis Here:
  # -=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~-=~
  BUTTON_SHIFT = Input::SHIFT
  SHIFT_EMOJI = 6
  BUTTON_ALT = Input::ALT
  ALT_EMOJI = 1
  BUTTON_R = Input::R
  R_EMOJI = 2
  BUTTON_L = Input::L
  L_EMOJI = 3
 
end

#==============================================================================
# ** Scene_Map
#------------------------------------------------------------------------------
#  This class performs the map screen processing.
#==============================================================================
class Scene_Map < Scene_Base
 
  # -----------------------------------------------------
  # Alias Listings
  # -----------------------------------------------------
  alias emotion_balloon_update update
  # -----------------------------------------------------
 
  # -----------------------------------------------------
  # Update (Aliased)
  # This is where I can check the updates, call the original method
  # -----------------------------------------------------
  def update
    emotion_balloon_update() #Call Original Method
    unless $game_message.visible
      $game_player.balloon_id = Character_Emoji::SHIFT_EMOJI if Input.trigger?(Character_Emoji::BUTTON_SHIFT)
      $game_player.balloon_id = Character_Emoji::ALT_EMOJI if Input.trigger?(Character_Emoji::BUTTON_ALT)
      $game_player.balloon_id = Character_Emoji::R_EMOJI if Input.trigger?(Character_Emoji::BUTTON_R)
      $game_player.balloon_id = Character_Emoji::L_EMOJI if Input.trigger?(Character_Emoji::BUTTON_L)
    end
  end
 
end

[/spoiler]
[spoiler= "More About Vindaca"]

[spoiler= "General Prices"]
You can also build packages containing multiple resources. (Package prices are not included.)


Music

Basic Songs = $20 - $50 USD
Advanced Songs = $100+


Graphics
32 x 32, 4 Directional Sprite = $7 USD each / $50 USD per sheet
64 x 32, 4 Directional Sprite = $10 USD each / $60 USD per sheet
Backgrounds = $10 - $40 USD
Tilesets = $5 each / $20 - $50 USD per group
(depending on types of tilesets)
Iconset = $5 each / $35 - $80 if buying more then 10
(depending on quantity)
Windowskins = $7 each


Animations

Titles = $20+ USD (Depending on complexity)
Backgrounds= $20+ USD (Depending on complexity)
Regular Evented Scenes = $40+ USD each (Depending on complexity)
Parallax Scenes = $60+ USD each (Depending on complexity)
CG  = $300+ USD (Depending on complexity)

Maps

Basic Map Design = $7 USD each
Advanced Map Design = $10+ USD (Depending on complexity)

Scripts

Basic Custom Menu Script = $60 - $100 USD
More Advanced Menu Script = $120 - $300 USD (Animated, ext.)
Mini-games = $100 - $300 USD (Depending on complexity)
I am willing to build a custom card game if specifications are given Commissioned out E.T.A. 3 - 6 months
Battle Systems = $100 - $300 USD (Depending on complexity) Commissioned out E.T.A. 3 - 6 months
Others Scripts = $80 - $300 USD (Depending on complexity)

We are also willing to build games for you with as little or as much direction as you want. (Prices vary depending on complexity of game)
If you want to use your resources in multiple titles there is an additional charge of half the cost of the resource. (Prices vary depending on packages)
I require half of the total cost of any projects up front and the other half before completion.
If a project is finished and not picked up within 1 month of notification,
your resources will be resold and no money will be refunded.
[/spoiler]

[/spoiler]

SoulPour777

Thanks for pointing that out. :)


If you like my work, please do support me on Patreon.
https://www.patreon.com/Soulpour777?ty=h