This is a remake of Prexus' old three man battle report with an additional man added to it. Also, this is for RPG Maker XP. Just plug and play. Not too sure if it will mess with other scripts, though. Just sharing the love ^^
The code
CODE
class Window_EXPTitle < Window_Base def initialize super(0, 0, 640, 64) self.contents = Bitmap.new(width - 32, height - 32) self.contents.font.name = "Tahoma" self.contents.font.size = 16 self.visible = false refresh end def refresh self.contents.clear self.contents.draw_text(4,0,640,32,"Battle Results") end end
looks pretty and all but could you post a tad bit of instructions? Such as where to post it and what to replace if anything? I'm a complete newb when it comes to scripting and that would help a ton.
__________________________
Now you have to ask yourself; was this post really worth reading?
Blessed Eternia - Fate or Chance? Which do you believe?
looks pretty and all but could you post a tad bit of instructions? Such as where to post it and what to replace if anything? I'm a complete newb when it comes to scripting and that would help a ton.
It's just plug and play. Create a new script above "Main" in the script editor and post the code in the new script. BAM four person report ^^
QUOTE (Naridar @ Apr 10 2009, 06:55 AM)
It's incompatible with SBS Takentai XP's ATB addon. Just so that you know.
Well, I looked at that addon and it appears that the reason that they aren't compatible is because of the code where it alters Scene_Battle. I'm currently at work and they have this nifty little thing that blocks me from downloading stuff, soooooo i'll have to work with the code when i get home to see if I can find a "middle ground" for yah ^^ thanks for letting me know!
This post has been edited by vvalkingman: Apr 13 2009, 05:03 AM
__________________________
Thank you X-M-O for my sexy new banner! ;)
Project I'm currently racking my brain on: "Modern Witch" Project(tentative name): 5% done Goshiki: The Five Paths: 40% done
Projects on the backburner: The Great Thief of Mango City: 5% done Knights of the Black Gate: 10% done The Venting: 74% done
Group: Member
Posts: 21
Type: None
RM Skill: Skilled
dude, when i try to put this script into my game, it goes into only one line. could u please help me out with that?
__________________________
~Tonight, tonight, he's gonna get it right. Even losers can get lucky sometimes. All the freaks go on a winning streak. In a perfect world, all the geeks get the girls.~
Group: Member
Posts: 1
Type: None
RM Skill: Beginner
Ok, I'm a total newbie, but I get an error saying: "Unable to find file Graphics/Pictures/Blackout.png". Where do I find this file?
Edit: Nevermind, when I went trough the script I saw this: "icon_bitmap = RPG::Cache.picture("Blackout.png") # Replace this with a 640x480 image of BLACK". I'd be nice with a little heads-up though...
This post has been edited by tintin vs china: Sep 10 2009, 04:33 PM
Ok, I'm a total newbie, but I get an error saying: "Unable to find file Graphics/Pictures/Blackout.png". Where do I find this file?
Edit: Nevermind, when I went trough the script I saw this: "icon_bitmap = RPG::Cache.picture("Blackout.png") # Replace this with a 640x480 image of BLACK". I'd be nice with a little heads-up though...
Haha you're right, sorry bout that ^^ made an edit on my original post.
__________________________
Thank you X-M-O for my sexy new banner! ;)
Project I'm currently racking my brain on: "Modern Witch" Project(tentative name): 5% done Goshiki: The Five Paths: 40% done
Projects on the backburner: The Great Thief of Mango City: 5% done Knights of the Black Gate: 10% done The Venting: 74% done