RSDKModding / RetroED

RetroED v2.0
GNU General Public License v3.0
27 stars 5 forks source link

GameConfig Editor corrupts RSDKv2 GameConfig.bin files #127

Closed EggBanana123 closed 3 months ago

EggBanana123 commented 3 months ago

Before opening this issue, I ensure that...

Editor Tool

GameConfig Editor

RSDK Version

v2

Expected Behavior

New lines should be saved as 0D, and address 0x00000011 should be saved as E3

Actual Behavior

New lines are incorrectly saved as 0A, and address 0x00000011 is incorrectly saved as 23

Steps to Reproduce

  1. Open GameConfig Editor (v2)
  2. Open an RSDKv2 GameConfig
  3. Edit parts of the file
  4. Save the GameConfig file
  5. Try re-opening the file in either RetroED or the RSDKv2 decompilation
  6. You should see the GameConfig is corrupted, or you cannot start the game (on the title screen)/view the playable characters characters (in the dev-menu)/view scenes (in the dev-menu)

Screenshots

No response

Was another editor used on the file(s)?

No response

Platform

Windows

Additional Comments

No response

EggBanana123 commented 3 months ago

Cannot reproduce situation