![]() Register - Login | |||||
|
Main
- Memberlist
- Active users
- Calendar
- Wiki
- IRC Chat
- Online users Ranks - Rules/FAQ - JCS - Stats - Color Chart - Smilies |
|
| | |||
| Jul - NSMB Hacking - NSMB Editor 5 - Latest Version: 5.1 (15th January) |
- - ![]() |
| Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 | Add to favorites | Next newer thread | Next older thread |
|
dirbaio Member Level: 42 Posts: 357/838 EXP: 490106 For next: 31256 Since: 07-28-09 From: Spain Since last post: 41 min. Last activity: 41 min. |
|
| Maybe your ROM is broken.
Try importing it into a very clean rom and test it on no$gba and flashcart. |
|
BastarB Member Level: 9 Posts: 27/34 EXP: 3014 For next: 148 Since: 01-21-10 Since last post: 211 days Last activity: 201 days |
|
Originally posted by dirbaio I have already tried that without success! =/ |
|
Hiccup Member fail Level: 26 ![]() Posts: 175/260 EXP: 91665 For next: 10610 Since: 05-19-09 Since last post: 9 days Last activity: 2 hours |
|
| I think this happened to me once no success. Quick question what is the maximum time limit you can set in a level (that will work ingame) |
|
dirbaio Member Level: 42 Posts: 359/838 EXP: 490106 For next: 31256 Since: 07-28-09 From: Spain Since last post: 41 min. Last activity: 41 min. |
|
| No idea. I have never tried it.
It is stored as a 16bit int, so the theoretical maximum would be 65536. but i dont know if the game likes more than 3 digits in the time... Test it! |
|
BastarB Member Level: 9 Posts: 28/34 EXP: 3014 For next: 148 Since: 01-21-10 Since last post: 211 days Last activity: 201 days |
|
| Well damn it, this problem really bothering me, it's not that my level is "Outstanding" or something like that, it's just that it wouldn't be so fun if this happened when you have completed the editing process of a whole level, backups is the answer I quess. Is it possible to copy material from a level into another one? From one window to another? I tried it, and the level editor just crashed!=P |
|
dirbaio Member Level: 42 Posts: 360/838 EXP: 490106 For next: 31256 Since: 07-28-09 From: Spain Since last post: 41 min. Last activity: 41 min. |
|
| yeah, that's one problem with the editor.
The clipboard is separate for every opened level... I will fix this ASAP. |
|
BastarB Member Level: 9 Posts: 29/34 EXP: 3014 For next: 148 Since: 01-21-10 Since last post: 211 days Last activity: 201 days |
|
| Well, in a desperate try I copied COMPLETELY ALL hex-data from another dungeon-map of mine (that was originally created from 1-1 area 3), then I succeded to enter the problematic area, however, Ofcourse, I didn't enter at the right space since the edited Hex-data changed the location of the entrance, but the level "Worked" So it was related to some of the Hex-data I think, I'm not sure which one and in which data-block thou. Maybe I'm going to examine a copy of the problematic Area to point which setting in which specific block causes the level to freeze!=P |
|
dirbaio Member Level: 42 Posts: 361/838 EXP: 490106 For next: 31256 Since: 07-28-09 From: Spain Since last post: 41 min. Last activity: 41 min. |
|
| yeah. cool idea.
If you still have a copy of the broken level, you can try copying back block by block and see what block is causing trouble... And once you know what block is, you can try to see what byte is... It will definitely help to improve the editor because it seems its breaking the levels sometimes... |
Treeki![]() :3 Level: 67 ![]() Posts: 1438/1765 EXP: 2504911 For next: 87961 Since: 07-26-07 From: Rogueport Since last post: 3 days Last activity: 18 min. |
|
| Blocks 1-5: settings
Block 6: entrances Block 7: sprites Block 8: views Block 9: zones Block 10 and 12: progress paths Block 11 and 13: movement paths Block 14: sprite sets Once you figure out which block is breaking it, you can use this info to find out what it is. dirbaio: What if you used the same method Reggie uses? Whenever you copy something, it's encoded into text (with a specific string at the start/end to identify it). Whenever the clipboard changes, the new text is checked for those strings and the paste button is enabled if it's valid. I don't know how .NET handles the clipboard, but I think it would be a lot easier than storing a custom data type (it was far easier for me with Qt) |
|
BastarB Member Level: 9 Posts: 30/34 EXP: 3014 For next: 148 Since: 01-21-10 Since last post: 211 days Last activity: 201 days |
|
Originally posted by dirbaio Okey, now I was a little confused at first, but I soon noticed that it is a problem in both BLOCK 1 and BLOCK 5 that causes the level to crash. I seems that I have to replace the data in both Block 1 and 5 to be able to get the level to play correctly. Yet, I do not know which byte in the different blocks that causing trouble, I have to figure it out. I'm very new when it comes to blocks and stuff, are BLOCK 1 and 5 in someway related to each other? |
|
BastarB Member Level: 9 Posts: 31/34 EXP: 3014 For next: 148 Since: 01-21-10 Since last post: 211 days Last activity: 201 days |
|
| Okey, here is my results!
As I said in my above post, there was two different problems, both problems managed to crash the game, one of the problems was located in BLOCK 1 and the other one was located in BLOCK 5. Here comes the data of BLOCK 1 that made my level crash: 00 00 00 00 2C 01 23 00 FF FF FF FF 23 00 FF FF FF FF FF 00(problem, change 00 to FF to fix) FF FF FF FF 00 00 07 00 00 00 00 00 Correct fixed data: 00 00 00 00 2C 01 23 00 FF FF FF FF 23 00 FF FF FF FF FF FF FF FF FF FF 00 00 07 00 00 00 00 00 Here comes the data of BLOCK 5 that made my level crash: 00 00 FF 00(problem, change 00 to FF to fix) FF 00 FF FF FF FF 02 00 02 00 00 00 00 00 00 00 Correct fixed data: 00 00 FF FF FF 00 FF FF FF FF 02 00 02 00 00 00 00 00 00 00 i don't know if these two problems are related to the camera or any other kind of settings, any suggestions? Anyway I hope this info helps a bit^^ |
|
PSI Purple Member Level: 12 ![]() Posts: 37/48 EXP: 6964 For next: 957 Since: 06-28-09 From: Onett, Eagleland Since last post: 11 min. Last activity: 6 min. |
|
Originally posted by Link 70222 Hm, looks like l'm having this quoted problem too. When l try to export a tileset, it gives an Unhandled Exception with a note of "The specified path is not of legal form." And it gives this little debugger info l cannot comprehend.
(Couldn't stop it from stretching my post due to lack of BBC Code knowledge here. I'll Edit it away if no one likes it) |
Treeki![]() :3 Level: 67 ![]() Posts: 1440/1765 EXP: 2504911 For next: 87961 Since: 07-26-07 From: Rogueport Since last post: 3 days Last activity: 18 min. |
|
Originally posted by BastarBI checked the bytes you mentioned. The first one is unknown, we're not sure exactly what it does. The second one is the palette number for the top layer background. Originally posted by PSI PurpleI removed the unneeded bit from your post. That crash is being caused by the filename the image is being saved as. I didn't write the code so I'm not sure exactly what's wrong, Dirbaio should know. |
|
PSI Purple Member Level: 12 ![]() Posts: 38/48 EXP: 6964 For next: 957 Since: 06-28-09 From: Onett, Eagleland Since last post: 11 min. Last activity: 6 min. |
|
Originally posted by Treeki But the error comes up before anything tells me what to name it and where to save it. I don't think that's it for this situation. |
|
Hiccup Member fail Level: 26 ![]() Posts: 177/260 EXP: 91665 For next: 10610 Since: 05-19-09 Since last post: 9 days Last activity: 2 hours |
|
| Is it possible to activate sprite 197 to destroy some blocks that stop you progress by defeating all enemies on screen a certain number of enemies ect something like that maybe with the event sprites/system? |
|
BastarB Member Level: 9 Posts: 32/34 EXP: 3014 For next: 148 Since: 01-21-10 Since last post: 211 days Last activity: 201 days |
|
| The Gameicon and header info seems to be destroyed when the rom-file has been hacked. Which is the best tool to change the Game-icon back to the original state? Is this a bug in the editor that corrupts the icon?
EDIT: I succeded to edit the game-info and changed the game icon to the original one to my hacked rom using DSbuff v1 final. The rom file booted like normal, but when I entered one of my hacked levels, I got Black Screens. If any of you guys know a way to edit the icon and header info without any issues, please tell me!!! =) |
|
dirbaio Member Level: 42 Posts: 363/838 EXP: 490106 For next: 31256 Since: 07-28-09 From: Spain Since last post: 41 min. Last activity: 41 min. |
|
Hi to everybody... Seems that the editor is too buggy
The problem with importing / exporting is that you first have to select the file you want to import / export to, and its path will go to the text box, and after click import or export. Yeah, I know, it's tricky. I really dont know why i coded it that way, but now i realize it's idiot. Next version will have that improved... The problem with the icon / title is that the editor recognises the space for the icon / title as free space, so when you edit stuff, it puts files there, so it gets corrupted... If after that you revert it back to normal with whatever editor, it overwrites the file the editor put there (probably a level file, that's why your level crashes...) I'll fix it IMMEDIATLY
@BastarB, that's really weird. So your level worked before and it no longer works now because of that... I wonder if it's the editor that changed those FF's ??? |
Treeki![]() :3 Level: 67 ![]() Posts: 1465/1765 EXP: 2504911 For next: 87961 Since: 07-26-07 From: Rogueport Since last post: 3 days Last activity: 18 min. |
|
Originally posted by dirbaioWell, one of them is from the background top layer setting. The other one is unknown. I wish we know exactly why this game crashes so much ![]() |
|
dirbaio Member Level: 42 Posts: 364/838 EXP: 490106 For next: 31256 Since: 07-28-09 From: Spain Since last post: 41 min. Last activity: 41 min. |
|
| well...
I wonder why the game doesnt like a 00 of top BG... But the other byte is even stranger... Why did it change to 00? Or it was already 00 but it is incompatible with one of the newer settings? |
|
Link 70222 Member Level: 11 Posts: 15/40 EXP: 5268 For next: 717 Since: 07-02-09 Since last post: 31 days Last activity: 14 hours |
|
Originally posted by dirbaio That only works with exporting, it seems. When I try it with importing, it says " The given was not present in the dictionary." Which is strange, because importing was the only thing that used to work for me. |
| Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 | Add to favorites | Next newer thread | Next older thread |
| Jul - NSMB Hacking - NSMB Editor 5 - Latest Version: 5.1 (15th January) |
- - ![]() |