Author Topic: VVVVVV  (Read 70225 times)

0 Members and 1 Guest are viewing this topic.

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: VVVVVV
« Reply #210 on: December 17, 2013, 06:38:45 pm »
That's a problem in the rendering, I think. It calculates weather you've been hit or not, then it renders the frame. If I change the order, it should be better with the spikes, I think. Maybe. I'll try later, but I'm too lazy at the moment :P

This was untrue...

I did fix the bug, however, but decreasing the left-right detection area to fit the size of the actual sprite (6x8) instead of the 8x8 that I had before...

Seen here:



Zip attached, as always. Enjoy!
I am Bach.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: VVVVVV
« Reply #211 on: December 17, 2013, 10:47:43 pm »
This is looking really nice. Any plans to convert it to white-on-black instead? There should be no speed difference and I think it would look truer to the original.




Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: VVVVVV
« Reply #212 on: December 18, 2013, 07:11:23 am »
IMO you should change the saving point sprite to tell the player he actually saved. Looking really nice anyway :D
« Last Edit: December 18, 2013, 07:17:34 am by Matrefeytontias »

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: VVVVVV
« Reply #213 on: December 18, 2013, 07:23:32 am »
Matref: Yeah, I have the data for that sprite, but I've been too lazy to implement it.

DT: Is there a one-time-per-loop command that will let me do that?
I am Bach.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: VVVVVV
« Reply #214 on: December 18, 2013, 07:25:10 am »
Do DrawInv right after you draw your tilemap and replace all Pt-Ons by Pt-Changes and you should be good.

EDIT : if you're using DispGraphClrDraw and redraw everything each loop iteration, just add  DrawInv before DispGraphClrDraw.
« Last Edit: December 18, 2013, 07:46:54 am by Matrefeytontias »

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: VVVVVV
« Reply #215 on: December 18, 2013, 07:26:06 am »
Do DrawInv right after you draw your tilemap and remplace all Pt-Ons by Pt-Changes and you should be good.

Okay! Will do for the next update!

EDIT: UPDATE!!!



Zip attached, as always. Enjoy!
« Last Edit: December 18, 2013, 07:45:10 am by pimathbrainiac »
I am Bach.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: VVVVVV
« Reply #216 on: December 18, 2013, 07:46:04 am »
Now that is looking awesome O.O I like the negativeness :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: VVVVVV
« Reply #217 on: December 18, 2013, 07:47:39 am »
Fastest update ever :P

It's true that it's better this way !

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: VVVVVV
« Reply #218 on: December 18, 2013, 07:53:44 am »
No, I think this next one is. It's a pseudo-bugfix/optimization. I made it so that the player is no longer translucent.

No screenies atm, but the zip is attached. Enjoy!
I am Bach.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: VVVVVV
« Reply #219 on: December 18, 2013, 09:01:47 am »
I like the new color scheme. It makes it look a lot more like the original. :D

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: VVVVVV
« Reply #220 on: December 18, 2013, 04:06:19 pm »
Added a poll asking what I should be working on for the next chunk of updates.
I am Bach.

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: VVVVVV
« Reply #221 on: December 18, 2013, 08:10:46 pm »
Whelp, I just realized that the updated binaries weren't in the last two updates, just the updated sources D:

Attached is a corrected zip. As always, enjoy!
I am Bach.

Offline bb010g

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 428
  • Rating: +22/-1
  • I do stuff
    • View Profile
    • elsewhere on the net
Re: VVVVVV
« Reply #222 on: December 18, 2013, 09:32:08 pm »
Are you going to add room names?
Arch Linux user
Haskell newbie | Warming up to Lua | Being dragged into C++
Calculators: HP 50g, HP 35s, Casio Prizm, TI-Nspire CX CAS, HP 28s, HP Prime, Mathematica 9 (if that counts)
π: 3.14...; l: 108; i: 105; e: 101; l+i+e: 314
THE CAKE IS A LIE IS A PIE

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: VVVVVV
« Reply #223 on: December 18, 2013, 09:36:22 pm »
Perhaps, but that's actually at the bottom of my priority list. It's an embellishment. Not necessarily needed, although very tempting. My priorities are making a complete game, then doing all the embellishments.
I am Bach.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: VVVVVV
« Reply #224 on: December 19, 2013, 05:02:49 pm »
IMO you should start by porting all of the game's tilemaps =]