Retro/Star Engine Facts Profile Banner
Retro/Star Engine Facts Profile
Retro/Star Engine Facts

@RSDKFacts

Followers
1,391
Following
21
Media
125
Statuses
228

Posting facts about the workings of Sonic Mania, Penny's Big Breakaway, and other Retro/Star Engine games. Not affiliated with SEGA, Evening Star, or Headcannon

Joined August 2022
Don't wanna be here? Send us removal request.
Explore trending content on Musk Viewer
Pinned Tweet
@RSDKFacts
Retro/Star Engine Facts
2 years
Please know that anything regarding Sonic Origins shown on this account isn't meant to attack the game, I personally love the collection despite its flaws and lack of polish
1
0
40
@RSDKFacts
Retro/Star Engine Facts
7 months
The Netflix Games mobile release of Sonic Mania Plus includes comments from the developers being confused about how the engine code works.
Tweet media one
50
637
4K
@RSDKFacts
Retro/Star Engine Facts
1 year
Want to know why Amy's Special Stage animations in Sonic 2 look off in Sonic Origins Plus? (🧵)
19
189
2K
@RSDKFacts
Retro/Star Engine Facts
2 years
At San Diego Comic-Con 2017, the Sonic Mania devs showcased a few bugs they found during development at the game's panel. This was one of the bugs shown.
5
137
955
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic Mania is known to have the "Outta Here" easter egg from Sonic CD, inaccessible in regular play. However, it actually is possible to see the animation ingame. You only have to wait about 333 hours.
Tweet media one
8
168
902
@RSDKFacts
Retro/Star Engine Facts
1 year
By rearranging the SpriteFrames, we can fix this bug and get Amy's animations working properly!
14
59
773
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic 3 & Knuckles initially sets the scene for Knuckles' intro cutscene to "I wish I knew why too" before setting it to Mushroom Hill Zone. This may be referring to how the cutscene takes place there instead of Angel Island Zone like in the 2014 proof of concept.
Tweet media one
Tweet media two
Tweet media three
9
90
462
@RSDKFacts
Retro/Star Engine Facts
1 year
Some beta versions of Sonic 1 (2013) featured the ability to have both Tails & Knuckles as Sonic's sidekicks at once. This was cut due to it being so intensive on phone hardware from the time that Christian Whitehead's iPhone burst into flames after two minutes of testing.
Tweet media one
Tweet media two
Tweet media three
Tweet media four
14
65
432
@RSDKFacts
Retro/Star Engine Facts
1 year
Tweet media one
8
66
380
@RSDKFacts
Retro/Star Engine Facts
6 months
Penny's Big Breakaway has sound test codes! With some effort (and a lot of Cheat Engine usage), I was able to figure out all of the codes for everyone to try out. Here's a brief look at one of them in action! (Full code list in replies!)
1
48
243
@RSDKFacts
Retro/Star Engine Facts
1 year
Unlike the other zones in the game, Green Hill Zone in Sonic 1 has altered, "thinner" collision in the remaster (image 1) compared to the Genesis version (image 2). This difference is what causes the blue Newtron at the beginning of Act 3 to fall through the ground (image 3).
Tweet media one
Tweet media two
Tweet media three
2
22
196
@RSDKFacts
Retro/Star Engine Facts
1 year
Here's the initialization of the sprites for Amy's animations. You may assume that the erratic animation is caused by some frames being missing, but as you can see, all eight running frames and all eight jumping frames are correctly set here. So what's causing this bug?
Tweet media one
1
9
194
@RSDKFacts
Retro/Star Engine Facts
1 year
Here's the part of the code that handles the player's animation. The "player.frame &= 7" line loops the player's animation after 8 frames. However, this code only works properly if every animation has exactly 8 frames, and there can't be any SpriteFrames between them.
Tweet media one
2
8
184
@RSDKFacts
Retro/Star Engine Facts
7 months
Update: Apparently the output from the decompiler used in the screenshot above seems to have been messed up somehow, here's what the same code looks like in Ghidra:
Tweet media one
2
18
195
@RSDKFacts
Retro/Star Engine Facts
5 months
Sonic 3 & Knuckles contains leftover code for Mighty and Ray from Sonic Mania Plus. While most of their moveset code has been stubbed, the code to load them in-game, as well as Mighty's special behavior for monitors and spikes, are (mostly) functional. Here is footage of Mighty.
3
30
192
@RSDKFacts
Retro/Star Engine Facts
1 year
Low and behold, if we take a look again at the initialized SpriteFrames, there are 9 SpriteFrames between Knuckles' and Amy's animations! Because of this, the aforementioned bitwise AND operation starts freaking out, causing the bugged Amy animations.
Tweet media one
2
8
171
@RSDKFacts
Retro/Star Engine Facts
1 year
In the original Blit (Steam/XBOX 360/PS3) release of Sonic CD 2011, Tails' name in the Player Select menu is cut off when the language was set to Japanese. This is due to the sprite in the JP spritesheet being offset compared to the others, which isn't taken into account in-game.
Tweet media one
Tweet media two
2
19
163
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic Mania's removed "Dunkey Mode" easter egg still has code for loading and playing the voice clip in the Hand Launcher. Only the code for handling the code's inputs and activating the cheat, along with the sound effect file, were removed.
Tweet media one
Tweet media two
4
16
141
@RSDKFacts
Retro/Star Engine Facts
9 months
The Competition Mode page of Sonic Mania's web manual features early Swap and Random monitor icons not seen in the final game.
Tweet media one
Tweet media two
2
29
141
@RSDKFacts
Retro/Star Engine Facts
1 year
This bug was fixed in version 2.01! They did this by... duplicating the SpriteFrame for Amy's first running sprite seven times. It works, I guess.
Tweet media one
@RSDKFacts
Retro/Star Engine Facts
1 year
Want to know why Amy's Special Stage animations in Sonic 2 look off in Sonic Origins Plus? (🧵)
19
189
2K
0
17
118
@RSDKFacts
Retro/Star Engine Facts
2 years
Curious how the collapsing ledges in Sonic 1 work? No? Too bad, here's how it's done!
Tweet media one
2
21
112
@RSDKFacts
Retro/Star Engine Facts
9 months
Tons upon tons of iOS software from late 2011-2015 has just leaked, and we're on an active search to find any archived betas of the mobile versions of Sonic 1, 2, and CD! This post contains a link to all of the IPA files from the leak. If you manage to find anything, DM me!
4
42
117
@RSDKFacts
Retro/Star Engine Facts
7 months
@Radsonic1 Currently only in the Philippines.
3
0
114
@RSDKFacts
Retro/Star Engine Facts
2 years
By removing the line and recompiling the game, we can restore the bug in all of its glory!
1
12
95
@RSDKFacts
Retro/Star Engine Facts
1 year
Sometime around when the game became part of Sega Forever, the mobile version of Sonic CD was updated to add the SwapMusicTrack engine function from RSDKv4. However, scripts aren't able to access this function, and it doesn't seem to be used anywhere. Why it was added is unknown.
Tweet media one
Tweet media two
1
17
87
@RSDKFacts
Retro/Star Engine Facts
2 years
Let's start with the Tails AI in S1/S2 Origins, specifically the infamous respawn bug. What was causing the bug, and how did Sonic Team fix it?
1
18
78
@RSDKFacts
Retro/Star Engine Facts
7 months
Penny's Big Breakaway contains an image of various editor icons embedded within the Steam version's executable file, leftover from the Retro and/or Star Engine SDK. Some of these icons can be seen in various glimpses of the editor seen online, such as this one from an interview:
Tweet media one
Tweet media two
3
11
83
@RSDKFacts
Retro/Star Engine Facts
2 years
Since I've seen a couple people mention it, yes, I know this animation is used in the PC version's main menu. By "ingame", I'm referring to actual gameplay, not counting the menus.
0
2
70
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic Mania's User Data API uses the dummy username "IntegerGeorge802" when on the Developer platform.
Tweet media one
3
11
65
@RSDKFacts
Retro/Star Engine Facts
1 year
In Sonic Origins Plus, Amy's hitbox while in the Hammer Dash animation actually varies depending on the frame in the animation. Below is the code handling the hitbox sizes from Sonic 2, as well as visualizations of the different hitboxes.
Tweet media one
Tweet media two
1
5
74
@RSDKFacts
Retro/Star Engine Facts
1 year
April Fools! Apologies to those who legitimately thought Taxman's phone blew up. There are no known betas/prototypes of S1 2013, or at least, ones that have been released or leaked. The screenshots in this tweet are simply mockups of what such a feature could look like.
1
2
68
@RSDKFacts
Retro/Star Engine Facts
1 year
When asked about this, this is what Taxman had to say:
Tweet media one
1
0
67
@RSDKFacts
Retro/Star Engine Facts
2 years
@DisapprovingOwl @SonicPhysics @JingusFlorpus @LapperDev Mania doesn't have any hitbox like this; the oil tiles in the scenes have flags, with flag 1 ("OOZ_TFLAGS_OILPOOL") sinking the player when touched.
Tweet media one
Tweet media two
Tweet media three
3
8
63
@RSDKFacts
Retro/Star Engine Facts
1 year
This is the code handling progressing forwards through the Special Stage in Sonic 2. Notice something? The code is wrapped in a check for if true is equal to itself! This is likely a leftover from development, but it's funny it never got removed.
Tweet media one
2
6
61
@RSDKFacts
Retro/Star Engine Facts
1 year
In Sonic Mania, the Chemical Plant Staircases have full functionality for playing a looping sound effect when the blocks are shaking after being hit from below, as well as another playing as they begin moving. However, neither of these sound effects exist in the game's files.
Tweet media one
Tweet media two
Tweet media three
1
6
59
@RSDKFacts
Retro/Star Engine Facts
2 years
Quartz Quadrant's Bridge object in Sonic CD (left) is a near-direct port of the bridge for Sunset Shore from Sonic Nexus (right).
Tweet media one
Tweet media two
2
12
57
@RSDKFacts
Retro/Star Engine Facts
1 year
Sonic 1 contains references to a global variable named "options.originalControls" within the settings menu. This is most likely a leftover from Sonic CD, as this variable doesn't exist within Sonic 1's GameConfig file.
Tweet media one
1
5
56
@RSDKFacts
Retro/Star Engine Facts
10 months
This is the code for initializing the Star Post stars in Sonic Mania. Notice the line for setting the Bonus Stage ID; although there's nothing wrong with it in of itself, this is the same calculation seen in Sonic 3, meaning this code was possibly based off of the S3 2014 POC.
Tweet media one
1
8
58
@RSDKFacts
Retro/Star Engine Facts
6 months
03 02 01 00 - Disables any active codes 10 0C 26 0D - Penguins won't get cling onto Penny 06 03 07 0F - Infinite Gusto points 0B 16 0A 12 - Low gravity 06 07 26 00 - Superspeed for Penny 00 0D 00 0D - Slow motion 2C 00 14 00 - Infinite midair Yo-Yo actions
2
4
57
@RSDKFacts
Retro/Star Engine Facts
1 year
The main developer behind the RSDK Decompilations, which I've been using to research and document most facts on this account, is working on Penny's Big Breakaway! Be sure to show your love and support to everyone involved with the game; you can wishlist it right now!
@Rubberduckcooly
Rubberduckycooly
1 year
Surprise! I'm working for @EveningStarStdo on Penny's Big Breakaway! The entire team have been an absolute joy to work with, and we've put our heart and soul into this game! so please check it out and tell ya friends 'bout it!!!
28
139
674
0
5
54
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic Mania's Level Select has a bug where entering it with Sonic & Tails will set the character to Knuckles. Here's the code responsible for this bug.
Tweet media one
2
3
49
@RSDKFacts
Retro/Star Engine Facts
2 years
The level layout for the Origins Sonic 2 mission "Bounce House" contains what seems to a scrapped layout for the mission located earlier in the act.
Tweet media one
Tweet media two
Tweet media three
2
9
50
@RSDKFacts
Retro/Star Engine Facts
2 years
The Origins version of Sonic 2 adds a static variable that determines whether or not Chemical Plane Zone's water is drawn with its purple tint. However, the variable is always set to 0 before it's drawn, so the check always passes and the water is never drawn without the tint.
Tweet media one
Tweet media two
3
6
45
@RSDKFacts
Retro/Star Engine Facts
2 years
Ever wondered why one of Mighty's skin colors turn black when he turns super? When Mighty's palette updates, it overwrites one more color than it should, writing a nonexistent color value. The highlighted number, which signifies the last color slot to overwrite, should be 101.
Tweet media one
Tweet media two
Tweet media three
2
7
45
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic 3 & Knuckles' GameConfig.bin file contains the global palettes for Sonic 1 & 2, as well as a modified version of Sonic Mania's. The former two palettes, along with S3&K's palette, are stored in palette bank 8, with the S3&K palette being written into bank 0 in-game.
Tweet media one
Tweet media two
1
7
46
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic Mania Plus has an obscure bug where using Debug Mode and selecting Monkey Dude will reset the player's lives and score to 0 and disable the Drop Dash for Sonic. This bug's obscurity can be easily attributed to how Debug Mode is normally inaccessible in Encore Angel Island.
Tweet media one
1
3
43
@RSDKFacts
Retro/Star Engine Facts
2 years
Introduced in revision 02, RSDKv5 has a hardcoded "DevOutput" object, allowing the game to easily display dev strings on screen. A video demonstrating it can be seen below.
1
8
47
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic Origins uses a parameter file to translate the file paths for the music/sound effects in the original RSDK games into the names of stream files played through Hedgehog Engine 2/Criware. Although most of the file is nothing of note, there are a few interesting tidbits.
2
5
42
@RSDKFacts
Retro/Star Engine Facts
7 months
Hey everyone! Since I'll be talking about Star Engine games like Penny's Big Breakaway (and by extension, non-Sonic games) on this account, I've decided to rebrand it to reflect as such. I hope you're excited for what's to come here! Expect more PBB stuff soon...
1
2
40
@RSDKFacts
Retro/Star Engine Facts
2 years
The Origins version of Sonic CD has a unique script for the Dragonfly badniks in the mission "Tough Bluff". The script is empty; Dragonflies do not appear in this mission.
Tweet media one
1
5
41
@RSDKFacts
Retro/Star Engine Facts
2 years
Origins Sonic CD has a missing break in the SEGA splash screen's case switch, causing the fade out state to fall through and play the Sonic intro part of the title screen instead of allowing the SEGA logo to fade out.
Tweet media one
2
3
41
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic 2 has an unused - yet fully playable - one-act boss rush level called Egg Gauntlet Zone, also known as Marathon Base Zone. Every badnik in it has a check for the current zone so that it can load the proper sprites. Shown here is Buzzer.
Tweet media one
2
9
37
@RSDKFacts
Retro/Star Engine Facts
2 years
In Sonic 1 and 2, the Insta-Shield's extended player hitbox is coded to last for the duration of the animation, which is 6 frames. This is inaccurate to the Genesis version of Sonic 3, where it lasts 14 frames.
Tweet media one
2
5
38
@RSDKFacts
Retro/Star Engine Facts
7 months
Thread of a bunch of leftover test levels in Penny's Big Breakaway! Some of these are more interesting than others, but they're all cool to see. Maps are called by their name in the GameConfig, but I'll also give the internal filename if it's notably different. (🧵)
1
13
38
@RSDKFacts
Retro/Star Engine Facts
2 years
Although Mania's method is effective, it does result in quirks such as this:
2
6
36
@RSDKFacts
Retro/Star Engine Facts
2 years
Here's what it looks like with Tails' flight. A much less amusing result, unfortunately.
1
0
33
@RSDKFacts
Retro/Star Engine Facts
2 years
This is the code for the off-screen barrier that the player hits when running right after spinning the Sign Post in Sonic 2. Note this constant, 212, in the portion that determines how far the barrier should be from the Sign Post itself. (🧵)
Tweet media one
1
2
35
@RSDKFacts
Retro/Star Engine Facts
2 years
What's odd about this fix is that of the 48 object values available to the Player Object (not counting general things like direction and speed), object.value15 isn't used anywhere. Sonic Team could've simply changed the Drop Dash charge to use that variable instead, but oh well.
0
1
30
@RSDKFacts
Retro/Star Engine Facts
1 year
Just a reminder because I'm getting a lot of replies about this: I don't hate Origins, and my tweets are not intended to be used as a place to complain about the game. I'm just talking about things I find interesting.
@RSDKFacts
Retro/Star Engine Facts
1 year
Want to know why Amy's Special Stage animations in Sonic 2 look off in Sonic Origins Plus? (🧵)
19
189
2K
4
1
33
@RSDKFacts
Retro/Star Engine Facts
2 years
Here's a snippet of the Rockem Sockem's code. As Simon stated, this bug was related to the player's state not being reset, and we can see the line they added to fix that.
Tweet media one
1
1
33
@RSDKFacts
Retro/Star Engine Facts
2 years
Carnival Night, Icecap, and Launch Base's tracks all have "old" versions listed. In a hypothetical scenario where SEGA was allowed to use the original Sonic 3 soundtrack, there could've possibly been a toggle between using those tracks or the prototype ones.
Tweet media one
Tweet media two
Tweet media three
1
3
29
@RSDKFacts
Retro/Star Engine Facts
2 years
In addition to a Super.ogg file, a "Hyper.ogg" file is also present for Sonic 3 & Knuckles, implying that there originally could've been unique music for Hyper Sonic as well as Super Sonic. However, the game's code only points to Super.ogg and never mentions Hyper.ogg.
Tweet media one
Tweet media two
1
4
27
@RSDKFacts
Retro/Star Engine Facts
1 year
The drawing event for the Labyrinth Zone Corks in Sonic 1 has... this. It's checking if the stage's state is set to... 46... which isn't a valid state... and it's also using the arrayPos0 array position without initializing it... This check never passes.
Tweet media one
0
1
30
@RSDKFacts
Retro/Star Engine Facts
2 years
In Origins Sonic 2, the Bumper object in the Mission Mode version of Metropolis Zone used in the mission "Bounce House" internally has the object name "OBJECT NAME".
Tweet media one
1
3
25
@RSDKFacts
Retro/Star Engine Facts
6 months
These codes work in both Story Mode and Time Attack, although as you'd expect, your times won't be submitted to the leaderboards in Time Attack.
3
2
29
@RSDKFacts
Retro/Star Engine Facts
2 years
So, how does Origins v1.04 fix this bug? Instead of an object value, the Drop Dash charge now uses a temporary value. Every time it's used, it calls a function that sets the temporary value to a global variable, or vice versa. (Again, unrelated code has been removed.)
Tweet media one
Tweet media two
Tweet media three
2
5
28
@RSDKFacts
Retro/Star Engine Facts
6 months
Update #2 : As of version 1.1.1, the developers have uncovered the forbidden knowledge of what the function does and removed the string.
Tweet media one
1
5
34
@RSDKFacts
Retro/Star Engine Facts
2 years
This bug was caused due to an overlapping value. The Drop Dash's charge value used "object.value43", which is the same value as one that the AI uses as a timer to respawn. (Note that some unrelated code has been removed here.)
Tweet media one
Tweet media two
1
1
26
@RSDKFacts
Retro/Star Engine Facts
2 years
These are global variables in the latest mobile version of Sonic CD. These are part of the hacky, roundabout edits that the Sega Forever devs are making to the game for their ad API to work. I didn't want to show you this, but I just had to expose Sega Forever's lies.
Tweet media one
3
5
27
@RSDKFacts
Retro/Star Engine Facts
1 year
On the topic of Amy's hitboxes, for those curious: the Hammer Jump hitbox is 50x50, only one pixel wider on each side than Sonic's Instashield.
Tweet media one
Tweet media two
1
0
28
@RSDKFacts
Retro/Star Engine Facts
6 months
Unused "Freestyle!" tutorial prompt in Penny's Big Breakaway, whose associated video is taken from what seems to be a cut tutorial stage.
0
2
28
@RSDKFacts
Retro/Star Engine Facts
2 years
When initializing the HUD in Sonic 1, the game sets the object's property value based on the one for the object found in the scene, however this will always be 0. This is a leftover from Sonic CD, where the scene HUD object's property value would denote the time period.
Tweet media one
Tweet media two
0
4
26
@RSDKFacts
Retro/Star Engine Facts
1 year
Here's what this could've been like if these sound effects did exist.
1
5
27
@RSDKFacts
Retro/Star Engine Facts
2 years
@xdMarioMastr This is Origins' executable file viewed in a reverse engineering program with some custom symbols defined. This isn't the official source code nor is it a decompilation project.
0
0
25
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic 1's Monitor script contains a SpriteFrame initialization for an extra monitor sprite that doesn't exist, with Labyrinth Zone goggle sprites being present in the area instead.
Tweet media one
Tweet media two
1
2
23
@RSDKFacts
Retro/Star Engine Facts
1 year
Today marks the one year anniversary of this account! Thank you for supporting my outlet for spewing trivia about some of my favorite games! Also, somehow I just now noticed that this account has surpassed 1,000 followers. Again, thank you!
0
1
24
@RSDKFacts
Retro/Star Engine Facts
2 years
In Sonic Mania, the Dash Wheel object in Stardust Speedway Zone Act 1 has an unused, older version of its object class within the static object files. The only notable difference is an additional variable in the final class (possibly a sound effect pointer?) which is never used.
Tweet media one
0
2
25
@RSDKFacts
Retro/Star Engine Facts
2 years
Happy 5 year anniversary to Sonic Mania!!
1
4
21
@RSDKFacts
Retro/Star Engine Facts
7 months
Thread #2 of unused levels in Penny's Big Breakaway! Turns out there were some stages that weren't in the GameConfig, so I added them to make them playable. I refer to a couple of levels showcased in the last thread, so check that one out first in case you haven't. (🧵)
2
6
24
@RSDKFacts
Retro/Star Engine Facts
2 years
The original title screen cheat codes from Sonic CD are all implemented and function properly in the remaster, however the game never calls the function responsible for handling the inputs, rendering them unused. This is likely a leftover from before the secrets were unlockables.
Tweet media one
2
5
21
@RSDKFacts
Retro/Star Engine Facts
2 years
My follower count has surpassed 424, the default screen width for the Retro Engine. Thank you all for your support! (I intended to make this tweet when I reached the exact number, but it happened overnight when I was asleep, so I hope you can forgive me for being slightly late.)
0
0
22
@RSDKFacts
Retro/Star Engine Facts
2 years
The Stage Select menus (the ones for complete save files) for Sonic 1 and 2 still exist in Origins, albeit unused. Although Sonic 1's menu works fine, Sonic 2's seems to be broken, instead showing an uninitialized 2P VS Game Results screen.
Tweet media one
1
2
21
@RSDKFacts
Retro/Star Engine Facts
2 years
Tracks unique to Sonic 3 Alone are listed in this file as well. Although the Title Screen music is used in-game (as well as the 1-up jingle in Anniversary Mode), the other tracks use their Sonic & Knuckles counterparts instead. These are remnants of a scrapped soundtrack toggle.
Tweet media one
Tweet media two
Tweet media three
1
3
20
@RSDKFacts
Retro/Star Engine Facts
2 years
Despite them not being played in-game, listings for Sonic and Amy's voice clips exist in this file. The code to play the sound effects is also still in the game's scripts.
Tweet media one
Tweet media two
Tweet media three
Tweet media four
1
2
19
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic Nexus uses a different player (character) config system from RSDKv3 and RSDKv4, specifying animation and script files for each player as well as the player name. However, due to a bug, the player will always be set to 0 regardless of what's chosen in the Dev Menu.
Tweet media one
1
5
21
@RSDKFacts
Retro/Star Engine Facts
2 years
In Sonic Mania, in addition to the halved duration, the hitbox size is set using odd calculations rather than direct numbers, resulting in a smaller player hitbox extension. Both of these issues were fixed in Sonic 3 & Knuckles.
Tweet media one
Tweet media two
2
3
21
@RSDKFacts
Retro/Star Engine Facts
2 years
If we enable the RSDKv4 decompilation's object hitbox visualizer, we can see that the top of the hitbox for the ledges get taller or shorter depending on where the player is standing on it, rather than having a hitbox that properly matches the ledge itself. What's going on here?
Tweet media one
Tweet media two
1
0
20
@RSDKFacts
Retro/Star Engine Facts
1 year
Sonic Origins Plus is here! It's gonna take a little bit before I'll be able to showcase things from the update, but from what I've seen so far, there's some pretty interesting stuff. Stay tuned!
2
2
20
@RSDKFacts
Retro/Star Engine Facts
2 years
There's some other player states that would be affected by this bug, but I don't have the time to test them all.
1
0
20
@RSDKFacts
Retro/Star Engine Facts
2 years
Here's a video of this unused layout being played through in-game.
2
1
20
@RSDKFacts
Retro/Star Engine Facts
2 years
Because of this bug, as the screen width increases, the right edge of the screen will get closer and closer to the barrier. Set the width high enough, and...
4
3
20
@RSDKFacts
Retro/Star Engine Facts
5 months
You can see this for yourself by selecting Blue Spheres in the Level Select with Amy as the selected character, then pressing A to select Mighty. Pressing A again will select Ray. Because the animation files don't actually exist, the game won't quite handle them as intended...
1
1
22
@RSDKFacts
Retro/Star Engine Facts
2 years
The Sonic 1 mission "Ring Challenge 50" in Sonic Origins uses a different water script from regular Labyrinth Zone. This script replaces all instances of "currentPlayer" (used for objects that interact with both players) with "0", resulting in redundant checks such as this one.
Tweet media one
Tweet media two
0
3
18
@RSDKFacts
Retro/Star Engine Facts
2 years
This bug wasn't much of an issue back in 2013 since most phones' screens at the time had a 16:9 aspect ratio, but as ultrawide phones became more prevalent, it was clear this needed to be fixed. ...Instead, the Sega Forever devs set a max screen width of 500 and called it a day.
2
0
17
@RSDKFacts
Retro/Star Engine Facts
2 years
Now, where this becomes an issue is that the code to check whether or not you're playing Classic Mode is located in the function for starting a jump, and it doesn't check for which player is jumping. This means every time the AI jumps, the respawn timer would reset to 0 or -1.
Tweet media one
1
2
17
@RSDKFacts
Retro/Star Engine Facts
2 years
Tails and Knuckles both have this same bug, however it isn't as noticeable as it is on Mighty. Tails overwrites one of Knuckles' sock colors, and Knuckles overwrites a color slot that isn't used in-game.
Tweet media one
1
1
19
@RSDKFacts
Retro/Star Engine Facts
2 years
The filenames of the Boss Rush scripts in the Origins versions of Sonic 1 and 2 incorrectly spell the word "Safety" as "Safty".
Tweet media one
Tweet media two
0
3
17
@RSDKFacts
Retro/Star Engine Facts
2 years
Interestingly enough, however, every badnik in Sonic 1 has a similar check for "Zone07" (which doesn't exist) and loading a spritesheet from an MBZ folder. Not even the devs know what this spritesheet would've been used for, and it's been removed in later versions of the game.
Tweet media one
Tweet media two
Tweet media three
0
1
18
@RSDKFacts
Retro/Star Engine Facts
2 years
Given the lack of content on this account lately, I've decided to open my DMs to anyone. If you have questions on how something works, what something does, or anything else, feel free to ask me there. Please understand that I don't have the time to respond to everyone.
2
1
18
@RSDKFacts
Retro/Star Engine Facts
2 years
Sonic Mania uses a much simpler approach: it uses a large hitbox based on a given size determined per-entity, and if the player is touching that hitbox while grounded, the collapse is activated.
Tweet media one
Tweet media two
Tweet media three
1
1
15