(Note: please don't scroll items after the 2nd page because it may crash and I don't know if tje download link contains the fixed version. I'll prob update it once I get home)
Re: Rinkas;Tale aka "wow I didn't get Tier 1"
Posted: Wed Mar 02, 2016 1:44 am
by MECHDRAGON777
Nice level and I got both stars! It is a very fun level and I like the 1459+ lines of Lua coding.
Re: Rinkas;Tale aka "wow I didn't get Tier 1"
Posted: Wed Mar 02, 2016 3:24 am
by Mable
Wow it's some actual undertale like gameplay.
Re: Rinkas;Tale aka "wow I didn't get Tier 2"
Posted: Wed Mar 02, 2016 11:16 am
by underFlo
btw in case anyone's interested megaluavania's gonna get an actual release once i finished the documentation and the yellow soul
Re: Rinkas;Tale aka "wow I didn't get Tier 2"
Posted: Wed Mar 02, 2016 12:39 pm
by Emral
Here's the video, as promised. At one point I was trying to get some of the special dialogue, but it didn't seem to work for some reason? Maybe I was doing it wrong..
Re: Rinkas;Tale aka "wow I didn't get Tier 2"
Posted: Wed Mar 02, 2016 1:16 pm
by underFlo
The reason the triggers didn't work is because he checks for the length and the number of words before checking for the strings inside the input.
Re: Rinkas;Tale aka "wow I didn't get Tier 2"
Posted: Thu Mar 03, 2016 4:27 am
by Quill
This was super awesome. I came back to this level a lot when I was frustrated with others. The great gameplay and humorous writing kept me very entertained.
A few things I didn't mention in my review that you'll see at some point:
When Joey spares you, killing him should be an automatic kill, just like in the actual game. It kinda doesn't make sense that you can hit him several times and he won't react until he is killed.
I got an overflow error every now and then when I was judging this. These are probably all fixed now, but it's worth making sure that every single option during every single situation does something, I guess.
Of course, this is more like a tech demo than anything else, but I would have liked to see more attack variations for Joey.
Re: Rinkas;Tale aka "wow I didn't get Tier 2"
Posted: Thu Mar 03, 2016 4:30 am
by underFlo
The killing was based off most Genocide kills, like Toriel and Papyrus, who talk after death, too.
Did you get the overflow error when using items in the 2nd fight? That happened because of the way I made items save over through the fights kinda, I forgot a line of code so the items get added once every frame, leading to a lot of items in your inventory.
Re: Rinkas;Tale aka "wow I didn't get Tier 2"
Posted: Thu Mar 03, 2016 4:35 am
by Quill
I know that they talk after their death, but when they're sparing you, they die in one hit. You have to hit Joey a few times first.
I don't recall getting any errors with the inventory system. I do remember using Act on Joey then sparing him (or maybe the other way around) and it caused an error. I was fighting against the amalgamates too and spamming spare and that somehow caused an error too (I didn't use Act here). The errors seem to be super random, but it's always overflow errors.
I'll try to replicate them later on; see if I can find a pattern or something.
Re: Rinkas;Tale aka "wow I didn't get Tier 2"
Posted: Thu Mar 03, 2016 5:13 am
by underFlo
Huh, when he is spareable, his defense should've dropped to -100000 or something. I'll have to take a look at that later.
Re: Rinkas;Tale aka "wow I didn't get Tier 2"
Posted: Thu Mar 03, 2016 7:58 am
by Zeldamaster12
This level is amazing. It really is amazing what lua can do that the regular editor can't.
And it has Rinkas!!!
Re: Rinkas;Tale aka "wow I didn't get Tier 3"
Posted: Thu Mar 03, 2016 1:13 pm
by Willhart
I hear this level will come up with an api too. I'll definitely be definitely be looking forward to all the things that can be done with that.
Re: Rinkas;Tale aka "wow I got Tier 4"
Posted: Fri Mar 04, 2016 9:14 am
by underFlo
Alright score imo.
Btw guys, if you wanna use Megaluavania, please don't use the version included in this level! It's gonna get an actual release later this month and will then contain new stuff like the yellow soul.
Also I think Tier 4 is good for what it is.
Re: Rinkas;Tale aka "wow I got Tier 4"
Posted: Mon Mar 07, 2016 8:45 pm
by RoundPiplup
For some reason I can't seem to get the lua part working when trying out the level, although I can still play the part where I can simply get the star(no second star, so I couldn't "save the world or something"). Using that 2.0 beta version, don't know what am I suppose to do.
It's basically...
In New(or PGE) Editor: SDL Error: GL 3x is not supported
In Old Editor: attempt to index global 'API' (a nil value)
Re: Rinkas;Tale aka "wow I got Tier 4"
Posted: Mon Mar 07, 2016 8:47 pm
by PixelPest
What version of Lua are you using. The most recent or the one that came with 2.0?
Re: Rinkas;Tale aka "wow I got Tier 4"
Posted: Mon Mar 07, 2016 8:48 pm
by RoundPiplup
PixelPest wrote:What version of Lua are you using. The most recent or the one that came with 2.0?
The one that came with 2.0. I don't know much about what comes in it.
If there's a new latest one, I'll probably have to find out how to replace the old lunalua without messing up anything else.
Re: Rinkas;Tale aka "wow I got Tier 4"
Posted: Mon Mar 07, 2016 8:54 pm
by PixelPest
You should probably download the nightly dev. build of Lua. Instead of replacing Lua Scripts Lib, copy all of the files (that belong in there) into there, and hit replace, allowing you to keep your 2.0 character files.
Re: Rinkas;Tale aka "wow I got Tier 4"
Posted: Mon Mar 07, 2016 8:58 pm
by RoundPiplup
Oh great I just broke 2.0 just for attempting to replace the latest files. There goes all that save file.
Re: Rinkas;Tale aka "wow I got Tier 4"
Posted: Mon Mar 07, 2016 9:07 pm
by Emral
RoundPiplup wrote:Oh great I just broke 2.0 just for attempting to replace the latest files. There goes all that save file.
when updating your 2.0 to the latest version of lua, only extract luascriptslib, lunadll.dll and lunadll.pdb
Re: Rinkas;Tale aka "wow I got Tier 4"
Posted: Mon Mar 07, 2016 9:20 pm
by RoundPiplup
Enjl wrote:
RoundPiplup wrote:Oh great I just broke 2.0 just for attempting to replace the latest files. There goes all that save file.
when updating your 2.0 to the latest version of lua, only extract luascriptslib, lunadll.dll and lunadll.pdb
Ok, after doing that, I got a bigger error message, along with runtime error 11, and... uh... some weird sound error. I think I did something wrong.