| ||
| Views: 14,036,463 |
Home
| Forums
| Uploader
| Wiki
| Object databases
| IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search |
04-05-21 10:41 PM |
| Guest: | ||
| 0 users reading CoinKiller -- NSMB2 editor upcoming | 1 bot |
| Main - NSMB2 hacking - CoinKiller -- NSMB2 editor upcoming | New reply |
| RicBent |
| ||
|
Administrator Level: 43
Posts: 90/465 EXP: 559575 Next: 5471 Since: 09-25-12 From: Germany Last post: 172 days ago Last view: 5 days ago |
| Ndymario |
| ||
![]() Koopa That MvL Hacker Level: 21
Posts: 2/101 EXP: 47468 Next: 2475 Since: 04-10-15 From: The Mushroom Kingdom Last post: 54 days ago Last view: 12 days ago |
@Mariomaster
Oh ok ____________________ Here's my MvL Hacking thread Also, if you hack NSMB DS, consider joining my Discord Server! Hope to see you there! |
| KingYoshi |
| ||
|
Newcomer Normal user Level: 7
Posts: 4/8 EXP: 985 Next: 463 Since: 01-24-16 Last post: 1807 days ago Last view: 1689 days ago |
Posted by Ndymario I think people would be less impatient if there was a release date for CoinKiller. Because now, none of us knows how long we have to wait yet. |
| RicBent |
| ||
|
Administrator Level: 43
Posts: 92/465 EXP: 559575 Next: 5471 Since: 09-25-12 From: Germany Last post: 172 days ago Last view: 5 days ago |
| Imnotstaple |
| ||
|
Member nothing to see here Level: 28
Posts: 94/194 EXP: 121581 Next: 9757 Since: 09-20-15 From: N/A Last post: 143 days ago Last view: 12 days ago |
Nice! What all consists left of the UI side? ____________________ sign |
| TheKoopaKingdom |
| ||
![]() Lakitu Aka Koopa. Still looking for new username ideas~ Level: 45
Posts: 233/556 EXP: 637725 Next: 22439 Since: 10-13-14 From: Castle Grounds Last post: 756 days ago Last view: 43 days ago |
I kinda want to contribute to this, where should I start?
(I'm still learning Qt) EDIT: I added in a dialog for when there are unsaved changed.
Things that will trigger are: - The cut button - The paste button - The delete button - Clicking anywhere in the level view Also, under File, it now says "Load ROMFS Folder" instead of "Load 3DS Rom (.3ds/.cia)", since it's loading a folder. https://github.com/StapleButter/CoinKiller/pull/4 nothing amazing, i know. but hey, at least im making an attempt at being useful ![]() ____________________ Website | Twitter
|
| RicBent |
| ||
|
Administrator Level: 43
Posts: 93/465 EXP: 559575 Next: 5471 Since: 09-25-12 From: Germany Last post: 172 days ago Last view: 5 days ago |
If I see it correctly you set didSave to true after saving and you nver change it back. So your system only works once. (Or did I get it wrong?) Also I would manage such function in the editionmode class, since it's not that logical to say "editMade = true" after a simple click. But I have a good idea about what you could do: You could look into the objectsrenderer class and look how sprites are rendered. Then you could implement the sprite images. ____________________ GitHub - YouTube - NSMBHD |
| RicBent |
| ||
|
Administrator Level: 43
Posts: 94/465 EXP: 559575 Next: 5471 Since: 09-25-12 From: Germany Last post: 172 days ago Last view: 5 days ago |
| FireMario74 |
| ||
![]() Red Paratroopa Setting fire to the rain since 1756 Level: 27
Posts: 115/179 EXP: 105810 Next: 10349 Since: 12-01-15 From: Melty Molten Mountains Last post: 1313 days ago Last view: 1288 days ago |
THAT IS SO COOL! I can't wait for the editor to come out! Great work so far man! I really mean it! |
| TheKoopaKingdom |
| ||
![]() Lakitu Aka Koopa. Still looking for new username ideas~ Level: 45
Posts: 234/556 EXP: 637725 Next: 22439 Since: 10-13-14 From: Castle Grounds Last post: 756 days ago Last view: 43 days ago |
Posted by Mariomaster Thanks, I missed that. I think that the feature is finished now, it looks for: - Added objects - Added sprites - Added locations - Moved anything It does not look for: - Selecting objects - Copying anything EDIT: Posted by Mariomaster What do you mean? For me, the sprites in the editor already show up. ____________________ Website | Twitter
|
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 4870/8869 EXP: 47241817 Next: 175403 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
| RicBent |
| ||
|
Administrator Level: 43
Posts: 95/465 EXP: 559575 Next: 5471 Since: 09-25-12 From: Germany Last post: 172 days ago Last view: 5 days ago |
Agreed. Also, I think we should finish the core of the level editor first, before we implement additions like this one. Posted by TheKoopaKingdom Well, sprite images are taken ingame and then added into CoinKiller. I already did a lot, but there are still many missing. I also fixed that stupid saving bug, so now, files can also become smaller
Also this: Cool quality, right? But those capture cards are so expensive ![]() ____________________ GitHub - YouTube - NSMBHD |
| RicBent |
| ||
|
Administrator Level: 43
Posts: 96/465 EXP: 559575 Next: 5471 Since: 09-25-12 From: Germany Last post: 172 days ago Last view: 5 days ago |
I somebody is interested, here is a build of CoinKiller: http://kuribo64.net/get.php?id=tQIdqZ8LdzkUJps3 I'd be happy if you mess a bit arround with it and report any bugs/crashes. (Also remember that all zones not equal to id 0 won't work, becuase sprites/entrances are still saved with zone id = 0) ____________________ GitHub - YouTube - NSMBHD |
| shibboleet |
| ||
![]() Fire Mario DROP TABLE users; Level: 118 Posts: 3972/4661 EXP: 17985506 Next: 397408 Since: 07-07-12 Last post: 233 days ago Last view: 27 days ago |
Posted by Mariomaster we call it Z-Order ____________________ a |
| GalladeGuy |
| ||
![]() Paragoomba Frosty~ Level: 17
Posts: 21/67 EXP: 23899 Next: 844 Since: 01-23-16 Last post: 1454 days ago Last view: 357 days ago |
Is there a way to edit entrance points? Also, what are the "derp" and "zerp" things at the bottom? ____________________ :^) |
| RicBent |
| ||
|
Administrator Level: 43
Posts: 97/465 EXP: 559575 Next: 5471 Since: 09-25-12 From: Germany Last post: 172 days ago Last view: 5 days ago |
| RicBent |
| ||
|
Administrator Level: 43
Posts: 98/465 EXP: 559575 Next: 5471 Since: 09-25-12 From: Germany Last post: 172 days ago Last view: 5 days ago |
| GalladeGuy |
| ||
![]() Paragoomba Frosty~ Level: 17
Posts: 23/67 EXP: 23899 Next: 844 Since: 01-23-16 Last post: 1454 days ago Last view: 357 days ago |
Nice video! ____________________ :^) |
| Arisotura |
| ||
![]() Star Mario in this room you have a pile of apple pies Level: 155
Posts: 4886/8869 EXP: 47241817 Next: 175403 Since: 07-02-12 From: in a box
Last post: 5 days ago Last view: 2 days ago |
| TheKoopaKingdom |
| ||
![]() Lakitu Aka Koopa. Still looking for new username ideas~ Level: 45
Posts: 237/556 EXP: 637725 Next: 22439 Since: 10-13-14 From: Castle Grounds Last post: 756 days ago Last view: 43 days ago |
Posted by Mariomaster THANK YOU! I had quite a bit of trouble with that ![]() ____________________ Website | Twitter
|
| Main - NSMB2 hacking - CoinKiller -- NSMB2 editor upcoming | New reply |
|
Page rendered in 0.039 seconds. (2048KB of memory used) MySQL - queries: 30, rows: 237/237, time: 0.029 seconds.
Acmlmboard 2.064 (2018-07-20)© 2005-2008 Acmlm, Xkeeper, blackhole89 et al. |