Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Sally on January 12, 2008, 01:15:51 am

Title: [RESOLVED] Alias Menu scrip needed
Post by: Sally on January 12, 2008, 01:15:51 am
Okay, well i need a script for the Alias game. it is a main menu thing like pause... so umm ill make a templete and hopefully someone can make it for me!.
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 12, 2008, 01:17:50 am
I'll have a look at it for u once u post the template
Title: Re: Alias Menu scrip needed
Post by: Juan on January 12, 2008, 01:19:22 am
@Susys I'll try this menu layout once you posted your templete.
Title: Re: Alias Menu scrip needed
Post by: Sally on January 12, 2008, 01:37:52 am
here it is

(http://i225.photobucket.com/albums/dd59/sallygirl411/aliasmenu.jpg)

now were it shows like
Grade
and application
i want it to use switches okay..
and i want to be able to change the switch and variables id in the script and same for the job info.and the money need to be in real type money like $50.53 thanks for taketing this request u guys!!
Title: Re: Alias Menu scrip needed
Post by: Juan on January 12, 2008, 01:47:07 am
@Susys That shouldn't be to hard. Through I'll need help with trying to get an animated character.  Btw do you already have a calender script or options script?
Title: Re: Alias Menu scrip needed
Post by: Sally on January 12, 2008, 01:56:27 am
nope i need everything
the calender thing i need to be able to add thing on it with events. like when you have to go to work and when a test is Etc...
Title: Re: Alias Menu scrip needed
Post by: Sally on January 12, 2008, 01:57:02 am
this script is needed for this game:
http://forum.chaos-project.com/index.php?topic=124.0


options needs:
-Sound volume
-

what do u think should be in options?

Power upfor trying to make this work! :)
Title: Re: Alias Menu scrip needed
Post by: Juan on January 12, 2008, 02:06:17 am
@Susys I'll to make it event based. Althrough I haven't tryed that before. I also won't start till tomorrow since I am getting ready to go to bed. 1:06am here.
Title: Re: Alias Menu scrip needed
Post by: Sally on January 12, 2008, 02:08:27 am
lol kay its 2:08am here :P
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 12, 2008, 02:34:05 am
maybe windowskin and battle bgm changes? like the one from Blizz's cms, also try looking at sandgolems save animation script Juan that might help
Title: Re: Alias Menu scrip needed
Post by: Sally on January 12, 2008, 02:44:49 pm
Warning: spoiler contains info about the game.
Spoiler: ShowHide
im going to manually change the window skin from when your in your house or at a job or at school :)


anyone going to take my request?
Title: Re: Alias Menu scrip needed
Post by: Sally on January 13, 2008, 12:05:35 am
anyone going to take my request?
Title: Re: Alias Menu scrip needed
Post by: Juan on January 13, 2008, 01:05:04 am
@Susys  I am but trying to figure the animated spirit thing. And my sis went on the pc for a few hours. Edit Didn't notice that you didn't mention an exit command in the screenshot.
Title: Re: Alias Menu scrip needed
Post by: Calintz on January 13, 2008, 01:07:38 am
Just wanted to state that I think this will be interesting!!  ;D
Title: Re: Alias Menu scrip needed
Post by: Sally on January 13, 2008, 03:14:10 pm
lol ok juan thanks and u dont need it to be animated. :) its okay.

and  it will only work with my game nless someone els wants to make a game just like mine... and i will appreshiate it if noone uses it i want my game to be uniqe.
Title: Re: Alias Menu scrip needed
Post by: Sally on January 16, 2008, 03:12:37 pm
i need this!!!!
Title: Re: Alias Menu scrip needed
Post by: Juan on January 18, 2008, 10:05:50 am
@Susys I'll finish it up on today at least the menu design.
Title: Re: Alias Menu scrip needed
Post by: Sally on January 19, 2008, 02:32:01 pm
okay great! thanks so much pm it to me please.
Title: Re: Alias Menu scrip needed
Post by: Juan on January 19, 2008, 04:56:49 pm
@ Susys I might need help creating the last two windows with the Stats and Job Statics. Other than that its almost finished. Btw Do you want the map background to show in the menu?
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 19, 2008, 07:12:36 pm
I think would look good like that but when you open the window turn the tone a greyish tinge and maybe make them animated?
Title: Re: Alias Menu scrip needed
Post by: Sally on January 19, 2008, 10:52:16 pm
what do u need help with?

@nortos whatda mean?
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 20, 2008, 02:45:36 am
 Imeant whan you open the menu the background goes greyer and the windows slide into view animated like in my CMS map edition
Title: Re: Alias Menu scrip needed
Post by: Juan on January 20, 2008, 09:58:31 am
@Nortos I don't know how make a cms animated yet.
Title: Re: Alias Menu scrip needed
Post by: Blizzard on January 20, 2008, 10:01:18 am
It's easy. Simply change the x and y values (and z and opacity if you are advanced enough) like a transition duing a couple of frames and your windows will start moving (and gettting in the foreground and appearing).
Title: Re: Alias Menu scrip needed
Post by: Juan on January 20, 2008, 10:09:24 am
@Blizzard Doesn't sound that hard at all. I'll try it.
Title: Re: Alias Menu scrip needed
Post by: Blizzard on January 20, 2008, 10:14:19 am
Try adding this in def update to see what happens:


if @command_window.x < 400
  @command_window.x += 4
else
  @command_window.x = 300
end
Title: Re: Alias Menu scrip needed
Post by: Juan on January 20, 2008, 12:46:21 pm
@Blizzard Where should that method go? Edit wow thats pretty cool. But it keeps moving when I got to skill. and thanks for some support. Oops didn't read the post above on where to put it.
Title: Re: Alias Menu scrip needed
Post by: Blizzard on January 20, 2008, 12:55:14 pm
Just mess around with it. I only wanted to show you how it works, now you can do it yourself. :)
Title: Re: Alias Menu scrip needed
Post by: Juan on January 20, 2008, 01:01:02 pm
@Blizzard Ok and I got pretty good idea on how to animate the equipment menu.
Title: Re: Alias Menu scrip needed
Post by: Sally on January 20, 2008, 04:54:33 pm
if u need help fiuring out what each thing dose tell meee.
Title: Re: Alias Menu scrip needed
Post by: Juan on January 20, 2008, 05:56:58 pm
@Susys Alright I will. I'm just about to mess with the code blizzard showed me.  I'll post a screenshot later on.
Title: Re: Alias Menu scrip needed
Post by: Sally on January 20, 2008, 06:45:12 pm
sweet! i will power up u n ow for working so hard and ten agean when i get it!
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 20, 2008, 06:55:46 pm
I know some one scene cms that has every window animated, they might be some help to you, and you could look at my CMS map edition, Blizz's cms's are animated but they sometimes get confusing O.o sorry Blizz >.> :P
Title: Re: Alias Menu scrip needed
Post by: Blizzard on January 20, 2008, 07:10:01 pm
Eh... how do you want to post an animated screenshot? <_<;
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 20, 2008, 07:12:11 pm
???What are you talking about? Blizz...are you wasted again?
Title: Re: Alias Menu scrip needed
Post by: Blizzard on January 20, 2008, 07:24:39 pm
Quote from: Juan on January 20, 2008, 05:56:58 pm
@Susys Alright I will. I'm just about to mess with the code blizzard showed me.  I'll post a screenshot later on.
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 20, 2008, 07:49:17 pm
oh ok thought u meant what I wrote sorry Blizz :)
Title: Re: Alias Menu scrip needed
Post by: Sally on January 20, 2008, 07:54:21 pm
hehe thers ways to posy animated screenshots. i just dont know how...
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 20, 2008, 07:56:12 pm
not really unless you record it with a video...
Title: Re: Alias Menu scrip needed
Post by: Juan on January 20, 2008, 08:16:27 pm
I ment the menu lay out sorry for the confusing you all.
Title: Re: Alias Menu scrip needed
Post by: Blizzard on January 20, 2008, 08:18:13 pm
I know what you meant, I'm just messing with you. And you can make an animated gif file as well. =X
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 20, 2008, 08:19:12 pm
:P oh and gifs would be hard with a menu there better with showing an animation or sprite walking
Title: Re: Alias Menu scrip needed
Post by: Juan on January 20, 2008, 08:28:37 pm
@Blizzard I didn't even start messing with code yet I was watching a movie. How would make a window connect with switches.
@Nortos Still didn't figure that out. Plus I don't know how to make gifs picture.
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 20, 2008, 08:47:19 pm
same >.> :P
Title: Re: Alias Menu scrip needed
Post by: Sally on January 20, 2008, 10:25:46 pm
awsome,

when do ut hink it will be done? :) i cant wait.
Title: Re: Alias Menu scrip needed
Post by: Juan on January 20, 2008, 11:11:06 pm
It depends on if I get a computer for the house I live in. Most of the time I'm at my dads on friday-sunday. I'll try to get done today.
Title: Re: Alias Menu scrip needed
Post by: Blizzard on January 21, 2008, 02:52:38 am
if $game_switches[ID]
  action
else
  other_action
end


If switch with ID is on, action will be executed, otherwise other_action will.
Title: Re: Alias Menu scrip needed
Post by: Juan on January 21, 2008, 09:48:07 am
@Blizzard Thanks. Now I can finish this or at least try. Edit Mouse batteries are out =p.
Title: Re: Alias Menu scrip needed
Post by: Sally on January 23, 2008, 07:27:37 pm
thanks im powering u up alot :P
Title: Re: Alias Menu scrip needed
Post by: Juan on January 26, 2008, 09:19:00 pm
@Susys I should be done today. Btw got a question for you. When you target someone do you want to select the characters name window or the spirite with the characters pic. I need to know so that I know what of kinda of window to make. Oh and do you want an enhanced equip menu?
Title: Re: Alias Menu scrip needed
Post by: Sally on January 26, 2008, 10:20:23 pm
u only have 1 character, its not an rpg so i dont need an equip menu :P
Title: Re: Alias Menu scrip needed
Post by: Juan on January 27, 2008, 12:10:31 am
Ok
Edit
Heres a screenshot through the gold window and name window are working yet.
Screenshot
Spoiler: ShowHide
(http://img101.imageshack.us/img101/7432/aliasmenuscreenshotae0.jpg)
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 27, 2008, 05:39:20 am
tone the opacity level down a bit? I personally also think would be good if had status info just on that window with the charecter instead of a status command as it's only one charecter, and are those windows animated?
Title: Re: Alias Menu scrip needed
Post by: Blizzard on January 27, 2008, 06:41:45 am
Hm... You should read the chapter about windows in my e-book...
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 27, 2008, 06:47:37 am
how it's not exactly pretty? Yeah they could be smaller so are just around the words and placed together better
Title: Re: Alias Menu scrip needed
Post by: Juan on January 27, 2008, 11:00:37 am
@Blizzard I did't read that chapter yet.  Btw I can't even draw the actor name unless the window inherits from window selectable got any idea how I can do that while inheriting from window base?
@ Nortos
Quote from: Nortos on January 27, 2008, 06:47:37 am
how it's not exactly pretty? Yeah they could be smaller so are just around the words and placed together better
@command_window.height = 224 
That lowers the height of the window. And I just realize I forgot the faceset graphic.
Yea I through about doing that to status info and I toned the opacity down a bit.
Title: Re: Alias Menu scrip needed
Post by: Nortos on January 27, 2008, 05:43:51 pm
I know what lowers height I just meant you should have a look at making more compact
Title: Re: Alias Menu scrip needed
Post by: Sally on January 28, 2008, 04:57:01 pm
looks good.
Title: Re: Alias Menu scrip needed
Post by: Juan- on January 30, 2008, 10:12:06 am
@Nortos Alright  and I made it more greyish like you suggested. @Sussy Thanks
Title: Re: Alias Menu scrip needed
Post by: Calintz on January 30, 2008, 03:50:59 pm
I've seen a few things in here, but has this really gotten anywhere??
>> I figured with this request out for as long as is, it'd have been completed by now!!
Title: Re: Alias Menu scrip needed
Post by: Sally on January 30, 2008, 04:34:31 pm
i know but im letting juan take his time.
Title: Re: Alias Menu scrip needed
Post by: Calintz on January 30, 2008, 04:41:31 pm
Thats not what I meant...
>> I'm all for ppl taking their time and everything, but in the first page he accepted the request, and it's been quite some time now.
Title: Re: Alias Menu scrip needed
Post by: Sally on January 31, 2008, 03:01:48 pm
maby he is busy... i mean there are alot of features i need on it that normal ones dont have.
Title: Re: Alias Menu scrip needed
Post by: Calintz on January 31, 2008, 03:05:41 pm
Your right << srry
Title: Re: Alias Menu scrip needed
Post by: Sally on January 31, 2008, 09:41:34 pm
no need to be sorry... now u make me feel guilty...
Title: Re: Alias Menu scrip needed
Post by: Calintz on January 31, 2008, 09:43:26 pm
Don't feel guilty...
>> Now you're making ME feel guilty.
Title: Re: Alias Menu scrip needed
Post by: Sally on February 01, 2008, 11:31:53 am
now were both guilty T_T
Title: Re: Alias Menu scrip needed
Post by: Blizzard on February 01, 2008, 11:37:26 am
Stop making me feel guilty, because I am not deleting your spam posts.

:=
Title: Re: Alias Menu scrip needed
Post by: Calintz on February 01, 2008, 03:22:24 pm
Lol, haha
Title: Re: Alias Menu scrip needed
Post by: Sally on February 01, 2008, 06:54:17 pm
XD i thought it was kinda funny :P
Title: Re: Alias Menu scrip needed
Post by: Calintz on February 01, 2008, 08:38:27 pm
Funny cause it's true!
Title: Re: Alias Menu scrip needed
Post by: Sally on February 01, 2008, 08:39:33 pm
lulz...
Title: Re: Alias Menu scrip needed
Post by: Juan on February 02, 2008, 09:22:32 am
The reason I didn't finish was because I don't have a computer. Atm I can script in the weekends. I'm almost done. :)
Title: Re: Alias Menu scrip needed
Post by: Sally on February 02, 2008, 06:08:42 pm
u dont have a computer? only on weekends? aww that sucks...
Title: Re: Alias Menu scrip needed
Post by: Calintz on February 02, 2008, 06:27:28 pm
Well, as long as you finish it, I'm sure she doesn't mind...Good luck Juan!
Title: Re: Alias Menu scrip needed
Post by: Juan on February 02, 2008, 07:40:44 pm
Yea I'm working on getting a computer. Just need to finish the menu layout. Atm the script is in sections and messy.
Title: Re: Alias Menu scrip needed
Post by: Calintz on February 02, 2008, 08:05:25 pm
I hope you get one soon...Anyone who can script, needs a CPU of their own.
Title: Re: Alias Menu scrip needed
Post by: Fantasist on February 03, 2008, 09:39:57 am
QuoteAnyone who can script, needs a CPU of their own.

Worthy of a quote, Calintz :D
Title: Re: Alias Menu scrip needed
Post by: Calintz on February 03, 2008, 05:33:58 pm
Haha!!
Maybe, just maybe one day, I'll rival that of Blizzard!! I'm noly 18 now, so I have some years.
Title: Re: Alias Menu scrip needed
Post by: Blizzard on February 03, 2008, 06:27:49 pm
Crap, I started with RGSS with 19.5 (now I'm 21.5), you should be almost twice as good in three and a half years.
Title: Re: Alias Menu scrip needed
Post by: Sally on February 03, 2008, 06:48:26 pm
lol... u started rgss at age 19?...  cool
Title: Re: Alias Menu scrip needed
Post by: Calintz on February 03, 2008, 07:08:28 pm
Haha, well first I have to grasp the basics, which appears to be giving me problems... >_>
Title: Re: Alias Menu scrip needed
Post by: Sally on February 03, 2008, 07:57:32 pm
im probly not going to start scriptin till 23... :(
Title: Re: Alias Menu scrip needed
Post by: Nortos on February 03, 2008, 11:53:21 pm
I started when I was 15...>.>
Title: Re: Alias Menu scrip needed
Post by: Fantasist on February 04, 2008, 09:37:14 am
And I 16 :D Now I'm 17 and am nearing 18. And I consider myself VERY slow, considering how much I know after nearly 2 years...
Title: Re: Alias Menu scrip needed
Post by: Unregistered Juan on February 04, 2008, 10:13:14 am
Fantasist I started when I was 14. Now I'm 16 funny how we started around the same time and same age.
Title: Re: Alias Menu scrip needed
Post by: Fantasist on February 04, 2008, 10:18:01 am
lol! Nice to know that! :D
Title: Re: Alias Menu scrip needed
Post by: Juan on February 04, 2008, 03:58:01 pm
I should be able to finish on monday. Since I am getting a computer this thursday.
Title: Re: Alias Menu scrip needed
Post by: Sally on February 04, 2008, 06:38:08 pm
sweet!! :P i cant wait
Title: Re: Alias Menu scrip needed
Post by: Sally on February 18, 2008, 12:24:29 am
i don't mean to be rude but...

is it almost done? becouse i have to start the gme over and i wanna start it off with the menu.
Title: Re: Alias Menu scrip needed
Post by: Juan on February 18, 2008, 06:20:34 pm
I have it. I just need to redo the code a bit. And a problem occured with the computer it was stored on. Btw what switches are you using for the Grade and application? Or should include a templete in the script itself?

Title: Re: Alias Menu scrip needed
Post by: Sally on February 20, 2008, 07:29:30 pm
i dont have one at all yet but just...
include a templete in the script itself
Title: Re: Alias Menu scrip needed
Post by: Juan on February 20, 2008, 07:49:41 pm
Alright.