Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: SuperPhillip on May 29, 2007, 08:03:18 PM
-
Man, I'm just full of questions. heh
Thanks for putting up with me.
What does this error mean? It happened right when I started test play.
-
vehicles is a defult charset graphic for the vehicles in the game. Basically, 1 of 2 things is causing the error. 1) you didn't include the vehicles graphic in your game, 2) you have a differant version of the rtp and the vehicle graphic has a differant name (i've seen it vehicle, and vehicles). So to fix it, do one of two things. Add a charset labled vehicles to your charset folder, or go into the game, go into the database, then go into the system, and change the vehicle graphics to something you have in your project.
-
Thanks. I fixed it.