Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > Zelaron Gaming > RPGMaker

 
 
Thread Tools Display Modes

 
Question Some rather complicated game parts
Reply
Posted 2008-11-10, 01:51 PM
Alright, so it's been a while since I have been on RPG Maker 2003, but I still have my knowledge from before. The reason why I stopped was because I kept running into the same issues and I didn't have the resources to overcome them.

The first is I can't find a good explanation on how to make a Custom System. I'm sure that once I have a good base explanation, I can really manipulate it to my advantage.

The second is I need some sort of system that makes bars go down as you do not fulfill needs. Sort of like The Sims' motive bars, except less extreme, because I only need a few bars.

A basic explanation or a link to a great tutorial site would be great.

Thanks.
Old
Profile PM WWW Search
idiotno69 is neither ape nor machine; has so far settled for the in-betweenidiotno69 is neither ape nor machine; has so far settled for the in-between
 
 
idiotno69
 



 
Reply
Posted 2008-11-11, 12:50 AM in reply to idiotno69's post "Some rather complicated game parts"
Quick explanations:

Menu - Auto start event, use "Input Processing" or something along those lines to detect a keystroke and use a fork command to show a certain image. Really simple, just tedious.

Bars - Kinda tough math. Cross multiplication of fractions.
Code:
 N  x  X
100   10
N is the percentage left out of 100. X is the length of the bar used. For example, if the "hunger" bar meets half-way (%50) N becomes 50, multiply N by the 10 (cross multiply) then divide that number by 100 to equal 5, the length of the bar.

Another example, just for added confusion, if the "hunger" bar meets one third (%33) N becomes 33, multiply N by the 10 (cross multiply) then divide that number by 100 to equal 3.3, BUT, RM2K3 doesn't support decimals. Don't worry though, it automatically raises to the higher (if 5 or above) number. EG. 3.3 = 3, 4.6 = 5.

Savvy?
Old
Profile PM WWW Search
Wed-G is an uncelestial body of massWed-G is an uncelestial body of massWed-G is an uncelestial body of mass
 
 
Wed-G
 



 
Reply
Posted 2008-11-11, 06:09 AM in reply to Wed-G's post starting "Quick explanations: Menu - Auto..."
Wed-G said: [Goto]
Quick explanations:

Menu - Auto start event, use "Input Processing" or something along those lines to detect a keystroke and use a fork command to show a certain image. Really simple, just tedious.

Bars - Kinda tough math. Cross multiplication of fractions.
Code:
 N  x  X
100   10
N is the percentage left out of 100. X is the length of the bar used. For example, if the "hunger" bar meets half-way (%50) N becomes 50, multiply N by the 10 (cross multiply) then divide that number by 100 to equal 5, the length of the bar.

Another example, just for added confusion, if the "hunger" bar meets one third (%33) N becomes 33, multiply N by the 10 (cross multiply) then divide that number by 100 to equal 3.3, BUT, RM2K3 doesn't support decimals. Don't worry though, it automatically raises to the higher (if 5 or above) number. EG. 3.3 = 3, 4.6 = 5.

Savvy?
Wow... thats a bit more advanced than i would think.

Old
Profile PM WWW Search
Wolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHzWolfturn enjoys the static noises of ten television sets simultaneously tuned to 412.84 MHz
 
 
Wolfturn
 



 
Reply
Posted 2008-11-11, 07:49 AM in reply to Wed-G's post starting "Quick explanations: Menu - Auto..."
Wed-G said: [Goto]
Quick explanations:

Menu - Auto start event, use "Input Processing" or something along those lines to detect a keystroke and use a fork command to show a certain image. Really simple, just tedious.

Bars - Kinda tough math. Cross multiplication of fractions.
Code:
 N  x  X
100   10
N is the percentage left out of 100. X is the length of the bar used. For example, if the "hunger" bar meets half-way (%50) N becomes 50, multiply N by the 10 (cross multiply) then divide that number by 100 to equal 5, the length of the bar.

Another example, just for added confusion, if the "hunger" bar meets one third (%33) N becomes 33, multiply N by the 10 (cross multiply) then divide that number by 100 to equal 3.3, BUT, RM2K3 doesn't support decimals. Don't worry though, it automatically raises to the higher (if 5 or above) number. EG. 3.3 = 3, 4.6 = 5.

Savvy?
Well, good thing I know algebra or that would have completely flew right over me.

Thanks, although I might have to come back for a little help with that along the way.
Old
Profile PM WWW Search
idiotno69 is neither ape nor machine; has so far settled for the in-betweenidiotno69 is neither ape nor machine; has so far settled for the in-between
 
 
idiotno69
 



 
Reply
Posted 2008-11-11, 02:07 PM in reply to idiotno69's post starting "Well, good thing I know algebra or that..."
I use chipsets for menus - have a different map for each part of the menu, and just teleport to each map as needed. Simply use RememberPlace (or whatever it is called - I forget. :/) to teleport to the same map you were at before you accessed the menu.

I don't think I've ever had problems with using that system.
Old
Profile PM WWW Search
Noob101 is neither ape nor machine; has so far settled for the in-betweenNoob101 is neither ape nor machine; has so far settled for the in-between
 
 
Noob101
 



 
Reply
Posted 2008-11-11, 10:30 PM in reply to Noob101's post starting "I use chipsets for menus - have a..."
Noob101 said: [Goto]
I don't think I've ever had problems with using that system.
Very big problem with ABS though. It allows for an exploit in teleportation. If you're surrounded by guys, open the menu, close it and !BOOM! bad guys are back to their spawn locations. Pretty cheesy.
Old
Profile PM WWW Search
Wed-G is an uncelestial body of massWed-G is an uncelestial body of massWed-G is an uncelestial body of mass
 
 
Wed-G
 



 
Reply
Posted 2008-11-12, 04:44 PM in reply to Wed-G's post starting "Very big problem with ABS though. It..."
Oh. Yeah, I suppose - I never had a full ABS implemented into a game I've done, so I never encountered this problem.

For bars, you could have a picture and variable system, with a bar being shown on screen depending on the variable. This might become a little confusing with a large variable system, but it should suit small needs.

Am I oversimplifying your requests?
Old
Profile PM WWW Search
Noob101 is neither ape nor machine; has so far settled for the in-betweenNoob101 is neither ape nor machine; has so far settled for the in-between
 
 
Noob101
 
 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The future of Zelaron, Game Reviewing? Willkillforfood Forum News, Suggestions and Discussion 12 2008-09-10 06:50 PM
!King_Amazon!'s Top 10 SNES Games of All Time! !King_Amazon! General Gaming 44 2007-11-06 12:22 AM
[GameCube] Resident Evil 4 Raziel General Gaming 4 2005-03-19 06:30 AM
RPG Cliches zeal311 General Gaming 23 2003-11-12 08:27 AM
PS2 Online Information VComegasin General Gaming 1 2002-08-10 11:25 AM


All times are GMT -6. The time now is 11:08 AM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.