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?