RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Mode 7 Problems!!

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 82
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?