Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
« previous
next »
Print
Pages:
1
...
13
14
[
15
]
16
17
...
27
Go Down
Author
Topic: The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like (Read 59863 times)
0 Members and 1 Guest are viewing this topic.
arti
Guest
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #210 on:
August 16, 2005, 12:05:00 pm »
QuoteBegin-Kevin+16 August 2005, 18:41
-->
QUOTE
(Kevin @ 16 August 2005, 18:41)
@arti: yeah we all do them on calc, I guess its becaus ethe TI basic editor is better on the 83+ than on the 89, or maybe worse but easier and faster to use
Well, I code all of my BASIC games on-calc as well, but it's just hard to imagine coding large RPG projects directly on-calc, because of the small screen that only allows few lines of code to be displayed at a time. I mean it's efficient for small programs, but I guess it's hell for large ones.
THE POST
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #211 on:
August 16, 2005, 12:12:00 pm »
yeah it is, altough since the 83+ text is bigger this also means its easier to read. Also onthe PC you have to select functions from a menu on the 83+/84+ since they are tokenised. On cale u just go in a menu veyr fast press a easy to remember number key and the whole function is pasted in the editor. I guess its the same for 68k but I think on 68k TI-OS menus are a bit slower
what is annoying on the 83+ is when your prgm is 5000 bytes long and u get an error at the end of the program it takes a minute to scroll down when you choose goto :gotosuck:
THE POST
Logged
crzyrbl
Guest
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #212 on:
August 16, 2005, 12:27:00 pm »
well, the longest prgm i hv in this game isnt even 2k.
THE POST
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #213 on:
August 16, 2005, 12:53:00 pm »
I guess you split up your prgms into sub routines a lot, right? cool. Try to keep the total under 80 though otherwise its very hard to send to calc
THE POST
Logged
crzyrbl
Guest
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #214 on:
August 16, 2005, 01:00:00 pm »
im only up to 43. i cant imagine adding even 20 more. hehe, this is the funniest bug i've ever seen. you know those statues that when you go near them, they spring to life and start stalking you? well, i put a > when a < should have gone or something, and now all they do is run AWAY from you. they're so cowardly...
EDIT: not that this is needed, but if i use flash gordon cuz zcopy is taking to freakin long, i might have a way to archive all AI's...
This post has been edited by
crzyrbl
on 16 Aug, 2005, 20:06
THE POST
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #215 on:
August 16, 2005, 02:22:00 pm »
oh nice, yeah some bugs are wacky fun sometimes, everytime I get a bug in BASIC its something similar
THE POST
Logged
crzyrbl
Guest
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #216 on:
August 16, 2005, 04:23:00 pm »
it goes SO slow with my pti and looks like crap. here they are....
nothing like the real deal.
EDIT:
i just dl-ed and beat doirtem. the boss was awsome! i couldnt kill even one of those metroids though. they moved way too weird.
EDIT:
all AI programmed. now i have to program hit detection for weapons other than teh two i hv. my fav is the like like, hands down.
EDIT:
i just realized that flippers really nothing to do with time OR magic. any ideas on how i can incorporate this?
EDIT:
echo, echo, echo....
EDIT:
added block moving funct and sign reading funct.
This post has been edited by
crzyrbl
on 17 Aug, 2005, 12:58
THE POST
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #217 on:
August 17, 2005, 11:26:00 am »
QuoteBegin-crzyrbl+16 August 2005, 23:23
-->
QUOTE
(crzyrbl @ 16 August 2005, 23:23)
it goes SO slow with my pti and looks like crap. here they are....
nothing like the real deal.
Oh nice, ... you even pout animation of enemies dying?? :woot:
what was the attackk when you passed just under the slime like enemy, it killed link litteraly, was it a magic?
so far it seems to run still faster than DLQ, DLQ was uber slow with 2 enemies on screen and since PTI is 10% slower I guess yours run at least at 1.5 FPS, which should be fine for a zelda game in BASIC
seems that the project is progressing nicely I cant wait to try it, maybe this could be a christmas gift :gift:
QuoteBegin
-->
QUOTE
EDIT:
i just dl-ed and beat doirtem.
Logged
tifreak
LV11
Super Veteran (Next: 3000)
Posts: 2708
Rating: +82/-3
My Kung Fu IS strong...
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #218 on:
August 17, 2005, 11:44:00 am »
QuoteBegin
-->
QUOTE
what was the attackk when you passed just under the slime like enemy, it killed link litteraly, was it a magic?
There were statue things in other games that shot lasers that hurt Link really bad... Maybe that is what it is?
QuoteBegin
-->
QUOTE
oh nice, yeah some bugs are wacky fun sometimes, everytime I get a bug in BASIC its something similar
Most of my bugs either cause that part of the program to not work, or they cause a RAM reset...
THE POST
Logged
Projects: AOD Series: 75% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%
crzyrbl
Guest
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #219 on:
August 17, 2005, 11:56:00 am »
wow, ive never had that serious a bug. the eye statue is a copy of the beamos statue in most zelda games. they shoot lasers. @Kevin: how did you keep track of stuff like opened chests and door in your zelda?
THE POST
Logged
tifreak
LV11
Super Veteran (Next: 3000)
Posts: 2708
Rating: +82/-3
My Kung Fu IS strong...
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #220 on:
August 17, 2005, 12:03:00 pm »
I don't know how he does it, but I use a list. Say you plan on havin 50 chests, I would set 50/->/dim(L6:Fill(0,L6
When a chest is opened, you store one to it.
THE POST
Logged
Projects: AOD Series: 75% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #221 on:
August 17, 2005, 12:57:00 pm »
QuoteBegin-crzyrbl+17 August 2005, 18:56
-->
QUOTE
(crzyrbl @ 17 August 2005, 18:56)
wow, ive never had that serious a bug. the eye statue is a copy of the beamos statue in most zelda games. they shoot lasers. @Kevin: how did you keep track of stuff like opened chests and door in your zelda?
Actually I got some ram resets when I started using ASM libs, and the worst thing is that I even got a RAM reset without EVEN using ASM libs, it was back when I coded Illusiat 10, in pure BASIC, on TI-83+SE OS 1.13, this OS had lot of bugs actually :ihatemycomp:
I remember the beamos enemy, I have it in drak link quest, actually when you are in his laser range (horizontal or vertical) it prepares to shoot and u only have a second left to avoid it or you lose 3 hearts.
And I had no chests/unlockable doors in DLQ, I actually had several switches to hit to open new walls passages and then the final door open (check the DLQ walkthrough), actually everytime you hitted a switch it incremented the main event variable in a list by 1, when you found a heart container it changed a list variable to 1 and incremented your max energy by 1, each hearts piece had a list variable
THE POST
Logged
crzyrbl
Guest
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #222 on:
August 17, 2005, 07:23:00 pm »
here's what a flickery ver. of my brand-new title screen looks like:
notice how flickery the emulator makes it...
THE POST
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #223 on:
August 18, 2005, 02:32:00 am »
wait did you actually... also did 4 level GS? O_O
well I know a way to stop the flickering though but this isnt easy, you need to make a pattern in the pic and you need 3 pictures instead of 2
About the beta: I actually tried it and it was so awesome, it ran pretty fast with one enemy, but here was a few pb I encountered but I guess this might be easy to fix:
Actually the contrast is too light on my 83+SE, I barely see anything while playing and on my bro's regular 83+ I dont see anything at all. This is actually because the 83+ and 83+SE has lighter contrast, maybe you should add an option in the menu (like I did in Reuben Quest 1 and 2) that al;low you to set a default value for the contrast so if its too dark or light you can adjust it. For the fading in/out anims you just have to make them start or stop at that value.
Also I couldnt get the enemy to work at all, I kept getting DIM errors regardless of what I typed in the list you told me to add in the code
, could you PM me with a list that alerady has real values?
othe rthat that awesome work it run really fast and I liked the items and how good they were :thumb:
THE POST
Logged
crzyrbl
Guest
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like
«
Reply #224 on:
August 18, 2005, 02:53:00 am »
well, where do i start? the constrast should be very easy to fix. go to zshade and just change some numbers with zshade. although this is weird, cuz it was plenty dark on my ti-83+....
here's an example with two enemies at once:{2,1,5,6,0,4,1,4,3,6,6,0,4,1,4->L4 i emailed you the wrong list
{#enemies,type,x,y,0,direction,status,HP,repeat
i im using 3 pics now.
anyone have any ideas for minigames?
THE POST
Logged
Print
Pages:
1
...
13
14
[
15
]
16
17
...
27
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
The Legend of Zelda: Relics of the past, Status:Working on whatever i feel like