プレイ日記
Chickens32 Chickens32
How do you load a map? (one made with the map tool: smile tool) I tried the normal... LOAD "DAT: <map name> " It won't work.
1そうだね
プレイ済み
返信[1]
親投稿
Clayton DarkClay88
Did you make multiple layers?
0そうだね
プレイ済み
返信[2]
親投稿
Clayton DarkClay88
And I think it's LOAD"DAT:MAP_<map name>"
0そうだね
プレイ済み
返信[3]
親投稿
Chickens32 Chickens32
What's a layer?
0そうだね
プレイ済み
返信[4]
親投稿
Stewart segludian
Attached is some map loading code with a custom tile set. The trick is you want to export the layers and load those, not the map file itself. You export the layers with the sc save button on the top middle of the map editor screen. Think of layers like layers in photoshop. You can have transparent parts that let the background show through. If you only care about one layer, you can load only one.
0そうだね
プレイ済み
返信[5]
親投稿
Stewart segludian
If you download my samples project there is map loading in some of the programs. Look at slimebump2 for a 64x64 4 way scrolling map with custom background tiles I made in smile tool. Note I have the original map file and the exported layers in the folder. I have another, I think it is just called mapload which is basically the code I posted previosly. Hope that helps.
0そうだね
プレイ済み
返信[6]
親投稿
Chickens32 Chickens32
Is there a simpler way to just make a map that sprite can move upon?
0そうだね
プレイ済み
返信[7]
親投稿
Clayton DarkClay88
You can use BGFILL. BGFILL 0,0,0,24,13,99
0そうだね
プレイ済み
返信[8]
親投稿
Chickens32 Chickens32
Can someone make me an example and send it to me. Could you try to make it as simple as possible. All I need is to figure this out and then my game will be able to become more than a simple comic strip.
0そうだね
プレイ済み