Page 11 of 20
Re: Tutorial Thread

Posted:
October 17th, 2010, 2:23 am
by Buff_
Read first post.
Re: Tutorial Thread

Posted:
October 17th, 2010, 4:29 am
by Nongplang
[quote="Superyoshi"]
HOW TO DISABLE SPRITES
Add 50 to the number in front of the sprite name, if the sprite is decoration, add 100.[/qoute]
I'm confused at this part. Where i add the number?
Re: Tutorial Thread

Posted:
October 17th, 2010, 5:53 am
by MICrophone
You don't actually add those numbers. That's just to help you identify where your item is in the code. So, for example, enemies start at 51, because you add 50 and the first item, a goomba, is listed as #1 in the Level Designer, so 50 + 1 = 51. By the same method, a koopa is (I think) 56 (might be 57, doing that from memory). As for decorations, you start at 100 for them, so the first decoration, the SM64 tree, you have 101…the long fence would be 144 by that same method. To actually disable the item, you have to put a 0 in front of that item's number in the code.
Re: Tutorial Thread

Posted:
October 17th, 2010, 5:35 pm
by Nongplang
ohh, And where i place number?
or please make video for me. It's really hard. *sad*
Re: Tutorial Thread

Posted:
October 17th, 2010, 5:40 pm
by nin10mode
Press F3 on the top of the keyboard, then type in |[item id# here]
Example: Goomba is 51, so you'd type in |51
To disable it, place a 0 right in between the | and the 5.
Result: |051
Make sense yet?
Re: Tutorial Thread

Posted:
October 19th, 2010, 12:40 am
by Nongplang
I don't understand. But, Can you make video for me?
I've typed into the box as |51 and it said "Phrase not found"
What i can do?
Re: Tutorial Thread

Posted:
October 19th, 2010, 7:21 am
by Buff_
Make a level, add enemies, find where that enemy is, look for it in the code, put a 0 in front of the number and it should be done.

Re: Tutorial Thread

Posted:
October 19th, 2010, 6:59 pm
by Nongplang
YES!! THANKS!!
How i place level transition as horizontally?
Re: Tutorial Thread

Posted:
October 19th, 2010, 7:22 pm
by MICrophone
You can't. Sadly, there are no vertical transitions in the game currently. (Vertical meaning that the black line is horizontal and it vertically splits the level…what's in the game currently is a horizontal transition.) The only thing you can do is disable the transition and then rotate the object by adding ,1,90 to the end, but then it doesn't actually work as a transition and would merely be there for effect.
Re: Tutorial Thread

Posted:
October 20th, 2010, 6:14 pm
by Nongplang
oh okay....Thanks for helping. No more question now.
