Home Gallery Resources The Team Rules chat Login Register
  Show Posts
Pages:  1 2 3 4 [5] 6 7 8 ... 22
61  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 22, 2012, 11:14:59 AM
I saw the post also in the same day it was posted, but did not replied to it (can't recall I did)

Kryal made a jewel just for BlackJax96 to polish and give it further usefulness :-).
62  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 21, 2012, 01:39:19 PM
Oh, come to think of it, the only way that really makes sense is for it to be a 1/value chance, so value is #sides.

While I'm asking you random things you have no good reason to know, what's the difference between "Sound Effect," "Other Sound Effect 2," etc.?

By the way, "Sounds 05" is just another type of sfx call. Right now v0.67b calls the value Undefined, but it's just an SFX ID like with all the other ones.

I knew that. I wanted to know what set up the sides and chances. Since there is only a single value in that event, I'm pretty sure you can only do a "1 in X" chance.

Roll a Die event works like this:

You always roll a Die from 1 - "Value or Scalar"
So if you roll a die
1 - 1.25 (80% chance)
1 - 2 (50% chance)
1 - 6 (16.666667% chance)
1 - 10 (10% chance)
1 - 12.5 (8% chance)

I use scalar, it works for decimals, but you can always use whole numbers
63  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 20, 2012, 02:43:42 PM
item movesets, if we can actually make it so when a pokemon finishes an attack does another one randomnly would be pretty cool.  Might not be as hard probably, change actions to turn around and such, giving them requirement's by chance to make em more random.

I might be interested on modifying items when I get the chance

Post Merge: August 20, 2012, 02:50:34 PM
Also, the duration of items depend on the common.pac or something (common 3 I think) idk, I can't recall as, I never edited items before.

But if some specific items end by the item's themselves then, terminating them late/earlier by giving it specific variables in them and such, would actually make them really interesting.

I'm looking forward to this :-)
64  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 17, 2012, 09:01:27 PM
I like the sound of it aswell :-)
65  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 17, 2012, 06:58:33 PM
if rebuilding characters had bugs (bowser, samus, G&W, and some others) I can't imagine item specific stuff (like character specific stuff)...

Fighter.pac is only one thing, but is the big main file, so I wouldn't say it's cake either...
66  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 10, 2012, 04:39:47 PM
it would be great :-)
67  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 09, 2012, 11:09:34 PM
I've just been hexing in my subroutines.

Want to share how to do it? (if it's done in brawlbox that is).
68  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 08, 2012, 09:29:42 PM
1. Under Attack11, press the + next to Main.
2. Press the + next to the first event that pops up in the list under Main.
3. Highlight the Offset parameter.
4. ???
5. Profit

Edit:

I pasted the raw data from another sub routine into the new one, but it still did not point into the sub routine, nothing happened after changing the Raw Offset
69  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 08, 2012, 07:32:10 PM
http://i48.tinypic.com/im5tug.jpg

idk if the image shows what I may clear my thoughts but, I do not know how to do what you told me about the raw data.

The big sub routine circle with sad face on line is what bugs me, I cannot paste any raw data tbh.

and on the other side is what I would like/enjoy on sub routines
70  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 08, 2012, 03:33:41 PM
I meant have hex values for the sub routines aswell.  So we can point with an offset or by actually pointing it.  Flags work the same way, we can do the flags via hexvalues (like we always did in PSA) or now with the easy to use feauture implemented in brawlbox, selecting what will flags do with mouse browing.

Sub routines don't have this, and would be good.  (In the previewer or the main window in the moveset edit table I cannot do this value thing.  Or are you talking that I can do this if I open the ("main", "gfx", "sfx" & "other") folder tabs and edit it there?

EDIT:

Nope, I cannot see anything in the main, gfx, sfx, other folders of the sub actions.  Let me read what you meant cause I kinda got lost -_-"
71  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 08, 2012, 03:16:10 PM
alrighty.

Also remember what we talked about the "copy and pasting" sub routines don't copy at all?

I know a way that you can leave it like it is (not being able to copy - paste) but add the hex value like you did with the flags.  Flags can be selected with mouse, clicking options and on top it has the hex value.  Copy pasting the hex value would benefit the feature even more.

With that, I would never need PSA ever again :-)
72  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 08, 2012, 03:00:26 PM
how are bowser and samus action sillyness BlackJax96?
73  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 08, 2012, 12:37:58 PM
Silly bug haha, I dealt with it after looking that 3 sub actions got screwed cause of this :-P.  but now I'm a tad more careful ^,^.

Those fixes are for BB0.68 I assume
74  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 08, 2012, 11:10:00 AM
Bug -_-"  Not a very powerful or messy bug but yeah



Deleting highlighted stuff (by holding control and selecting them separately) removes the number of stuff to be deleted but not the right ones.

Copy > Pasting works
Cutting or Removing does not
75  Super Smash Bros. Brawl Hacking / Programming / Re: Brawlbox v0.67b Released on: August 07, 2012, 09:33:35 PM
tyvm mister ^^
Pages:  1 2 3 4 [5] 6 7 8 ... 22