Author Topic: YAMGT  (Read 87370 times)

0 Members and 2 Guests are viewing this topic.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Tio
« Reply #255 on: February 17, 2011, 10:31:52 am »
Thanks...I think I have a way of doing it.but I'd need to come up with some sprite meaning 'outside of level'
Also scout, did you notice the edit above?  It takes care of the overwriting ;)
Vy'o'us pleorsdti thl'e gjaemue

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Tio
« Reply #256 on: February 17, 2011, 11:58:21 am »
I just did, WONDERFUL! Immediate download.

Offline ferox

  • LV3 Member (Next: 100)
  • ***
  • Posts: 94
  • Rating: +3/-0
    • View Profile
Re: Tio
« Reply #257 on: February 17, 2011, 03:47:22 pm »
i downloaded it, and it was great, but i think there is a bug.
when you compile it in axe as an app (axe version 0.4.8) and run it, you should not try to do a mathprint fraction into a function. i do not have a screenie yet, but i'll think i have one tomorrow. anyway, when you do 1 mathfrac in a function in does something weird to the lcd, actually it changes something in the os. so when you have run it as an app, the os gets messed with, and can't properly disp the lcd. btw, when you try 2 mathfrac functions, it turns the lcd off, but not the calc. it only happens when drawing the graph.

or may this be an axe bug???

edit: i know the post is crappy, but i am in a hurry ;)
« Last Edit: February 17, 2011, 03:47:57 pm by ferox »
on hold:

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Tio
« Reply #258 on: February 17, 2011, 06:34:18 pm »
Umm...did you mean to post this in Axe bug reports or something?
So, you compiled it as an app.  It uses SMC.  SMC doesn't work properly in apps.  IDK the 'don't use SMC in apps or else _____ ' but it can't be good.  Compile for Ion, MOS, no shell, or DCS.

btw I wouldn't know how to use the mathprint stuff--os 2.43 is enough for me and I have a 9860gii with, i guess, casio's version of MP anyway.
Vy'o'us pleorsdti thl'e gjaemue

Offline ferox

  • LV3 Member (Next: 100)
  • ***
  • Posts: 94
  • Rating: +3/-0
    • View Profile
Re: Tio
« Reply #259 on: February 18, 2011, 02:25:49 am »
well, i just thought, since i already have so many progs, i wanted to compile as an app.
anyway, thx for the info.

btw mathprint is kinda funny ;)
on hold:

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: Tio
« Reply #260 on: February 18, 2011, 02:27:08 am »
I'm just wondering - did you fix the bug where if you go off the top of the screen, you don't get stuck because of random tiles? Otherwise, looks nice! I'll have fun making a ton of new levels for this :)
In-progress: Graviter (...)

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Tio
« Reply #261 on: February 18, 2011, 02:30:39 am »
I've heard of various instabilities and such, I've just gone the safe way and avoided it.
Like, one of the things that OSes 2.53 and up don't like is Omnicalc's entries menu, and I use that extensively.

As for the glitch above the map, I plan on making a border around the level once I implement smoothscrolling.

I guess at this point the level size will be definable, up to 28*25 (so it fits in L1)
« Last Edit: February 18, 2011, 02:31:12 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

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: Tio
« Reply #262 on: February 18, 2011, 04:07:56 am »
I saw the screenshots on the previous page and they look nice :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Tio
« Reply #263 on: February 20, 2011, 01:02:16 am »
Ok, I've been thinking.  After Dimension, I kind of have an idea of what I'm doing, more than before.  Starting tonight, I plan on starting the process to implement smoothscrolling in Tio.
What's going to be really tricky is how to draw the area outside of the level.  I tried to make it draw black, but it hasn't worked very well when I've tried applying it elsewhere.  See screenie.

While I'm busy doing that, are there any other tile ideas going around?

Important: If you downloaded the STIO6E from before, a problem in the source throws an ERR:BLOCK when compiling.  This is fixed now, and the edited program is here.
« Last Edit: February 20, 2011, 01:05:33 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Tio
« Reply #264 on: February 20, 2011, 02:20:59 am »


This is the Scrolling Engine in the Editor? WHAT A BLAST.

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Tio
« Reply #265 on: February 20, 2011, 02:22:08 am »


This is the Scrolling Engine in the Editor? WHAT A BLAST.
No, at least I don't think that's what it's going to be.
I'm trying to make it draw the black outside of where the map is.
I might be able to do something like that tho...probably not smoothscrolling (I'm talking about the editor) but, whatever it's called...abrupt scrolling? Where it scrolls tile by tile.
« Last Edit: February 20, 2011, 02:24:21 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Tio
« Reply #266 on: February 21, 2011, 07:42:21 am »
Oh I see, if you can implement scrolling, it'll the most super awesome game Axe ;D

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Tio
« Reply #267 on: February 21, 2011, 12:49:09 pm »
Well, the plan (at least so far) is smoothscrolling in the game, and abrupt scrolling, (or pokémon-style scrolling, looks smooth, but limited to entire tiles) in the editor.

I guess at this point I'll do away with the area outside the level thing, I'll just have the border.

I'm doing for this what I did for TWHG, editor first then game.  So, sometime in the next week or two expect a screenie ;)
« Last Edit: February 21, 2011, 05:17:56 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Tio
« Reply #268 on: February 23, 2011, 03:25:51 pm »
Editor is sort of done...at least the scrolling works :P
I'm still trying to figure out the pointers, some parts of it seem to read somewhat correctly...

EDIT oops, accidentally posted the same message twice, deleted first one
EDIT2 I ran this in wabbitemu and the debugger popped up, something's wrong methinks
« Last Edit: February 24, 2011, 01:29:14 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

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: Tio
« Reply #269 on: February 25, 2011, 10:05:59 pm »
Nice Darl181. I hope you can get the bugs fixed soon. :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)