Commit graph

711 commits

Author SHA1 Message Date
$4Y$
bbfb9a7509 Revert "Merge branch 'emm-ody' into nightly"
This reverts commit 1aee6c4670, reversing
changes made to 3e2ae22ec7.
2020-10-05 01:53:21 -04:00
s4Ys369
1aee6c4670
Merge branch 'emm-ody' into nightly 2020-10-05 01:49:47 -04:00
$4Y$
3e2ae22ec7 Upgrade CHEATER to v9
note- MUST delete CHEATER64config.txt as well as previous saves to upgrade
2020-10-05 01:30:31 -04:00
s4Ys369
ff9289350a
Comment out Star Spawner
It's unnecessarily buggy, but I don't want to remove it completely yet
2020-10-05 00:20:09 -04:00
s4Ys369
f2d1dc7a0b
Merge pull request #4 from TheGag96/nightly
Extended Moveset Integration by TheGag96
2020-10-05 00:11:46 -04:00
TheGag96
933aa58c79 New cheat: No Long Jump Speed Cap (FLJ) 2020-10-04 22:48:51 -05:00
TheGag96
f0dce27a23 Merge branch 'nightly' of https://github.com/s4Ys369/CHEATERex into nightly 2020-10-04 22:20:52 -05:00
TheGag96
f7737a0816 Allow spin jump fall to be slowed when holding A with wing cap 2020-10-04 22:19:51 -05:00
$4Y$
c4dfdad838 Revert "Upgrade to CHEATERv9"
This reverts commit 53215764a1.
2020-10-03 22:26:54 -04:00
$4Y$
941622f054 Revert "whoops"
This reverts commit e2ebf60e30.
2020-10-03 22:25:47 -04:00
$4Y$
e2ebf60e30 whoops 2020-10-03 22:14:11 -04:00
$4Y$
53215764a1 Upgrade to CHEATERv9
Some optimizations and Coin Spawner
2020-10-03 22:12:24 -04:00
TheGag96
883194f626 A couple more tweaks to make SMO and EMM play nice 2020-10-01 21:39:08 -05:00
TheGag96
2adb73a1cd In-progress work on integrating the SMO moveset with the EMM 2020-10-01 20:29:20 -05:00
TheGag96
62e9ff8d0d Fix BetterCamera patch still using R to switch cameras instead of D-pad right 2020-10-01 18:41:02 -05:00
TheGag96
f8a043d807 Small improvements
- Fix interactions with new ground pound actions
- Improve rumble a bit for new moves
2020-10-01 18:39:22 -05:00
TheGag96
e6041480a5 Fix BLJ after accidentally breaking it
(Whoops lol)
2020-10-01 18:38:30 -05:00
TheGag96
2152df0c71 Rebalance underwater ground pound to be a little faster 2020-10-01 18:37:30 -05:00
TheGag96
f7cc6bada1 Fix compile-errors for N64
(Stupid old C rules...)
2020-10-01 18:37:26 -05:00
TheGag96
f06447fbc8 Make sure you can't do a spin jump if you're above a slide in check_common_action_exits 2020-10-01 18:37:24 -05:00
TheGag96
8fb9bd3200 Should be final commit before release...
- Add ledge parkour from Super Mario Run. Press B right when grabbing ledge to vault over it, maintaining your speed plus a little more
- Remove debug printing
2020-10-01 18:37:21 -05:00
TheGag96
e725346f40 Many changes:
- Underwater ground pound jump added (jumps out of water when surface is hit)
- Wall slide now cancels if no wall is behind Mario (and also attempts to stick to the wall a bit in case the wall is lightly sloped)
- Spin input detection code rewritten to be way more consistent accurate to Sunshine (though still not exact)
- Spin pound and underwater ground pound have proper interactions
- Spin pound can now be done out of twirl (only when falling)
- Going from dive or long jump into roll can now only be done on landing
- Roll SFX improved
2020-10-01 18:37:17 -05:00
TheGag96
41800455a8 Added Spin Pound
- Dive hop height changed to match Sunshine's; roll hop nerfed slightly to compensate
- Can no longer grab edges during spin jump
2020-10-01 18:36:41 -05:00
TheGag96
c94bb800f2 Added spin jump from sunshine
- Same height as ground pound jump, same gravity and terminal velocity as in Sunshine
2020-10-01 18:36:35 -05:00
TheGag96
e5ea2bac66 Change Mario's input field to a u32 to support more bitflags
(Combine SMO moveset's and EMM's INPUT flags at the same time)
2020-10-01 18:35:43 -05:00
TheGag96
ad565d4156 Rolling out of long jump and dive doesn't incur lockout timer; walking speed cap changed to firm cap that slows you down twice as fast past it
- HARD speed cap still exists at 105.
- Tight controls reworked to flip your forward vel if it was negative
- Walking out of roll no longer has a special decay factor (firm cap still raises to 60 from the normal 48, however)
2020-10-01 18:07:27 -05:00
TheGag96
c16dc166b5 Added underwater ground pound and forward stroke; allow canceling out of air roll into freefall
- Fixed small off-by-one bug for roll cancel lockout
2020-10-01 18:06:30 -05:00
TheGag96
9148d1acd3 - Improved roll. Getting way closer...!
- Removed action-specific hacks in common_air_action_step
2020-10-01 18:06:27 -05:00
TheGag96
dba29a47b1 Add roll hop/air action. Now roll is much closer to Odyssey (still needs work on speed decay/air control, some other issues) 2020-10-01 18:06:22 -05:00
TheGag96
bf211b0b67 Change dive hop SFX 2020-10-01 18:06:20 -05:00
TheGag96
398872362b - Wall side now starts your vertical velocity at 0 and lets gravity pull you down to a slow terminal velocity. You also can't strafe off the wall anymore. (Works much like Sunshine now.)
- Raised walking speed cap and reduced drag now only applies after exiting a roll (keeps things feeling like vanilla most of the time)
- Fixed a bug with ground pound jump and sideflip where ground pounding afterward gives a weird angle
- Tweaked roll a lot. Animation speed now increases/decreases with speed (choppy, needs proper solution using rotation)
- WIP dive hop a la Sunshine
2020-10-01 18:06:15 -05:00
TheGag96
28d244f323 Finished ground pound jump 2020-10-01 18:05:04 -05:00
TheGag96
66178b8056 Some slight roll improvements 2020-10-01 18:05:02 -05:00
TheGag96
f790db7a3f Progress on SMO-style controls 2020-10-01 18:04:59 -05:00
TheGag96
332fc7b3e4 Add Odyssey Moveset back 2020-10-01 18:03:14 -05:00
$4Y$
4dbbc2d95e Add Build Flag "NO_BASE_GFX"
with `NO_BASE_GFX=1` only the sound folder will be added to the base.zip when using `EXTERNAL_DATA=1`
2020-10-01 12:55:53 -04:00
$4Y$
a6f6db8103 100 Coin Star Spawner Prototype
Just press X to spawn a No Exit Star
2020-09-30 15:45:55 -04:00
$4Y$
a6a97aa5b6 Coin Spawner Prototype
Press Y to spawn a coin while Cheats are Enabled
2020-09-30 15:22:51 -04:00
$4Y$
6d3398e75f Options Menu Changes by AloXado320
Pull Request #419 from sm64ex-nightly
https://github.com/sm64pc/sm64ex/pull/419
2020-09-30 12:39:08 -04:00
$4Y$
84f6c9b42c Text-save-cannon-fix by ineedhelpbad
Pull Request #421 from sm64ex
https://github.com/sm64pc/sm64ex/pull/421
2020-09-29 13:07:31 -04:00
$4Y$
59357c578f Better Better Camera by djoslin0
Pull Request #431 of sm64ex
https://github.com/sm64pc/sm64ex/pull/431
2020-09-29 12:49:53 -04:00
s4Ys369
3305b10ce8
Delete dialogs_smo.h 2020-09-29 12:10:14 -04:00
$4Y$
143e8d2456 Revert "Odyssey Moveset"
Sorry PeachyPeach, but the moveset is not compatible with JP or EU yet
2020-09-29 11:34:17 -04:00
$4Y$
1fb1c264e1 Super Text Editor 64
-Updated READMEs
-Request from my brother
-More patches included in `/enhancements`
2020-09-29 00:41:29 -04:00
$4Y$
89d522cc3a Stay In Level After Star (Cheat Version)
Stay In Level After Star (Cheat Version) by GateGuy https://github.com/GateGuy/sm64pc/pull/13
added to CHEATER64config.txt as `non_stop_mode`
2020-09-29 00:00:13 -04:00
$4Y$
667f171259 Angry Penguin and Open Castle Added
Angry Penguin by GateGuy
Open Castlev1.1 by Keanine
2020-09-28 23:01:43 -04:00
$4Y$
73b184f2e5 JP SUPPORT (WIP)
All added text are now legible, but still only in English
2020-09-27 19:04:35 -04:00
$4Y$
059360ab29 CAP Cheats moved to the D Pad
D Up = Wing
D Left = Metal
D Right = Vanish
D Down = Remove
Hold D Up and press L Trigger to reset
2020-09-27 12:15:01 -04:00
$4Y$
673dfe181e Added Cheats to CHEATER64config.txt
Added most, but not all
2020-09-27 11:49:07 -04:00
$4Y$
fd8a523490 JP SUPPORT (WIP)
Until a translation is made available, this is a temporary fix
2020-09-26 12:07:37 -04:00