User talk:Dr. HyperCake

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search

Hi there![edit]

Smash Wiki's Logo.
Welcome!

Welcome to our wiki, and thank you for your contributions! There's a lot to do around here, so I hope you'll stay with us and make many more improvements.

Read this first as it provides many great resources designed to help users get oriented with the wiki and become part of the community.
Visit the recent changes to see what other people are editing right this minute, and where you can help.
Questions? You can ask at the help desk or on the "discussion" page associated with each article, or post a message on my talk page!
Need help? The community portal has an outline of the site, and pages to help you learn how to edit.

I'm really happy to have you here, and look forward to working with you!

Toomai Glittershine ??? The Superlative 13:02, 1 April 2018 (EDT)


SSB4 Assist Trophies[edit]

Given that today is April Fools Day, I'd like to see your source for the SSB4 AT spawn rates. Toomai Glittershine ??? The Superlative 13:02, 1 April 2018 (EDT)

Ah, I did notice that, but this is mere coincidence. My source is the game's very own parameter files - I am a modder of SSBU. Dr. HyperCake (talk) 13:07, 1 April 2018 (EDT)
Alright item_assist_gen_param.bin does seem to match what you did (without looking too closely). Just checking. Toomai Glittershine ??? The Yellow 13:13, 1 April 2018 (EDT)

This[edit]

In regards to 3, just for reference's sake, who is/are the other one(s)? Aidan, the Festive Rurouni 19:12, 25 December 2018 (EST)

Well, Pokémon Trainer, for one. I probably should have mentioned it in the summary, sorry. If you think the point would be fine as long as it mentions both, that's fine by me; I just thought it is less notable by the fact. Dr. HyperCake (talk) 19:21, 25 December 2018 (EST)

Spirit battles[edit]

Can you tell me about how you get spirit battle data? It might help with the templates I'm developing. Toomai Glittershine ??? The Superlative 07:22, 14 January 2019 (EST)

Certainly. The data is found in ui_spirits_battle_db.prc, disassembled using ParamXML, using the label database. I've been researching spirit params a lot, which has yielded many labels for it. When I was able to see the majority of necessary data, I decided to document the unused battles. I wrote some code to dump all of the necessary information of the unused battles into a table format, and had to go through and manually replace all of the internal names with official names, among other things.
Here's a few things about spirits:
  • "Normally, power = attack + defense, but there's a multiplier on it. The current guess is that it's ability-specific." - This is exactly correct, and I've located these multipliers. ui_spirits_ability_db.prc contains this information, as well as (I believe) the information on the power added by each support ability (at least I think that's how it works).
  • Every spirit has a base attack and defense as well as a max attack and defense, in ui_spirit_db.prc.
  • Every spirit has a shop price and availability, in ui_spirit_db.prc.
And, additionally, regarding battles again (in ui_spirits_battle_db.prc):
  • Every battle can specify to use:
    • stage hazard switch
    • pre-defined special behavior for the stage it's on
    • events (up to 3)
      • most event types can be set to affect player, enemy, or both
      • each one also specifies the delay before it occurs, its duration, and the amount of times it occurs
    • an array of abilities to be recommended when using autopick (of varying priorities)
    • more unknown data
  • Every opponent(/ally) has these set individually:
    • status
    • attack and defense
    • type
    • abilities (up to 3)
      • most environment hazards (such as lava floor) require opponents to have the appropriate immunity ability; their immunity is not implicit
    • equipped spirit (only aesthetic)
    • cpu level
    • behavior (including favored actions)
    • whether the opponent is a team (i.e. duplicate players times their stock count)
    • more unknown data (including things such as FS meter enabled)
With this in mind, you might need to make more changes to the tables, if your plan is to document this data thoroughly. SmashWiki's current documenation of spirits and battles simply repeats information that is found in-game, which, while useful to be collectively documented, misses out on a lot of the finer details that the game doesn't tell you, like what I've mentioned.
If you want data en masse formatted to a table (even if you only want the data that's already being documented and none of the specifics), I'd be glad to help with that. There are upgrades that could be made to my dumping script, like adding automatic conversion of internal names, which might be a bit of a challenge but would certainly make things much easier (e.g. no manual work if one were to redump the data due to changing the table format). Dr. HyperCake (talk) 22:44, 14 January 2019 (EST)

More info on Spirit Battles[edit]

Hi, I'm trying to compile a list of Spirit Battles available on the Spirit Board and your work on unused spirit battles has been very helpful.

It seems to me that the only battles which aren't on that list that maybe should have battles available on the Spirit Board or in WoL are: Daybreak, Ultimate Chimera, Absolutely Safe Capsule, Bloom Coach, Turbo Yoshi, Eggplant, Helirin, Hanenbow, Labrador Retriever and Goligan.

As these are absent from the list of spirits with placeholder battles, is the implication that these have fully working battles which just cannot be accessed?

Also, do the bosses have spirit battles programmed but inaccessible too? SierraSigma (talk) 01:53, 07 June 2019 (EST)

I believe all of the spirits you mentioned have unused battles as well. I didn't add them because I was using automated methods to gather the data of each battle that doesn't specify a music track. Those battles have music specified, so they weren't included, and I didn't get around to adding them.
Bosses have spirit battles which I believe are simply used for their WoL battles. The same is true of each playable character. Dr. HyperCake (talk) 11:45, June 10, 2019 (EDT)
Oh I see! It was really bothering me trying to figure out what they had in common. Thanks for explaining it! It's a real shame you never got round to adding them though. It would have been interesting to see whether they progressed any more from their default states other than adding music. SierraSigma (talk) 19:11, 14 June 2019 (EST)