• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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 making help

Status
Not open for further replies.
this is to do with my earlier question as well which is still not answered lol but no matter what map i go on even if it is inside or out it seems to be snowing how do i turn it off i know about the debug menu option for weather which i have set to nil but it wont turn off
 
@shadow lucario
have you tried opening the editor.exe and going to set metadata, goto your map and choose the weather effects?
u can press z ro reset weather effects back to nil which im guessing means nothing >_>
 
Can anyone help me with this, please?

[PokeCommunity.com] General game making help


Thank you. :3

P.S: That error comes out when I try to go out of the first map.
 
Okay... as a newb member I need to know just one thing:
What's a great designing tool/spriter/ just basically anything a newb would need to start developing?
 
Okay... as a newb member I need to know just one thing:
What's a great designing tool/spriter/ just basically anything a newb would need to start developing?
MSPAINT + Notepad= Bare Minimum, however you might want to check out RPG MAKER+ Poccil's kit
 
Hi !
Please I have a real problem : the French Starter Kit's link is broken
Can you help me please !! :'(
Thanks !
 
I have a rather stupid question, but I can't find any answers for it. Can someone explain what the priority tab does in the database for tilesets? I mean, I know what it's used for, but what "level" should I use for buildings, trees, etc?
 
Can someone help me? I tried making a Get Celebi script so I could battle but..


Place this in a Conditional Branch via the script option.

pbWildBattle(251,15,4,true)

251=Celebi
15=level
4=variable to store victory outcome
true=you won/caught it
 
I downloaded poccil's starter kit with the link from his sig but evrey time I go outside it shows an error message wheres a link to the latest version?
 
Hi I'm Making zelda game on game maker 8 does anyone know how to make a zelda type enymy?
 
Hi I'm Making zelda game on game maker 8 does anyone know how to make a zelda type enymy?
Uhh T_T
Well I suppose I'll start with asking are you using GML.
Also I won't HAND you the code, I'm only going to explain that at an alarm set movement to a random between 1-4, and at each of the different variables move in a different direction on step.

If you aren't using GML then there's your first mistake.
 
Okay Script

___________________________________________
ERROR in
action number 1
of Step Event
for object objOctorockL1:

Error in code at line 1:
if global.transition or global.pause{
^
at position 11: Unknown variable transition
___________________________________________

Okay How To I Correct This Please Help I'm New (I'm A NOOBIEEEEEEE!) 8)
 
First, realize you posted the error, not your script, which might not always be the problem.
But the issue is that it isn't defined, in create put

global.transition=0;

This is really the first thing you learn in Game Maker, are you sure you don't need to go through some basic tutorials first?
 
Status
Not open for further replies.
Back
Top