Search found 23 matches

by EuphoriaZZTer
Sun Jul 17, 2011 3:00 am
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

Passages work! And as for the tile bug, It's buggy. xD I'll make it work like ZZT if it becomes a nuisance. For now, I'm ready to get Pushers (sliders and boulders, too) to work as expected, and then I may release an alpha. =D I'll release source and "compiled" C code. Euphoria is an inter...
by EuphoriaZZTer
Thu Jul 14, 2011 3:52 am
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

True. And that's what my original implementation did because I checked it just every so often. So the buffer filled up, and you'd keep going until it was empty. Now, mine checks constantly, ignores duplicates, and processes every NEW command sequentially per cycle. What I mean is... If the user held...
by EuphoriaZZTer
Tue Jul 12, 2011 4:11 pm
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

Ok, messages fixed =D This means my "framework" works. Now I just have to code everything in. First, I may as well do passages, so it's possible to get to every board. Shouldn't be that hard. =) Also, although it doesn't move EXACTLY like ZZT (I believe ZZT uses my method with a two keystr...
by EuphoriaZZTer
Tue Jul 12, 2011 6:47 am
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

Thankoo! And as it turns out, before creatures, I need to fix messages. Once I get those fixed, I'll see what other fixes need to be made. I might just release a beta with everything I had working before getting it all lost, once I get to that point. Messages are almost fixed at this point. Funny th...
by EuphoriaZZTer
Tue Jul 12, 2011 1:28 am
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

Thank you for those links, and I'll certainly keep your thoughts in mind. I finally, FINALLY fixed the one super-annoying movement glitch, where if you held down a key for too long, then after you released it, and pressed another direction, it would go one space further, before going in the new dire...
by EuphoriaZZTer
Mon Jul 11, 2011 9:40 pm
Forum: ZZT Clones and Editors
Topic: Tyger
Replies: 292
Views: 187582

Kjorteo wrote:The trick is that the J makes a Y sound.

kyour-TAY-oh.
Oh man, I SO got that wrong in my head. And the funny thing is, the same thing as that holds for my last name. The "j" sounds like a "y". Oh well. back on topic now, I s'pose.
by EuphoriaZZTer
Sun Jul 10, 2011 2:22 am
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

Short post this time. But... I had almost completely forgotten that I originally started by porting WeP's source of ZZT++ to Euphoria. Right now, everything is being done on my own, using the real ZZT as a guide. (Except the working parsers, which is mainly what the latest version I had saved, way b...
by EuphoriaZZTer
Sat Jul 09, 2011 11:25 pm
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

Saxxon, I'm very interested. I looked at the thread for your "clone", and found it most interesting. Took a few notes that would be important, too. =) Cycles work that way? Rather than running when (game_cycles % element_cycles) == 0? I think that would be easier, after all. It just goes d...
by EuphoriaZZTer
Sat Jul 09, 2011 3:36 am
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

xD So true. Collaboration would be key. I've been using the file formats given by Mystical Worlds and Kevin Vance himself. The programming of ZZT itself has been all me so far, though. =P It's actually a pretty simple program. Just a lot going on at once. I finally figured out how to make everything...
by EuphoriaZZTer
Fri Jul 08, 2011 7:21 pm
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

Oooo. I could do that. I registered as a user and everything. I'll see what I can do, after tutoring someone on how to program. =P I'll think of something.
by EuphoriaZZTer
Fri Jul 08, 2011 5:15 am
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

It's been a long, long time.

[This is long. For a tl;dr version, scroll to the bottom.] Wow. After a few years, I come back to z2, find my old stuff, and everything. Funny enough, the whole reason I ever came to this site in the first place was to play the worlds people had created. Now, the only reason I came back was because ...
by EuphoriaZZTer
Fri Jun 02, 2006 1:07 am
Forum: ZZT Clones and Editors
Topic: Which editor to use for standard ZZT?
Replies: 14
Views: 10241

Dr. Dos wrote:Kevedit has copy/paste.

End of discussion.
I concur.
by EuphoriaZZTer
Wed Mar 08, 2006 12:56 am
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

Sorry about the double post, but I wanted everyone to see this. Hey everyone. Progress is slow, but I'm still gonna try to complete it. Not until I learn a LOT about C code though. I will eventually complete it, and send it in, but I'm busy with another project now. I'm working with Chronos to filna...
by EuphoriaZZTer
Sun Jul 31, 2005 4:44 am
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

Info and thanks.

Wep: Thanks, I'll keep that in mind. Since a lot of the coding is based on your code, I will be sure to credit you in the code before I submit it. Thanks again. Everyone: I just wanted to let you all know that I am still working on the program. So far, pushers can push everyting they are supposed to...
by EuphoriaZZTer
Thu Jun 23, 2005 3:48 am
Forum: ZZT Clones and Editors
Topic: ZZT in Euphoria
Replies: 81
Views: 60099

Please, please please tell me that you're not actually using BIOS functions and all that crap, and please tell me that you're not using DOS/Windows DOS emulation for this. That would be the best way to ruin it from the beginning. Geeze, almost nothing these days should have to even worry about tech...