|
Title: Character loading propertys in the .rel Post by: Shinobu Nyan! on August 20, 2011, 04:23:03 PM So I have a couple .rel files and I'm looking for a way to edit the way they load. My way of understanding is the .rel tells the game what to load. Example: Textures are loaded through a .pcs file, but the .rel reads what texture is selected and loads the proper FitCharacterXX.pcs file. Am I right about that, and where is the loading propertys of the .rel?
Title: Re: Character loading propertys in the .rel Post by: toastoftriumph on August 23, 2011, 01:48:46 AM The "loading properties" are coded in hexidecimal format inside the file (I'd assume some hex editor could open it up). However, it takes a lot of programming experience to mess with character rel files (apparently for whatever reason, stage rel files are simpler). You've probably heard of Phantom Wings or Dantarion, two "celebrities" in the Smash hacking community. PW made the alternate file loader (the basis for all soft-modding brawl hacking, and not needing to burn a new disc every time), and both of them have worked with character rels.
Anyways, it's possible some people on the forums know a bit about how the rel files work. What exactly were you wanting to do with the rel file? |