RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Mode 7 Problems!!

Started by MagnusXIX, January 19, 2010, 06:45:22 AM

0 Members and 1 Guest are viewing this topic.

MagnusXIX

I've been trying to create a working world map with working vehicles, the world map is to be traversed in Mode7 but having the Mode7 script is badly effecting my 2D maps :(  I was wondering if I could have it that all the maps except the world map are 2D and the world map they only map with the Mode7 enabled. been trying to figure this out for awhile now. If I don't add a map to the script using the formula {example: MODE7_SETTINGS['MAP102'] = ['#60', 'X', 'Y', 'H', 'P']} every time I try to access the map I get this error:

????? 'Spriteset_Map' ? 117 ??? NoMethodError ????????
undefined Method 'ox=' for#<Tilemap_Mode7:0X70195d8>

I just want the One map to use the Mode7 Script! Has anyone run into this problem?