DEZZ'S PROFILE

Hey.
I'm Dezz.
Yeah.

But seriously; I'm Dezz. I've been using RPG Maker since 2007, starting with XP but quickly changing to VX. If you want a map making, send me a PM and I'll try and help.
Thanks!
Sacred Remnant
(Updated new version)

Search

Filter

Window_BattleMessage* Version 0.3

author=Adon237
author=dezz123
Haha, yeah, this was for the thread you made.
/me loves you.
So if I do Middle, it would be in the middle, yes?
And also, do the HUD's or actor status things load before showing a message when on turn 0?

Yes, it would go in the middle.
And I'm not necessarily sure about HUDs since I have yet to fully test this out with them. They should load so long as this script is under the one with the HUD (since I believe that the game reads the scripts from Top->Bottom, working like so).
If not or you'd like something added, PM me the details.

Window_BattleMessage* Version 0.3

Haha, yeah, this was for the thread you made.

Takentai SBS + ATB Message

But for the Battle messages; they can be made in the Database in the Troops tab, and they use the Message Window.

Anyway, if you're having that problem, simply copy the Window_BattleMessage into any script slot under the battle scripts and paste this:
#--------------------------------------------------------------------------
# * Set Window Background and Position
#--------------------------------------------------------------------------
def reset_window
@background = $game_message.background
@position = $game_message.position
if @background == 0 # Normal window
self.opacity = 255
else # Dim Background and Make it Transparent
self.opacity = 0
end
case @position
when 0 # Top
self.y = 0
when 1 # Middle
self.y = 144
when 2 # Bottom
self.y = 288
end
end

Where it says Set Window Background and Position (Disabled)

For the whole script:
http://pastebin.com/NdSy6M9b

If you'd like any edits, just lemme know through PM.

What are you thinking about right now?

Oh, I added a Characters page to Sacred Remnant, only it didn't show up in submissions as any makerscore being gained.
Thanks for letting me know!

What are you thinking about right now?

Nah, from that I had 489 (after posting all the new images too) and haven't uploaded anything since then. o.o
Ah well, I'm not really bothered about that, just got curious xD

What are you thinking about right now?

I'm thinking about why I'm not working on SR at the moment and also thinking about how I plan on doing the Intro, a few cutscenes and the battle algorithms.
Yay. Fun.
(Also, if anyone happens to know some decent scriptlet add-ons for BEM would you mind PMing me about them? I'm looking for some via Google, etc. but it'd be so much easier this way. xD)

Oh, and I'm also wondering where that extra 2 makerscore came from

Takentai SBS + ATB Message

Perhaps posting the script and such so we can see it?
Also, have you tried changing the Message to 'Top' from 'Bottom' in the actual Message Editor?

Hello There!

Ah, you're here too now.
Welcome to RMN, ihsorak. Post lots, share stuff, become one with the community, and other such things.

Sacred Remnant

Updated:
I added a 'Characters' tab page! Tell me what you think on that page (feedback), please.
Also, edited the storyline a bit too to make it more interesting!