|
|
« on: February 25, 2011, 06:56:54 PM » |
|
Hey, I'm Guamboy27 and I've been enjoying my (introductionless :'() stay here. Although I'm obviously not the best stage hacker (or even close. A lot of other people's stages are really awesome!), I have picked up a lot of things about stages. So, I've made this tutorial to help out with all the others who are learning about stages. Of course, there's a lot of stuff so it's in two parts. Table of Contents:First Half: Chapter 1: Introduction to Stages - Part 1: Things You'll Need to Stage Hack - Part 2: Resources that can Come in Handy - Part 3: Other Helpful Guides Chapter 2: Textures - Part 1: Just Texture Hacking - Part 2: 2D Stages - Part 3: A Note on Texture Renaming Chapter 3: Collisions - Part 1: Using Floors, Walls, Etc. - Part 2: Different Types of Collisions Chapter 4: The Usefulness of Brawlwall - Part 1: Boundaries - Part 2: Other Chapter 5: Replacing Stage Parts with Another Stage's Parts - Part 1: Main Platforms - Part 2: Background Swapping - Part 3: Lighting Swaps Second Half: Chapter 6: Positioning Non-Animated Parts Chapter 7: Animating Stage Parts - Part 1: Animating - Part 2: Attaching Collisions Chapter 8: Weather - Part 1: Snow, Rain, and Hail - Part 2: Fog Chapter 9: Using only Parts of a Model - Part 1: Transparency by Texture - Part 2: Bone Edits - Part 3: Deleting Polygons Chapter 1: Introduction to Stages:Chapter 2: Textures:Part 1: Just Texture Hacking: Texture hacking a stage is just like texture hacking a character. You want a good program like gimp or photoshop, and you want to already know how to use that program. A stage's textures are located in the TextureData[0] (or sometimes [1], [2], etc.). However, some ModelData - especially characters - have textures inside them. Each texture gets applied to a different part of a model. Sometimes, if you’re making a snowy or icy themed stage using a bunch of models textures can have the same name. For example, the name "ice01" can be found multiple times in the game. If you find that you have two models requiring the same name, you're able to rename the texture. That way the texture applies to only one model. Here's how... First rename the texture. Then go into the model, and find Materials1, Textures1, and (if it's there) Textures2. Find the old name in the model, and rename it to the new name. For example, if the old texture was "ice01" and you want "icy" you'd find "ic01" in the TextureData, and the model's Textures1 and Materials1. I'd then rename each of those to "icy". Part 2: 2D Stages: Note: WackaAlpaca has a better 2D stage guide 2D stages are a great way to start. They can give texture, collision, and boundary experience. First of all, you need to download a 2D stage template here. When making a 2D stage you can just ignore the models. Know that the textures decide the stage. AsfSoldier.0 is the background and AsfTank.0 is the part you fight on. The blue dot in AsfTank.0 is around the spawning point, so unless you're editing spawn points keep a platform around there. Part 3: A Note On Texture Renaming: Remember this when renaming textures... You DO NOT rename the first name in the Materials. Click the + and rename the texture you find inside. YOU NEED TO KEEP THE FIRST TEXTURE'S NAME THE SAME!!! Also, do not rename anything in Materials2. Chapter 3: Collisions:Chapter 4: The Usefulness of BrawlWall:Part 1: Boundaries: The boundaries of a stage involve two parts: the Camera and the Death Boundaries. Select the CamLimit0N, CamLimit1N, Dead0N, and Dead1N in the bottom left corner. Play around with the X and Y coordinates of the CamLimit0N, CamLimit1N, Dead0N, and Dead1N. Try to keep the death boundaries out side of the camera. When you finish and have boundaries that match your stage, don't save!!! Open Notepad and record the coordinates of each point. Then, without saving in Brawlwall, open the stage Brawlbox. Go to MiscData[100] and view the model. You'll see a bunch of green lines, bones. If you look at the bone names you'll find the boundary points! Here you can edit each point in Brawlbox. When you finish, you can finally save.
Part 2: Other: In BrawlWall you'll find a bunch of other coordinates. You'll find Item Spawn points, Character spawn points, and Final smash points. You can edit these the same way you edit boundaries, in case a platform gets in the way of the original point of one of these. But always remember, never save in Brawlwall. Copy the coordinates and redo them in Brawlbox. Chapter 5: Replacing Stage Parts with Another Stage's Parts:Part 1: Main Platforms: Many stages have a main platform for fighting on in the center of the stage. This single platform is often in ModelData[10] or ModelData[1]. If you want to swap main platforms with each other it's really easy. For this tutorial I'll be using an example from my stage Tabuu's Cruise. Let's start by opening up both stages in Brawlbox. Find the main platform, you'll know which it is by viewing it. Next, find all the textures that apply to the new main platform... If there are a lot of textures, write them down. X out of the preview and go to TextureData[0] within the same brawl box file and export them. Go to the other stage, and import them. Rename the textures from NewNode## to the names they used to have. Now let's move on from the textures. Export either the model of the new main platform or (if it's animated) the ModelData. Go to the stage who is getting a the new main platform and find the platform you are replacing. If it's just a model, right click and replace the model. If you exported the ModelData, right click -> replace the old model's ModelData with the new ModelData. Now you still have one last thing to do. Go to collisions and use Chapter 3 to create appropriate collisions. When done, save your platform-swapped stage! Go and test. Here's Pirate Ship given Tabuu's platform: You can download here.Part 2: Background Swapping: Now, after swapping the main platform you may want to swap the background also. It's actually almost the same thing! Backgrounds are generally in ModelData[0] or [1]. Find the textures of the new background and export; then export the model or, if it's an animated background, the ModelData. Then do the whole replacing thing again. This time, you don't have to edit collisions. If this isn't clear, see Chuy's guide to stages for more details on swapping backgrounds. Part 3: Lighting Swaps: Lighting is the easiest thing to swap. Each stage, you see, has a SceneData[0]. To swap lighting, export one stages SceneData, and replace another stages with it. Be careful though, because stages have specific names for the first MiscData inside of the SceneData. Make sure to check for the stage-who's-getting-the-lighting-swapped's name. Well, there's part 1 of 2. The part 2 will be coming soon. I hope this helps!
|
|
« Last Edit: April 28, 2011, 07:39:49 PM by Guamboy27 »
|
Logged
|
|
|
|
|
|
|
« Reply #1 on: February 25, 2011, 06:57:17 PM » |
|
On to part 2! Chapter 6: Positioning Non-Animated Models: Before you read this, read Guide to Stage Builder Block Based Stages by ForOhForError. Now that you have, let's continue. As ForOhFor explained, an animation is required for the model(s). But he only explained one-boned models. Some models have quite a few bones, however. Often, you may need to use a similar strategy to position these models. But, you may need to use the single animation to position each of these bones. Just do what the guide says, but with each bone. Of course, bones with no rotation, irregular scaling, or different positions don't require to be edited in the animation. Chapter 7: Animating Stage Parts:Part 1: Animating: You know how to position stage parts properly, now you need to know how to animate them. First, go to your animation. If you followed ForOhFor's tutorial it should have 1 frame. You can edit the amount of frames at any time. Frames go by pretty fast. Some taunts have about 120 frames, but only seem to last about 5 seconds! There isn't much of a limit to the amount of frames you can have, just don't go overboard (I don't think you'd need 10,000 frames). Animating itself isn't very hard. Just play around with the sizes, rotations, and positions of each bone for each frame. Of course, animating can be very tedious work, especially when trying to make custom animations for models with a large amount of bones. For your first animation, try keeping it simple so that you don't get disappointed if you mess up. When animating, always keep in mind that you should try to make the last frame the same as the first frame so that it loops. Also, unless it's a character, you can save time by skipping some frames. You can animate just every 100 frames, and the stage will animate properly without jerking. Of course, this can have weird results when animating characters.
Part 2: Attaching Collisions: You remember creating collisions, right? And you probably want to fight on your animated platform, right? Well, you need to read this part. Attaching collisions to bones will make them animate. First, put the platform's position at 0,0, 0 (not in the animation). Right click in the box on the left that says "Collision Object." Click "New Object". Then, make a collision around the model, and assign the collision to the model's (top) bone. Save, and view the model. Position it to the animation's first frame and it should work.
If this doesn't explain it, here's it reworded: In the model viewer, without clicking on an animation (so frame 0), set the top bone of the animated model's X and Y translations all to 0. In collision editor add right click -> new collision where it says collision object. Then create your platform around that model with the new collision object selected. When that's done you select the collision object and select the top bone of your model. In the bottom left hit the + and it should work. Also, i discovered that the collisions most likely don't work if they have a check in unknown1 or unknown2. If this is all true than it should work... With the information you've given me, I don't think it's completely correct.
Chapter 8: Weather:Part 1: Snow, Rain, and Hail: Weather is actually really easy to add. I'll give you the basics: First of all open up STGPIRATES.pac. Then find ModelData[32] and delete the highlighted: Then export ModelData[32] and find the texture "ame03". Export the texture. Next, open the stage you're adding weather to and export that stage's "PokeTrainer00" (found in ModelData[101]). Then replace ModelData[101] with ModelData[32] and import "PokeTrainer00" into that. Next, create an animation to position the weather's model Builder-Block-Style. Import ame03 into the TextureData. Currently, ame03 is rain but you can retexture it. After you've done all this, you have snow, rain or hail! Part 2: Fog: Fog is actually surprisingly basic. (Although I haven't done this for a while, so there may be something wrong with this part of the tutorial) However, I think you'll need Brawlbox Modset 4.1. In your stage, hit the + on SceneData. Then go to hit the Fogs, and for the nodes you edit the Float#s for different fog levels. You can read more about fogs and lighting in Mewtwo2000's tutorial.
|
|
« Last Edit: April 28, 2011, 07:37:51 PM by Guamboy27 »
|
Logged
|
|
|
|
|
|
|
« Reply #2 on: February 26, 2011, 03:54:04 PM » |
|
Looks good ^^
|
|
|
Logged
|
|
|
|
|
|
|
« Reply #3 on: February 27, 2011, 09:57:35 PM » |
|
Looks good ^^
Thanks. I fixed the title so it doesn't say "Stage Making Game" and instead says "Stage Making Guide." Also, I added chapter six. If you have questions on any of the completed chapters just ask.
|
|
|
Logged
|
|
|
|
|
|
|
« Reply #4 on: February 28, 2011, 12:24:27 PM » |
|
dude nice guide. Im actually having troubles with animations. Are there limitations? A few of my objects dont show up and I wonder if its cause too much is going on.
|
|
|
Logged
|
|
|
|
|
|
|
« Reply #5 on: February 28, 2011, 04:27:53 PM » |
|
dude nice guide. Im actually having troubles with animations. Are there limitations? A few of my objects dont show up and I wonder if its cause too much is going on.
The limitation is the file size limit. I don't think there's a limit to the amount of models in a modeldata. Maybe you're models have the same top-bone name.
|
|
|
Logged
|
|
|
|
|
|
|
« Reply #6 on: February 28, 2011, 06:44:59 PM » |
|
Check if you have bones named the same things. If that's the case, two models are probably overlapping. Or - maybe some of the bones (if there is more than 1 bone) need to be scaled up, and you didn't make these bones have keyframes, making them so small that they're impossible to see (for ex: the 2D model in my stage builder blocks pack must be scaled up 480 times between the bones) It will appear normal in brawlbox, but not in brawl itself.
|
|
|
Logged
|
FC: 2191-7379-6272
|
|
|
|
|
|
« Reply #7 on: March 08, 2011, 07:32:32 PM » |
|
Hey I'm trying to rename some textures because 2 models use the same one and I want them to have their own textures, I renamed the names in Materials1, Textures1 and the one at the texture data but instead of loading the texture with the new name the model just got white.
|
|
|
Logged
|
|
|
|
|
|
|
« Reply #8 on: March 08, 2011, 07:44:08 PM » |
|
Hey I'm trying to rename some textures because 2 models use the same one and I want them to have their own textures, I renamed the names in Materials1, Textures1 and the one at the texture data but instead of loading the texture with the new name the model just got white.
Make sure the renamed textures all have THE SAME NAME and see if the model has a textures2. Although, I think this is the problem... You DO NOT rename the first name in the Materials. Click the + and rename the texture you find inside. YOU NEED TO KEEP THE FIRST TEXTURE'S NAME THE SAME!!! Also, do not rename anything in Materials2.
|
|
|
Logged
|
|
|
|
|
|
|
« Reply #9 on: March 08, 2011, 08:18:49 PM » |
|
Hey I'm trying to rename some textures because 2 models use the same one and I want them to have their own textures, I renamed the names in Materials1, Textures1 and the one at the texture data but instead of loading the texture with the new name the model just got white.
Make sure the renamed textures all have THE SAME NAME and see if the model has a textures2. Although, I think this is the problem... You DO NOT rename the first name in the Materials. Click the + and rename the texture you find inside. YOU NEED TO KEEP THE FIRST TEXTURE'S NAME THE SAME!!! Also, do not rename anything in Materials2. That's exactly what I've done...I renamed the texture "nature_basic_block_01" to "nature_basic_block_01C", renamed the one on Textures1 and the one at Materials1 but it still not loading the texture...xD
|
|
|
Logged
|
|
|
|
|
|
|
« Reply #10 on: March 08, 2011, 08:29:32 PM » |
|
Hey I'm trying to rename some textures because 2 models use the same one and I want them to have their own textures, I renamed the names in Materials1, Textures1 and the one at the texture data but instead of loading the texture with the new name the model just got white.
Make sure the renamed textures all have THE SAME NAME and see if the model has a textures2. Although, I think this is the problem... You DO NOT rename the first name in the Materials. Click the + and rename the texture you find inside. YOU NEED TO KEEP THE FIRST TEXTURE'S NAME THE SAME!!! Also, do not rename anything in Materials2. That's exactly what I've done...I renamed the texture "nature_basic_block_01" to "nature_basic_block_01C", renamed the one on Textures1 and the one at Materials1 but it still not loading the texture...xD You renamed the correct one in Materials1? Then, is it the right texture format (most textures like CMPR)?
|
|
« Last Edit: March 08, 2011, 09:43:35 PM by Guamboy27 »
|
Logged
|
|
|
|
|
|
|
« Reply #11 on: March 08, 2011, 09:01:08 PM » |
|
Yes, I renamed the second one (after the +) and the textures are in CMPR formats...I'm trying to make the rock where PT stands in STGEDIT_0 use different textures but it doesn't seem to work...
|
|
|
Logged
|
|
|
|
|
|
|
« Reply #12 on: March 17, 2011, 07:44:18 PM » |
|
Thank you over 9,000! I'll have to give credit to you if I finish a stage hack This forum post has been bookmarked =3
|
|
« Last Edit: March 27, 2011, 03:47:06 PM by Robo5yoshi »
|
Logged
|
Yoshi is a dinosaur from Nintendo Corporation And when he's small Hes what we call a dinosaur sensation. Yoshi's friends are big and small They come from lots of places After lunch they meet to play And kill with happy faces Yoshi shows us lots of things Eating and stomping And how to egg people! Yoshi comes to play with us whenever we may need him Yoshi can be your friend too If you turn on the gamecube! Barney's theme fits better with Yoshi ^_^
|
|
|
|
|
|
« Reply #13 on: March 18, 2011, 04:30:21 AM » |
|
Something you guys should know: Attaching collisions to bones will NOT work with models in modeldata[101]
|
|
|
Logged
|
FC: 2191-7379-6272
|
|
|
|
|
|
« Reply #14 on: March 18, 2011, 06:58:19 PM » |
|
Something you guys should know: Attaching collisions to bones will NOT work with models in modeldata[101]
Oh, yeah. I forgot to mention that in the guide. Yes, I renamed the second one (after the +) and the textures are in CMPR formats...I'm trying to make the rock where PT stands in STGEDIT_0 use different textures but it doesn't seem to work...
Sorry, for not replying earlier. If you haven't fixed it yet, do you think it could it have anything to do with the lighting? Like, the fog level?
|
|
|
Logged
|
|
|
|
|
|