Kuribo64
Views: 19,852,695 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
03-28-24 10:38 PM
Guest:

0 users reading CoinKiller -- NSMB2 editor upcoming | 1 bot

Main - NSMB2 hacking - CoinKiller -- NSMB2 editor upcoming Hide post layouts | New reply

Pages: 1 2 3 4 5 ... 10 11 12 13 14 15 16 17 18 ... 21 22 23 24 25
RicBent
Posted on 02-21-16 06:57 PM Link | #67943

The level crashes seem fixed now.

Apparently they were caused by writing chars instead of shorts, which caused almost all levels to become Toad Houses :P

____________________
GitHub - YouTube - NSMBHD

NoThisIsStupider
Posted on 02-21-16 09:12 PM Link | #67947
Where could I look to find a guide to building CoinKiller? Would be nice to know how to build it myself so I don't have to wait for somebody else to upload a build.

____________________
Switch on latest firm happily playing Smash daily
PC with an i7-4790K, RX480, 16GB ram
Various other consoles that are hardly used due to emulation existing

RicBent
Posted on 02-21-16 09:37 PM Link | #67949

Download Qt Creator and run the project. Then put the coinkiller_data folder into the folder, where the debug .exe is located.

____________________
GitHub - YouTube - NSMBHD

CodingKoopa
Posted on 02-21-16 09:45 PM (rev. 2 of 02-21-16 10:12 PM) Link | #67951
You'll need Qt.

Download Qt open-source from here (online installer).

Once it's installed, download Coinkiller's source code from it's Github repository (https://github.com/StapleButter/CoinKiller).
[image]

Open CoinKiller.pro with Qt.

Switch the build type to release.
[thumbnail]

Press the run button.

If you want to run Coinkiller outside of Qt, you'll need all of the dlls that the program uses, find these in RicBent's build.

____________________
Website | Twitter


8PurpleThief
Posted on 02-21-16 10:41 PM Link | #67955
Reggie?



(i'm guessing that's another editor with a weiiiiiiiiird name.)
(no, i am not post++ing or whatever you call it.)

____________________
Man, the mods SURE are strict around here.
(that doesn't mean i despise them, i just think they should just ban people
for REAL reasons)
(also, they banned one of my machiminist buddies, seanklaskyn64)
DON'T KILL ME BUTTER

GalladeGuy
Posted on 02-21-16 10:51 PM (rev. 2 of 02-22-16 12:35 AM) Link | #67956
Posted by 8PurpleThief
Reggie?



(i'm guessing that's another editor with a weiiiiiiiiird name.)
(no, i am not post++ing or whatever you call it.)

No. This is an entirely new editor made in C++.

____________________
:^)

Arisotura
Posted on 02-21-16 11:10 PM Link | #67957
it's not made in Python

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

NoThisIsStupider
Posted on 02-22-16 12:34 AM Link | #67958
Hm, must be doing something wrong. I set it to release and tried to build/run it, but both returned several errors, and then nothing was created/opened.

____________________
Switch on latest firm happily playing Smash daily
PC with an i7-4790K, RX480, 16GB ram
Various other consoles that are hardly used due to emulation existing

Arisotura
Posted on 02-22-16 12:34 AM Link | #67959
what'd it say?

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

GalladeGuy
Posted on 02-22-16 12:35 AM Link | #67960
Posted by StapleButter
it's not made in Python

Woops, fixed it. I was confusing it with something else. :/

____________________
:^)

Arisotura
Posted on 02-22-16 12:39 AM Link | #67961
sure, go back and edit your post, that may my post doesn't make sense anymore...

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

GalladeGuy
Posted on 02-22-16 01:15 AM Link | #67963
Posted by StapleButter
sure, go back and edit your post, that may my post doesn't make sense anymore...

So just delete your post...

____________________
:^)

Arisotura
Posted on 02-22-16 01:19 AM Link | #67964
sorry, erasing history isn't my thing

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

GalladeGuy
Posted on 02-22-16 02:12 AM Link | #67966
Posted by StapleButter
sorry, erasing history isn't my thing

Then why are you... I'll just stop now...

____________________
:^)

NoThisIsStupider
Posted on 02-22-16 03:45 AM Link | #67968
Update: Turns out building did make a folder. Tried running make in it but didn't look like it was doing much more than printing the same thing over and over again, which was the command written in the makefile. Should I just leave it to work?

____________________
Switch on latest firm happily playing Smash daily
PC with an i7-4790K, RX480, 16GB ram
Various other consoles that are hardly used due to emulation existing

CodingKoopa
Posted on 02-22-16 12:18 PM Link | #67979
1. Is there a Coinkiller.exe in the build folder?

2. What happens when you run Coinkiller from Qt?

____________________
Website | Twitter


Arisotura
Posted on 02-22-16 12:23 PM Link | #67980
QtDesigner you mean? well its the same as running it normally, I think

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

NoThisIsStupider
Posted on 02-22-16 09:40 PM (rev. 2 of 02-22-16 09:42 PM) Link | #67988
Posted by TheKoopaKingdom
1. Is there a Coinkiller.exe in the build folder?

Nope, only a few make files and some assorted c++ files.

Posted by TheKoopaKingdom
2. What happens when you run Coinkiller from Qt?

Nothing, as stated above. It throws a ton of red errors and a couple yellow ones then nothing happens, or at least nothing is indicating anything will happen a couple minutes after the errors stop.

Edit: Maybe I didn't install something in the setup? I left it at the default which excludes several versions of qt.

____________________
Switch on latest firm happily playing Smash daily
PC with an i7-4790K, RX480, 16GB ram
Various other consoles that are hardly used due to emulation existing

CodingKoopa
Posted on 02-23-16 12:27 AM Link | #67989
What does the error say?

You might be missing a compiler, try Mingw. Once installed, go into Qt->Tools->Options.
[image]

____________________
Website | Twitter


RicBent
Posted on 02-23-16 09:21 AM Link | #67991

Posted by NoThisIsStupider
It throws a ton of red errors and a couple yellow ones then nothing happens, or at least nothing is indicating anything will happen a couple minutes after the errors stop.


Would help a lot if you would post the red ones and the yellow ones as well if they don't say something about unused someshit.

____________________
GitHub - YouTube - NSMBHD
Pages: 1 2 3 4 5 ... 10 11 12 13 14 15 16 17 18 ... 21 22 23 24 25

Main - NSMB2 hacking - CoinKiller -- NSMB2 editor upcoming Hide post layouts | New reply

Page rendered in 0.083 seconds. (2048KB of memory used)
MySQL - queries: 29, rows: 237/237, time: 0.013 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.