プレイ日記
Lukas dogcutie
Please help. How do I make a map loaded and seen on the screen?
0そうだね
プレイ済み
返信[1]
親投稿
mystman12 mystman12
Do DIM MAP[O] instead of [100]. When the data file loads it will adjust the array automatically.
0そうだね
プレイ済み
返信[2]
親投稿
Lukas dogcutie
I will try that
0そうだね
プレイ済み
返信[3]
親投稿
Lukas dogcutie
I tried that, but it didn't work. Just to make it easier to help, this happened before and after I setted it to 0. Is there any other problem?
0そうだね
プレイ済み
返信[4]
親投稿
Lukas dogcutie
(Ignore the people)
0そうだね
プレイ済み
返信[5]
親投稿
Zee Storybookten9
You are trying to use a MAP file to load a map, however MAP files just contain data for the MAP editing program. You need to first export the map as a SC ("Save as SC"), then you can do something like LOAD "DAT:SC_MAP_L0",MAP:BGLOAD 0,MAP
0そうだね
プレイ済み
返信[6]
親投稿
Lukas dogcutie
I changed the MAP to the SC. But now, it is showing lines of a random BG tile. Anything else wrong?
0そうだね
プレイ済み
返信[7]
親投稿
Lukas dogcutie
This is the BG screen (Ignore the people)
0そうだね
プレイ済み
返信[8]
親投稿
Lukas dogcutie
This is the code
0そうだね
プレイ済み
返信[9]
親投稿
Lukas dogcutie
This is part of my main map (In the Map tool)
0そうだね
プレイ済み
返信[10]
親投稿
Zee Storybookten9
The map is saved as 64x64. Thus, you must BGSCREEN all of the layers to 64x64.
0そうだね
プレイ済み
返信[11]
親投稿
Lukas dogcutie
What do I type in?
0そうだね
プレイ済み
返信[12]
親投稿
Zee Storybookten9
BGSCREEN 0,64,64. Use the help button before asking such questions.
0そうだね
プレイ済み