• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

General Game Dev Help and Requests

Status
Not open for further replies.
cigarettes said:
On topic i need help cause i need some code to make a elevator system help wpould be appreciated :D

----switches----
make a couple switches example "floor 1, floor 2, floor 3"
then make a choise .
if choisen floor 1, set switch "floor 1" on, switch 2 & 3 off
if choisen floor 2, set switch "floor 2" on, switch 1 & 3 off
if choisen floor 3, set switch "floor 3" on, switch 1 & 2 off

----now for teleporting----
make a fork/branch condition
if switch "floor 1" = on > teleport to floor 1
if switch "floor 2" = on > teleport to floor 2
if switch "floor 3" = on > teleport to floor 3
---------------------------------------------------------
----variables-----(easier for high buildings)
make 1 variable, "elevator"
then a choise.
if choisen floor 1, variable "elevator" set 1
if choisen floor 2, variable "elevator" set 2
if choisen floor 3, variable "elevator" set 3

----teleporting----
make a fork/branch condition
if variable "elevator" = 1 > teleport to floor 1
if variable "elevator" = 2 > teleport to floor 2
if variable "elevator" = 3 > teleport to floor 3

hope this helps :D
 
Last edited:
I need help. Can anyome make an RM2K chipset out of the attached image?
 
i need a bit of help with my CMS
(coded with ruby)
i got a screen of it
*image removed*
the problem is the black background,
can some1 help me filtering it away?
so you can see the hero and the map
 
Can someone spice this up a bit for me?

It's a mood meter for my game and it looks a little dull...
feel free to add in any emotions if you want to, like perhaps a neutral one, but make sure they run in order from the saddest to the happiest to the most excited or angriest.

Also can someone fix up my title screen and make it look better?

just one more thing, can someone make this picture work in rm2k3 without having the colours screw up?
 
Last edited:
thanks a bunch, now i can finish my energy meter!

uhhh, it worked but when i tried to do the rest of the pictures they didn't work, if you have the spare time would you mind doing these ones?
 
Last edited:
Hey what the heck, here is your mood meter a little bit better.. I couldn't get it 256 colours without screwing up the colours but I'm sure some image genius could get that done for you :)
 
hey Auriok, what do you think of this titlescreen,
i've changed the grass for you. (the grass is from the intro scene)
hope you like it! :D
 
Last edited:
-virtual- said:
yeah i did, but it's not that....
i need a script for displaying the map on the background...

ok, i got the transperant fixed :D :P ;)
here's a picture, plz rate it
*image removed*

no pictures used!, except for the windowskin,
all done with scripting!
(the menu is not 100% done)
 
Status
Not open for further replies.
Back
Top