-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Samus reopen #30
base: master
Are you sure you want to change the base?
Samus reopen #30
Conversation
Can you also add this PR?: |
Are you still here? |
Yes. I'm still here. I have things I'm working on and don't have time to clone this down and test all the time so please don't be rude. I'll check this out when I get the chance but please make sure this is actually fully tested by you, fully working, looks good and correct, and matches the Smash moveset before I test it. |
Ok, fine |
Trying to build in Visual Studio gives me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SAMUS.txt
should be removed too
@Nightcaat you need to add the Samus.h/cpp files to the project. I assume he didn't commit the project file changes but that should fix that specific issue I think |
Not trying to be rude, but I've already playtested everything and it seemed to be correct. The only possible issue would be Samus' final Smash ray placement whose animation should be slightly to the left... |
Apologies, I've set a reminder to get to it tonight. It's just been work and very little free time. |
By the way, you have my total permission to re-release this app with your changes if you want, as long it's named something different from this game and credits the original to this one, and doesn't obscure the fact that it's a fork |
Just tested:
|
Thanks! |
Finally got some time to polish Samus and fix what was stated on the feedback, giving Samus a more accurate moveset to her Smash iterations. Would love to see her in a new update of iSSB, and the request is still active. I look forward to your reply. Seriously, this felt awesome to me playing around with a jailbroken iPad back in 2014 (one year before I've got my 2DS and a better PC) lol and I've never imagined contributing to this back then. Thanks for considering updating the game roughly 9 years after! |
Hey, thanks again for taking the time to work on this! I'll try to review it and post feedback as soon as I'm able |
Your welcome, I'll appreciate any feedback! |
I've finally been able to find the error |
Gotcha, I still don't see any updates to any project files, so I'm curious how you compiled/ran it? |
I finished solving everything and Samus.obj gives some weird external errors |
If you post the error here, I might be able to help you |
I want to emphasize i appreciate your contribution here, but in the future please do not submit untested code in a Pull Request. As I've mentioned before, it wastes my time to have to pull down and test code that you yourself have not verified through testing. I understand errors slip through, but please take the time to make sure that your code is actually fully tested and verified as working. |
Ok, I've fixed that error, I'm going to playtest a bit |
Glad you were able to fix that issue! I'm a little worried looking through this code because most of it look straight up copy-pasted from other characters. Most of the projectiles and attack code looks like it was taken straight from Ichigo or Mario. Part of the process of adding a new characters is making sure that they handle and play uniquely from the other characters. There are different priorities, damage levels, attack/vulnerable sides, knockback velocity, durations, etc. Please make sure that you're intentionally choosing those values with the character in mind, and not just copying them from other characters. |
I've chosen those values intentionally, just to match Samus' moveset better without having to write entire chunks of code from scratch. |
Awesome, glad to hear it |
Now I'm getting this error, seems it's not related to Samus: could not open haptic feedback: Haptic: There are 0 haptic devices available |
It looks like the assets folder isn't getting copied to the build folder.
Check the build scripts section on visual studio, otherwise I'll take a
look when I'm free
…On Sat, Apr 1, 2023, 6:56 PM Alekemon ***@***.***> wrote:
More screenshots
[image: image]
<https://user-images.githubusercontent.com/42167718/229319776-61ced495-4a90-40af-bca6-98dfad569306.png>
—
Reply to this email directly, view it on GitHub
<#30 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3VGUPOAZQXBO4XN6SHWADW7CXALANCNFSM5WGBGPHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
No description provided.