Skip to content

Instantly share code, notes, and snippets.

@fruityloops1
Last active October 18, 2021 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fruityloops1/f15680aaaf1d049c2aa905039b6143ea to your computer and use it in GitHub Desktop.
Save fruityloops1/f15680aaaf1d049c2aa905039b6143ea to your computer and use it in GitHub Desktop.
SMO global release vs. tencent release differences

Super Mario Odyssey Global & Tencent release differences

  • Pirate outfit changed and renamed to "Nobility" outfit (SystemData/ItemList.szs, ObjectData/MarioPirate*.szs, ObjectData/MarioNobility*.szs, ObjectData/TextureClothes.szs) Notice: Eye Patch is missing

  • New File ItemListRid.byml in ItemList.szs, (Kiosk Demo Shop)?

    This file contains the only reference to "MarioPirate" in the Tencent release version of the game.

  • Lake Kingdom Balloon World has a new Area called BalloonGameSettingAreaAdd

    All placements of this area contain a comment 地形抜け対策サーバー用 which translates to For terrain omission countermeasure server (out of bounds prevention server in Chinese balloon world?)

  • Some UnitConfig DisplayScale flags in Lake Kingdom & Darker Side changed from 0.5 to 0.009999999776482582

  • Some coins in Darker Side have additional flags:

    IsNoReaction: false
    IsUseCaptionThankYou: false

All files that have changed between SMO 1.3 and the Tencent Release

SystemData/ItemList.szs
SystemData/ResourceSystem.szs
SystemData/WorldList.szs
SystemData/CostumeList.szs
ObjectData/MarioNobilityBodyTexture.szs
ObjectData/MarioNobilityHeadTexture.szs
ObjectData/MarioNobility2D.szs
ObjectData/Mario64Metal.szs
ObjectData/MarioRango.szs
ObjectData/MarioNobilityUnder.szs
ObjectData/MarioNobilityHead.szs
ObjectData/MarioZombie.szs
ObjectData/MarioColorGold.szs
ObjectData/MarioNobility.szs
ObjectData/TextureClothes.szs
ObjectData/MarioBone.szs
ObjectData/MarioNobilityCap.szs
ObjectData/Mario64.szs
LocalizedData/CNzh/MessageData
LocalizedData/CNzh/MessageData/SystemMessage.szs
LocalizedData/CNzh/MessageData/LayoutMessage.szs
LocalizedData/CNzh/MessageData/StageMessage.szs
LocalizedData/CNzh/LayoutData
LocalizedData/CNzh/LayoutData/FontData.szs
StageData/Special2WorldLavaStageMap.szs
StageData/LakeWorldTownZoneMap.szs
LayoutData/TitleLogoSmallParts.szs
LayoutData/ControllerGuideAmiibo.szs
LayoutData/TitleLogoDemo.szs
LayoutData/TitleLogoParts.szs
LayoutData/Menu.szs
LayoutData/ResultMainStart.szs
LayoutData/MiniGameDistance.szs
LayoutData/ResultGrandStart.szs
LayoutData/StaffRollTitleLogo.szs
LayoutData/ControllerGuideSnapShotLogo.szs
LayoutData/CommonBgParts.szs
LayoutData/ModeSelect.szs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment