Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Weather System Problem
« previous
next »
Print
Pages: [
1
]
Author
Topic: Weather System Problem (Read 1720 times)
A Forgotten Legend
Your neighborhood box of colors
Royal
Posts: 4,428
Weather System Problem
«
on:
July 06, 2007, 05:08:27 PM »
When I play in-game, the screen flashes a lot, like every half second. It happens with all of the seasons, but I took a screen of Winter's code. (the only difference in code its the variable's worth and weather effects.
Logged
thepsynergist
Kupo!
Associate
Posts: 159
I enjoy video game programming, as well as any and all RPG's
(No subject)
«
Reply #1 on:
July 08, 2007, 05:56:37 AM »
The problem with the code is that the game is looking for a new variable for weather every 1/2 sec. (time it takes to get through code). Just insert an wait command with an appropriate amount of seconds, and it should be fine.
Logged
Register me in your Pal Pad in Diamond/Pearl!
A Forgotten Legend
Your neighborhood box of colors
Royal
Posts: 4,428
(No subject)
«
Reply #2 on:
July 08, 2007, 03:57:11 PM »
That wasn't it, I found my problem. I had the event Weather by Season set to Parallel Process. Here is a screen from before I changed it.
It was calling the weather when it shouldn't have been.
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Weather System Problem