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 - pimathbrainiac

Pages: 1 ... 104 105 [106] 107 108 ... 125
1576
Axe / Re: AXE Tilemaping - Please help!
« on: December 18, 2012, 09:21:13 pm »
Not greyscale (yet)

1577
Axe / Re: AXE Tilemaping - Please help!
« on: December 18, 2012, 05:44:52 pm »
Well, using your solution, and by surrounding my map with null bytes, IT WORKED!!! :w00t:

1578
Introduce Yourself! / Re: Hello.
« on: December 18, 2012, 04:48:45 pm »
Welcome! Here: have some peanuts!


1579
Axe / Re: AXE Tilemaping - Please help!
« on: December 18, 2012, 02:52:10 pm »
but when I change it to For(X,{L+0},{L+0}+11) It get weird when I move

1580
Axe / Re: AXE Tilemaping - Please help!
« on: December 18, 2012, 02:47:38 pm »
but when I add a 13th column and change the (Y*12)s to (Y*13)s and nothing else, It only renders the initial screen, and not the 13th column when I move.

1581
Axe / AXE Tilemaping - Please help!
« on: December 18, 2012, 02:34:52 pm »


Well, I have the basics down: here's my code (copied from graph link, so there are still weird chars):

Code: [Select]
.TILEMAP

ExprOn

[020202020202020202020202]üGDB1
[020000000000000000000002]
[020000000000000000000002]
[020000000000000000000002]
[020000000000000000000002]
[020000000000000000000002]
[020000000000000000000002]
[020202020202020202020202]

[7E7E427EFF7E7E42]üPic1
[FFFFFFFFFFFFFFFF]
[55AA55AA55AA55AA]

0ü{L+0}
0ü{L+1}

Repeat (getKey(15))
sub(Á)

If (0)
Lbl Á

If ((getKey(1)) and (pxl-Test(48,40)õ=0))
{L+1}-1ü{L+1}
Pause 250
End

If ((getKey(4)) and (pxl-Test(48,31)õ=0))
{L+1}+1ü{L+1}
Pause 250
End

If ((getKey(2)) and (pxl-Test(47,32)õ=0))
{L+0)+1ü{L+0}
Pause 250
End

If ((getKey(3)) and (pxl-Test(56,32)õ=0))
{L+0}-1ü{L+0}
Pause 250
End

Return
End

ClrDraw
ClrDrawõ
For(X,0,11)
For(Y,0,7)
If {(Y*12)+X+GDB1}
Pt-On((X*8)+({L+0}*8),(Y*8)+({L+1}*8),({(Y*12)+X+GDB1}*8)+Pic1)
Pt-On((X*8)+({L+0}*8),(Y*8)+({L+1}*8),8+Pic1)õ
End
End
End
Pt-On(48,32,Pic1)
DispGraphClrDraw
End

My problem (the tutorials aren't really helping):

How do I do this type of tilemap WITHOUT rendering the ENTIRE map every step taken?

Example (hypothetical): I have a 96x144 tilemap and want to only render the 8x12 in the tilemap that should be visible.

1582
Computer Projects and Ideas / Re: [Cemetech Contest #9] Reuben Quest HD
« on: December 16, 2012, 06:45:07 pm »
WAIT!? Does that mean the iMac owner would rather have a PC?

1583
Computer Projects and Ideas / Re: [Cemetech Contest #9] Reuben Quest HD
« on: December 16, 2012, 03:08:48 pm »
* pimathbrainiac agrees with Sorunome

1584
Miscellaneous / Re: What is your avatar?
« on: December 16, 2012, 03:06:43 pm »
YAY! 100th page!

1585
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: December 16, 2012, 03:01:48 pm »
3729: You go to Omnimaga more than Facebook
3730: You notice you have 255 posts

1586
Miscellaneous / Re: What is your avatar?
« on: December 15, 2012, 09:23:37 pm »
Mine's a blue crab 'cause it's mai favorite food!

1587
Miscellaneous / Re: Hobbit, anyone?
« on: December 15, 2012, 09:19:09 pm »
:P ... all I must say

1588
Miscellaneous / Re: Hobbit, anyone?
« on: December 15, 2012, 09:17:26 pm »
Never read the Hobbit... I read The Fellowship, though.

1589
Computer Projects and Ideas / Re: [Cemetech Contest #9] Reuben Quest HD
« on: December 15, 2012, 09:15:07 pm »
I thought necroposts were 14 days...

sorry... I still want beta on Reuben Quest HD.

1590
Computer Projects and Ideas / Re: [Cemetech Contest #9] Reuben Quest HD
« on: December 15, 2012, 07:21:34 pm »
Hey... is it possible to have me beta test? ;D

Also... NECROPOST! :w00t:

Pages: 1 ... 104 105 [106] 107 108 ... 125