ASM tool for BASIC programmers

A forum where you can announce your awesome project(s).

Moderator: MaxCoderz Staff

User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

tuo, i posted the xLIB source in the xLIB forum.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
merthsoft
Extreme Poster
Posts: 496
Joined: Tue 21 Dec, 2004 6:49 am
Location: WI

Post by merthsoft »

Ok, I'm just throughin' out ideas that I've had... well, an idea... BASIC coders need a more efficient way of storing data, like if I want to make a game in which the playe can change map data, like cut a bush, and I want it to be stored, maybe have a way to store the matrix into a program? Here's a better example: Who has played MinerVGA? Well, it's a mining game, and I'd like to make it, but to load a game, you would have to make sure you don't do anything to the matrix, maybe if there was a way to store the data into a program? I don't think I'm making sence...
Shaun
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

hah

Post by the_unknown_one »

Okay thx tr1p1ea, i'll start working on EBL again with ur source as soon as i can (i'm rather busy atm).
merthsoft
Extreme Poster
Posts: 496
Joined: Tue 21 Dec, 2004 6:49 am
Location: WI

Post by merthsoft »

Are you going to do a string version of xLib? I suggest maybe some way of doing both? It may be difficult, but, though the string version would be smaller, it would also be more limited... Like, you couldn't use deicmals with strings, at least not as easily...
Shaun
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

The very first tilemap lib i ever made used strings ... ill see if i can find it.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

what would be hard is to define the map size and layout
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

You could always make your map with a matrice then convert it to a string with a small basic prog?
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Bram, this hasnt been updated in a littlw while. I spoke to you on IRC and was just wondering if you managed to get the hook stuff working? Any progress on this app?
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

I think he post updates here:
http://dysfunction.earthforge.com/forum ... owforum=39
but he's really busy I think and he hasnt posted on any calc related forums for a few days I think :P
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Ahhh, ok thanks for that kev :).
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
necro
Calc King
Posts: 1619
Joined: Sat 26 Mar, 2005 2:45 am
Location: your shadow

Post by necro »

Progress bram?
User avatar
DJ_O
Calc King
Posts: 2324
Joined: Mon 20 Dec, 2004 6:47 pm
Location: Quebec (Canada)
Contact:

Post by DJ_O »

Kevin wrote:I think he post updates here:
http://dysfunction.earthforge.com/forum ... owforum=39
but he's really busy I think and he hasnt posted on any calc related forums for a few days I think :P
Image Image Image Now active at https://discord.gg/cuZcfcF (CodeWalrus server)
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

Post by the_unknown_one »

Sorry people but i'm rather busy, and no tr1p i cant get the parser hook stuff to work... Well, actually i havent been able to do much on it since u tried to help me, could u take a look at the source and finish up the parser hook stuff perhaps? I would appreciate it.
Post Reply