Author Topic: The 4th Dimension  (Read 13311 times)

0 Members and 1 Guest are viewing this topic.

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: The 4th Dimension
« Reply #30 on: January 17, 2011, 09:26:21 am »
UPDATES:
Got the horizontal scrolling to work. Have some semi-working code for the vertical scrolling.
Code: [Select]
:If Y-Q/8=1 and (Q>0)
:Q-1→Q
:Vertical +{^r}
:RecallPic
:Y/8*W+(X/8)→C
:For(A,0,11
:Pt-Off(A*8,{-}(Q^8),{C+A+GDB1}*8+Pic110
:End
:StorePic
:End
:
:If Y-Q/8≥6 and (Q/8+7<H)
:Q+1→Q
:Vertical -{^r}
:RecallPic
:Y/8+6*W+(X/8)→C
:For(A,0,11
:Pt-Off(A*8,64-(Q^8),{C+A+GDB1}*8+Pic110
:End
:StorePic
:End

The problem is that on the way down, it displays gibberish and messes with the collision detection.
On the way up, it doesn't display the new image until you are like 3 pixels away.

Help please.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: The 4th Dimension
« Reply #31 on: January 18, 2011, 02:49:23 am »
Nice!  btw, this is not really an RPG since it not really overhead, right?
It depends, there can be RPGs that are side-scrollers. Ys III: Wanderers from Ys is an example. :P

Also nice project Binder News! I haven't checked until tonight because I was really busy. Since Sunday I've been catching up on an entire week of posts  O.O

Good luck with the bugs. X.x You might want to ask in the Axe forum, though, if you haven't already, so people notice faster.
« Last Edit: January 18, 2011, 02:50:00 am by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: The 4th Dimension
« Reply #32 on: January 18, 2011, 08:19:41 am »
I already did. I made a thread there too.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: The 4th Dimension
« Reply #33 on: January 19, 2011, 03:18:57 pm »
Ok good. Just making sure since I didn't check the topics there much lately.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: The 4th Dimension
« Reply #34 on: January 19, 2011, 04:18:30 pm »
I think I'll give up on the vertical scrolling, as it is NOT WORKING, and has taken a lot of time already.
I will soon post my current source, and anyone can use it. If you use the physics, please credit me, as I worked very hard on that.
If you would like to try to add vertical scrolling, you are welcome to. If you get it working, PM me, and I will work it in. You would of course get credit.
Also, thanks for your time Runer, but I finally gave up. I need to get on with this.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline JustCause

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 810
  • Rating: +115/-5
    • View Profile
Re: The 4th Dimension
« Reply #35 on: January 19, 2011, 04:24:24 pm »
Wow. How did I miss this? Keep up the good work!
See you, space cowboy...

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: The 4th Dimension
« Reply #36 on: January 19, 2011, 04:48:02 pm »
Thanks! Don't worry, I have plenty of time in Math, Science, and Intro to Biz.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: The 4th Dimension
« Reply #37 on: January 20, 2011, 05:59:14 pm »
Unfortunately, support seems to be lacking. Maybe that's because of the slightly infrequent updates. Oh well.
Anyways, I FINALLY got the scrolling to work!

I know there is a problem at the bottom, I'm working on it.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: The 4th Dimension
« Reply #38 on: January 20, 2011, 07:09:16 pm »
Hey, the scrolling looks really good actually :) Nice job!
« Last Edit: January 20, 2011, 07:09:26 pm by squidgetx »

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: The 4th Dimension
« Reply #39 on: January 20, 2011, 08:55:45 pm »
Thanks! I couldn't sleep last nigh, and at 1am, on my couch, had the epiphany on how to solve my scrolling troubles.
I have also started again on The Silencer, I'm doing the guard AI. My friend has gotten the first 4 levels done in the meantime (and these levels are like 8 or 9 LARGE sections apiece, so 4 is pretty good.)
The Silencer topic
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: The 4th Dimension
« Reply #40 on: January 20, 2011, 09:36:59 pm »
Wow great! And don't worry about lack of support. There's a lot, but most people are probably busy with school and since like 30-40 projects get updates per day people can't keep up with all topics, demos, etc. X.x I myself am catching up on 1.5 weeks of project updates right now and have been doing so for 2 days. D:

I love the scrolling so far. Glad it's progressing nicely. :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: The 4th Dimension
« Reply #41 on: January 21, 2011, 07:19:49 am »
Yeah. I know. Anyways, I'm gonna move on to the next engine, the top-down one.
This should be a lot faster since I already have a working scrolling tile mapper.
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results:





Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: The 4th Dimension
« Reply #42 on: January 21, 2011, 07:39:51 am »
I like this project, it looks nice.

Offline Binder News

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 785
  • Rating: +46/-3
  • Zombie of Tomorrow
    • View Profile
Re: The 4th Dimension
« Reply #43 on: January 21, 2011, 08:09:43 am »
Thanks!
Spoiler For userbars:







Hacker-in-training!   Z80 Assembly Programmer     Axe Programmer
C++ H4X0R             Java Coder                           I <3 Python!

Perdidisti ludum     Cerebrum non habes

"We are humans first, no matter what."
"Fame is a vapor, popularity an accident, and riches take wings. Only one thing endures, and that is character."
Spoiler For Test Results: