WHAT ARE YOU THINKING ABOUT RIGHT NOW?
Posts
I am getting another dose of medicine, and then I'm going home. Then Monday, I get to go back and let them take blood.
@pianotm Hey, that's good news! :D I'm glad you're getting better, piano~
Currently thinking about this creepy guy:
Currently thinking about this creepy guy:
I like the music that plays when he appears.
Yay, piano! :D
I'm glad you're getting out and are doing better :)
I'm glad you're getting out and are doing better :)
author=InfectionFiles
what's undertale
GOTY2015
(It's basically an rpg game with a bullet hell style battle system, lots of pop culture references and some amazing characters)
author=pianotm
When I get home, I think I am going to do some gam mak.
Go you! :D
Also happy to hear you are doing better ^^
author=pianotm
When I get home, I think I am going to do some gam mak.
Glad you're doing better!
___
Everyone needs to listen to this whole tune, right now.
author=InfectionFiles
what's undertale
A miserable pile of secrets.
@piano: glad to hear you're doing better. take care of yourself, bud!
author=Libertyauthor=InfectionFilesA miserable pile of secrets.
what's undertale
But enough talk! Have at you!
What? Somebody was bound to do it.
@piano:

author=Froggeauthor=InfectionFilesGOTY2015
what's undertale
(It's basically an rpg game with a bullet hell style battle system, lots of pop culture references and some amazing characters)
Sounds like Space Funeral 2.
author=pianotm
When I get home, I think I am going to do some gam mak.
That's good to hear.
LockeZ
I'd really like to get rid of LockeZ. His play style is way too unpredictable. He's always like this too. If he ran a country, he'd just kill and imprison people at random until crime stopped.
5958
*slow clap from balcony*
I know we have a Help forum, but I don't want to open a new thread for something so tiny. So could someone please, pretty please, lend me a hand with this? ...If you own VX Ace, I need a replacement of the scripts file to use with Ace Lite with the following changes.
Font change: Link
#==============================================================================
# ** Main
#------------------------------------------------------------------------------
# This processing is executed after module and class definition is finished.
#==============================================================================
Font.default_name = Gilles' Comic
Font.default_size = 22
rgss_main { SceneManager.run }
Window opacity change:
#--------------------------------------------------------------------------
# * Create Background
#--------------------------------------------------------------------------
def create_background
@background_sprite = Sprite.new
@background_sprite.bitmap = SceneManager.background_bitmap
@background_sprite.color.set(16, 16, 16, 255)
end
Or at least that's how I think this works.
Thanks in advance! ...You know, it's fun to work with limitations, but it's silly I can't even change basic stuff like this w/o scripts.
Font change: Link
#==============================================================================
# ** Main
#------------------------------------------------------------------------------
# This processing is executed after module and class definition is finished.
#==============================================================================
Font.default_name = Gilles' Comic
Font.default_size = 22
rgss_main { SceneManager.run }
Window opacity change:
#--------------------------------------------------------------------------
# * Create Background
#--------------------------------------------------------------------------
def create_background
@background_sprite = Sprite.new
@background_sprite.bitmap = SceneManager.background_bitmap
@background_sprite.color.set(16, 16, 16, 255)
end
Or at least that's how I think this works.
Thanks in advance! ...You know, it's fun to work with limitations, but it's silly I can't even change basic stuff like this w/o scripts.
Welp! That didn't seem to have worked. Dunno what could be wrong, I have no experience with this. Thanks for trying though!
Edit: I think I know what's wrong. The font change needs to be in "Main", and the opacity fix is an edit on Scene_MenuBase.
Edit: I think I know what's wrong. The font change needs to be in "Main", and the opacity fix is an edit on Scene_MenuBase.























