プレイ日記
Mewtwo mewtwo8765
Can someone PLEASE help me Code my game?
4そうだね
プレイ済み
返信[1]
親投稿
Thomas Pigelephant
How does fnaf mythology even work?
0そうだね
プレイ済み
返信[2]
親投稿
Mewtwo mewtwo8765
Ok, let me tell u the plot. So, Fnaf mythology is an RPG game based on my idol's AU. It takes place in medieval times. So, the character you play as: Scott, is a hunter who travels to other kingdoms in this world. He meets many friends while doing so, and battling the rulers of the kingdoms as well.
0そうだね
プレイ済み
返信[3]
親投稿
Oscar PwnageBlock
Well, as long as it actually has nothing to do with FNAF, I could help. I'm more of the "I'll teach you to code for yourself" than the "I'll code for you" kind, though. You know how the proverb goes... Give a man a fish...
0そうだね
プレイ済み
返信[4]
親投稿
Ep17 EmPx17
What does "idol's AU" mean?
0そうだね
プレイ済み
返信[5]
親投稿
Mewtwo mewtwo8765
It has almost nothing to do with Fnaf, exept for the characters. You can teach me how to code, I REALLY need it. Thanks! (Idol's AU means my Idol's Alternate Universe from her regular one I believe.)
0そうだね
プレイ済み
返信[6]
親投稿
Mewtwo mewtwo8765
Ok, Oscar. So, I'm trying to do a battle scene, and it keeps saying: Illegal something something 0.5 (Spscale 1) What do I do?
0そうだね
プレイ済み
返信[7]
親投稿
Oscar PwnageBlock
You haven't created a sprite with Management# 0 (the first parameter). This is because SPDEF only redefines a sprite definition template (in this case, Definition# 0), but doesn't actually create a sprite. To create the sprite you need to call SPSET and specify a Management# (the sprite's ID) and a Definition# (the template the sprite's based on). So you need to call SPSET 0,0 after the SPDEF.
0そうだね
プレイ済み
返信[8]
親投稿
Oscar PwnageBlock
I'd actually suggest NOT to use SPDEF unless absolutely necessary (if you have a sprite size different than the default template), since the system already has predefined all sprites. If you want to find the Definition# for these sprites, you can find them in the SmileTool under SPDEF.
0そうだね
プレイ済み
返信[9]
親投稿
Mewtwo mewtwo8765
Thanks! Bye the way, ALL MY SPRITES got accidently deleted... T-T is there ANY way to get them back? (I accidently saved on the Default sprites instead of mine)
0そうだね
プレイ済み
返信[10]
親投稿
Mewtwo mewtwo8765
Ok Oscar, Never mind my last post. I remade my sprites.So, When I'm trying to type the code for 13, and 14, It says: Syntax Error (RGB 1) What do I do? Also, how do I make custom Sprites show up on the SPDEF menu and in my game?
0そうだね
プレイ済み
返信[11]
親投稿
Mewtwo mewtwo8765
(Forgot screenshot for last post, Sorry)
0そうだね
プレイ済み