Posts for Spikestuff


Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Using an Xbox controller myself (XSS/XSX) and I don't have any problems myself with the game I usually check for analog use, Crash Bandicoot: Warped.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
MrTASer did have a response but only left it as a DM. Since it's information that should be brought up in the thread I'm placing it here and leaving it as is cause my previous post basically covers for what's written here.
MrTASer wrote:
Hi, After reading your post, what I understood was that you want me to use LUAs and stuff to find out the actual causes of the glitched like other TASers and explain everything I've done. I agree it but after being very new to all this, I have only 2 yrs experience in TASing and my high school education are also going on hence I can't afford spending high proportions of time in learning LUA and complete game mechanics. I started with TASing SMB and thats what made me to here. I will try my best to improve this and get to your point Sorry if I didn't catched it correctly because I just know english, it's not native to me...
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
MrTASer wrote:
That difficulty doesn't give chance to do anything, my used glitches also didn't worked then.
I have to call shenanigans on this claim, well actually to be exact this line in the submission text:
MrTASer wrote:
I stayed on poison water and some other obstackles for several frames.
This is actually quite an easy one to do when you realize what's up. It's due to either the fact that a set of turtles weren't being drawn in due to an oversight, or that they shouldn't have been drawn in at all so this was the easiest way to convey to the player that they don't exist is to remove them from being drawn in. This raises two things for me which is both in the field of "care".
  • It might be better to actually go at this again with a lua script drawing in every vehicle, turtle, log and crocodile, know their hitboxes and actually use that to your advantage (or if you want to go the nymx route, bot everything)
  • Your demo file is actually faster than your userfile file in Level 1 and this can be seen cause this was made roughly five days after getting the link from Bigbass, and like there's no revisions, there was no checking about cycles, knowing about the crocodile's mouth, literally the hitboxes knowing what other hidden things exist-- like I'm stumped by the author. Like you're a good TASer, I've seen you improve from your starters, but you're not completely committing to it, so you're leaving me confused.
I know I'm probably stepping on a lot of Staff rules right now especially since this is practically backseating Judges, but it didn't sound right cause to me the author didn't really convey the information. Like it's a short enough TAS that it should be able to squeeze out a bit more from it.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Ignoring the fact that "Trans Rights Clip" TAS from last year exists I'm just going to point out the stuff you need to look out for next time.
  • On the Language selection you can hit up to select Norwegian faster.
  • You can hit every button (bar direction) to skip the warning and splash screens at the start.
  • Don't hit the same button on the immediate next frame after a lag frame, the input will be nulled.
  • Input ends on final button press, not watching the credits
  • Selecting Norwegian is only faster in RTA and is actually slower in a TAS we're using TAS timing since this is TAS site not RTA timing.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
I'm just going to write a list of things I spotted from the game with like a bit of screwing about.
  • Opening Menus, "CG" cutscenes and High Score Data allow you to hit 2 buttons Start and A, author predominately uses A, this wastes time.
  • The game has U/D+L/R input and is better suited for turning corners sharply, which the author doesn't do in the movie. They use the input to clarify, but in open space.
  • After doing a Save + Quit the author brings up their backpack for 64 frames, and highlights their skateboard, you can open then immediately close the backpack for 39 frames instead.
I was actually correcting all that stuff (bar movement) for the author but hit a desync using the author's input at the final boss. So whoever wants to play around with that can go nuts but I think it's better to start from scratch. And also a Light Spike over the one ThunderAxe31 provided where it ends displaying the credits and not endlessly loops on rocket part.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
MrTASer wrote:
Is there any script to put in the ffmpeg custom command?
Answer comes from here. Backhalf of the script comes from this topic here. Top screen priority:
-filter_complex "[0:v]crop=iw:ih/2:0:0,scale=iw*2:ih*2:sws_flags=neighbor[left]; [left][0:v]hstack" -crf 18 -pix_fmt yuv420p -b:a 384k -f mp4
Bottom screen priority:
-filter_complex "[0:v]crop=iw:ih/2:0:oh,scale=iw*2:ih*2:sws_flags=neighbor[left]; [left][0:v]hstack" -crf 18 -pix_fmt yuv420p -b:a 384k -f mp4
To change the scaling go to the bit after "hstack" and add (reasonings can be seen in my post): 1080p:
,scale=iw*4:ih*4:sws_flags=neighbor,scale=1920:-1:flags=lanczos
720p:
,scale=iw*2:ih*2:sws_flags=neighbor,scale=1280:-1:flags=lanczos
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
MESHUGGAH wrote:
This submission says 29,41176470588235 framerate while the previous movie used 60. Why?
Probably safe to assume "Cause Hourglass shenanigans". Also previous movie is this one just as a note to the author: [2611] Windows VVVVVV "game end glitch" by Masterjun in 00:45.33
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Using the demo's input to showcase a quick and dirty convert to demonstrate my point, 10 frames faster on that first level with your input slightly adjusted. It's so quick and dirty that I didn't fix the hashes.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Excuse me for asking, but why is the first level slower than the demo's input by 15 frames? In every right comparison there shouldn't have been lost time here instead it would've matched-- well a frame of lost time due to what I wrote earlier.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Fun fact: The author started the game a frame too early meaning you never get to see this message at the end of the level: The only reason I bring this fact up, is because this same bug exists in the final release where starting a frame too early means you won't progress to the next level. And as SmashManiac mentioned the creator, Kevin Hanley released the final version on their site.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
The first thought I had was "how would this compare to 2 player?" The second thought I had was JINGLE BELLS, JINGLE BELLS. JINGLE ALL THE WAY! OH WHAT FUN IT IS TO RIDE. IN A ONE-HORSE OPEN SLEIGH, HEY! Anyways, have a bell. 🔔
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
I apologize to the authors, but someone needs to ask this question. So for everyone else. In vortex there's a total of 24 levels that have to be entered, and 23 of those levels have a vortex. In Spyro there's 24 levels that have a vortex and the only way to access that final vortex located in Gnasty's Loot (ignoring something, I'll get into a second which will be the query) is to obtain every gem, dragon and egg throughout your playthrough before entering it. In Gnasty's World there's a total of 4 methods to enter Gnasty Gnorc early; Rat Proxy, Roll Tooth, A Non-Rolling Tooth Method and Behind the Dragon's Head (Coveless). My question is, in a TAS sense would it make sense to go for Gnasty's Loot vortex to round out to what the authors described as "every end of level portal (vortex)" and is it possible to enter Gnasty's Loot early? With the second part of my question I assume that Rat Proxy would have the best chance of verifying if entering that level early is possible.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Requesting a delay, just want to double check stuff. If I don't have anything in like a month's time just flick it back I guess.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Oh there's actually an RTA community, TIL. Here's the RTA run MESHUGGAH referred to: Link to video
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
This might be an accidental knock on the TAS and I apologize for it but the v1.2 update information says "More music and a more secrets!" Since this a 100% run (and not having knowledge of the game) I assume that this goes for the secrets that exist in v1.1 but misses out on the additional content in v1.2. I also put forward a question to the creator of the title to see if they can provide v1.1 to the public, since without that we're kinda stuck here with the submission and not being able to sync it with what's publicly available. Edit: v1.1 will be provided again with separate links. Edit 2: v1.1 exists on Erik Rosenlund's Patreon. Also they left this information about the difference between v1.1 and v1.2 in terms of 100% when I asked about that version of the ROM no longer existing:
Erik Rosenlund wrote:
I would argue that the current run still counts as 100% since there isn't actually a way to get to all rooms in one run in v1.2, unless you play through the game twice.
Thanks Erik.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Requesting a delay, might have derp'd something that I found out recently in the Track & Field mode. And I don't want to fix it right at this time.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Dangit, Was trying to let you know before submitting that there was stuff laying on the floor for improvements but I literally missed you by a fraction since you got a submission out. If you base the logic around the Space Invaders TASes (since that's what this unofficial game is based off of) you would know how to operate where and the timing of the shooting. Sorry, all the above is wrong since I think the site had a massive hickup on me and didn't show me that it was actually submitted six hours ago (or I've gone insane). x.x Leaving the above for posterity's sake and I'll try that again. Unfortunately, there is some on the floor improvements that could be made if you went with the approach of following a Space Invaders TASes (since that's what this unofficial game is based off of) where it's really important to be positioned in a way to get off quick shots and kills.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Oh this is a bit of a late note now cause I assume Zinfidel is all done. Two alternative files one which hits select and shows the mini-map (just a nice to have) and "So you've played Castlevania?" (sound warning, this one's the joke).
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
wafflewizard1 wrote:
Huh, I had no idea about that rule.
Honestly, was kinda down for it. Just to reference where that rule is it's here. "Cheat codes and passwords are only allowed to access harder difficulties and/or bonus content, including cosmetic improvements." Didn't look for it earlier cause it was like early and I kinda admittedly didn't want to scan through the new site to find the rule. :S
wafflewizard1 wrote:
That is a shame that it would classify this as a "meme" run and in all honesty the large community of people who run vortex would probably be offended!
Yeah, it's like a 6 year old misc category now, and probably the older generation of runners who don't really exist anymore to talk about how it came into existence. It is kinda of the only reason I still call it a "meme category" is just due to like the history I know with it back in the Sprash days (actually it was close to the separation now I think about it).
wafflewizard1 wrote:
A fellow runner called Hummeldon made an awesome video about the category which might give you some insight into how intense this category is: https://www.youtube.com/watch?v=w-Tjn9J0tcc
I do recall watching this video roughly when it came out and like there is a lot of RTA history to it from starting as a side category. And yeah the category is one of the active Spyro categories since it's more of an A to B type run instead of being a tiny collect-a-thon.
wafflewizard1 wrote:
I still hope you enjoyed the TAS and the writeup, was super fun to make.
It was still enjoyable to watch, personally didn't know how to go and vote for it. I'm down to eat my words if rules do adjust for it, but who knows maybe there'll be more discoveries.
wafflewizard1 wrote:
Nitrof does know of this TAS and I used a glitch he found with the sharp supercharges, though I am probably not interested in Spyro 1 any%.
Ah, that's a shame. Maybe one day in the future if you do get that Sparx of interest (I'll leave).
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Oh hey a Spyro TAS, using Vortex oh that's nice that's like the non Exit Lev-- Goal of this TAS: After using the unlock all homeworlds cheat code Nevermind. Honestly, I was kinda expecting to basically see a "no exit" variation of this TAS when it was submitted, until you mentioned the use of cheats... and unfortunately making this a meme category. Meme category such as this goes against the cheat code rule this site has, and it actually makes it more appropriate as an April Fools submission where all the jokes come out. Just to point out what I mean by "no exit" the Exit Level is used quite a bit to get out of levels quickly. So going to end of level by taking the vortex instead of exiting out is what makes this miscellaneous category. There's always improving the current publication that exists of Spyro which I know that Nitrofski dabbling with that so you might get some information from him if you two contact him. Other than that, I'm interested to see where you two will actually take Spyro in a non-joke category as you do have the potential. Also it's not me unless there was a bit of Spiking going on, on the input. Light Spike of 17703 frames.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
I honestly don't know why the Judging limit was changed drastically to below 24 hours. You're lucky you don't have speedy Publishers at the moment but a discussion, or something should be made at the very least. Even like the potential chance that with the new tools that there's hidden room for improvement. EZGames69 did grab what I do recall from the conversation from 2015 in IRC about this about the hidden improvement but even then, that was too quick of a turnaround from the Judge.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
primeElephant wrote:
You made this TAS with 0 rerecords?
0/unknown rerecords. The file is correct. Author possibly made it with frame advance, turbo and rewind only.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Using the author's input as the solution, but correcting and adjusting it down to showcase faster speeds, not going for true optimal cause showcasing something. Link to video Fun Fact, since you didn't know. A literal dot gives the answer 7. Here's the userfile so you can check it out. Also I suggest cooling down on that mashing on the screen you have going on before the training course. Good attempt, but I personally think that Brain Age has been milked dry with the insane drawings
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.
Spikestuff
They/Them
Editor, Experienced Forum User, Published Author, Publisher, Expert player (2312)
Joined: 10/12/2011
Posts: 6342
Location: The land down under.
Meerkov wrote:
What is the reasoning behind not letting the game play itself?
Cause blank/null input is trivial and anyone can do it, that method of not playing the game isn't acceptable.
WebNations/Sabih wrote:
+fsvgm777 never censoring anything.
Disables Comments and Ratings for the YouTube account. Something better for yourself and also others.