Jump to content

Announcing our new website

To find out the latest about our new website, visit Game Dev Unlimited

- - - - -

Help in SBS


  • You cannot reply to this topic
8 replies to this topic

#1 themarie

    Newbie

  • Member
  • 6 posts

Posted 27 October 2011 - 07:20 PM

Hello all , :biggrin_002:

Well I have the sied view battle system But I want to custom things like :

-The place of the skill menu , ( when you started the battle you choose fight , you have the command window ," fight skill ..." and for example when you choose skill the skill menu appears in the bottom , I read the scripts and I didn't find how to change it and like I said Im not good on scripting that's why I need help ^^ ( for the Item menu also )

Screens :
Posted Image
( example of the Item menu and it's the same thing as the skill menu )
I just wanted to know if it's possible to do that ^^
Thank you :)

Edited by themarie, 27 October 2011 - 07:28 PM.


#2 Kiriashi

    Activity Whore

  • RMXPU Legend
  • PipPipPipPipPipPipPipPipPipPip
  • 4,486 posts

Posted 27 October 2011 - 08:06 PM

Whenever you ask a question regarding a script, you need to post that script.

Make sure you put it in spoiler and code tags, too -- like this:

[spoiler][code]
class script

def initialize

print "your script"

end

end

[/spoiler][/code]

#3 bigace

    King of Spades

  • Member
  • 730 posts

Posted 27 October 2011 - 08:16 PM

Can re write your question, sorry I'm just having a hard time understanding what u want. Then I can help as I might know what you're asking for just need clarification.

#4 kellessdee

    mrrow ~!

  • Moderator
  • 902 posts

Posted 27 October 2011 - 08:33 PM

I can almost guarantee you, that there is a VERY easy fix for this...however we have NO idea what script you are using so we have no idea what needs to be edited...

#5 themarie

    Newbie

  • Member
  • 6 posts

Posted 27 October 2011 - 09:25 PM

Well on the screen it's the Item window , I just wanted to know If I can move it ,cuz I didn't find how to move it on my scripts
Core scripts :
Spoiler

Edited by Kiriashi, 27 October 2011 - 10:44 PM.


#6 themarie

    Newbie

  • Member
  • 6 posts

Posted 27 October 2011 - 10:01 PM

I searched But I just find how to move the command window and change colors , position of the battlers faces ect ..But I didn't find how to move the Item menu and the skills menu
I want to move them cuz they are at the bottom
( sorry the spoiler didn't work :mellow: )

Edited by themarie, 27 October 2011 - 10:04 PM.


#7 bigace

    King of Spades

  • Member
  • 730 posts

Posted 27 October 2011 - 10:20 PM

Actually the class Window_Item is under Sideview 2. and there you can change where you want the item window to go. It starts at line 3047.
and the skill window starts at 3008.

To move windows around just go to the line on both windows that say:
super(x, y, width, height)
and just change the x and y coordinates around, and to change the size of the window change change the width and the height.

Hopefully this is what your asking, as I'm still confused on the question.

#8 bigace

    King of Spades

  • Member
  • 730 posts

Posted 27 October 2011 - 10:20 PM

Actually the class Window_Item is under Sideview 2. and there you can change where you want the item window to go. It starts at line 3047.
and the skill window starts at 3008.

To move windows around just go to the line on both windows that say:
super(x, y, width, height)
and just change the x and y coordinates around, and to change the size of the window change change the width and the height.

Hopefully this is what your asking, as I'm still confused on the question.

#9 themarie

    Newbie

  • Member
  • 6 posts

Posted 27 October 2011 - 10:28 PM

awesome :biggrin_002: ! Yeah this is what i was asking about thanks a lot :alright:





0 user(s) are reading this topic

members, guests, anonymous users