Home Gallery Resources The Team Rules chat Login Register
  Show Posts
Pages:  1 2 [3] 4
31  Super Smash Bros. Brawl Hacking / Model Imports / Re: Noah Update Version 0.1.0 [6/27/2016] on: June 29, 2016, 04:52:21 PM
It looks like Noah is going straight for Yoshi's neck in that second picture! Is he gonna be okay!?

I think Pikachu's taking care of that. .w .
32  Super Smash Bros. Brawl Hacking / Model Imports / Re: Noah Update Version 0.1.0 [6/27/2016] on: June 28, 2016, 02:16:11 PM
I personally don't like the furry stuff but this model and this PSA in general is just amazing. So welcome if you didn't make an introduction post.

From the bottom of my heart, thank you!  I did make an introduction post, but thanks for the welcome.  I'm really glad that you like him, there's more where that came from!
33  Super Smash Bros. Brawl Hacking / Model Imports / Re: Noah Update Version 0.1.0 [6/27/2016] on: June 27, 2016, 03:24:47 AM
I've done it...  I finally fixed everything.

I'm releasing this now, hope you guys enjoy!
34  Super Smash Bros. Brawl Hacking / Model Imports / Re: Watch out, Fox. There's a new fox in town. on: June 23, 2016, 07:15:51 PM
Oh [censored], i just noticed that I have to insert new visibility bones for Noah's animations...



Is there a better way?  It'll only let me insert one bone at a time, and I can't import multiple visibility bones (if any) to the animation.  This is gonna be a grindfest... @w @
35  Super Smash Bros. Brawl Hacking / Model Imports / Re: Watch out, Fox. There's a new fox in town. on: June 21, 2016, 05:19:16 PM
Ah, okay, I got my answer.

That's done, and I updated it last night!

More to come!
36  Super Smash Bros. Brawl Hacking / Character Vertexes and Textures / Re: Highest Texture Resolution? on: June 20, 2016, 07:44:13 PM
Pretty sure that it can be infinitely high; the only limit is filesize; for example, if you make one of Link's textures as 1024-2048, but the others as 8, it will probably work fine, but if you have all of them be that hi-res, it'll crash.

Post Merge: June 19, 2016, 09:36:39 PM
P.S. Riivolution is even more flexible to filesize, though, so you can probably have it not freeze if with Riivolution; it would just be really laggy.

Damn, well I might as well just keep it at 512x512...

Thank you!
37  Super Smash Bros. Brawl Hacking / Character Vertexes and Textures / Highest Texture Resolution? on: June 19, 2016, 09:21:21 PM
I was wondering, how high a resolution can textures be without crashing the Wii?

I had 4,096 and it crashed Dolphin, so I know it can't be that high...

I just wanted to know, because I don't have a wii to test it on.
38  Super Smash Bros. Brawl Hacking / Programming / Re: Lucario's Aura Removal? on: June 19, 2016, 06:13:26 PM
The three Terminate GFX commands go into Wait1, WaitItem, EntryL, EntryR, Win1, Win2, and Win3. Though to save a bit of file size, you can just insert the commands into Wait1, and insert a Sub Routine command that directs to Wait1's GFX Offset in the other Sub Actions.

For the Floating Points, you don't need to hex edit those. If you're using PSA to edit, then you need to use an external program to edit Floating Points.
https://www.dropbox.com/s/hkdziza5o2ec6b4/Article%20Floating%20Point%20Editor.zip?dl=0
Even though there's no Save button, edits automatically save into the Edited Files folder.

Alright, thanks!  I did it, now I just need someone to test it after I post it.
39  Super Smash Bros. Brawl Hacking / Programming / Re: Lucario's Aura Removal? on: June 18, 2016, 09:50:53 PM
There's two things you need to do.

1.) Edit the Floating Points that relate to Lucario's Aura mechanic, so that the damage multiplier is 1, not matter what damage it's at.
http://opensa.dantarion.com/wiki/Article_Floating_Points#Lucario

2.) Insert Terminate GFX commands that terminate the hand aura GFX on Wait1, Entry, and Win Sub Actions.

Code:
Terminate Graphic Effect: 0-220001, 3-1, 3-1,
Terminate Graphic Effect: 0-220008, 3-1, 3-1,
Terminate Graphic Effect: 0-220009, 3-1, 3-1,


Okay, just so I'm sure:

Are those codes for the respective Sub Actions of Wait1, Entry, and Win?

Or does that whole string of code go into each of them?

Post Merge: June 18, 2016, 11:04:17 PM
Alright, so I just added the codes in, but did not edit the hexes...  It looks like it works?  Not sure what the difference is...

Can you tell me?
40  Super Smash Bros. Brawl Hacking / Programming / Lucario's Aura Removal? on: June 18, 2016, 07:00:43 PM
Helo, I'm making a hack over Lucario.

I'm trying to remove his aura effect from his hands when he increases in damage.  The last time I tried it, it was crashing on the Wii.  What I did was delete some of the effects (what I thought the effects were, that is) and they worked on Dolphin, but when someone tested the mod, on the Wii, they said it crashed.

So, how can i fix this?  I'm making a whole new character out of Lucario as of now, and I have yet to get rid of the aura so I can move on with updates.  I wanna squash this right now.

Anyone have any idea how to do this?
41  Super Smash Bros. Brawl Hacking / Model Imports / Re: Watch out, Fox. There's a new fox in town. on: June 13, 2016, 09:52:39 PM
Hello NoahTehFox,

I took a look at your model and the texture dimensions are not a power of 2. Simply resizing your texture to 512x512 should resolve the texture issue (unrelated to the PSA issue). Dolphin is more lenient on texture sizes than a real Wii. More information can be found here if you're curious: http://www.katsbits.com/tutorials/textures/make-better-textures-correct-size-and-power-of-two.php


Very interesting...  I will try this, and I might as well just revert Noah's PSA back to normal.  It'll be a while.

Thank you.

Post Merge: June 14, 2016, 09:34:18 AM
Ok, so I changed the textures and reverted back to Lucario's unedited PSA.

I'm hoping it works now, but there's something else I wanna find out how to get rid of, and that's the aura that Lucario has...  How do I get rid of the aura on his hands without having it screw up anyone's game on the Wii?

Post Merge: June 14, 2016, 11:04:32 PM
AHA!  It works now!  Thank you!

Now all I gotta find out is the whole aura removal stuff and we'll be good to go...

I know how to work psa and brawl vault (obviously), so all I need to know is what the effect thingy is...
42  Super Smash Bros. Brawl Hacking / Model Imports / Re: Watch out, Fox. There's a new fox in town. on: June 13, 2016, 06:41:19 PM
This Is a Really Nice Hack
Why, thank you. :3
I'd have to agree. Also, It'd be pretty cool if he switched weapons too, like taunt inputs, or something like that.
That's actually how he fights, he's an alchemist.  So he can summon weapons and energy projectiles.  I say, he's got ALOT of weapons to dish out damage with!
What...why...when...I won't even begin to start on some of these hate comments. Sounds like they were written by butthurt 13 year olds. Anyway, love the smoothness of the model. It's cool to see original ideas of your own come to life. Proud of you for doing this. Forget those who hate this mod. Chances are, they are stuck on using someone else's mods with quick edits, poor texturing, or messy vert hacks, but I digress. Keep up the good work on your fox-deer hybrid character!
Thank you, man.  I appreciate your support!  I do need a bit of help for the Wii Console players that want this mod, though.  His textures aren't working, and his attacks freeze the game.  Any way to fix that?
43  Super Smash Bros. Brawl Hacking / Model Imports / Re: Watch out, Fox. There's a new fox in town. on: June 10, 2016, 07:31:50 PM
Wow, this topic EXPLODED.  I hope I don't get pinned for answering these all at once...

How long have you been working on him?

I've been working on him for a few months...  His movesets change over time, and they will change drastically once he gets his sword and jacket.  He's going to have magic circles, energy sword projectiles, and energy orbs that will follow the closest opponent for a good 50 frames before they disappear.  I have alot planned for him.

Noah, don't become over-defensive and go personal for one negative comment, for nya's sake. There's a report button, and there's non-antagonizing humor to defuse situations like that. If you hadn't literally just started posting, you'd probably have gotten a sanction for going personal immediately, so chill.

What I'm trying to say here is that I expect you two to become best buds by the end of the year.


I knew I was gonna get flak for uploading this mod...  I thought I was being "ready" to back-sass anyone that tried to belittle me...  Yes I went a little personal on him, but he started it! >:I

I won't do it again...  But man, did he spam the report button to no end...  I DID report him multiple times, but hours went on with no action from admins/mods, so I felt like I had to give some flak back.  Thank goodness the Mods came in shortly after.

I don't know...  I don't think he wants to be friends with me by the way he attacked me.  I'm usually a great guy to get along with.  Some people just don't like me for being me, that's all.

Bambi sure has been doing a lot of squats.
 
He sure has. ;3

No Deers have hooves. Foxes have paws. This is a Fox.

Anyway, I just wanted to say, from one furry to another, I feel the anger you have towards SubZero2. I'm not going to give any comment on the situation in hand however, cause I prefer to stay neutral in this. However I will let you know that I've been through this sort of hate myself, and it hurts. It really hurts to see people talk [censored] about your own work.

Though I went through it all, and after a while I began to ignore it. You're always going to get the people who will hate whatever you make, and you will even get the people who love what you're making. What I want to say is that you should keep doing what YOU want to do, and not what others want you to do. I didn't come all this way in my life by blindly listening to what others wanted me to do, but instead I followed my own decisions.

Stay strong my friend. Your hack is unique, and it deserves love. Not hate.


Hey man, I appreciate it.  The only thing here is that I don't really feel any hate towards him, it's more of a "Oh, this guy hates me for no reason.  Why?  I guess I can play around with him/her.", but I guess that's not how things work around here...  I'll be more tame when dealing with such nuisances.

it has a deer tail and deer fur, plus furries are know to make basically any animal to have paws. It's safe to say it was suppose to be a deer at some point. And dear Neptune that deer has some cake lol like why that much cake


Cake is an understatement.  But actually, there's a story about his tail being the way it is.  His master chops Noah tail short while trying to kill Noah (barely missing a killing blow otherwise).  His master was possessed by some evil force, causing him to go bloodthirsty.  .w .

Plus I liked the cute little bunny/deer like tail, then the spots on his rear came after that.

Not bad. I like the model. Did you make it from scratch?


I commissioned an artist named Bitcoon to make this 3d model (He's on deviantart and furaffinity).  I saw that he did in fact make them and thought to myself. "I want that..."  Noah has been changed once, he used to be alot skinnier, and he had clothing, such as a shirt, hat and scarf:



Don't mind the white blocky parts, those are supposed to have alpha texturing on them, but i quickly redownloaded this model to show it.

^ Yeah, that's the first model of him, but then I wanted him to have a bit more muscle, since he'd be athletic.  Let me tell yah, for what it's worth, ($250, not too bad) you'd better be making a fully fleshed-out character with the model.  With a little coaching on how to export the models for Brawl Box, Noah became a reality.
44  Super Smash Bros. Brawl Hacking / Model Imports / Re: Watch out, Fox. There's a new fox in town. on: June 09, 2016, 11:26:22 PM
What is with your mouth?

Holy crap man.

Is that how you greet people? By insulting what they like? Do you even know what manners are?

For [censored]'s sake . If only your parents knew what you said. You'd be gone so fast.

I'm moderating you. I don't care what you think of me. That's no way to treat a new person.

Grow up.

Oh, why thank you!  Wow, spiders actually do have hearts~

^w ^

I can't thank you enough, but thank you! :3
45  Super Smash Bros. Brawl Hacking / Model Imports / Re: Watch out, Fox. There's a new fox in town. on: June 09, 2016, 09:12:20 PM
Using my [censored] to insult me?
Bruh.
I didn't know furry [censored]s like you are so stupid, AND cringy as hell.
I received info about your trashy hack, and what the [censored]? Your hack involves sexual [censored].
I don't think any kind of PSA would involve that kind of crap.
There are furries on the vault and they don't even do that dumb [censored] lmao.
Oh, and i'm sure you're just a fat manchild that jerks off to furry porn in your moms basement with a fedora on.


Uh, so, what kind of sexual stuff are you talking about, exactly?  Please tell me.  I've seen plenty "worse" sexual hacks of the same caliber that have a straight-up nude ZSS (Nothing's wrong with that).  Are you harassing that guy too?

Honestly, I don't think you're mature enough to even handle the internet.  Your signature just SCREAMS of insecurity.  And you go off on a empty tangent about how furries are the scourge of the internet, just because you're a 14-year-old that just doesn't understand how the internet works.  So I'll just give you the benefit of the doubt that you haven't quite grown up yet.  You get a free pass, congratulations.

So I'm done with you, I'm not wasting anymore of my time with replying to you.

It was fun while it lasted.
Pages:  1 2 [3] 4