Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: SuperPhillip on May 29, 2007, 08:03:18 PM

Title: The file vehicle cannot be opened error
Post 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.
Title:
Post by: DragonBlaze on May 30, 2007, 02:34:42 AM
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.
Title:
Post by: SuperPhillip on May 30, 2007, 02:39:38 AM
Thanks. I fixed it.