![]() Register - Login |
||
| Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users Ranks - Rules/FAQ - JCS - Stats - Latest Posts - Color Chart - Smilies |
||
| Jul - Posts by dirbaio |
| Pages: 1 2 3 4 5 6 7 8 9 10 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1068/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| r137 is out now. It basically improves hugely the performance of the BG importing. I feel like I was a n00b when I coded that... Why was I iterating over a 64x64 array 64x64 times?? Now it's much faster. Now it's possible to import complex images, like real photographs, in a much shorter time... On the subject of quality: it's just impossible to import the BGs with perfect quality. Each BG can have max. 320 tiles. |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1069/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| I found out WHY you're getting the BG bugs. The peach castle top BG has animated stuff. Look at Peach's castle flag. Those animated tiles are "overwriting" parts of the BG. Solution: Just use another BG id. Also, I have something interesting to research, that could help you. byte 11 of block 5 controls the BG horizontal scrolling. (And byte 13 controls the vertical one, I think in the same format) Also, bytes 11 and 13 of blocks 3 or 4 (i dont remember which one) control the scroll of the bottom bg layer. I still dont understand what it does exactly, but i'm telling you because maybe there's a way to make the background not scroll at all, so you'd end up with a "static" rainbow BG. Maybe you want to investigate it further ![]() These are the values i've tried so far: 0x0: Scroll exactly same as level. Used in w2-3 (sewer level) for example 0x1: Scroll slower than level. Used in most levels. 0x2: Scroll slower than level, maybe slower than 0x1? 0x4: Scroll faster than level 0x8: scroll slower than level, again? 0x10: scrool same as level 0x30: Scroll same as level. 0xFF: Makes the BG scroll HYPER CRAZY FAST! Also, the sewer level 2-3 is weird: It uses 0x0 for byte 11 and 0x30 for byte 13. I dunno what's the difference, but there MUST be a difference? |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1070/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
I dunno ![]() If you find out what is the exact function of those bytes, tell me and i'll make the editor capable of editing them. ![]() |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1071/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| You have to run this instead: mono "/Users/macbookair/Downloads/NSMBe4/NSMBe4_Mono.exe" |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1072/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| Well, it's not easy because they are not "files" but "BG id's". There's a table that maps BG id's to File ID's. But those unused bg's are not linked to any file. So it'd be necessary to add files, and modify that table. The latter is easy, but the first one... I have no idea how to do it without screwing up all the file tables ![]() |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1073/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
Originally posted by NsmB_PrO LOL. Could you click the "details" button and copy-paste the error message? |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1074/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| - What other BG id? - Could you post the PNG that you're importing so that I can check? |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1075/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| Oh, well... Thats more strange, yeah. I'll try to fix it this afternoon. |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1076/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| Oh... You're using the "load ROM" button? It's terribly bugged. Never ever use it. |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1077/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| the .nsbmd files are just 3D models: Nitro System Binary MoDel You can find a doc here: kiwi.ds.googlepages.com/nsbmd.html The strings you're seeing are references to animations, textures and other models. But that's not the only thing. There are some tables on arm9.bin and overlay 0 that have the true path list. Editing a nsbmd file by hand is a crazy idea.. It'd be better to make an importer. EDIT: There's also the nsbca files: NitroSystem Binary Character Animation (?). They store the animations Mario make from a node to another. But the true path data is somewhere else. |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1078/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| Treeki knows... I'll ask him and post it here. |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1079/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| NOT AGAIN!!! Please. |
| (post in restricted forum) |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1081/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| Yeah, those new bugs were because of the editor. r139 solves them. Keep in mind that it's impossible to get it imported perfectly. Each BG is restricted to max 320 tiles and the rainbow BG has more than 320, so it must be reduced. Also, blurring the rainbow makes it look better: ![]() |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1082/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| Also,if you make the bg ONLY the rainbow, it will also look better. |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1083/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| The more things you want to put in a BG, the more bugs you'll have because you're trying to fit more stuff in the same number of tiles. Keep that in mind. |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1084/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| You edited textures and the rom locked itself?... 2D or 3D textures? |
| (post in restricted forum) |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1086/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
| Okay. I'll see if I can reproduce it and i'll fix it. |
| dirbaio For future reference, "Responsible disclosure" isn't "acting like a douche about an exploit and demanding compensation". Level: NaN Posts: 1087/-1288 EXP: NaN For next: 0 Since: 07-28-09 From: Spain Since last post: 1207 days Last activity: 858 days |
|
||
Originally posted by luckwii You mean... The order you create the sprites matters?? That's Interesting... Could you explain it better? |
| Pages: 1 2 3 4 5 6 7 8 9 10 ... 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
| Jul - Posts by dirbaio |
![]() |
Acmlmboard - 07/23/2013 b378.03 ©2000-2013 Acmlm, Xkeeper, Inuyasha, et al. |
| Query execution time: | 0.374238 seconds |
| Script execution time: | 0.079879 seconds |
| Total render time: | 0.454117 seconds |