Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Darl181

Pages: 1 ... 181 182 [183] 184 185 ... 253
2731
The Axe Parser Project / Re: Features Wishlist
« on: March 23, 2011, 08:56:01 pm »
New request:
[hex goes here]→Pic1
FlipV(Pic1)→Pic2
RotC(Pic2)→Pic3
The ability to do stuff like that.

2732
Miscellaneous / Re: Random YouTube Videos
« on: March 23, 2011, 08:48:08 pm »
So  one of my siblings was researching the weirdest songs ever...
http://www.youtube.com/watch?v=-KPIvAg7va4
Don't ask.  I don't know either.

2733
TI Z80 / Re: Tio
« on: March 23, 2011, 07:49:00 pm »
That level is more demo than game, it's easy because it was made to be easy :P
So...a harder level?  I happened to be making one earlier today...
My best stats in it (w/o editing) is 281 frames/0 deaths see edit

Also, i'm working on title screen concepts...see second screenie

EDIT: 3/24/11 woot 260 frames
EDIT2: 2520 frames ;D

2734
Miscellaneous / Re: Random YouTube Videos
« on: March 23, 2011, 07:26:01 pm »
"Well, your grandmother is a blast-ended skank"
Btw they're not real swears, just random made up ones


Spoiler For The Elder Swear:
"Your mother is a *beep beep beep*ing*beep*lorem ipsum*beep beep beep*admenumvenium*beep beep beep beep*trrragula*beep beep beep beep beep beep beep beep* hippopotamus*beep beep beep beep beep beep* Republican *beep beep beep*ing Daniel Radcliffe *beep beep beep beep* with a bucket of *beep beep beep beep* in a castle far away where no one can hear you *beep beep beep beep beep beep* soup *beep beep beep* with a bucket of *beep beep* Mickey Mouse *beep beep* with a stick of dynamite *beeeeeepppp* magical *beep beep beep beep* ALAKAZAM!"

2735
The Axe Parser Project / Re: Bug Reports
« on: March 23, 2011, 12:08:18 am »
Umm...axe 0.5.5 doesn't exist...version 0.4.5 does tho
To start with, I would suggest updating axe.
If it's the latest version, than it's probably time to re-send, sounds like the app is corrupted or something.

2736
TI Z80 / Re: Tio
« on: March 23, 2011, 12:04:39 am »
Well, the latest has everything v8 has, so you really only need to try the latest one :P
And thanks, all
I'm thinking of making a title screen that has some effect actually relevant to the game--any ideas?
Also ideas relating to options and tiles are appreciated ;D
...And bug reports, if any :P

btw can someone go through the readme and see if I missed anything important?
Spoiler For readme:
??????  ??????  ??????
  ??      ??    ??  ??
  ??      ??    ??  ??
  ??      ??    ??  ??
  ??    ??????  ??????

An Axe platformer

By Darl181

Tio is a platformer made in Axe.
The object is to get from the start to the finish in the least amout of time (frames)
this game has a level editor so you can make your own levels, and supports up to 100 external levels, there's plenty of slots to go aound!
Controls are normal for the most poat, but I'll go through the motions anyway...

********
CONTROLS
********

---GAME

Left/right
move left/right

2ND
jump

Y=
small jump

MODE
Pause (teacher key--turns off screen)
   
   WHILE PAUSED...
   
   MODE
   un-pause/resume

   ON
   Fakes a TIOS boot-up, goes to homescreen

CLEAR
quit

---EDITOR
ARROW KEYS
Move around

2nd
Place block, or erase if selector is same as block type
   *note there's an option to disable overwriting--see source code

ALPHA
Change selector mode (which block type is placed on 2ND) to the block type the selector is over at the moment

MATH
Select tile type manually.
   ---IN SELECTOR

   LEFT/RIGHT
   Change tile   

   UP/DOWN
   Change category

******
Tiles:
******
BASIC
Floor/wall
Boost
Finish
respawn point
enemy

ADVANCED
water
conveyor left
"" right
One-way up
""down
""left
""right

INTERACTIVE
Portals
switch
wall switched ON
""OFF
Disappearing
door
button (opens door)

Questions, comments?  Post at the URL below.
http://ourl.ca/8025

EDIT: tonight/tomorrow I'm going to try my hand at making some different title screens, gifs tomorrow hopefully

2737
TI Z80 / Re: Tio
« on: March 22, 2011, 11:54:27 pm »
Oh and btw thanks to Builderboy for the fire algorithm.

2738
TI Z80 / Re: Tio UPDATE
« on: March 22, 2011, 11:46:29 pm »
Version 9

Added...
menu shown above
options*
tiles: disappearing and door/button
somewhat fool-proofed editor, error messages on exit if needed
level selected in one program is saved in an appvar so a) you don't have to re-select it every time and b) it synchronizes between the programs

Included:
level shown in screenie, edited slightly so you have to use the portal to get at the button :P
attempt at a readme


I'm thinking of making a title screen that has some effect actually relevant to the game--any ideas?
Also ideas relating to options and tiles are appreciated ;D

*or lack thereof

2739
Graviter / Re: Graviter - Axe
« on: March 22, 2011, 09:09:47 pm »
So...what does the alternate warp gate do?

2740
Axe / Re: Simple Axe Questions
« on: March 22, 2011, 08:43:00 pm »
Can someone explain what and, or, and xor do in axe?
Not in If statements, but otherwise.  It's not very descriptive in the commands list :P

2741
News / Re: IRC Channel -i Again
« on: March 21, 2011, 11:24:49 pm »
Maybe just have a blanks window "in memory of omnom"
You know, remember that first post on every page thing?  Maybe that can go there...
http://ourl.ca/7854

2742
TI Z80 / Re: Belts
« on: March 21, 2011, 11:21:15 pm »
He can optimize that by taking out the return ;) :P

Seriously, can't wait to see what this ends up as...

2743
News / Re: IRC Channel -i Again
« on: March 21, 2011, 07:42:32 pm »
I still can't get used to the way Omnimaga looks without omnom--it's like a calc without a screen
ofc as soon as I get used to it it'll probably come back, because life works that way for some reason :P

2744
Axe / Re: Routines
« on: March 21, 2011, 07:29:07 pm »
I was able to use it for a menu, and I figured I might as well post it  ;)

Quote from the next post
That looks pretty nice.  It's too bad the water coming from the character looks a little funny when he moves down.  Other than that, wonderful job! ;D
It works the same as the fire, so the fire looks odd when moving up.

The post after that
For a moment there I thought you magically saw a quote from the future O.O
You have a lot to learn...
jk :P
such as this?
Maybe...
ok I'll stop now :P

2745
TI Z80 / Re: Tio
« on: March 21, 2011, 07:27:44 pm »
better menu
;)
The one that's readable is the one selected.

EDIT: As of now I've also been able to get both the whole thing flaming and the whole thing raining.

Pages: 1 ... 181 182 [183] 184 185 ... 253